home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TWATCHEDITDLG
/
TWATCHEDITDLG.txt
Wrap
Text File
|
1997-01-16
|
4KB
|
200 lines
object WatchEditDlg: TWatchEditDlg
Left = 230
Top = 151
HelpContext = 1550
ActiveControl = edExpression
BorderStyle = bsDialog
Caption = 'Watch Properties'
ClientHeight = 173
ClientWidth = 399
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 64
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 count:'
DragCursor = crDefault
FocusControl = edRepeatCount
end
object Label3: TLabel
Left = 167
Top = 38
Width = 29
Height = 13
AutoSize = False
Caption = 'Di&gits:'
DragCursor = crDefault
FocusControl = edDigits
end
object edExpression: TComboBox
Left = 96
Top = 9
Width = 293
Height = 21
DragCursor = crDefault
ItemHeight = 13
TabOrder = 0
end
object rbHexadecimal: TRadioButton
Left = 14
Top = 68
Width = 120
Height = 20
Caption = 'He&xadecimal'
DragCursor = crDefault
TabOrder = 4
end
object rbCharacter: TRadioButton
Left = 14
Top = 88
Width = 120
Height = 20
Caption = '&Character'
DragCursor = crDefault
TabOrder = 5
end
object rbDecimal: TRadioButton
Left = 14
Top = 108
Width = 120
Height = 20
Caption = '&Decimal'
DragCursor = crDefault
TabOrder = 6
end
object rbFloatingPoint: TRadioButton
Left = 140
Top = 68
Width = 120
Height = 20
Caption = '&Floating Point'
DragCursor = crDefault
TabOrder = 7
end
object rbMemoryDump: TRadioButton
Left = 140
Top = 88
Width = 120
Height = 20
Caption = '&Memory Dump'
DragCursor = crDefault
TabOrder = 8
end
object rbPointer: TRadioButton
Left = 140
Top = 108
Width = 120
Height = 20
Caption = '&Pointer'
DragCursor = crDefault
TabOrder = 9
end
object rbStructureUnion: TRadioButton
Left = 265
Top = 68
Width = 120
Height = 20
Caption = 'Structure/&Union'
DragCursor = crDefault
TabOrder = 10
end
object rbString: TRadioButton
Left = 265
Top = 88
Width = 120
Height = 20
Caption = '&String'
DragCursor = crDefault
TabOrder = 11
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 = 'E&nabled'
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 = 'Cancel'
ModalResult = 2
TabOrder = 14
end
object HelpButton: TButton
Left = 313
Top = 144
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 15
OnClick = HelpButtonClick
end
object rbDefault: TRadioButton
Left = 265
Top = 112
Width = 120
Height = 20
Caption = 'De&fault'
DragCursor = crDefault
TabOrder = 12
end
end