home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Text File  |  1999-04-13  |  3KB  |  180 lines

  1. object About: TAbout
  2.   Left = 330
  3.   Top = 196
  4.   BorderStyle = bsDialog
  5.   Caption = 'About the Musical Generator'
  6.   ClientHeight = 448
  7.   ClientWidth = 356
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 81
  19.     Top = 22
  20.     Width = 95
  21.     Height = 13
  22.     Caption = 'a Musical Generator'
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 81
  26.     Top = 182
  27.     Width = 260
  28.     Height = 2
  29.     Shape = bsTopLine
  30.   end
  31.   object Label3: TLabel
  32.     Left = 81
  33.     Top = 193
  34.     Width = 187
  35.     Height = 13
  36.     Caption = 'Physical Memory Available to Windows:'
  37.   end
  38.   object PhysMem: TLabel
  39.     Left = 275
  40.     Top = 193
  41.     Width = 6
  42.     Height = 13
  43.     Caption = '0'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 81
  47.     Top = 215
  48.     Width = 73
  49.     Height = 13
  50.     Caption = 'Memory in Use:'
  51.   end
  52.   object FreeRes: TLabel
  53.     Left = 276
  54.     Top = 215
  55.     Width = 6
  56.     Height = 13
  57.     Caption = '0'
  58.   end
  59.   object Image1: TImage
  60.     Left = 16
  61.     Top = 24
  62.     Width = 49
  63.     Height = 57
  64.     Picture.Data = {<image000.ico>}
  65.   end
  66.   object Register_Button: TSpeedButton
  67.     Left = 16
  68.     Top = 248
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Register'
  72.     OnClick = Register_ButtonClick
  73.   end
  74.   object Label_Registration: TLabel
  75.     Left = 168
  76.     Top = 128
  77.     Width = 88
  78.     Height = 13
  79.     Caption = 'Label_Registration'
  80.   end
  81.   object VersionLabel: TVersionLabel
  82.     Left = 168
  83.     Top = 144
  84.     Width = 146
  85.     Height = 13
  86.     VersionResource = vrFileVersion
  87.     VersionResourceKey = 'FileVersion'
  88.     InfoPrefix = 'File Version:'
  89.     ShowInfoPrefix = True
  90.     LangCharset = '-1'
  91.   end
  92.   object Label2: TLabel
  93.     Left = 80
  94.     Top = 96
  95.     Width = 37
  96.     Height = 13
  97.     Caption = 'Owner: '
  98.   end
  99.   object Label5: TLabel
  100.     Left = 80
  101.     Top = 112
  102.     Width = 50
  103.     Height = 13
  104.     Caption = 'Company: '
  105.   end
  106.   object Label6: TLabel
  107.     Left = 80
  108.     Top = 128
  109.     Width = 70
  110.     Height = 13
  111.     Caption = 'Serial number: '
  112.   end
  113.   object Label_Company: TLabel
  114.     Left = 168
  115.     Top = 112
  116.     Width = 76
  117.     Height = 13
  118.     Caption = 'Label_Company'
  119.   end
  120.   object Label_Owner: TLabel
  121.     Left = 168
  122.     Top = 96
  123.     Width = 63
  124.     Height = 13
  125.     Caption = 'Label_Owner'
  126.   end
  127.   object Label7: TLabel
  128.     Left = 80
  129.     Top = 144
  130.     Width = 38
  131.     Height = 13
  132.     Caption = 'Version:'
  133.   end
  134.   object Label8: TLabel
  135.     Left = 16
  136.     Top = 288
  137.     Width = 284
  138.     Height = 13
  139.     Caption = 'Credits (click at a name to view a URL related to the person)'
  140.   end
  141.   object OKButton: TButton
  142.     Left = 141
  143.     Top = 248
  144.     Width = 75
  145.     Height = 25
  146.     Cancel = True
  147.     Caption = 'OK'
  148.     Default = True
  149.     ModalResult = 2
  150.     TabOrder = 0
  151.   end
  152.   object Button1: TButton
  153.     Left = 264
  154.     Top = 248
  155.     Width = 75
  156.     Height = 25
  157.     Caption = '&Credits'
  158.     TabOrder = 1
  159.     OnClick = Button1Click
  160.   end
  161.   object Memo2: TMemo
  162.     Left = 80
  163.     Top = 40
  164.     Width = 217
  165.     Height = 33
  166.     Lines.Strings = (
  167.       'Copyright ∩┐╜ 1997 Arnold Reinders'
  168.       'Copyright ∩┐╜ 1997-1999 MuSoft Builders')
  169.     TabOrder = 2
  170.   end
  171.   object Credit: TCredit
  172.     Left = 16
  173.     Top = 304
  174.     Width = 321
  175.     Height = 137
  176.     ItemHeight = 13
  177.     TabOrder = 3
  178.   end
  179. end
  180.