home *** CD-ROM | disk | FTP | other *** search
- object Form_TDP: TForm_TDP
- Left = 179
- Top = 196
- HelpContext = 1060
- ActiveControl = AlignCB
- BorderStyle = bsDialog
- Caption = '<TD> Editor'
- ClientHeight = 153
- ClientWidth = 489
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 23
- Height = 13
- Caption = '&Align'
- FocusControl = AlignCB
- end
- object Label2: TLabel
- Left = 104
- Top = 8
- Width = 30
- Height = 13
- Caption = '&VAlign'
- FocusControl = VAlignCB
- end
- object Label3: TLabel
- Left = 280
- Top = 8
- Width = 47
- Height = 13
- Caption = '&RowSpan'
- FocusControl = RowSpanSE
- end
- object Label4: TLabel
- Left = 344
- Top = 8
- Width = 40
- Height = 13
- Caption = '&ColSpan'
- FocusControl = ColSpanSE
- end
- object Width: TLabel
- Left = 200
- Top = 8
- Width = 28
- Height = 13
- Caption = '&Width'
- FocusControl = WidthSE
- end
- object OkButton: TButton
- Left = 368
- Top = 120
- Width = 49
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 8
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 424
- Top = 120
- Width = 57
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 9
- OnClick = CancelButtonClick
- end
- object AlignCB: TComboBox
- Left = 8
- Top = 24
- Width = 89
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- '(none)'
- 'left'
- 'right'
- 'center'
- 'justify'
- 'char'
- 'decimal')
- TabOrder = 0
- Text = 'AlignCB'
- end
- object VAlignCB: TComboBox
- Left = 104
- Top = 24
- Width = 89
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- '(none)'
- 'top'
- 'middle'
- 'bottom'
- 'baseline')
- TabOrder = 1
- Text = 'VAlignCB'
- end
- object RowSpanSE: TSpinEdit
- Left = 280
- Top = 24
- Width = 57
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- object ColSpanSE: TSpinEdit
- Left = 344
- Top = 24
- Width = 57
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Value = 0
- end
- object WidthSE: TSpinEdit
- Left = 200
- Top = 24
- Width = 65
- Height = 22
- MaxValue = 300
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object NoWrapCB: TCheckBox
- Left = 416
- Top = 24
- Width = 65
- Height = 17
- Caption = '&NoWrap'
- TabOrder = 6
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 48
- Width = 473
- Height = 65
- Caption = 'MIE'
- TabOrder = 7
- object Label5: TLabel
- Left = 8
- Top = 16
- Width = 39
- Height = 13
- Caption = '&BGColor'
- FocusControl = BGColorE
- end
- object Label6: TLabel
- Left = 131
- Top = 16
- Width = 55
- Height = 13
- Caption = 'B&orderColor'
- FocusControl = BorderColorE
- end
- object Label7: TLabel
- Left = 253
- Top = 16
- Width = 78
- Height = 13
- Caption = 'BorderColor&Light'
- FocusControl = BorderColorLightE
- end
- object Label8: TLabel
- Left = 376
- Top = 16
- Width = 78
- Height = 13
- Caption = 'BorderColor&Dark'
- FocusControl = BorderColorDarkE
- end
- object BGColorE: TColorEdit
- Left = 8
- Top = 32
- Width = 89
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 0
- end
- object BorderColorE: TColorEdit
- Left = 131
- Top = 32
- Width = 89
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 1
- end
- object BorderColorLightE: TColorEdit
- Left = 253
- Top = 32
- Width = 89
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 2
- end
- object BorderColorDarkE: TColorEdit
- Left = 376
- Top = 32
- Width = 89
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 3
- end
- end
- object WidthPerc: TCheckBox
- Left = 240
- Top = 6
- Width = 31
- Height = 17
- Caption = '%'
- TabOrder = 3
- end
- end
-