home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 338
- Top = 101
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Form8'
- ClientHeight = 129
- ClientWidth = 352
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 32
- Width = 31
- Height = 13
- Caption = 'Jm�no'
- end
- object Label2: TLabel
- Left = 192
- Top = 32
- Width = 36
- Height = 13
- Caption = 'Telefon'
- end
- object Label3: TLabel
- Left = 16
- Top = 11
- Width = 43
- Height = 13
- Caption = 'Za�azen�'
- end
- object Button1: TButton
- Left = 192
- Top = 88
- Width = 57
- Height = 22
- Cancel = True
- Caption = 'Zav��t'
- ModalResult = 2
- TabOrder = 0
- end
- object Button2: TButton
- Left = 104
- Top = 88
- Width = 57
- Height = 22
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 16
- Top = 48
- Width = 169
- Height = 21
- AutoSelect = False
- MaxLength = 30
- TabOrder = 2
- Text = 'Edit1'
- OnChange = Edit1Change
- OnKeyPress = Edit1KeyPress
- end
- object Edit2: TEdit
- Left = 192
- Top = 48
- Width = 145
- Height = 21
- AutoSelect = False
- MaxLength = 20
- TabOrder = 3
- Text = 'Edit2'
- OnChange = Edit1Change
- OnKeyPress = Edit2KeyPress
- end
- object ComboBox1: TComboBox
- Left = 64
- Top = 8
- Width = 41
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'A'
- 'B'
- 'C'
- '�'
- 'D'
- 'E'
- 'F'
- 'G'
- 'H'
- 'I'
- 'J'
- 'K'
- 'L'
- 'M'
- 'N'
- 'O'
- 'P'
- 'Q'
- 'R'
- '�'
- 'S'
- '�'
- 'T'
- 'U'
- 'V'
- 'W'
- 'X'
- 'Y'
- 'Z'
- '�'
- '#')
- TabOrder = 4
- end
- end
-