home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Akce / Program / Program.cab / Mill6.exe1 / 0 / RCDATA / TFORMPANEL / TFORMPANEL.txt
Text File  |  2002-11-27  |  4KB  |  186 lines

  1. object FormPanel: TFormPanel
  2.   Left = 832
  3.   Top = 336
  4.   BorderStyle = bsDialog
  5.   Caption = 'Control Panel'
  6.   ClientHeight = 373
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object SpeedButtonEntire: TSpeedButton
  18.     Left = 15
  19.     Top = 54
  20.     Width = 50
  21.     Height = 27
  22.     AllowAllUp = True
  23.     GroupIndex = 1
  24.     Caption = 'ENT'
  25.   end
  26.   object SpeedButtonBeginning: TSpeedButton
  27.     Left = 64
  28.     Top = 54
  29.     Width = 50
  30.     Height = 27
  31.     AllowAllUp = True
  32.     GroupIndex = 1
  33.     Down = True
  34.     Caption = 'BEG'
  35.   end
  36.   object SpeedButtonAny: TSpeedButton
  37.     Left = 113
  38.     Top = 54
  39.     Width = 51
  40.     Height = 27
  41.     AllowAllUp = True
  42.     GroupIndex = 1
  43.     Caption = 'ANY'
  44.   end
  45.   object Label1: TLabel
  46.     Left = 187
  47.     Top = 59
  48.     Width = 36
  49.     Height = 16
  50.     Caption = 'Level:'
  51.   end
  52.   object SpeedButtonProfession1: TSpeedButton
  53.     Left = 246
  54.     Top = 123
  55.     Width = 28
  56.     Height = 27
  57.     AllowAllUp = True
  58.     GroupIndex = 11
  59.     Down = True
  60.     Caption = 'P1'
  61.     OnClick = SpeedButtonProfession1Click
  62.   end
  63.   object SpeedButtonProfession2: TSpeedButton
  64.     Left = 246
  65.     Top = 153
  66.     Width = 28
  67.     Height = 27
  68.     AllowAllUp = True
  69.     GroupIndex = 12
  70.     Caption = 'P2'
  71.     OnClick = SpeedButtonProfession1Click
  72.   end
  73.   object SpeedButtonProfession3: TSpeedButton
  74.     Left = 246
  75.     Top = 182
  76.     Width = 28
  77.     Height = 27
  78.     AllowAllUp = True
  79.     GroupIndex = 13
  80.     Caption = 'P3'
  81.     OnClick = SpeedButtonProfession1Click
  82.   end
  83.   object SpeedButtonProfession4: TSpeedButton
  84.     Left = 246
  85.     Top = 212
  86.     Width = 28
  87.     Height = 27
  88.     AllowAllUp = True
  89.     GroupIndex = 14
  90.     Caption = 'P4'
  91.     OnClick = SpeedButtonProfession1Click
  92.   end
  93.   object CheckBoxIncSearch: TCheckBox
  94.     Left = 15
  95.     Top = 20
  96.     Width = 144
  97.     Height = 21
  98.     Caption = 'Incremental search'
  99.     Checked = True
  100.     State = cbChecked
  101.     TabOrder = 0
  102.   end
  103.   object CheckBoxShowPhrases: TCheckBox
  104.     Left = 162
  105.     Top = 20
  106.     Width = 120
  107.     Height = 21
  108.     Caption = 'Show phrases'
  109.     Checked = True
  110.     State = cbChecked
  111.     TabOrder = 1
  112.   end
  113.   object EditLevel: TEdit
  114.     Left = 231
  115.     Top = 54
  116.     Width = 51
  117.     Height = 24
  118.     TabOrder = 2
  119.     Text = '4'
  120.   end
  121.   object RadioGroupWordRoot: TRadioGroup
  122.     Left = 15
  123.     Top = 103
  124.     Width = 193
  125.     Height = 95
  126.     Caption = 'Word root'
  127.     ItemIndex = 1
  128.     Items.Strings = (
  129.       'None'
  130.       'Left'
  131.       'Right')
  132.     TabOrder = 3
  133.   end
  134.   object RadioGroupDirection: TRadioGroup
  135.     Left = 15
  136.     Top = 212
  137.     Width = 193
  138.     Height = 85
  139.     Caption = 'Direction'
  140.     ItemIndex = 0
  141.     Items.Strings = (
  142.       'Phrase1 => Phrase2'
  143.       'Phrase2 => Phrase1')
  144.     TabOrder = 4
  145.   end
  146.   object CheckBoxTreeUpdate: TCheckBox
  147.     Left = 15
  148.     Top = 305
  149.     Width = 188
  150.     Height = 21
  151.     Caption = 'Tree update'
  152.     Checked = True
  153.     State = cbChecked
  154.     TabOrder = 5
  155.   end
  156.   object Button1: TButton
  157.     Left = 47
  158.     Top = 345
  159.     Width = 92
  160.     Height = 30
  161.     Caption = 'OK'
  162.     Default = True
  163.     ModalResult = 1
  164.     TabOrder = 6
  165.   end
  166.   object Button2: TButton
  167.     Left = 155
  168.     Top = 345
  169.     Width = 92
  170.     Height = 30
  171.     Cancel = True
  172.     Caption = 'Cancel'
  173.     ModalResult = 2
  174.     TabOrder = 7
  175.   end
  176.   object CheckBoxAllProfessions: TCheckBox
  177.     Left = 177
  178.     Top = 305
  179.     Width = 120
  180.     Height = 21
  181.     Caption = 'All professions'
  182.     TabOrder = 8
  183.     OnClick = CheckBoxAllProfessionsClick
  184.   end
  185. end
  186.