home *** CD-ROM | disk | FTP | other *** search
- object ObjProp: TObjProp
- Left = 205
- Top = 157
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Object Properties'
- ClientHeight = 133
- ClientWidth = 332
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 44
- Width = 62
- Height = 13
- Caption = 'Object Name'
- end
- object ObjectNo1: TLabel
- Left = 16
- Top = 16
- Width = 57
- Height = 13
- Caption = 'Object No. :'
- end
- object Label3: TLabel
- Left = 16
- Top = 76
- Width = 46
- Height = 13
- Caption = 'Fix Value:'
- end
- object Button1: TButton
- Left = 16
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 240
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object NameEdit: TEdit
- Left = 88
- Top = 40
- Width = 225
- Height = 21
- MaxLength = 80
- TabOrder = 2
- end
- object RxFixVal: TRxSpinEdit
- Left = 88
- Top = 72
- Width = 225
- Height = 21
- Alignment = taRightJustify
- Increment = 1.000000000000000000
- MaxValue = 32767.000000000000000000
- TabOrder = 3
- end
- object RxObjNo: TRxSpinEdit
- Left = 88
- Top = 8
- Width = 225
- Height = 21
- Alignment = taRightJustify
- Increment = 1.000000000000000000
- MaxValue = 255.000000000000000000
- TabOrder = 4
- end
- end
-