home *** CD-ROM | disk | FTP | other *** search
- object FrmMeta: TFrmMeta
- Left = 134
- Top = 236
- BorderStyle = bsDialog
- Caption = 'Meta information'
- ClientHeight = 137
- ClientWidth = 400
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = EditName
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblContent: TLabel
- Left = 8
- Top = 40
- Width = 37
- Height = 13
- Caption = '&Content'
- FocusControl = EditContent
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblHTTPEquiv: TLabel
- Left = 8
- Top = 72
- Width = 59
- Height = 13
- Caption = '&HTTP-Equiv'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblQuick: TLabel
- Left = 8
- Top = 104
- Width = 64
- Height = 13
- Caption = 'QuickButtons'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 304
- Top = 8
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 304
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 6
- end
- object EditName: TEdit
- Left = 80
- Top = 8
- Width = 201
- Height = 21
- Hint = 'Name of property (eg for author information)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object EditContent: TEdit
- Left = 80
- Top = 40
- Width = 201
- Height = 21
- Hint = 'Content of property named above'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object btnProduct: TBitBtn
- Left = 80
- Top = 104
- Width = 49
- Height = 25
- Hint = 'Tell the world you use Lorenz Graf'#39's HTMLtool'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = btnProductClick
- Glyph.Data = {
- 90010000424D9001000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 99933FFFFFFFFFFF777F8888888888809193888888888888787F8BFFFBFFFB70
- 91938F3333333378787F8FFFFFFFFF7091938F3333333378787F8BF70007FB70
- 91938F3333333378787F8F74C4407F7999998F333333337777778B8CC2C44B71
- 11118F333333337888888F67826C4F7030338F3333333378F8F38B6F724C4B70
- 30338F3333333378F8F38F676C628F7030338F3333333378F8F38B7686267B70
- 80838F3333333378787F8FF76667000080838F333333888878738BFFFBFF7F83
- 33338F3333337F8333338FFBFFFB783333338FFFFFFF78333333888888888333
- 3333888888888333333333333333333333333333333333333333000000000000
- 0000000000000000000000000000000000000000}
- NumGlyphs = 2
- end
- object btnCharSet: TBitBtn
- Left = 128
- Top = 104
- Width = 49
- Height = 25
- Hint = 'Insert character set information'
- Caption = 'char &set'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = btnCharSetClick
- end
- object btnAuthor: TBitBtn
- Left = 176
- Top = 104
- Width = 49
- Height = 25
- Hint = 'Insert author information'
- Caption = '&author'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = btnAuthorClick
- end
- object cbHTTPEquiv: TComboBox
- Left = 80
- Top = 72
- Width = 201
- Height = 21
- Hint = 'Binds element to a respone header'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Refresh'
- 'Content-Type')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- end
- end
-