home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TWATCHEDITDLG / TWATCHEDITDLG.txt
Text File  |  1998-06-16  |  4KB  |  199 lines

  1. object WatchEditDlg: TWatchEditDlg
  2.   Left = 105
  3.   Top = 184
  4.   HelpContext = 1550
  5.   ActiveControl = edExpression
  6.   BorderStyle = bsDialog
  7.   Caption = 'Watch Properties'
  8.   ClientHeight = 173
  9.   ClientWidth = 399
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 64
  17.     Width = 381
  18.     Height = 73
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 12
  24.     Width = 54
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = '&Expression:'
  28.     DragCursor = crDefault
  29.     FocusControl = edExpression
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 38
  34.     Width = 68
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Repeat co&unt:'
  38.     DragCursor = crDefault
  39.     FocusControl = edRepeatCount
  40.   end
  41.   object Label3: TLabel
  42.     Left = 167
  43.     Top = 38
  44.     Width = 29
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'Di&gits:'
  48.     DragCursor = crDefault
  49.     FocusControl = edDigits
  50.   end
  51.   object edExpression: THistoryPropComboBox
  52.     Left = 96
  53.     Top = 9
  54.     Width = 293
  55.     Height = 21
  56.     DragCursor = crDefault
  57.     ItemHeight = 13
  58.     TabOrder = 0
  59.     HistoryManager = EnvironmentOptions.HistoryLists
  60.     HistoryList = 'hlWatchExpression'
  61.   end
  62.   object rbCharacter: TRadioButton
  63.     Left = 14
  64.     Top = 68
  65.     Width = 120
  66.     Height = 20
  67.     Caption = '&Character'
  68.     DragCursor = crDefault
  69.     TabOrder = 4
  70.   end
  71.   object rbString: TRadioButton
  72.     Left = 14
  73.     Top = 88
  74.     Width = 120
  75.     Height = 20
  76.     Caption = '&String'
  77.     DragCursor = crDefault
  78.     TabOrder = 5
  79.   end
  80.   object rbDecimal: TRadioButton
  81.     Left = 14
  82.     Top = 108
  83.     Width = 120
  84.     Height = 20
  85.     Caption = '&Decimal'
  86.     DragCursor = crDefault
  87.     TabOrder = 6
  88.   end
  89.   object rbMemoryDump: TRadioButton
  90.     Left = 265
  91.     Top = 108
  92.     Width = 120
  93.     Height = 20
  94.     Caption = '&Memory Dump'
  95.     DragCursor = crDefault
  96.     TabOrder = 15
  97.   end
  98.   object rbPointer: TRadioButton
  99.     Left = 140
  100.     Top = 108
  101.     Width = 120
  102.     Height = 20
  103.     Caption = '&Pointer'
  104.     DragCursor = crDefault
  105.     TabOrder = 9
  106.   end
  107.   object rbHex: TRadioButton
  108.     Left = 140
  109.     Top = 68
  110.     Width = 120
  111.     Height = 20
  112.     Caption = 'He&xadecimal'
  113.     DragCursor = crDefault
  114.     TabOrder = 7
  115.   end
  116.   object rbFloatingPoint: TRadioButton
  117.     Left = 140
  118.     Top = 88
  119.     Width = 120
  120.     Height = 20
  121.     Caption = '&Floating point'
  122.     DragCursor = crDefault
  123.     TabOrder = 8
  124.   end
  125.   object rbRecordStructureUnion: TRadioButton
  126.     Left = 265
  127.     Top = 68
  128.     Width = 120
  129.     Height = 20
  130.     Caption = '&Record/Structure'
  131.     DragCursor = crDefault
  132.     TabOrder = 10
  133.   end
  134.   object rbDefault: TRadioButton
  135.     Left = 265
  136.     Top = 88
  137.     Width = 120
  138.     Height = 20
  139.     Caption = 'Defau<'
  140.     DragCursor = crDefault
  141.     TabOrder = 11
  142.   end
  143.   object edRepeatCount: TEdit
  144.     Left = 96
  145.     Top = 36
  146.     Width = 58
  147.     Height = 21
  148.     DragCursor = crDefault
  149.     TabOrder = 1
  150.   end
  151.   object edDigits: TEdit
  152.     Left = 215
  153.     Top = 36
  154.     Width = 58
  155.     Height = 21
  156.     DragCursor = crDefault
  157.     TabOrder = 2
  158.   end
  159.   object cbEnabled: TCheckBox
  160.     Left = 290
  161.     Top = 36
  162.     Width = 90
  163.     Height = 20
  164.     Caption = 'E&nabled'
  165.     DragCursor = crDefault
  166.     TabOrder = 3
  167.   end
  168.   object OKButton: TButton
  169.     Left = 153
  170.     Top = 144
  171.     Width = 75
  172.     Height = 25
  173.     Caption = 'OK'
  174.     Default = True
  175.     ModalResult = 1
  176.     TabOrder = 12
  177.     OnClick = OKButtonClick
  178.   end
  179.   object CancelButton: TButton
  180.     Left = 233
  181.     Top = 144
  182.     Width = 75
  183.     Height = 25
  184.     Cancel = True
  185.     Caption = 'Cancel'
  186.     ModalResult = 2
  187.     TabOrder = 13
  188.   end
  189.   object HelpButton: TButton
  190.     Left = 313
  191.     Top = 144
  192.     Width = 75
  193.     Height = 25
  194.     Caption = '&Help'
  195.     TabOrder = 14
  196.     OnClick = HelpButtonClick
  197.   end
  198. end
  199.