home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / oddech / sachy / sachy.exe / 0 / RCDATA / TZADATTAH_FORM / TZADATTAH_FORM.txt
Text File  |  2003-02-26  |  1KB  |  70 lines

  1. object Zadattah_form: TZadattah_form
  2.   Left = 323
  3.   Top = 83
  4.   HelpContext = 35
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zadat tah'
  7.   ClientHeight = 197
  8.   ClientWidth = 262
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 76
  23.     Top = 24
  24.     Width = 118
  25.     Height = 13
  26.     Caption = 'Zadejte tah: (nap'#345'. d2d3)'
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 81
  30.     Top = 48
  31.     Width = 105
  32.     Height = 45
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -32
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     MaxLength = 4
  39.     ParentFont = False
  40.     TabOrder = 0
  41.   end
  42.   object Button1: TButton
  43.     Left = 33
  44.     Top = 152
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = Button1Click
  51.   end
  52.   object Button2: TButton
  53.     Left = 153
  54.     Top = 152
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Storno'
  58.     TabOrder = 2
  59.     OnClick = Button2Click
  60.   end
  61.   object CheckBox1: TCheckBox
  62.     Left = 40
  63.     Top = 104
  64.     Width = 188
  65.     Height = 33
  66.     Caption = '&Zobrazit tento dialog i pro p'#345#237#353't'#237' tah'
  67.     TabOrder = 3
  68.   end
  69. end
  70.