home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / tema / 602propc / disk1 / data.1 / M602SFAX.EXE / 0 / RCDATA / TEDITACEADRESYFAXDLG / TEDITACEADRESYFAXDLG.txt < prev   
Encoding:
Text File  |  1997-03-04  |  2.3 KB  |  126 lines

  1. object EditaceAdresyFaxDlg: TEditaceAdresyFaxDlg
  2.   Left = 430
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Fax'
  6.   ClientHeight = 203
  7.   ClientWidth = 352
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 10
  19.     Width = 39
  20.     Height = 13
  21.     Caption = 'Adres∩┐╜t:'
  22.   end
  23.   object AdresatEdit: TEdit
  24.     Left = 48
  25.     Top = 8
  26.     Width = 297
  27.     Height = 21
  28.     TabOrder = 0
  29.     Text = 'AdresatEdit'
  30.     OnChange = EditChange
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Left = 8
  34.     Top = 40
  35.     Width = 337
  36.     Height = 121
  37.     Caption = '           Adresa'
  38.     TabOrder = 1
  39.     object Label2: TLabel
  40.       Left = 8
  41.       Top = 26
  42.       Width = 79
  43.       Height = 13
  44.       Caption = 'Jm∩┐╜no u∩┐╜ivatele:'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 8
  48.       Top = 58
  49.       Width = 39
  50.       Height = 13
  51.       Caption = 'Telefon:'
  52.     end
  53.     object Label5: TLabel
  54.       Left = 8
  55.       Top = 90
  56.       Width = 53
  57.       Height = 13
  58.       Caption = 'Pozn∩┐╜mka:'
  59.     end
  60.     object Image2: TImage
  61.       Left = 16
  62.       Top = 0
  63.       Width = 24
  64.       Height = 16
  65.       Picture.Data = {<image000.bmp>}
  66.     end
  67.     object JmenoUzivateleEdit: TEdit
  68.       Left = 96
  69.       Top = 24
  70.       Width = 233
  71.       Height = 21
  72.       TabOrder = 0
  73.       Text = 'JmenoUzivateleEdit'
  74.       OnChange = EditChange
  75.     end
  76.     object TelefonEdit: TEdit
  77.       Left = 96
  78.       Top = 56
  79.       Width = 233
  80.       Height = 21
  81.       TabOrder = 1
  82.       Text = 'TelefonEdit'
  83.       OnChange = EditChange
  84.     end
  85.     object PoznamkaEdit: TEdit
  86.       Left = 96
  87.       Top = 88
  88.       Width = 233
  89.       Height = 21
  90.       TabOrder = 2
  91.       Text = 'PoznamkaEdit'
  92.       OnChange = EditChange
  93.     end
  94.   end
  95.   object OKButton: TButton
  96.     Left = 192
  97.     Top = 170
  98.     Width = 73
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 3
  104.     OnClick = ApplyButtonClick
  105.   end
  106.   object CancelButton: TButton
  107.     Left = 272
  108.     Top = 170
  109.     Width = 73
  110.     Height = 25
  111.     Cancel = True
  112.     Caption = 'Storno'
  113.     ModalResult = 2
  114.     TabOrder = 4
  115.   end
  116.   object CheckBox1: TCheckBox
  117.     Left = 8
  118.     Top = 176
  119.     Width = 177
  120.     Height = 17
  121.     Caption = '&P∩┐╜idat i do otev∩┐╜en∩┐╜ho seznamu'
  122.     TabOrder = 2
  123.     Visible = False
  124.   end
  125. end
  126.