home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / NPPLUS.ZIP / Notepad.exe / 0 / RCDATA / TFRMPREFERENCES / TFRMPREFERENCES.txt
Text File  |  1996-10-31  |  23KB  |  867 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 228
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 324
  8.   ClientWidth = 424
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bnOK: TButton
  20.     Left = 187
  21.     Top = 297
  22.     Width = 75
  23.     Height = 23
  24.     Caption = 'OK'
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.     OnClick = bnOKClick
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 266
  31.     Top = 297
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object PageControl: TPageControl
  39.     Left = 4
  40.     Top = 6
  41.     Width = 416
  42.     Height = 287
  43.     ActivePage = TabGeneral
  44.     Font.Color = clBlack
  45.     Font.Height = -12
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     TabOrder = 0
  50.     object TabGeneral: TTabSheet
  51.       Caption = 'General'
  52.       object GroupBox1: TGroupBox
  53.         Left = 10
  54.         Top = 148
  55.         Width = 188
  56.         Height = 100
  57.         Caption = ' Appearance '
  58.         TabOrder = 1
  59.         object cbToolbar: TCheckBox
  60.           Left = 14
  61.           Top = 25
  62.           Width = 77
  63.           Height = 17
  64.           Caption = '&Toolbar'
  65.           State = cbChecked
  66.           TabOrder = 0
  67.           OnClick = cbToolbarClick
  68.         end
  69.         object cbToolTips: TCheckBox
  70.           Left = 14
  71.           Top = 46
  72.           Width = 151
  73.           Height = 17
  74.           Caption = 'Too&lTips (balloon help)'
  75.           State = cbChecked
  76.           TabOrder = 1
  77.           OnClick = cbAutoNewClick
  78.         end
  79.         object cbStatusBar: TCheckBox
  80.           Left = 14
  81.           Top = 67
  82.           Width = 89
  83.           Height = 17
  84.           Caption = '&Status bar'
  85.           State = cbChecked
  86.           TabOrder = 2
  87.           OnClick = cbAutoNewClick
  88.         end
  89.       end
  90.       object GroupBox5: TGroupBox
  91.         Left = 210
  92.         Top = 148
  93.         Width = 188
  94.         Height = 100
  95.         Caption = ' Start-up '
  96.         TabOrder = 2
  97.         object cbWordWrap: TCheckBox
  98.           Left = 14
  99.           Top = 46
  100.           Width = 133
  101.           Height = 17
  102.           Caption = '&Word wrap long lines'
  103.           TabOrder = 1
  104.           OnClick = cbAutoNewClick
  105.         end
  106.         object cbAutoNew: TCheckBox
  107.           Left = 14
  108.           Top = 25
  109.           Width = 117
  110.           Height = 17
  111.           Caption = '&New Document'
  112.           TabOrder = 0
  113.           OnClick = cbAutoNewClick
  114.         end
  115.         object cbPrimary: TCheckBox
  116.           Left = 14
  117.           Top = 67
  118.           Width = 107
  119.           Height = 17
  120.           Caption = 'Use &Fixed Font'
  121.           TabOrder = 2
  122.           OnClick = cbAutoNewClick
  123.         end
  124.       end
  125.       object GroupBox7: TGroupBox
  126.         Left = 10
  127.         Top = 10
  128.         Width = 388
  129.         Height = 130
  130.         Caption = ' General '
  131.         TabOrder = 0
  132.         object Label1: TLabel
  133.           Left = 370
  134.           Top = 117
  135.           Width = 89
  136.           Height = 13
  137.           Caption = 'Tab size (in pixels):'
  138.           Visible = False
  139.         end
  140.         object Label13: TLabel
  141.           Left = 376
  142.           Top = 118
  143.           Width = 223
  144.           Height = 13
  145.           Caption = '&Measurement Units used in Page Setup Dialog:'
  146.           Visible = False
  147.         end
  148.         object Label12: TLabel
  149.           Left = 14
  150.           Top = 26
  151.           Width = 229
  152.           Height = 13
  153.           Caption = 'Number of &Recently Used Files in File Menu:'
  154.           FocusControl = edRecent
  155.         end
  156.         object Label4: TLabel
  157.           Left = 14
  158.           Top = 49
  159.           Width = 185
  160.           Height = 13
  161.           Caption = '&Margin size of Edit Window (in pixels):'
  162.           FocusControl = edMargin
  163.         end
  164.         object edRecent: TSpinEdit
  165.           Left = 326
  166.           Top = 20
  167.           Width = 48
  168.           Height = 22
  169.           Font.Color = clBlack
  170.           Font.Height = -12
  171.           Font.Name = 'MS Sans Serif'
  172.           Font.Style = []
  173.           MaxValue = 16
  174.           MinValue = 0
  175.           ParentFont = False
  176.           TabOrder = 0
  177.           Value = 4
  178.           OnChange = edRecentChange
  179.         end
  180.         object cbAlwaysOnTop: TCheckBox
  181.           Left = 378
  182.           Top = 118
  183.           Width = 109
  184.           Height = 15
  185.           Caption = '&Always on Top'
  186.           Enabled = False
  187.           TabOrder = 4
  188.           Visible = False
  189.           OnClick = cbAutoNewClick
  190.         end
  191.         object edTabSize: TSpinEdit
  192.           Left = 376
  193.           Top = 117
  194.           Width = 48
  195.           Height = 22
  196.           Font.Color = clBlack
  197.           Font.Height = -12
  198.           Font.Name = 'MS Sans Serif'
  199.           Font.Style = []
  200.           MaxValue = 256
  201.           MinValue = 0
  202.           ParentFont = False
  203.           TabOrder = 5
  204.           Value = 256
  205.           Visible = False
  206.           OnChange = edRecentChange
  207.         end
  208.         object cbUnits: TComboBox
  209.           Left = 380
  210.           Top = 116
  211.           Width = 112
  212.           Height = 21
  213.           Style = csDropDownList
  214.           ItemHeight = 13
  215.           Items.Strings = (
  216.             'Inches'
  217.             'Millimeters')
  218.           TabOrder = 6
  219.           Visible = False
  220.         end
  221.         object edMargin: TSpinEdit
  222.           Left = 326
  223.           Top = 46
  224.           Width = 48
  225.           Height = 22
  226.           Font.Color = clBlack
  227.           Font.Height = -12
  228.           Font.Name = 'MS Sans Serif'
  229.           Font.Style = []
  230.           MaxValue = 32
  231.           MinValue = 0
  232.           ParentFont = False
  233.           TabOrder = 1
  234.           Value = 4
  235.           OnChange = edRecentChange
  236.         end
  237.         object cbExtensions: TCheckBox
  238.           Left = 14
  239.           Top = 79
  240.           Width = 135
  241.           Height = 17
  242.           Caption = 'Show File &Extensions'
  243.           TabOrder = 2
  244.           OnClick = cbAutoNewClick
  245.         end
  246.         object cbSaveWindowSettings: TCheckBox
  247.           Left = 14
  248.           Top = 100
  249.           Width = 177
  250.           Height = 17
  251.           Caption = 'Save Window Settings on E&xit'
  252.           TabOrder = 3
  253.           OnClick = cbAutoNewClick
  254.         end
  255.       end
  256.     end
  257.     object TabDialogs: TTabSheet
  258.       Caption = 'Dialogs'
  259.       object GroupBox2: TGroupBox
  260.         Left = 10
  261.         Top = 10
  262.         Width = 388
  263.         Height = 102
  264.         Caption = ' Open Dialog Box '
  265.         TabOrder = 0
  266.         object btnBrowse: TButton
  267.           Left = 354
  268.           Top = 44
  269.           Width = 19
  270.           Height = 21
  271.           Caption = '...'
  272.           TabOrder = 3
  273.           OnClick = btnBrowseClick
  274.         end
  275.         object Edit1: TEdit
  276.           Left = 72
  277.           Top = 44
  278.           Width = 275
  279.           Height = 21
  280.           Color = clMenu
  281.           Enabled = False
  282.           TabOrder = 2
  283.           OnChange = Edit1Change
  284.         end
  285.         object RadioButton2: TRadioButton
  286.           Left = 12
  287.           Top = 46
  288.           Width = 53
  289.           Height = 17
  290.           Caption = '&Other:'
  291.           TabOrder = 1
  292.           OnClick = RadioButton2Click
  293.         end
  294.         object RadioButton1: TRadioButton
  295.           Left = 12
  296.           Top = 23
  297.           Width = 345
  298.           Height = 16
  299.           Caption = 'Use &Windows Desktop as inital Open Dialog folder'
  300.           Checked = True
  301.           TabOrder = 0
  302.           TabStop = True
  303.           OnClick = RadioButton1Click
  304.         end
  305.         object cbFollowOpen: TCheckBox
  306.           Left = 24
  307.           Top = 73
  308.           Width = 169
  309.           Height = 17
  310.           Caption = 'Follows path after O&pen'
  311.           State = cbChecked
  312.           TabOrder = 4
  313.           OnClick = cbAutoNewClick
  314.         end
  315.         object cbFollowSave: TCheckBox
  316.           Left = 198
  317.           Top = 73
  318.           Width = 163
  319.           Height = 17
  320.           Caption = 'Follows path after Save &As'
  321.           State = cbChecked
  322.           TabOrder = 5
  323.           OnClick = cbAutoNewClick
  324.         end
  325.       end
  326.       object GroupBox6: TGroupBox
  327.         Left = 10
  328.         Top = 120
  329.         Width = 388
  330.         Height = 128
  331.         Caption = ' Open && Save Dialog Filters '
  332.         TabOrder = 1
  333.