home *** CD-ROM | disk | FTP | other *** search
- object FrmStyle: TFrmStyle
- Left = 309
- Top = 271
- BorderStyle = bsDialog
- Caption = 'Style'
- ClientHeight = 149
- ClientWidth = 374
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblStyleTag: TLabel
- Left = 8
- Top = 88
- Width = 41
- Height = 13
- Caption = '&Style tag'
- FocusControl = cbStyleTag
- end
- object btbOK: TButton
- Left = 184
- Top = 120
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object btnCancel: TButton
- Left = 280
- Top = 120
- Width = 89
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object btnStyleAssistant: TBitBtn
- Left = 296
- Top = 88
- Width = 75
- Height = 25
- Hint = 'Style Assistant'
- Caption = 'St&yle'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = btnStyleAssistantClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 00333FFFFFFFFFFFFF3338777777777770333888888888888F3338FFFFFFFFFF
- 703338F3333333338F3338FFFFFFFFFF703338F3FFF33FFF8F3338F999FF9999
- 703338F8883388888F3338FF9FFFF997703338F38FFFF8888F3338FF7999999F
- 703338F3388888838F3338FFF9FF997F703338F338F388F38F3338FFF79F99FF
- 703338F3338F88338F3338FFFF9997FF703338F333888F338F3338FFFF799FFF
- 703338F3333883338F3338FFFFF97FFF703338F3333833338F3338FFFFFFFF00
- 003338F3333333FFFF3338FFFFFFFF7F833338F333333373833338FFFFFFFF78
- 333338FFFFFFFF78333338888888888333333888888888833333}
- NumGlyphs = 2
- end
- object cbStyleTag: TComboBox
- Left = 56
- Top = 88
- Width = 145
- Height = 21
- Hint = 'Choose a style tag'
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '<STYLE>..</STYLE>'
- '<SPAN STYLE>..</SPAN>'
- 'STYLE='
- '{ }')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object MemoStyle: TMemo
- Left = 8
- Top = 8
- Width = 361
- Height = 73
- TabOrder = 0
- end
- end
-