home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TOBJPROP / TOBJPROP.txt
Encoding:
Text File  |  1998-04-21  |  1.5 KB  |  85 lines

  1. object ObjProp: TObjProp
  2.   Left = 205
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Object Properties'
  7.   ClientHeight = 133
  8.   ClientWidth = 332
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 44
  19.     Width = 62
  20.     Height = 13
  21.     Caption = 'Object Name'
  22.   end
  23.   object ObjectNo1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 57
  27.     Height = 13
  28.     Caption = 'Object No. :'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 76
  33.     Width = 46
  34.     Height = 13
  35.     Caption = 'Fix Value:'
  36.   end
  37.   object Button1: TButton
  38.     Left = 16
  39.     Top = 104
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Ok'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.   end
  47.   object Button2: TButton
  48.     Left = 240
  49.     Top = 104
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.   end
  56.   object NameEdit: TEdit
  57.     Left = 88
  58.     Top = 40
  59.     Width = 225
  60.     Height = 21
  61.     MaxLength = 80
  62.     TabOrder = 2
  63.   end
  64.   object RxFixVal: TRxSpinEdit
  65.     Left = 88
  66.     Top = 72
  67.     Width = 225
  68.     Height = 21
  69.     Alignment = taRightJustify
  70.     Increment = 1.000000000000000000
  71.     MaxValue = 32767.000000000000000000
  72.     TabOrder = 3
  73.   end
  74.   object RxObjNo: TRxSpinEdit
  75.     Left = 88
  76.     Top = 8
  77.     Width = 225
  78.     Height = 21
  79.     Alignment = taRightJustify
  80.     Increment = 1.000000000000000000
  81.     MaxValue = 255.000000000000000000
  82.     TabOrder = 4
  83.   end
  84. end
  85.