home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / THTMLDLG / THTMLDLG.txt
Text File  |  1998-02-19  |  4KB  |  158 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 = '&OK'
  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 = 104
  56.       Width = 77
  57.       Height = 27
  58.       TabOrder = 3
  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.   end
  90.   object Panel2: TPanel
  91.     Left = 0
  92.     Top = 0
  93.     Width = 372
  94.     Height = 323
  95.     Align = alClient
  96.     BevelInner = bvRaised
  97.     BevelOuter = bvLowered
  98.     TabOrder = 1
  99.     object Label1: TLabel
  100.       Left = 8
  101.       Top = 8
  102.       Width = 76
  103.       Height = 14
  104.       Caption = 'Template Name:'
  105.     end
  106.     object Label2: TLabel
  107.       Left = 8
  108.       Top = 138
  109.       Width = 92
  110.       Height = 14
  111.       Caption = 'Existing Templates:'
  112.     end
  113.     object Label3: TLabel
  114.       Left = 8
  115.       Top = 48
  116.       Width = 103
  117.       Height = 14
  118.       Caption = 'Template Description:'
  119.     end
  120.     object Edit1: TEdit
  121.       Left = 8
  122.       Top = 24
  123.       Width = 353
  124.       Height = 22
  125.       Hint = 'Enter New Or Existing Template Name'
  126.       ReadOnly = True
  127.       TabOrder = 0
  128.     end
  129.     object ListBox1: TListBox
  130.       Left = 8
  131.       Top = 152
  132.       Width = 353
  133.       Height = 137
  134.       ItemHeight = 14
  135.       TabOrder = 2
  136.       OnClick = ListBox1Click
  137.     end
  138.     object DeleteBtn: TButton
  139.       Left = 151
  140.       Top = 295
  141.       Width = 66
  142.       Height = 24
  143.       Hint = 'Delete Selected Template'
  144.       Caption = '&Delete'
  145.       TabOrder = 3
  146.       OnClick = DeleteBtnClick
  147.     end
  148.     object Memo1: TMemo
  149.       Left = 8
  150.       Top = 63
  151.       Width = 353
  152.       Height = 73
  153.       ScrollBars = ssVertical
  154.       TabOrder = 1
  155.     end
  156.   end
  157. end
  158.