object WatchEditDlg: TWatchEditDlg Left = 105 Top = 184 HelpContext = 1550 ActiveControl = edExpression BorderStyle = bsDialog Caption = 'Watch Properties' ClientHeight = 200 ClientWidth = 399 Color = clBtnFace ParentFont = True OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 88 Width = 381 Height = 73 Shape = bsFrame end object Label1: TLabel Left = 8 Top = 12 Width = 54 Height = 13 AutoSize = False Caption = '&Expression:' DragCursor = crDefault FocusControl = edExpression end object Label2: TLabel Left = 8 Top = 38 Width = 68 Height = 13 AutoSize = False Caption = 'Repeat co&unt:' DragCursor = crDefault FocusControl = edRepeatCount end object Label3: TLabel Left = 223 Top = 38 Width = 29 Height = 13 AutoSize = False Caption = 'Di&gits:' DragCursor = crDefault FocusControl = edDigits end object edExpression: THistoryPropComboBox Left = 96 Top = 9 Width = 293 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlWatchExpression' end object rbCharacter: TRadioButton Left = 14 Top = 92 Width = 120 Height = 20 Caption = '&Character' DragCursor = crDefault TabOrder = 4 end object rbString: TRadioButton Left = 14 Top = 112 Width = 120 Height = 20 Caption = '&String' DragCursor = crDefault TabOrder = 5 end object rbDecimal: TRadioButton Left = 14 Top = 132 Width = 120 Height = 20 Caption = '&Decimal' DragCursor = crDefault TabOrder = 6 end object rbMemoryDump: TRadioButton Left = 265 Top = 132 Width = 120 Height = 20 Caption = '&Memory Dump' DragCursor = crDefault TabOrder = 15 end object rbPointer: TRadioButton Left = 140 Top = 132 Width = 120 Height = 20 Caption = '&Pointer' DragCursor = crDefault TabOrder = 9 end object rbHex: TRadioButton Left = 140 Top = 92 Width = 120 Height = 20 Caption = 'He&xadecimal' DragCursor = crDefault TabOrder = 7 end object rbFloatingPoint: TRadioButton Left = 140 Top = 112 Width = 120 Height = 20 Caption = '&Floating point' DragCursor = crDefault TabOrder = 8 end object rbRecordStructureUnion: TRadioButton Left = 265 Top = 92 Width = 120 Height = 20 Caption = '&Record/Structure' DragCursor = crDefault TabOrder = 10 end object rbDefault: TRadioButton Left = 265 Top = 112 Width = 120 Height = 20 Caption = 'Defau<' DragCursor = crDefault TabOrder = 11 end object edRepeatCount: TEdit Left = 96 Top = 36 Width = 115 Height = 21 DragCursor = crDefault TabOrder = 1 end object edDigits: TEdit Left = 271 Top = 36 Width = 115 Height = 21 DragCursor = crDefault TabOrder = 2 end object cbEnabled: TCheckBox Left = 8 Top = 65 Width = 73 Height = 20 Caption = 'E&nabled' DragCursor = crDefault TabOrder = 3 end object OKButton: TButton Left = 153 Top = 168 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 12 OnClick = OKButtonClick end object CancelButton: TButton Left = 233 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 13 end object HelpButton: TButton Left = 313 Top = 168 Width = 75 Height = 25 Caption = '&Help' TabOrder = 14 OnClick = HelpButtonClick end object cbAllowSideEffects: TCheckBox Left = 96 Top = 65 Width = 121 Height = 17 Caption = '&Allow Side Effects' TabOrder = 16 end end