home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / Name / Name.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1999-04-07  |  2.5 KB  |  134 lines

  1. object Form4: TForm4
  2.   Left = 308
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 109
  7.   ClientWidth = 195
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 8
  19.     Top = 80
  20.     Width = 89
  21.     Height = 23
  22.     Caption = 'OK'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32.   object Button2: TButton
  33.     Left = 104
  34.     Top = 80
  35.     Width = 83
  36.     Height = 23
  37.     Caption = 'Cancel'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 8
  49.     Top = 8
  50.     Width = 180
  51.     Height = 65
  52.     Caption = 'Name Length'
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 0
  60.     object Label1: TLabel
  61.       Left = 8
  62.       Top = 16
  63.       Width = 16
  64.       Height = 14
  65.       Caption = 'Min'
  66.     end
  67.     object Label2: TLabel
  68.       Left = 64
  69.       Top = 16
  70.       Width = 20
  71.       Height = 14
  72.       Caption = 'Max'
  73.     end
  74.     object ComboBox2: TComboBox
  75.       Left = 64
  76.       Top = 32
  77.       Width = 49
  78.       Height = 22
  79.       Hint = 'Changes the maximum length'
  80.       ItemHeight = 14
  81.       Items.Strings = (
  82.         '2'
  83.         '3'
  84.         '4'
  85.         '5'
  86.         '6'
  87.         '7'
  88.         '8'
  89.         '9'
  90.         '10'
  91.         '11')
  92.       ParentShowHint = False
  93.       ShowHint = True
  94.       TabOrder = 1
  95.       OnChange = ComboBox2Change
  96.     end
  97.     object ComboBox1: TComboBox
  98.       Left = 8
  99.       Top = 32
  100.       Width = 49
  101.       Height = 22
  102.       Hint = 'Changes the minimum length'
  103.       ItemHeight = 14
  104.       Items.Strings = (
  105.         '2'
  106.         '3'
  107.         '4'
  108.         '5'
  109.         '6'
  110.         '7'
  111.         '8'
  112.         '9'
  113.         '10'
  114.         '11')
  115.       ParentShowHint = False
  116.       ShowHint = True
  117.       TabOrder = 0
  118.       OnChange = ComboBox1Change
  119.     end
  120.     object Button3: TButton
  121.       Left = 120
  122.       Top = 32
  123.       Width = 49
  124.       Height = 21
  125.       Hint = 'Resets to default'
  126.       Caption = 'Default'
  127.       ParentShowHint = False
  128.       ShowHint = True
  129.       TabOrder = 2
  130.       OnClick = Button3Click
  131.     end
  132.   end
  133. end
  134.