home *** CD-ROM | disk | FTP | other *** search
- object HtmlDlg: THtmlDlg
- Left = 180
- Top = 206
- BorderStyle = bsDialog
- Caption = 'Load Template'
- ClientHeight = 323
- ClientWidth = 472
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel
- Left = 372
- Top = 0
- Width = 100
- Height = 323
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object OKBtn: TBitBtn
- Left = 12
- Top = 8
- Width = 77
- Height = 27
- Caption = '&Load'
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 12
- Top = 40
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 12
- Top = 104
- Width = 77
- Height = 27
- TabOrder = 3
- OnClick = HelpBtnClick
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object BitBtn1: TBitBtn
- Left = 12
- Top = 72
- Width = 77
- Height = 27
- Hint = 'View Template Details'
- Caption = '&Details'
- TabOrder = 2
- OnClick = BitBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33033333333333333F7F3333333333333000333333333333F777333333333333
- 000333333333333F777333333333333000333333333333F77733333333333300
- 033333333FFF3F777333333700073B703333333F7773F77733333307777700B3
- 33333377333777733333307F8F8F7033333337F333F337F3333377F8F9F8F773
- 3333373337F3373F3333078F898F870333337F33F7FFF37F333307F99999F703
- 33337F377777337F3333078F898F8703333373F337F33373333377F8F9F8F773
- 333337F3373337F33333307F8F8F70333333373FF333F7333333330777770333
- 333333773FF77333333333370007333333333333777333333333}
- NumGlyphs = 2
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 372
- Height = 323
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 76
- Height = 14
- Caption = 'Template Name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 138
- Width = 92
- Height = 14
- Caption = 'Existing Templates:'
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 103
- Height = 14
- Caption = 'Template Description:'
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 353
- Height = 22
- Hint = 'Enter New Or Existing Template Name'
- ReadOnly = True
- TabOrder = 0
- end
- object ListBox1: TListBox
- Left = 8
- Top = 152
- Width = 353
- Height = 137
- ItemHeight = 14
- TabOrder = 2
- OnClick = ListBox1Click
- end
- object DeleteBtn: TButton
- Left = 151
- Top = 295
- Width = 66
- Height = 24
- Hint = 'Delete Selected Template'
- Caption = '&Delete'
- TabOrder = 3
- OnClick = DeleteBtnClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 63
- Width = 353
- Height = 73
- ScrollBars = ssVertical
- TabOrder = 1
- end
- end
- end
-