home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / mouse / Mousotronsetup.exe / {app} / Mousotron.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt
Encoding:
Text File  |  2002-06-30  |  6.3 KB  |  292 lines

  1. object frmproperties: Tfrmproperties
  2.   Left = 396
  3.   Top = 217
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Mousotron Pro Setup'
  7.   ClientHeight = 288
  8.   ClientWidth = 202
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 43
  23.     Top = 261
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 124
  33.     Top = 261
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 4
  42.     Top = 3
  43.     Width = 193
  44.     Height = 254
  45.     ActivePage = TabSheet1
  46.     TabIndex = 0
  47.     TabOrder = 2
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'General'
  50.       object lblMonitor: TLabel
  51.         Left = 3
  52.         Top = 7
  53.         Width = 35
  54.         Height = 13
  55.         Caption = 'Monitor'
  56.       end
  57.       object lblDistance: TLabel
  58.         Left = 2
  59.         Top = 29
  60.         Width = 24
  61.         Height = 13
  62.         Caption = 'Units'
  63.       end
  64.       object lblResol: TLabel
  65.         Left = 2
  66.         Top = 148
  67.         Width = 59
  68.         Height = 13
  69.         Caption = 'Resolution : '
  70.       end
  71.       object lblResolution: TLabel
  72.         Left = 116
  73.         Top = 148
  74.         Width = 3
  75.         Height = 13
  76.       end
  77.       object lblOrientation: TLabel
  78.         Left = 2
  79.         Top = 53
  80.         Width = 51
  81.         Height = 13
  82.         Caption = 'Orientation'
  83.       end
  84.       object lblDigits: TLabel
  85.         Left = 2
  86.         Top = 77
  87.         Width = 26
  88.         Height = 13
  89.         Caption = 'Digits'
  90.       end
  91.       object lblLanguage: TLabel
  92.         Left = 2
  93.         Top = 101
  94.         Width = 48
  95.         Height = 13
  96.         Caption = 'Language'
  97.       end
  98.       object lblTransparent: TLabel
  99.         Left = 2
  100.         Top = 125
  101.         Width = 57
  102.         Height = 13
  103.         Caption = 'Transparent'
  104.       end
  105.       object ComboBox1: TComboBox
  106.         Left = 68
  107.         Top = 2
  108.         Width = 113
  109.         Height = 21
  110.         Style = csDropDownList
  111.         ItemHeight = 13
  112.         TabOrder = 0
  113.         Items.Strings = (
  114.           '14 inch'
  115.           '15 inch'
  116.           '17 inch'
  117.           '19 inch'
  118.           '20 inch'
  119.           '21 inch')
  120.       end
  121.       object ComboBox2: TComboBox
  122.         Left = 68
  123.         Top = 26
  124.         Width = 113
  125.         Height = 21
  126.         Style = csDropDownList
  127.         ItemHeight = 13
  128.         TabOrder = 1
  129.         Items.Strings = (
  130.           'Metric system'
  131.           'English system')
  132.       end
  133.       object btnBGanim: TCheckBox
  134.         Left = 3
  135.         Top = 206
  136.         Width = 162
  137.         Height = 17
  138.         Caption = 'Background Animation'
  139.         TabOrder = 2
  140.       end
  141.       object btnStartup: TCheckBox
  142.         Left = 3
  143.         Top = 186
  144.         Width = 162
  145.         Height = 17
  146.         Caption = 'Run on Startup'
  147.         TabOrder = 3
  148.       end
  149.       object btnTop: TCheckBox
  150.         Left = 3
  151.         Top = 166
  152.         Width = 162
  153.         Height = 17
  154.         Caption = 'Always on Top'
  155.         TabOrder = 4
  156.       end
  157.       object ComboBox3: TComboBox
  158.         Left = 68
  159.         Top = 50
  160.         Width = 113
  161.         Height = 21
  162.         Style = csDropDownList
  163.         ItemHeight = 13
  164.         TabOrder = 5
  165.         OnChange = ComboBox3Change
  166.         Items.Strings = (
  167.           'Horizontal'
  168.           'Vertical')
  169.       end
  170.       object ComboBox4: TComboBox
  171.         Left = 68
  172.         Top = 74
  173.         Width = 113
  174.         Height = 21
  175.         Style = csDropDownList
  176.         ItemHeight = 13
  177.         TabOrder = 6
  178.         Items.Strings = (
  179.           '6'
  180.           '7'
  181.           '8'
  182.           '9'
  183.           '10')
  184.       end
  185.       object ComboBox5: TComboBox
  186.         Left = 68
  187.         Top = 98
  188.         Width = 113
  189.         Height = 21
  190.         Style = csDropDownList
  191.         ItemHeight = 13
  192.         TabOrder = 7
  193.         OnChange = ComboBox5Change
  194.         Items.Strings = (
  195.           'English / Anglais'
  196.           'Dutch / Nederlands'
  197.           'German / Deutsch'
  198.           'Spanish / Espa'#241'ol'
  199.           'French / Fran'#231'ais'
  200.           'Swedish / Svenska'
  201.           'Norwegian / Norge'
  202.           'Portuguese / Portugu'#234's')
  203.       end
  204.       object ComboBox6: TComboBox
  205.         Left = 68
  206.         Top = 122
  207.         Width = 113
  208.         Height = 21
  209.         Style = csDropDownList
  210.         ItemHeight = 13
  211.         TabOrder = 8
  212.         OnChange = ComboBox5Change
  213.         Items.Strings = (
  214.           '0 %'
  215.           '25 %'
  216.           '50 %'
  217.           '75 %')
  218.       end
  219.     end
  220.     object TabSheet2: TTabSheet
  221.       Caption = 'Displayed Items'
  222.       ImageIndex = 1
  223.       object chkDistance: TCheckBox
  224.         Left = 8
  225.         Top = 11
  226.         Width = 161
  227.         Height = 20
  228.         Caption = 'Cursor Distance'
  229.         Checked = True
  230.         State = cbChecked
  231.         TabOrder = 0
  232.         OnClick = chkDistanceClick
  233.       end
  234.       object CheckBox2: TCheckBox
  235.         Left = 8
  236.         Top = 35
  237.         Width = 153
  238.         Height = 20
  239.         Caption = 'Keystrokes'
  240.         Checked = True
  241.         State = cbChecked
  242.         TabOrder = 1
  243.         OnClick = chkDistanceClick
  244.       end
  245.       object CheckBox3: TCheckBox
  246.         Left = 8
  247.         Top = 59
  248.         Width = 169
  249.         Height = 20
  250.         Caption = 'Left Button Clicks'
  251.         Checked = True
  252.         State = cbChecked
  253.         TabOrder = 2
  254.         OnClick = chkDistanceClick
  255.       end
  256.       object CheckBox4: TCheckBox
  257.         Left = 8
  258.         Top = 83
  259.         Width = 161
  260.         Height = 20
  261.         Caption = 'Right Button Clicks'
  262.         Checked = True
  263.         State = cbChecked
  264.         TabOrder = 3
  265.         OnClick = chkDistanceClick
  266.       end
  267.       object CheckBox5: TCheckBox
  268.         Left = 8
  269.         Top = 107
  270.         Width = 161
  271.         Height = 20
  272.         Caption = 'Middle Button Clicks'
  273.         Checked = True
  274.         State = cbChecked
  275.         TabOrder = 4
  276.         OnClick = chkDistanceClick
  277.       end
  278.       object CheckBox6: TCheckBox
  279.         Left = 8
  280.         Top = 131
  281.         Width = 161
  282.         Height = 20
  283.         Caption = 'Double Clicks'
  284.         Checked = True
  285.         State = cbChecked
  286.         TabOrder = 5
  287.         OnClick = chkDistanceClick
  288.       end
  289.     end
  290.   end
  291. end
  292.