home *** CD-ROM | disk | FTP | other *** search
- object EditaceAdresyFaxDlg: TEditaceAdresyFaxDlg
- Left = 430
- Top = 132
- BorderStyle = bsDialog
- Caption = 'Fax'
- ClientHeight = 203
- ClientWidth = 352
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 10
- Width = 39
- Height = 13
- Caption = 'Adres�t:'
- end
- object AdresatEdit: TEdit
- Left = 48
- Top = 8
- Width = 297
- Height = 21
- TabOrder = 0
- Text = 'AdresatEdit'
- OnChange = EditChange
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 40
- Width = 337
- Height = 121
- Caption = ' Adresa'
- TabOrder = 1
- object Label2: TLabel
- Left = 8
- Top = 26
- Width = 79
- Height = 13
- Caption = 'Jm�no u�ivatele:'
- end
- object Label3: TLabel
- Left = 8
- Top = 58
- Width = 39
- Height = 13
- Caption = 'Telefon:'
- end
- object Label5: TLabel
- Left = 8
- Top = 90
- Width = 53
- Height = 13
- Caption = 'Pozn�mka:'
- end
- object Image2: TImage
- Left = 16
- Top = 0
- Width = 24
- Height = 16
- Picture.Data = {<image000.bmp>}
- end
- object JmenoUzivateleEdit: TEdit
- Left = 96
- Top = 24
- Width = 233
- Height = 21
- TabOrder = 0
- Text = 'JmenoUzivateleEdit'
- OnChange = EditChange
- end
- object TelefonEdit: TEdit
- Left = 96
- Top = 56
- Width = 233
- Height = 21
- TabOrder = 1
- Text = 'TelefonEdit'
- OnChange = EditChange
- end
- object PoznamkaEdit: TEdit
- Left = 96
- Top = 88
- Width = 233
- Height = 21
- TabOrder = 2
- Text = 'PoznamkaEdit'
- OnChange = EditChange
- end
- end
- object OKButton: TButton
- Left = 192
- Top = 170
- Width = 73
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = ApplyButtonClick
- end
- object CancelButton: TButton
- Left = 272
- Top = 170
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 4
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 176
- Width = 177
- Height = 17
- Caption = '&P�idat i do otev�en�ho seznamu'
- TabOrder = 2
- Visible = False
- end
- end
-