home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TCOMPINFODLG / TCOMPINFODLG.txt
Text File  |  1997-01-16  |  2KB  |  122 lines

  1. object CompInfoDlg: TCompInfoDlg
  2.   Left = 263
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Information'
  7.   ClientHeight = 198
  8.   ClientWidth = 298
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object CompilerGroup: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 101
  21.     Caption = 'Program'
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 16
  26.       Width = 120
  27.       Height = 16
  28.       AutoSize = False
  29.       Caption = 'Source compiled:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 8
  33.       Top = 36
  34.       Width = 120
  35.       Height = 16
  36.       AutoSize = False
  37.       Caption = 'Code size:'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 8
  41.       Top = 56
  42.       Width = 120
  43.       Height = 16
  44.       AutoSize = False
  45.       Caption = 'Data size:'
  46.     end
  47.     object Label4: TLabel
  48.       Left = 8
  49.       Top = 76
  50.       Width = 120
  51.       Height = 16
  52.       AutoSize = False
  53.       Caption = 'Initial stack size:'
  54.     end
  55.     object CompiledLabel: TLabel
  56.       Left = 110
  57.       Top = 16
  58.       Width = 163
  59.       Height = 16
  60.       AutoSize = False
  61.     end
  62.     object CodeSizeLabel: TLabel
  63.       Left = 110
  64.       Top = 36
  65.       Width = 163
  66.       Height = 16
  67.       AutoSize = False
  68.     end
  69.     object DataSizeLabel: TLabel
  70.       Left = 110
  71.       Top = 56
  72.       Width = 163
  73.       Height = 16
  74.       AutoSize = False
  75.     end
  76.     object StackSizeLabel: TLabel
  77.       Left = 110
  78.       Top = 76
  79.       Width = 163
  80.       Height = 16
  81.       AutoSize = False
  82.     end
  83.   end
  84.   object GroupBox1: TGroupBox
  85.     Left = 8
  86.     Top = 118
  87.     Width = 281
  88.     Height = 41
  89.     Caption = 'Status'
  90.     TabOrder = 1
  91.     object StatusLabel: TLabel
  92.       Left = 8
  93.       Top = 16
  94.       Width = 265
  95.       Height = 16
  96.       AutoSize = False
  97.       WordWrap = True
  98.     end
  99.   end
  100.   object OKButton: TButton
  101.     Left = 134
  102.     Top = 168
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 2
  110.   end
  111.   object HelpButton: TButton
  112.     Left = 214
  113.     Top = 168
  114.     Width = 75
  115.     Height = 25
  116.     HelpContext = 1103
  117.     Caption = '&Help'
  118.     TabOrder = 3
  119.     OnClick = HelpButtonClick
  120.   end
  121. end
  122.