home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TLABELLOADDLG / TLABELLOADDLG.txt
Text File  |  1998-02-19  |  3KB  |  110 lines

  1. object LabelLoadDlg: TLabelLoadDlg
  2.   Left = 80
  3.   Top = 122
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Load Label Template'
  7.   ClientHeight = 214
  8.   ClientWidth = 340
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 233
  24.     Height = 201
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 98
  32.     Height = 13
  33.     Caption = 'Label Templates:'
  34.   end
  35.   object OKBtn: TBitBtn
  36.     Left = 252
  37.     Top = 8
  38.     Width = 77
  39.     Height = 27
  40.     Hint = 'Load Selected Report Template'
  41.     Caption = '&OK'
  42.     TabOrder = 0
  43.     OnClick = OKBtnClick
  44.     Kind = bkOK
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object HelpBtn: TBitBtn
  50.     Left = 252
  51.     Top = 72
  52.     Width = 77
  53.     Height = 27
  54.     Hint = 'Display Help Window'
  55.     TabOrder = 1
  56.     Kind = bkHelp
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object ListBox1: TListBox
  62.     Left = 16
  63.     Top = 32
  64.     Width = 217
  65.     Height = 137
  66.     Hint = 'All Report Templates'
  67.     ItemHeight = 13
  68.     TabOrder = 2
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 252
  72.     Top = 40
  73.     Width = 77
  74.     Height = 27
  75.     Hint = 'Close This Window'
  76.     TabOrder = 3
  77.     Kind = bkCancel
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object Delete_Btn: TBitBtn
  83.     Left = 23
  84.     Top = 176
  85.     Width = 77
  86.     Height = 27
  87.     Hint = 'Delete Selected Report Template'
  88.     Caption = '&Delete'
  89.     TabOrder = 4
  90.     OnClick = Delete_BtnClick
  91.     Glyph.Data = {
  92.       76010000424D7601000000000000760000002800000020000000100000000100
  93.       04000000000000010000120B0000120B00001000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  96.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  97.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  98.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  99.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  100.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  101.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  102.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  103.       3333333337FFF7F3333333333000003333333333377777333333}
  104.     Margin = 2
  105.     NumGlyphs = 2
  106.     Spacing = -1
  107.     IsControl = True
  108.   end
  109. end
  110.