home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / dbhtml / _setup.1 / HTML32.EXE / 0 / RCDATA / THTMLDLG / THTMLDLG.txt
Encoding:
Text File  |  1998-12-13  |  4.9 KB  |  190 lines

  1. object HtmlDlg: THtmlDlg
  2.   Left = 180
  3.   Top = 206
  4.   BorderStyle = bsDialog
  5.   Caption = 'Load Template'
  6.   ClientHeight = 323
  7.   ClientWidth = 472
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Panel1: TPanel
  21.     Left = 372
  22.     Top = 0
  23.     Width = 100
  24.     Height = 323
  25.     Align = alRight
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object OKBtn: TBitBtn
  29.       Left = 12
  30.       Top = 8
  31.       Width = 77
  32.       Height = 27
  33.       Caption = '&Load'
  34.       TabOrder = 0
  35.       OnClick = OKBtnClick
  36.       Kind = bkOK
  37.       Margin = 2
  38.       Spacing = -1
  39.       IsControl = True
  40.     end
  41.     object CancelBtn: TBitBtn
  42.       Left = 12
  43.       Top = 40
  44.       Width = 77
  45.       Height = 27
  46.       Caption = '&Cancel'
  47.       TabOrder = 1
  48.       Kind = bkCancel
  49.       Margin = 2
  50.       Spacing = -1
  51.       IsControl = True
  52.     end
  53.     object HelpBtn: TBitBtn
  54.       Left = 12
  55.       Top = 136
  56.       Width = 77
  57.       Height = 27
  58.       TabOrder = 4
  59.       OnClick = HelpBtnClick
  60.       Kind = bkHelp
  61.       Margin = 2
  62.       Spacing = -1
  63.       IsControl = True
  64.     end
  65.     object BitBtn1: TBitBtn
  66.       Left = 12
  67.       Top = 72
  68.       Width = 77
  69.       Height = 27
  70.       Hint = 'View Template Details'
  71.       Caption = '&Details'
  72.       TabOrder = 2
  73.       OnClick = BitBtn1Click
  74.       Glyph.Data = {
  75.         76010000424D7601000000000000760000002800000020000000100000000100
  76.         04000000000000010000130B0000130B00001000000000000000000000000000
  77.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  78.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  79.         33033333333333333F7F3333333333333000333333333333F777333333333333
  80.         000333333333333F777333333333333000333333333333F77733333333333300
  81.         033333333FFF3F777333333700073B703333333F7773F77733333307777700B3
  82.         33333377333777733333307F8F8F7033333337F333F337F3333377F8F9F8F773
  83.         3333373337F3373F3333078F898F870333337F33F7FFF37F333307F99999F703
  84.         33337F377777337F3333078F898F8703333373F337F33373333377F8F9F8F773
  85.         333337F3373337F33333307F8F8F70333333373FF333F7333333330777770333
  86.         333333773FF77333333333370007333333333333777333333333}
  87.       NumGlyphs = 2
  88.     end
  89.     object BitBtn2: TBitBtn
  90.       Left = 12
  91.       Top = 104
  92.       Width = 77
  93.       Height = 27
  94.       Hint = 'Save As Config File'
  95.       Caption = 'Cfg'
  96.       TabOrder = 3
  97.       OnClick = BitBtn2Click
  98.       Glyph.Data = {
  99.         76010000424D7601000000000000760000002800000020000000100000000100
  100.         04000000000000010000130B0000130B00001000000000000000000000000000
  101.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  102.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  103.         7700333333337777777733333333008088003333333377F73377333333330088
  104.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  105.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  106.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  107.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  108.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  109.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  110.         93337FFFF7737777733300000033333333337777773333333333}
  111.       NumGlyphs = 2
  112.     end
  113.   end
  114.   object Panel2: TPanel
  115.     Left = 0
  116.     Top = 0
  117.     Width = 372
  118.     Height = 323
  119.     Align = alClient
  120.     BevelInner = bvRaised
  121.     BevelOuter = bvLowered
  122.     TabOrder = 1
  123.     object Label1: TLabel
  124.       Left = 8
  125.       Top = 8
  126.       Width = 76
  127.       Height = 14
  128.       Caption = 'Template Name:'
  129.     end
  130.     object Label2: TLabel
  131.       Left = 8
  132.       Top = 138
  133.       Width = 92
  134.       Height = 14
  135.       Caption = 'Existing Templates:'
  136.     end
  137.     object Label3: TLabel
  138.       Left = 8
  139.       Top = 48
  140.       Width = 103
  141.       Height = 14
  142.       Caption = 'Template Description:'
  143.     end
  144.     object Edit1: TEdit
  145.       Left = 8
  146.       Top = 24
  147.       Width = 353
  148.       Height = 22
  149.       Hint = 'Enter New Or Existing Template Name'
  150.       ReadOnly = True
  151.       TabOrder = 0
  152.     end
  153.     object ListBox1: TListBox
  154.       Left = 8
  155.       Top = 152
  156.       Width = 353
  157.       Height = 137
  158.       ItemHeight = 14
  159.       TabOrder = 2
  160.       OnClick = ListBox1Click
  161.     end
  162.     object DeleteBtn: TButton
  163.       Left = 151
  164.       Top = 295
  165.       Width = 66
  166.       Height = 24
  167.       Hint = 'Delete Selected Template'
  168.       Caption = '&Delete'
  169.       TabOrder = 3
  170.       OnClick = DeleteBtnClick
  171.     end
  172.     object Memo1: TMemo
  173.       Left = 8
  174.       Top = 63
  175.       Width = 353
  176.       Height = 73
  177.       ScrollBars = ssVertical
  178.       TabOrder = 1
  179.     end
  180.   end
  181.   object SaveDialog1: TSaveDialog
  182.     DefaultExt = 'cfg'
  183.     FileName = '*.cfg'
  184.     Filter = 'Configuration File|*.cfg'
  185.     Title = 'Save To A Configuration File'
  186.     Left = 428
  187.     Top = 184
  188.   end
  189. end
  190.