home *** CD-ROM | disk | FTP | other *** search
- object frmTD: TfrmTD
- Left = 282
- Top = 222
- BorderStyle = bsDialog
- Caption = 'Bu�ka'
- ClientHeight = 250
- ClientWidth = 403
- 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 = 245
- Top = 223
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 325
- Top = 223
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 1
- OnClick = btnStornoClick
- end
- object GroupBox1: TGroupBox
- Left = 3
- Top = 2
- Width = 397
- Height = 129
- Caption = 'Mo�nosti'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 22
- Width = 29
- Height = 13
- Caption = '���ka:'
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 32
- Height = 13
- Caption = 'V��ka:'
- end
- object Label4: TLabel
- Left = 8
- Top = 73
- Width = 46
- Height = 13
- Caption = 'Zarovnat:'
- end
- object Label5: TLabel
- Left = 189
- Top = 73
- Width = 57
- Height = 13
- Caption = 'V. zarovnat:'
- end
- object Label6: TLabel
- Left = 188
- Top = 22
- Width = 62
- Height = 13
- Hint = 'ROWSPAN'
- Caption = 'Po�et ��dk�:'
- end
- object Label11: TLabel
- Left = 188
- Top = 47
- Width = 71
- Height = 13
- Hint = 'COLSPAN'
- Caption = 'Po�et sloupc�:'
- end
- object Label3: TLabel
- Left = 8
- Top = 99
- Width = 43
- Height = 13
- Caption = 'Obr�zek:'
- end
- object btnOpenImage: TSpeedButton
- Left = 364
- Top = 96
- 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 = 62
- Top = 17
- Width = 120
- Height = 21
- Hint = 'WIDTH'
- TabOrder = 0
- OnEnter = edWidthEnter
- OnExit = edWidthExit
- end
- object edHeight: TEdit
- Left = 62
- Top = 43
- Width = 120
- Height = 21
- Hint = 'HEIGHT'
- TabOrder = 1
- OnEnter = edHeightEnter
- OnExit = edHeightExit
- end
- object cmbAlign: TComboBox
- Left = 62
- Top = 69
- Width = 120
- 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 = 267
- Top = 69
- Width = 120
- Height = 21
- Hint = 'VALIGN'
- ItemHeight = 13
- TabOrder = 5
- OnEnter = cmbVALIGNEnter
- OnExit = cmbVALIGNExit
- Items.Strings = (
- ''
- 'top'
- 'middle'
- 'bottom'
- 'baseline')
- end
- object edRowSpan: TEdit
- Left = 267
- Top = 19
- Width = 120
- Height = 21
- Hint = 'CELLPADDING'
- TabOrder = 3
- OnEnter = edRowSpanEnter
- OnExit = edRowSpanExit
- end
- object edColSpan: TEdit
- Left = 267
- Top = 44
- Width = 120
- Height = 21
- Hint = 'CELLSPACING'
- TabOrder = 4
- OnEnter = edColSpanEnter
- OnExit = edColSpanExit
- end
- object edBACKGROUND: TEdit
- Left = 62
- Top = 96
- Width = 299
- Height = 21
- Hint = 'BACKGROUND'
- TabOrder = 6
- OnEnter = edBACKGROUNDEnter
- OnExit = edBACKGROUNDExit
- end
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 135
- Width = 396
- Height = 84
- Caption = 'Vlastn� barvy'
- TabOrder = 3
- object Label12: TLabel
- Left = 11
- Top = 27
- Width = 36
- Height = 13
- Caption = 'Pozad�:'
- end
- object Label13: TLabel
- Left = 11
- Top = 53
- Width = 28
- Height = 13
- Caption = 'Okraj:'
- end
- object Label14: TLabel
- Left = 179
- Top = 27
- Width = 86
- Height = 13
- Caption = 'Sv�tl� ohrani�en�:'
- end
- object Label15: TLabel
- Left = 179
- Top = 53
- Width = 89
- Height = 13
- Caption = 'Tmav� ohrani�en�:'
- end
- object ColorCombo1: TColorCombo
- Left = 59
- Top = 22
- 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 = 59
- Top = 49
- 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 = 273
- 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 = 273
- Top = 49
- 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
-