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
Text File  |  1997-01-16  |  4KB  |  200 lines

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