home *** CD-ROM | disk | FTP | other *** search
- object ConstantInspector: TConstantInspector
- Left = 201
- Top = 133
- ActiveControl = ConstantNameEdit
- BorderStyle = bsDialog
- Caption = 'Constant Inspector'
- ClientHeight = 144
- ClientWidth = 352
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 337
- Height = 89
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ConstantNameLabel: TLabel
- Left = 8
- Top = 8
- Width = 79
- Height = 13
- Caption = 'Constant Name :'
- end
- object ConstantTypeLabel: TLabel
- Left = 8
- Top = 32
- Width = 75
- Height = 13
- Caption = 'Constant Type :'
- end
- object InitialValueLabel: TLabel
- Left = 8
- Top = 56
- Width = 60
- Height = 13
- Caption = 'Initial Value :'
- end
- object TypesDlgButton: TSpeedButton
- Left = 308
- Top = 32
- Width = 21
- Height = 21
- Caption = '...'
- OnClick = TypesDlgButtonClick
- end
- object ConstantNameEdit: TEdit
- Left = 96
- Top = 8
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object ConstantTypeEdit: TEdit
- Left = 96
- Top = 32
- Width = 209
- Height = 21
- TabOrder = 1
- end
- object InitialValueEdit: TEdit
- Left = 96
- Top = 56
- Width = 233
- Height = 21
- TabOrder = 2
- end
- end
- object OKButton: TBitBtn
- Left = 256
- Top = 104
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 160
- Top = 104
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-