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