home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / TIMBNT25.ZIP / INSTALL.EXE / BILLPOWR.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-04-14  |  5KB  |  241 lines

  1. object AboutBox: TAboutBox
  2.   Left = 10
  3.   Top = 60
  4.   ActiveControl = OKbtn
  5.   BorderIcons = [biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 392
  9.   ClientWidth = 298
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -15
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = AboutBoxClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 17
  21.   object ViewOrderForm: TButton
  22.     Left = 8
  23.     Top = 272
  24.     Width = 135
  25.     Height = 18
  26.     Caption = 'View Order Form'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 4
  34.     Visible = False
  35.     OnClick = OrderFormBtnClick
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 8
  39.     Top = 12
  40.     Width = 281
  41.     Height = 257
  42.     BevelInner = bvRaised
  43.     BevelOuter = bvLowered
  44.     TabOrder = 0
  45.     object k: TImage
  46.       Left = 12
  47.       Top = 8
  48.       Width = 70
  49.       Height = 71
  50.       Picture.Data = {<image000.bmp>}
  51.       Stretch = True
  52.       IsControl = True
  53.     end
  54.     object SoftwareName: TLabel
  55.       Left = 84
  56.       Top = 6
  57.       Width = 193
  58.       Height = 29
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Product Name'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -22
  65.       Font.Name = 'arial'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Version: TLabel
  71.       Left = 92
  72.       Top = 52
  73.       Width = 181
  74.       Height = 13
  75.       Alignment = taCenter
  76.       AutoSize = False
  77.       Caption = 'Version'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -12
  81.       Font.Name = 'Arial'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       IsControl = True
  85.     end
  86.     object Copyright: TLabel
  87.       Left = 12
  88.       Top = 82
  89.       Width = 265
  90.       Height = 15
  91.       AutoSize = False
  92.       Caption = 'Copyright'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBlack
  95.       Font.Height = -12
  96.       Font.Name = 'Arial'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.       IsControl = True
  100.     end
  101.     object Comments: TLabel
  102.       Left = 12
  103.       Top = 96
  104.       Width = 265
  105.       Height = 63
  106.       AutoSize = False
  107.       Caption = 'Comments'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlack
  110.       Font.Height = -12
  111.       Font.Name = 'Arial'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.       WordWrap = True
  115.       IsControl = True
  116.     end
  117.     object ProductQuote: TLabel
  118.       Left = 88
  119.       Top = 34
  120.       Width = 181
  121.       Height = 21
  122.       Alignment = taCenter
  123.       AutoSize = False
  124.       Caption = 'ProductQuote'
  125.     end
  126.     object RegisInfo: TLabel
  127.       Left = 4
  128.       Top = 158
  129.       Width = 273
  130.       Height = 95
  131.       AutoSize = False
  132.       Caption = 'Registration'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clWindowText
  135.       Font.Height = -13
  136.       Font.Name = 'Arial'
  137.       Font.Style = []
  138.       ParentFont = False
  139.       WordWrap = True
  140.     end
  141.     object Language: TLabel
  142.       Left = 92
  143.       Top = 66
  144.       Width = 183
  145.       Height = 15
  146.       Alignment = taCenter
  147.       AutoSize = False
  148.       Caption = 'Language'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clWindowText
  151.       Font.Height = -12
  152.       Font.Name = 'Arial'
  153.       Font.Style = []
  154.       ParentFont = False
  155.     end
  156.     object tradeMark: TLabel
  157.       Left = 268
  158.       Top = 2
  159.       Width = 10
  160.       Height = 8
  161.       Caption = 'TM'
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = -8
  165.       Font.Name = 'Courier New'
  166.       Font.Style = []
  167.       ParentFont = False
  168.     end
  169.   end
  170.   object OKbtn: TBitBtn
  171.     Left = 154
  172.     Top = 274
  173.     Width = 136
  174.     Height = 33
  175.     Caption = 'Continue'
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clBlack
  178.     Font.Height = -17
  179.     Font.Name = 'Arial'
  180.     Font.Style = [fsBold]
  181.     ParentFont = False
  182.     TabOrder = 1
  183.     OnClick = AboutBoxOKClick
  184.     Kind = bkOK
  185.     Margin = 2
  186.     Spacing = -1
  187.     IsControl = True
  188.   end
  189.   object OrderFormBtn: TButton
  190.     Left = 8
  191.     Top = 291
  192.     Width = 135
  193.     Height = 18
  194.     Caption = 'Print Order Form'
  195.     Font.Charset = DEFAULT_CHARSET
  196.     Font.Color = clWindowText
  197.     Font.Height = -13
  198.     Font.Name = 'Arial'
  199.     Font.Style = []
  200.     ParentFont = False
  201.     TabOrder = 2
  202.     Visible = False
  203.     OnClick = OrderFormBtnClick
  204.   end
  205.   object GroupBox1: TGroupBox
  206.     Left = 10
  207.     Top = 318
  208.     Width = 277
  209.     Height = 73
  210.     Caption = 'GroupBox1'
  211.     TabOrder = 3
  212.     object Label1: TLabel
  213.       Left = 10
  214.       Top = 18
  215.       Width = 259
  216.       Height = 16
  217.       Alignment = taCenter
  218.       AutoSize = False
  219.       Caption = 'Label1'
  220.     end
  221.     object Label2: TLabel
  222.       Left = 10
  223.       Top = 36
  224.       Width = 257
  225.       Height = 16
  226.       Alignment = taCenter
  227.       AutoSize = False
  228.       Caption = 'Label2'
  229.     end
  230.     object Label3: TLabel
  231.       Left = 10
  232.       Top = 54
  233.       Width = 259
  234.       Height = 16
  235.       Alignment = taCenter
  236.       AutoSize = False
  237.       Caption = 'Label3'
  238.     end
  239.   end
  240. end
  241.