object WatchEditDlg: TWatchEditDlg Left = 230 Top = 151 HelpContext = 1550 ActiveControl = edExpression BorderStyle = bsDialog Caption = '�Ď����������è' ClientHeight = 173 ClientWidth = 399 ParentFont = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 64 Width = 381 Height = 73 Shape = bsFrame end object Label1: TLabel Left = 8 Top = 12 Width = 78 Height = 13 AutoSize = False Caption = '�Ď����鎮(&E):' DragCursor = crDefault FocusControl = edExpression end object Label2: TLabel Left = 8 Top = 38 Width = 86 Height = 13 AutoSize = False Caption = '�J��Ԃ���(&U):' DragCursor = crDefault FocusControl = edRepeatCount end object Label3: TLabel Left = 167 Top = 38 Width = 44 Height = 13 AutoSize = False Caption = '����(&G):' DragCursor = crDefault FocusControl = edDigits end object edExpression: TComboBox Left = 96 Top = 9 Width = 293 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 0 end object rbCharacter: TRadioButton Left = 14 Top = 68 Width = 120 Height = 20 Caption = '����(&C)' DragCursor = crDefault TabOrder = 4 end object rbString: TRadioButton Left = 14 Top = 88 Width = 120 Height = 20 Caption = '������(&S)' DragCursor = crDefault TabOrder = 5 end object rbDecimal: TRadioButton Left = 14 Top = 108 Width = 120 Height = 20 Caption = '10 �i����(&D)' DragCursor = crDefault TabOrder = 6 end object rbHex: TRadioButton Left = 140 Top = 68 Width = 120 Height = 20 Caption = '16 �i����(&X)' DragCursor = crDefault TabOrder = 7 end object rbOrdinal: TRadioButton Left = 140 Top = 88 Width = 120 Height = 20 Caption = '����(&O)' DragCursor = crDefault TabOrder = 8 end object rbPointer: TRadioButton Left = 140 Top = 108 Width = 120 Height = 20 Caption = '�߲��(&P)' DragCursor = crDefault TabOrder = 9 end object rbRecord: TRadioButton Left = 265 Top = 68 Width = 120 Height = 20 Caption = '�\����(&R)' DragCursor = crDefault TabOrder = 10 end object rbDefault: TRadioButton Left = 265 Top = 88 Width = 120 Height = 20 Caption = '��̫��(&L)' DragCursor = crDefault TabOrder = 11 end object cbDump: TCheckBox Left = 265 Top = 108 Width = 120 Height = 20 Caption = '��� �����(&M)' DragCursor = crDefault TabOrder = 12 end object edRepeatCount: TEdit Left = 96 Top = 36 Width = 58 Height = 21 DragCursor = crDefault TabOrder = 1 end object edDigits: TEdit Left = 215 Top = 36 Width = 58 Height = 21 DragCursor = crDefault TabOrder = 2 end object cbEnabled: TCheckBox Left = 290 Top = 36 Width = 90 Height = 20 Caption = '�L��(&N)' DragCursor = crDefault TabOrder = 3 end object OKButton: TButton Left = 153 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 13 OnClick = OKButtonClick end object CancelButton: TButton Left = 233 Top = 144 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 14 end object HelpButton: TButton Left = 313 Top = 144 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 15 OnClick = HelpButtonClick end end