home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / ctenari / Novotny / ded.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  2000-01-29  |  1.7 KB  |  88 lines

  1. object Form6: TForm6
  2.   Left = 269
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜idat na za∩┐╜∩┐╜tek ∩┐╜i konec ka∩┐╜d∩┐╜ho ∩┐╜∩┐╜dku'
  6.   ClientHeight = 120
  7.   ClientWidth = 333
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 128
  17.     Top = 8
  18.     Width = 56
  19.     Height = 16
  20.     Caption = 'P∩┐╜idat na.'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 56
  31.     Width = 23
  32.     Height = 16
  33.     Caption = 'text:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object zacatek: TRadioButton
  42.     Left = 48
  43.     Top = 32
  44.     Width = 137
  45.     Height = 17
  46.     Caption = 'za∩┐╜∩┐╜tek ka∩┐╜d∩┐╜ho ∩┐╜∩┐╜dku'
  47.     Checked = True
  48.     TabOrder = 0
  49.     TabStop = True
  50.   end
  51.   object konec: TRadioButton
  52.     Left = 192
  53.     Top = 32
  54.     Width = 129
  55.     Height = 17
  56.     Caption = 'konec ka∩┐╜d∩┐╜ho ∩┐╜∩┐╜dku'
  57.     TabOrder = 1
  58.   end
  59.   object Edit1: TEdit
  60.     Left = 56
  61.     Top = 56
  62.     Width = 257
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66.   object Button1: TButton
  67.     Left = 72
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.     OnClick = Button1Click
  76.   end
  77.   object Button2: TButton
  78.     Left = 192
  79.     Top = 88
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Zru∩┐╜it'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.   end
  87. end
  88.