home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TCONSTANTINSPECTOR / TCONSTANTINSPECTOR.txt
Encoding:
Text File  |  1998-08-12  |  1.7 KB  |  92 lines

  1. object ConstantInspector: TConstantInspector
  2.   Left = 201
  3.   Top = 133
  4.   ActiveControl = ConstantNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Constant Inspector'
  7.   ClientHeight = 144
  8.   ClientWidth = 352
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 337
  20.     Height = 89
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ConstantNameLabel: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 79
  28.       Height = 13
  29.       Caption = 'Constant Name :'
  30.     end
  31.     object ConstantTypeLabel: TLabel
  32.       Left = 8
  33.       Top = 32
  34.       Width = 75
  35.       Height = 13
  36.       Caption = 'Constant Type :'
  37.     end
  38.     object InitialValueLabel: TLabel
  39.       Left = 8
  40.       Top = 56
  41.       Width = 60
  42.       Height = 13
  43.       Caption = 'Initial Value :'
  44.     end
  45.     object TypesDlgButton: TSpeedButton
  46.       Left = 308
  47.       Top = 32
  48.       Width = 21
  49.       Height = 21
  50.       Caption = '...'
  51.       OnClick = TypesDlgButtonClick
  52.     end
  53.     object ConstantNameEdit: TEdit
  54.       Left = 96
  55.       Top = 8
  56.       Width = 233
  57.       Height = 21
  58.       TabOrder = 0
  59.     end
  60.     object ConstantTypeEdit: TEdit
  61.       Left = 96
  62.       Top = 32
  63.       Width = 209
  64.       Height = 21
  65.       TabOrder = 1
  66.     end
  67.     object InitialValueEdit: TEdit
  68.       Left = 96
  69.       Top = 56
  70.       Width = 233
  71.       Height = 21
  72.       TabOrder = 2
  73.     end
  74.   end
  75.   object OKButton: TBitBtn
  76.     Left = 256
  77.     Top = 104
  78.     Width = 89
  79.     Height = 33
  80.     TabOrder = 1
  81.     Kind = bkOK
  82.   end
  83.   object CancelButton: TBitBtn
  84.     Left = 160
  85.     Top = 104
  86.     Width = 89
  87.     Height = 33
  88.     TabOrder = 2
  89.     Kind = bkCancel
  90.   end
  91. end
  92.