home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TCOMPINFODLG / TCOMPINFODLG.txt
Text File  |  1999-08-11  |  3KB  |  153 lines

  1. object CompInfoDlg: TCompInfoDlg
  2.   Left = 263
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Information'
  7.   ClientHeight = 220
  8.   ClientWidth = 367
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object CompilerGroup: TGroupBox
  15.     Left = 7
  16.     Top = 8
  17.     Width = 217
  18.     Height = 121
  19.     Caption = 'Program'
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 8
  23.       Top = 16
  24.       Width = 120
  25.       Height = 16
  26.       AutoSize = False
  27.       Caption = 'Source compiled:'
  28.     end
  29.     object Label2: TLabel
  30.       Left = 8
  31.       Top = 37
  32.       Width = 120
  33.       Height = 16
  34.       AutoSize = False
  35.       Caption = 'Code size:'
  36.     end
  37.     object Label3: TLabel
  38.       Left = 8
  39.       Top = 58
  40.       Width = 120
  41.       Height = 16
  42.       AutoSize = False
  43.       Caption = 'Data size:'
  44.     end
  45.     object Label4: TLabel
  46.       Left = 8
  47.       Top = 78
  48.       Width = 120
  49.       Height = 16
  50.       AutoSize = False
  51.       Caption = 'Initial stack size:'
  52.     end
  53.     object CompiledLabel: TLabel
  54.       Left = 110
  55.       Top = 16
  56.       Width = 99
  57.       Height = 16
  58.       AutoSize = False
  59.     end
  60.     object CodeSizeLabel: TLabel
  61.       Left = 110
  62.       Top = 37
  63.       Width = 99
  64.       Height = 16
  65.       AutoSize = False
  66.     end
  67.     object DataSizeLabel: TLabel
  68.       Left = 110
  69.       Top = 58
  70.       Width = 99
  71.       Height = 16
  72.       AutoSize = False
  73.     end
  74.     object StackSizeLabel: TLabel
  75.       Left = 110
  76.       Top = 78
  77.       Width = 99
  78.       Height = 16
  79.       AutoSize = False
  80.     end
  81.     object Label5: TLabel
  82.       Left = 8
  83.       Top = 99
  84.       Width = 120
  85.       Height = 16
  86.       AutoSize = False
  87.       Caption = 'File size:'
  88.     end
  89.     object FileSizeLabel: TLabel
  90.       Left = 110
  91.       Top = 99
  92.       Width = 99
  93.       Height = 16
  94.       AutoSize = False
  95.     end
  96.   end
  97.   object GroupBox1: TGroupBox
  98.     Left = 8
  99.     Top = 138
  100.     Width = 353
  101.     Height = 41
  102.     Caption = 'Status'
  103.     TabOrder = 1
  104.     object StatusLabel: TLabel
  105.       Left = 8
  106.       Top = 16
  107.       Width = 265
  108.       Height = 16
  109.       AutoSize = False
  110.       WordWrap = True
  111.     end
  112.   end
  113.   object OKButton: TButton
  114.     Left = 206
  115.     Top = 188
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 2
  123.   end
  124.   object HelpButton: TButton
  125.     Left = 286
  126.     Top = 188
  127.     Width = 75
  128.     Height = 25
  129.     HelpContext = 1103
  130.     Caption = '&Help'
  131.     TabOrder = 3
  132.     OnClick = HelpButtonClick
  133.   end
  134.   object PkgGroup: TGroupBox
  135.     Left = 231
  136.     Top = 8
  137.     Width = 130
  138.     Height = 121
  139.     Caption = 'Package Used'
  140.     TabOrder = 4
  141.     object PkgListBox: TListBox
  142.       Left = 8
  143.       Top = 16
  144.       Width = 113
  145.       Height = 97
  146.       BorderStyle = bsNone
  147.       Color = clBtnFace
  148.       ItemHeight = 13
  149.       TabOrder = 0
  150.     end
  151.   end
  152. end
  153.