home *** CD-ROM | disk | FTP | other *** search
- object frmInsertTable: TfrmInsertTable
- Left = 351
- Top = 233
- BorderStyle = bsDialog
- Caption = 'Vlo�it tabulku'
- ClientHeight = 230
- ClientWidth = 286
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 4
- Top = 2
- Width = 200
- Height = 81
- Caption = 'Velikost'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 22
- Width = 65
- Height = 13
- Caption = 'Po�et ��dk� :'
- end
- object Label2: TLabel
- Left = 8
- Top = 47
- Width = 74
- Height = 13
- Caption = 'Po�et sloupc� :'
- end
- object SpinEdit1: TSpinEdit
- Left = 96
- Top = 17
- Width = 88
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 0
- Value = 2
- end
- object SpinEdit2: TSpinEdit
- Left = 96
- Top = 44
- Width = 88
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 1
- Value = 2
- end
- end
- object GroupBox2: TGroupBox
- Left = 5
- Top = 87
- Width = 200
- Height = 137
- Caption = 'Rozlo�en�'
- TabOrder = 1
- object Label3: TLabel
- Left = 10
- Top = 22
- Width = 55
- Height = 13
- Caption = '&Zarovn�n� :'
- end
- object Label4: TLabel
- Left = 10
- Top = 49
- Width = 75
- Height = 13
- Caption = 'Velikost okraje :'
- end
- object Label5: TLabel
- Left = 10
- Top = 77
- Width = 64
- Height = 13
- Caption = 'Vypl� bu�ky :'
- end
- object Label6: TLabel
- Left = 10
- Top = 104
- Width = 76
- Height = 13
- Caption = 'Hustota bu�ek :'
- end
- object cmbAlign: TComboBox
- Left = 96
- Top = 17
- Width = 90
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- ''
- 'left'
- 'right'
- 'center')
- end
- object SpinEdit3: TSpinEdit
- Left = 96
- Top = 44
- Width = 90
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object SpinEdit4: TSpinEdit
- Left = 96
- Top = 73
- Width = 90
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- object SpinEdit5: TSpinEdit
- Left = 96
- Top = 100
- Width = 90
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 3
- Value = 2
- end
- end
- object btnOk: TButton
- Left = 209
- Top = 7
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnStorno: TButton
- Left = 209
- Top = 36
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 3
- OnClick = btnStornoClick
- end
- end
-