home *** CD-ROM | disk | FTP | other *** search
- object frmproperties: Tfrmproperties
- Left = 396
- Top = 217
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Mousotron Pro Setup'
- ClientHeight = 288
- ClientWidth = 202
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 43
- Top = 261
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 124
- Top = 261
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 4
- Top = 3
- Width = 193
- Height = 254
- ActivePage = TabSheet1
- TabIndex = 0
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'General'
- object lblMonitor: TLabel
- Left = 3
- Top = 7
- Width = 35
- Height = 13
- Caption = 'Monitor'
- end
- object lblDistance: TLabel
- Left = 2
- Top = 29
- Width = 24
- Height = 13
- Caption = 'Units'
- end
- object lblResol: TLabel
- Left = 2
- Top = 148
- Width = 59
- Height = 13
- Caption = 'Resolution : '
- end
- object lblResolution: TLabel
- Left = 116
- Top = 148
- Width = 3
- Height = 13
- end
- object lblOrientation: TLabel
- Left = 2
- Top = 53
- Width = 51
- Height = 13
- Caption = 'Orientation'
- end
- object lblDigits: TLabel
- Left = 2
- Top = 77
- Width = 26
- Height = 13
- Caption = 'Digits'
- end
- object lblLanguage: TLabel
- Left = 2
- Top = 101
- Width = 48
- Height = 13
- Caption = 'Language'
- end
- object lblTransparent: TLabel
- Left = 2
- Top = 125
- Width = 57
- Height = 13
- Caption = 'Transparent'
- end
- object ComboBox1: TComboBox
- Left = 68
- Top = 2
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- '14 inch'
- '15 inch'
- '17 inch'
- '19 inch'
- '20 inch'
- '21 inch')
- end
- object ComboBox2: TComboBox
- Left = 68
- Top = 26
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Metric system'
- 'English system')
- end
- object btnBGanim: TCheckBox
- Left = 3
- Top = 206
- Width = 162
- Height = 17
- Caption = 'Background Animation'
- TabOrder = 2
- end
- object btnStartup: TCheckBox
- Left = 3
- Top = 186
- Width = 162
- Height = 17
- Caption = 'Run on Startup'
- TabOrder = 3
- end
- object btnTop: TCheckBox
- Left = 3
- Top = 166
- Width = 162
- Height = 17
- Caption = 'Always on Top'
- TabOrder = 4
- end
- object ComboBox3: TComboBox
- Left = 68
- Top = 50
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- OnChange = ComboBox3Change
- Items.Strings = (
- 'Horizontal'
- 'Vertical')
- end
- object ComboBox4: TComboBox
- Left = 68
- Top = 74
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- Items.Strings = (
- '6'
- '7'
- '8'
- '9'
- '10')
- end
- object ComboBox5: TComboBox
- Left = 68
- Top = 98
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- OnChange = ComboBox5Change
- Items.Strings = (
- 'English / Anglais'
- 'Dutch / Nederlands'
- 'German / Deutsch'
- 'Spanish / Espa'#241'ol'
- 'French / Fran'#231'ais'
- 'Swedish / Svenska'
- 'Norwegian / Norge'
- 'Portuguese / Portugu'#234's')
- end
- object ComboBox6: TComboBox
- Left = 68
- Top = 122
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- OnChange = ComboBox5Change
- Items.Strings = (
- '0 %'
- '25 %'
- '50 %'
- '75 %')
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Displayed Items'
- ImageIndex = 1
- object chkDistance: TCheckBox
- Left = 8
- Top = 11
- Width = 161
- Height = 20
- Caption = 'Cursor Distance'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chkDistanceClick
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 35
- Width = 153
- Height = 20
- Caption = 'Keystrokes'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chkDistanceClick
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 59
- Width = 169
- Height = 20
- Caption = 'Left Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = chkDistanceClick
- end
- object CheckBox4: TCheckBox
- Left = 8
- Top = 83
- Width = 161
- Height = 20
- Caption = 'Right Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = chkDistanceClick
- end
- object CheckBox5: TCheckBox
- Left = 8
- Top = 107
- Width = 161
- Height = 20
- Caption = 'Middle Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = chkDistanceClick
- end
- object CheckBox6: TCheckBox
- Left = 8
- Top = 131
- Width = 161
- Height = 20
- Caption = 'Double Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = chkDistanceClick
- end
- end
- end
- end
-