home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TFORM17 / TFORM17.txt
Text File  |  1998-04-04  |  2KB  |  139 lines

  1. object Form17: TForm17
  2.   Left = 349
  3.   Top = 136
  4.   ActiveControl = ComboBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Soubor r∩┐╜mc∩┐╜'
  7.   ClientHeight = 114
  8.   ClientWidth = 346
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 8
  20.     Top = 15
  21.     Width = 39
  22.     Height = 13
  23.     Caption = 'Sloupce'
  24.   end
  25.   object Label4: TLabel
  26.     Left = 16
  27.     Top = 38
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '∩┐╜∩┐╜dky'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 16
  34.     Top = 61
  35.     Width = 34
  36.     Height = 13
  37.     Caption = 'Mezery'
  38.   end
  39.   object ComboBox2: TComboBox
  40.     Left = 51
  41.     Top = 34
  42.     Width = 93
  43.     Height = 21
  44.     Hint = 'Kolik bude m∩┐╜t ∩┐╜ad'
  45.     ItemHeight = 13
  46.     Items.Strings = (
  47.       '1'
  48.       '2'
  49.       '3'
  50.       '4'
  51.       '5'
  52.       '*')
  53.     TabOrder = 1
  54.   end
  55.   object ComboBox1: TComboBox
  56.     Left = 51
  57.     Top = 10
  58.     Width = 93
  59.     Height = 21
  60.     Hint = 'Kolik bude m∩┐╜t sloupc∩┐╜'
  61.     ItemHeight = 13
  62.     Items.Strings = (
  63.       '1'
  64.       '2'
  65.       '3'
  66.       '4'
  67.       '5'
  68.       '*')
  69.     TabOrder = 0
  70.   end
  71.   object SpinEdit1: TSpinEdit
  72.     Left = 51
  73.     Top = 57
  74.     Width = 70
  75.     Height = 22
  76.     Hint = 'Mezery mezi jednotliv∩┐╜mi r∩┐╜my'
  77.     MaxValue = 1000
  78.     MinValue = 0
  79.     TabOrder = 2
  80.     Value = 0
  81.     OnChange = SpinEdit1Change
  82.   end
  83.   object CheckBox1: TCheckBox
  84.     Left = 130
  85.     Top = 61
  86.     Width = 17
  87.     Height = 17
  88.     Caption = 'CheckBox1'
  89.     TabOrder = 3
  90.   end
  91.   object RadioGroup1: TRadioGroup
  92.     Left = 248
  93.     Top = 8
  94.     Width = 81
  95.     Height = 49
  96.     Hint = 'Ur∩┐╜uje, zda bude m∩┐╜t okraje'
  97.     Caption = 'Okraje?'
  98.     ItemIndex = 0
  99.     Items.Strings = (
  100.       'Ano'
  101.       'Ne')
  102.     TabOrder = 5
  103.   end
  104.   object RadioGroup2: TRadioGroup
  105.     Left = 152
  106.     Top = 8
  107.     Width = 89
  108.     Height = 65
  109.     Caption = 'Scrolovac∩┐╜ li∩┐╜ty?'
  110.     ItemIndex = 0
  111.     Items.Strings = (
  112.       'Automaticky'
  113.       'Ano'
  114.       'Ne')
  115.     TabOrder = 4
  116.   end
  117.   object Button2: TButton
  118.     Left = 16
  119.     Top = 84
  120.     Width = 75
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Zp∩┐╜t'
  124.     ModalResult = 2
  125.     TabOrder = 7
  126.   end
  127.   object Button1: TButton
  128.     Left = 264
  129.     Top = 84
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'Vlo∩┐╜it'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 6
  136.     OnClick = Button1Click
  137.   end
  138. end
  139.