home *** CD-ROM | disk | FTP | other *** search
- object frmConstant: TfrmConstant
- Left = 515
- Top = 617
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Constant Properties'
- ClientHeight = 164
- ClientWidth = 241
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 8
- Top = 32
- Width = 31
- Height = 13
- Caption = '&Name:'
- end
- object lblValue: TLabel
- Left = 8
- Top = 64
- Width = 30
- Height = 13
- Caption = '&Value:'
- end
- object lblComment: TLabel
- Left = 8
- Top = 96
- Width = 47
- Height = 13
- Caption = '&Comment:'
- end
- object edtConstantName: TEdit
- Left = 64
- Top = 28
- Width = 169
- Height = 21
- TabOrder = 0
- OnExit = edtConstantNameExit
- OnKeyPress = edtConstantNameKeyPress
- end
- object edtConstantValue: TEdit
- Left = 64
- Top = 60
- Width = 169
- Height = 21
- TabOrder = 1
- end
- object edtConstantComment: TEdit
- Left = 64
- Top = 92
- Width = 169
- Height = 21
- TabOrder = 2
- end
- object comOK: TButton
- Left = 36
- Top = 132
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 136
- Top = 132
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = comCancelClick
- end
- end
-