home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMINSERTTABLE / TFRMINSERTTABLE.txt
Encoding:
Text File  |  2001-06-24  |  2.9 KB  |  160 lines

  1. object frmInsertTable: TfrmInsertTable
  2.   Left = 351
  3.   Top = 233
  4.   BorderStyle = bsDialog
  5.   Caption = 'Vlo∩┐╜it tabulku'
  6.   ClientHeight = 230
  7.   ClientWidth = 286
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 4
  19.     Top = 2
  20.     Width = 200
  21.     Height = 81
  22.     Caption = 'Velikost'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 22
  27.       Width = 65
  28.       Height = 13
  29.       Caption = 'Po∩┐╜et ∩┐╜∩┐╜dk∩┐╜ :'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 8
  33.       Top = 47
  34.       Width = 74
  35.       Height = 13
  36.       Caption = 'Po∩┐╜et sloupc∩┐╜ :'
  37.     end
  38.     object SpinEdit1: TSpinEdit
  39.       Left = 96
  40.       Top = 17
  41.       Width = 88
  42.       Height = 22
  43.       MaxValue = 100
  44.       MinValue = 1
  45.       TabOrder = 0
  46.       Value = 2
  47.     end
  48.     object SpinEdit2: TSpinEdit
  49.       Left = 96
  50.       Top = 44
  51.       Width = 88
  52.       Height = 22
  53.       MaxValue = 100
  54.       MinValue = 1
  55.       TabOrder = 1
  56.       Value = 2
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 5
  61.     Top = 87
  62.     Width = 200
  63.     Height = 137
  64.     Caption = 'Rozlo∩┐╜en∩┐╜'
  65.     TabOrder = 1
  66.     object Label3: TLabel
  67.       Left = 10
  68.       Top = 22
  69.       Width = 55
  70.       Height = 13
  71.       Caption = '&Zarovn∩┐╜n∩┐╜ :'
  72.     end
  73.     object Label4: TLabel
  74.       Left = 10
  75.       Top = 49
  76.       Width = 75
  77.       Height = 13
  78.       Caption = 'Velikost okraje :'
  79.     end
  80.     object Label5: TLabel
  81.       Left = 10
  82.       Top = 77
  83.       Width = 64
  84.       Height = 13
  85.       Caption = 'Vypl∩┐╜ bu∩┐╜ky :'
  86.     end
  87.     object Label6: TLabel
  88.       Left = 10
  89.       Top = 104
  90.       Width = 76
  91.       Height = 13
  92.       Caption = 'Hustota bu∩┐╜ek :'
  93.     end
  94.     object cmbAlign: TComboBox
  95.       Left = 96
  96.       Top = 17
  97.       Width = 90
  98.       Height = 21
  99.       Style = csDropDownList
  100.       ItemHeight = 13
  101.       TabOrder = 0
  102.       Items.Strings = (
  103.         ''
  104.         'left'
  105.         'right'
  106.         'center')
  107.     end
  108.     object SpinEdit3: TSpinEdit
  109.       Left = 96
  110.       Top = 44
  111.       Width = 90
  112.       Height = 22
  113.       MaxValue = 100
  114.       MinValue = 1
  115.       TabOrder = 1
  116.       Value = 1
  117.     end
  118.     object SpinEdit4: TSpinEdit
  119.       Left = 96
  120.       Top = 73
  121.       Width = 90
  122.       Height = 22
  123.       MaxValue = 100
  124.       MinValue = 1
  125.       TabOrder = 2
  126.       Value = 1
  127.     end
  128.     object SpinEdit5: TSpinEdit
  129.       Left = 96
  130.       Top = 100
  131.       Width = 90
  132.       Height = 22
  133.       MaxValue = 100
  134.       MinValue = 1
  135.       TabOrder = 3
  136.       Value = 2
  137.     end
  138.   end
  139.   object btnOk: TButton
  140.     Left = 209
  141.     Top = 7
  142.     Width = 75
  143.     Height = 25
  144.     Caption = 'OK'
  145.     Default = True
  146.     TabOrder = 2
  147.     OnClick = btnOkClick
  148.   end
  149.   object btnStorno: TButton
  150.     Left = 209
  151.     Top = 36
  152.     Width = 75
  153.     Height = 25
  154.     Cancel = True
  155.     Caption = 'Storno'
  156.     TabOrder = 3
  157.     OnClick = btnStornoClick
  158.   end
  159. end
  160.