Unit form_main

Description

Contains definition of TFormMain.

This software is distributed under GPL in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the warranty of FITNESS FOR A PARTICULAR PURPOSE.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TFormMain TFormMain

Types

TResState = (...);
TViewState = (...);

Constants

crCursorDrag: TCursor = 6;
crCursorSelect: TCursor = 7;
HintFirst: string = 'Now you can pick a first point';
HintFirstStart: string = 'Now you can pick a first point - "START"';
HintMain: string = 'Drag mouse from top-left to bottom-right to zoom';
HintMovePeak: string = 'Now you can pick the menu item "Move Peak to Results"';
HintNextBackPoint: string = 'Now you can pick a next point or the menu item "Remove Background"';
HintNextPoint: string = 'Now you can pick a next point or the menu item "Minimize Difference"';
HintNextPointEven: string = 'Now you can pick a right point of peak';
HintNextPointOdd: string = 'Now you can pick a left point of peak';
HintSecondFinish: string = 'Now you can pick a second point - "FINISH"';
HintSecondPeak: string = 'Now you can pick a second point - "PEAK"';
HintSelectProfileInterval: string = 'Now you can pick the menu item "Select Area"';
HintThirdFinish: string = 'Now you can pick a third point - "FINISH"';
HintWait: string = 'Calculation started. Please wait';
MenuDelUserCapt: string = 'Delete User';
StartVisPosSel: string = 'Start Visual Position Selection';
StartVisualSel: string = 'Start Visual Selection';
StopVisPosSel: string = 'Stop Visual Position Selection';
StopVisualSel: string = 'Stop Visual Selection';

Variables

FormMain: TFormMain;

Description

Types

TResState = (...);

States of results grid window.

Values
  • GridInvisible: Window is invisible.
  • GridSelEmpty: Window is visible but selection area is empty.
  • GridSelNonEmpty: A few rows are selected.
  • GridSelAll: Whole table is selected.
TViewState = (...);

States of graph output.

Values
  • GraphEmpty
  • GraphNotEmpty

Constants

crCursorDrag: TCursor = 6;
 
crCursorSelect: TCursor = 7;
 
HintFirst: string = 'Now you can pick a first point';
 
HintFirstStart: string = 'Now you can pick a first point - "START"';
 
HintMain: string = 'Drag mouse from top-left to bottom-right to zoom';
 
HintMovePeak: string = 'Now you can pick the menu item "Move Peak to Results"';
 
HintNextBackPoint: string = 'Now you can pick a next point or the menu item "Remove Background"';
 
HintNextPoint: string = 'Now you can pick a next point or the menu item "Minimize Difference"';
 
HintNextPointEven: string = 'Now you can pick a right point of peak';
 
HintNextPointOdd: string = 'Now you can pick a left point of peak';
 
HintSecondFinish: string = 'Now you can pick a second point - "FINISH"';
 
HintSecondPeak: string = 'Now you can pick a second point - "PEAK"';
 
HintSelectProfileInterval: string = 'Now you can pick the menu item "Select Area"';
 
HintThirdFinish: string = 'Now you can pick a third point - "FINISH"';
 
HintWait: string = 'Calculation started. Please wait';
 
MenuDelUserCapt: string = 'Delete User';
 
StartVisPosSel: string = 'Start Visual Position Selection';
 
StartVisualSel: string = 'Start Visual Selection';
 
StopVisPosSel: string = 'Stop Visual Position Selection';
 
StopVisualSel: string = 'Stop Visual Selection';
 

Variables

FormMain: TFormMain;
 

Author

  • Dmitry Morozov dvmorozov@hotmail.com, LinkedIn: https://www.linkedin.com/in/dmitry-morozov-79490a59/ Facebook: https://www.facebook.com/dmitry.v.morozov

Generated by PasDoc 0.15.0.