home *** CD-ROM | disk | FTP | other *** search
- object PropForm: TPropForm
- Left = 722
- Top = 222
- HelpContext = 10022
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Properties of'
- ClientHeight = 392
- ClientWidth = 359
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 115
- Top = 364
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 197
- Top = 364
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object btnHelp: TButton
- Left = 279
- Top = 364
- Width = 75
- Height = 23
- Caption = 'Help'
- TabOrder = 3
- OnClick = btnHelpClick
- end
- object pcProperties: TPageControl
- Left = 4
- Top = 8
- Width = 349
- Height = 351
- ActivePage = tsGeneral
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object Bevel2: TBevel
- Left = 13
- Top = 55
- Width = 318
- Height = 2
- Shape = bsTopLine
- end
- object imgObjIcon: TImage
- Tag = 15
- Left = 16
- Top = 8
- Width = 32
- Height = 32
- end
- object Label2: TLabel
- Left = 16
- Top = 73
- Width = 50
- Height = 13
- AutoSize = False
- Caption = 'Type:'
- end
- object lblType: TLabel
- Left = 75
- Top = 73
- Width = 258
- Height = 13
- AutoSize = False
- Caption = '(Unknown)'
- end
- object edObjName: TEdit
- Left = 72
- Top = 16
- Width = 258
- Height = 16
- TabStop = False
- AutoSelect = False
- AutoSize = False
- BorderStyle = bsNone
- Ctl3D = False
- ParentColor = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- Text = '(Object Name)'
- end
- end
- end
- end
-