home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / abra / TOOLS / DEBUGGER.EXE / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  2002-11-21  |  3KB  |  126 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 462
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Debugger Options'
  6.   ClientHeight = 455
  7.   ClientWidth = 373
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pgOptions: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 373
  22.     Height = 414
  23.     ActivePage = TabSheet2
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'General'
  28.       object lblIndent: TLabel
  29.         Left = 12
  30.         Top = 26
  31.         Width = 30
  32.         Height = 13
  33.         Caption = 'Indent'
  34.       end
  35.       object edIndent: TMaskEdit
  36.         Left = 52
  37.         Top = 22
  38.         Width = 51
  39.         Height = 21
  40.         EditMask = '999;1; '
  41.         MaxLength = 3
  42.         TabOrder = 0
  43.         Text = '   '
  44.         OnChange = edIndentChange
  45.       end
  46.       object chkInsertTop: TCheckBox
  47.         Left = 12
  48.         Top = 62
  49.         Width = 169
  50.         Height = 17
  51.         Caption = 'Insert new messages on top'
  52.         TabOrder = 1
  53.       end
  54.     end
  55.     object TabSheet2: TTabSheet
  56.       Caption = 'Sections'
  57.       object chlbSections: TRxCheckListBox
  58.         Left = 4
  59.         Top = 32
  60.         Width = 357
  61.         Height = 348
  62.         ItemHeight = 13
  63.         TabOrder = 0
  64.         OnClickCheck = edIndentChange
  65.         InternalVersion = 202
  66.       end
  67.       object Button1: TButton
  68.         Left = 4
  69.         Top = 3
  70.         Width = 75
  71.         Height = 25
  72.         Caption = 'All'
  73.         TabOrder = 1
  74.         OnClick = Button1Click
  75.       end
  76.       object Button2: TButton
  77.         Left = 84
  78.         Top = 3
  79.         Width = 75
  80.         Height = 25
  81.         Caption = 'None'
  82.         TabOrder = 2
  83.         OnClick = Button2Click
  84.       end
  85.     end
  86.   end
  87.   object pnButtons: TPanel
  88.     Left = 0
  89.     Top = 414
  90.     Width = 373
  91.     Height = 41
  92.     Align = alBottom
  93.     TabOrder = 1
  94.     object btnCancel: TButton
  95.       Left = 207
  96.       Top = 8
  97.       Width = 75
  98.       Height = 25
  99.       Cancel = True
  100.       Caption = 'Cancel'
  101.       ModalResult = 2
  102.       TabOrder = 0
  103.     end
  104.     object btnApply: TButton
  105.       Left = 288
  106.       Top = 8
  107.       Width = 75
  108.       Height = 25
  109.       Caption = 'Apply'
  110.       Enabled = False
  111.       TabOrder = 1
  112.       OnClick = btnApplyClick
  113.     end
  114.     object btnOK: TButton
  115.       Left = 126
  116.       Top = 8
  117.       Width = 75
  118.       Height = 25
  119.       Caption = 'OK'
  120.       Default = True
  121.       ModalResult = 1
  122.       TabOrder = 2
  123.     end
  124.   end
  125. end
  126.