home *** CD-ROM | disk | FTP | other *** search
- object frmTable: TfrmTable
- Left = 351
- Top = 238
- BorderStyle = bsDialog
- Caption = 'Tabulka'
- ClientHeight = 249
- ClientWidth = 405
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 246
- Top = 222
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 326
- Top = 222
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 1
- OnClick = btnStornoClick
- end
- object GroupBox1: TGroupBox
- Left = 3
- Top = 2
- Width = 398
- Height = 132
- Caption = 'Mo�nosti'
- TabOrder = 2
- object Image1: TImage
- Left = 8
- Top = 21
- Width = 16
- Height = 16
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 8
- Top = 23
- Width = 29
- Height = 13
- Caption = '���ka:'
- end
- object Label2: TLabel
- Left = 8
- Top = 49
- Width = 28
- Height = 13
- Caption = 'Okraj:'
- end
- object Label4: TLabel
- Left = 8
- Top = 75
- Width = 46
- Height = 13
- Caption = 'Zarovnat:'
- end
- object Label5: TLabel
- Left = 182
- Top = 75
- Width = 57
- Height = 13
- Caption = 'V. zarovnat:'
- end
- object Label6: TLabel
- Left = 182
- Top = 24
- Width = 61
- Height = 13
- Caption = 'V�pl� bu�ky:'
- end
- object Label11: TLabel
- Left = 182
- Top = 50
- Width = 73
- Height = 13
- Caption = 'Hustota bun�k:'
- end
- object Label3: TLabel
- Left = 8
- Top = 101
- Width = 43
- Height = 13
- Caption = 'Obr�zek:'
- end
- object btnOpenImage: TSpeedButton
- Left = 365
- Top = 98
- Width = 23
- Height = 22
- Glyph.Data = {
- 42020000424D4202000000000000420000002800000010000000100000000100
- 1000030000000002000000000000000000000000000000000000007C0000E003
- 00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
- 1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
- 1F7C1F7C1F7C000000000000000000000000000000000000000000001F7C1F7C
- 1F7C1F7C1F7C0000000000420042004200420042004200420042004200001F7C
- 1F7C1F7C1F7C0000E07F00000042004200420042004200420042004200420000
- 1F7C1F7C1F7C0000FF7FE07F0000004200420042004200420042004200420042
- 00001F7C1F7C0000E07FFF7FE07F000000420042004200420042004200420042
- 004200001F7C0000FF7FE07FFF7FE07F00000000000000000000000000000000
- 0000000000000000E07FFF7FE07FFF7FE07FFF7FE07FFF7FE07F00001F7C1F7C
- 1F7C1F7C1F7C0000FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F00001F7C1F7C
- 1F7C1F7C1F7C0000E07FFF7FE07F00000000000000000000000000001F7C1F7C
- 1F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000
- 000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
- 000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C0000
- 1F7C00001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000000000001F7C
- 1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
- 1F7C1F7C1F7C}
- OnClick = btnOpenImageClick
- end
- object edWidth: TEdit
- Left = 64
- Top = 18
- Width = 110
- Height = 21
- Hint = 'WIDTH'
- TabOrder = 0
- OnEnter = edWidthEnter
- OnExit = edWidthExit
- end
- object edBorder: TEdit
- Left = 64
- Top = 44
- Width = 110
- Height = 21
- Hint = 'BORDER'
- TabOrder = 1
- OnEnter = edBorderEnter
- OnExit = edBorderExit
- end
- object cmbAlign: TComboBox
- Left = 64
- Top = 71
- Width = 110
- Height = 21
- Hint = 'ALIGN'
- ItemHeight = 13
- TabOrder = 2
- OnEnter = cmbAlignEnter
- OnExit = cmbAlignExit
- Items.Strings = (
- ''
- 'left'
- 'center'
- 'right'
- 'bleedleft'
- 'bleedright'
- 'justify')
- end
- object cmbVALIGN: TComboBox
- Left = 277
- Top = 71
- Width = 110
- Height = 21
- Hint = 'VALIGN'
- ItemHeight = 13
- TabOrder = 5
- OnEnter = cmbVALIGNEnter
- OnExit = cmbVALIGNExit
- Items.Strings = (
- ''
- 'top'
- 'middle'
- 'bottom'
- 'baseline')
- end
- object edCellpadding: TEdit
- Left = 277
- Top = 18
- Width = 110
- Height = 21
- Hint = 'CELLPADDING'
- TabOrder = 3
- OnEnter = edCellpaddingEnter
- OnExit = edCellpaddingExit
- end
- object edCellspacing: TEdit
- Left = 277
- Top = 44
- Width = 110
- Height = 21
- Hint = 'CELLSPACING'
- TabOrder = 4
- OnEnter = edCellspacingEnter
- OnExit = edCellspacingExit
- end
- object edBACKGROUND: TEdit
- Left = 64
- Top = 98
- Width = 300
- Height = 21
- Hint = 'BACKGROUND'
- TabOrder = 6
- OnEnter = edBACKGROUNDEnter
- OnExit = edBACKGROUNDExit
- end
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 136
- Width = 397
- Height = 81
- Caption = 'Vlastn� barvy'
- TabOrder = 3
- object Label12: TLabel
- Left = 10
- Top = 27
- Width = 36
- Height = 13
- Caption = 'Pozad�:'
- end
- object Label13: TLabel
- Left = 10
- Top = 53
- Width = 28
- Height = 13
- Caption = 'Okraj:'
- end
- object Label14: TLabel
- Left = 182
- Top = 27
- Width = 86
- Height = 13
- Caption = 'Sv�tl� ohrani�en�:'
- end
- object Label15: TLabel
- Left = 182
- Top = 52
- Width = 89
- Height = 13
- Caption = 'Tmav� ohrani�en�:'
- end
- object ColorCombo1: TColorCombo
- Left = 63
- Top = 21
- Width = 115
- Height = 22
- Hint = 'BGCOLOR'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 0
- ColorDialog = frmMain.ColorDialog1
- end
- object ColorCombo2: TColorCombo
- Left = 63
- Top = 47
- Width = 115
- Height = 22
- Hint = 'BORDERCOLOR'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 1
- ColorDialog = frmMain.ColorDialog1
- end
- object ColorCombo3: TColorCombo
- Left = 274
- Top = 22
- Width = 115
- Height = 22
- Hint = 'BORDERCOLORLIGHT'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 2
- ColorDialog = frmMain.ColorDialog1
- end
- object ColorCombo4: TColorCombo
- Left = 274
- Top = 48
- Width = 115
- Height = 22
- Hint = 'BORDERCOLORDARK'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 3
- ColorDialog = frmMain.ColorDialog1
- end
- end
- end
-