home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 308
- Top = 216
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 109
- ClientWidth = 195
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 8
- Top = 80
- Width = 89
- Height = 23
- Caption = 'OK'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 104
- Top = 80
- Width = 83
- Height = 23
- Caption = 'Cancel'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 180
- Height = 65
- Caption = 'Name Length'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 16
- Height = 14
- Caption = 'Min'
- end
- object Label2: TLabel
- Left = 64
- Top = 16
- Width = 20
- Height = 14
- Caption = 'Max'
- end
- object ComboBox2: TComboBox
- Left = 64
- Top = 32
- Width = 49
- Height = 22
- Hint = 'Changes the maximum length'
- ItemHeight = 14
- Items.Strings = (
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnChange = ComboBox2Change
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 32
- Width = 49
- Height = 22
- Hint = 'Changes the minimum length'
- ItemHeight = 14
- Items.Strings = (
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- object Button3: TButton
- Left = 120
- Top = 32
- Width = 49
- Height = 21
- Hint = 'Resets to default'
- Caption = 'Default'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button3Click
- end
- end
- end
-