home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Editpad / EditPad.exe / 0 / RCDATA / TEDITPADPREFSFORM / TEDITPADPREFSFORM.txt
Text File  |  1998-04-18  |  10KB  |  401 lines

  1. object EditPadPrefsForm: TEditPadPrefsForm
  2.   Left = 237
  3.   Top = 380
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'EditPad Preferences'
  7.   ClientHeight = 302
  8.   ClientWidth = 428
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 248
  22.     Width = 428
  23.     Height = 35
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object BtnOk: TBitBtn
  27.       Left = 245
  28.       Top = 5
  29.       Width = 80
  30.       Height = 25
  31.       TabOrder = 0
  32.       OnClick = BtnOkClick
  33.       Kind = bkOK
  34.     end
  35.     object BtnCancel: TBitBtn
  36.       Left = 336
  37.       Top = 5
  38.       Width = 80
  39.       Height = 25
  40.       TabOrder = 1
  41.       Kind = bkCancel
  42.     end
  43.   end
  44.   object Pages: TPageControl
  45.     Left = 0
  46.     Top = 0
  47.     Width = 428
  48.     Height = 248
  49.     ActivePage = SheetColors
  50.     Align = alClient
  51.     MultiLine = True
  52.     TabOrder = 1
  53.     object SheetColors: TTabSheet
  54.       Caption = 'Colors'
  55.       object LabelColorBackground: TLabel
  56.         Left = 126
  57.         Top = 14
  58.         Width = 50
  59.         Height = 25
  60.         Hint = 'Current background color'
  61.         AutoSize = False
  62.         Color = clBlack
  63.         ParentColor = False
  64.       end
  65.       object LabelColorText: TLabel
  66.         Left = 126
  67.         Top = 49
  68.         Width = 50
  69.         Height = 25
  70.         Hint = 'Current text color'
  71.         AutoSize = False
  72.         Color = clBlack
  73.         ParentColor = False
  74.       end
  75.       object BtnColorBackground: TButton
  76.         Left = 14
  77.         Top = 14
  78.         Width = 99
  79.         Height = 25
  80.         Hint = 'Pick the color for the background of the edit window'
  81.         Caption = 'Background'
  82.         TabOrder = 0
  83.         OnClick = BtnColorBackgroundClick
  84.       end
  85.       object RichEdit: TRichEdit
  86.         Left = 217
  87.         Top = 98
  88.         Width = 199
  89.         Height = 103
  90.         Hint = 'Sample Text'
  91.         Lines.Strings = (
  92.           'Sample Text')
  93.         TabOrder = 1
  94.       end
  95.       object BtnColorText: TButton
  96.         Left = 14
  97.         Top = 49
  98.         Width = 99
  99.         Height = 25
  100.         Hint = 'Pick the color for the editor'#39's text'
  101.         Caption = 'Text'
  102.         TabOrder = 2
  103.         OnClick = BtnColorTextClick
  104.       end
  105.     end
  106.     object SheetFonts: TTabSheet
  107.       Caption = 'Fonts'
  108.       object Label3: TLabel
  109.         Left = 7
  110.         Top = 175
  111.         Width = 45
  112.         Height = 13
  113.         Caption = '&Tab Size:'
  114.       end
  115.       object GroupBox1: TGroupBox
  116.         Left = 3
  117.         Top = 7
  118.         Width = 204
  119.         Height = 85
  120.         Caption = ' Screen fonts '
  121.         TabOrder = 0
  122.         object BtnFontFixed: TButton
  123.           Left = 22
  124.           Top = 21
  125.           Width = 160
  126.           Height = 25
  127.           Hint = 'Select a fixed-width font'
  128.           Caption = '&Fixed Width Font'
  129.           TabOrder = 0
  130.           OnClick = BtnFontFixedClick
  131.         end
  132.         object BtnFontVar: TButton
  133.           Left = 22
  134.           Top = 49
  135.           Width = 160
  136.           Height = 25
  137.           Hint = 'Select a proportionally spaced font'
  138.           Caption = '&Variable Width Font'
  139.           TabOrder = 1
  140.           OnClick = BtnFontVarClick
  141.         end
  142.       end
  143.       object GroupBox2: TGroupBox
  144.         Left = 213
  145.         Top = 7
  146.         Width = 204
  147.         Height = 85
  148.         Caption = ' Printer fonts '
  149.         TabOrder = 1
  150.         object BtnPrintFontFixed: TButton
  151.           Left = 22
  152.           Top = 22
  153.           Width = 160
  154.           Height = 25
  155.           Hint = 'Select a fixed-width font'
  156.           Caption = '&Fixed Width Font'
  157.           TabOrder = 0
  158.           OnClick = BtnPrintFontFixedClick
  159.         end
  160.         object BtnPrintFontVar: TButton
  161.           Left = 22
  162.           Top = 50
  163.           Width = 160
  164.           Height = 25
  165.           Hint = 'Select a proportionally spaced font'
  166.           Caption = '&Variable Width Font'
  167.           TabOrder = 1
  168.           OnClick = BtnPrintFontVarClick
  169.         end
  170.       end
  171.       object RadioDefFont: TRadioGroup
  172.         Left = 3
  173.         Top = 98
  174.         Width = 125
  175.         Height = 64
  176.         Hint = 'Font to use when you open a text file'
  177.         Caption = ' Default font '
  178.         Items.Strings = (
  179.           'Fixed width font'
  180.           'Variable width font')
  181.         TabOrder = 2
  182.         OnClick = RadioDefFontClick
  183.       end
  184.       object SpinTabSize: TSpinEdit
  185.         Left = 63
  186.         Top = 168
  187.         Width = 64
  188.         Height = 22
  189.         Hint = 'Size of a tab in spaces'
  190.         MaxValue = 80
  191.         MinValue = 1
  192.         TabOrder = 3
  193.         Value = 8
  194.       end
  195.     end
  196.     object SheetSaving: TTabSheet
  197.       Caption = 'Saving Files'
  198.       object RadioUnsaved: TRadioGroup
  199.         Left = 7
  200.         Top = 7
  201.         Width = 169
  202.         Height = 85
  203.         Hint = 'What must EditPad do when you attempt to close an unsaved file?'
  204.         Caption = ' &Closing Unsaved Files '
  205.         Items.Strings = (
  206.           'Show a warning'
  207.           'Automaticallly save the file'
  208.           'Do nothing')
  209.         TabOrder = 0
  210.       end
  211.       object CheckBackup: TCheckBox
  212.         Left = 7
  213.         Top = 105
  214.         Width = 120
  215.         Height = 17
  216.         Hint = 
  217.           'Save the original file with a .bak extension when overwriting an' +
  218.           ' existing file'
  219.         Caption = '&Save Backup Files'
  220.         TabOrder = 1
  221.       end
  222.     end
  223.     object SheetPrint: TTabSheet
  224.       Caption = 'Printing'
  225.       object Bevel2: TBevel
  226.         Left = 147
  227.         Top = 147
  228.         Width = 267
  229.         Height = 8
  230.         Shape = bsTopLine
  231.       end
  232.       object Bevel1: TBevel
  233.         Left = 147
  234.         Top = 77
  235.         Width = 267
  236.         Height = 8
  237.         Shape = bsTopLine
  238.       end
  239.       object Bevel3: TBevel
  240.         Left = 147
  241.         Top = 7
  242.         Width = 267
  243.         Height = 207
  244.         Shape = bsFrame
  245.       end
  246.       object Label1: TLabel
  247.         Left = 154
  248.         Top = 21
  249.         Width = 38
  250.         Height = 13
  251.         Caption = 'Header:'
  252.         FocusControl = EditHeader
  253.       end
  254.       object Label2: TLabel
  255.         Left = 154
  256.         Top = 91
  257.         Width = 33
  258.         Height = 13
  259.         Caption = 'Footer:'
  260.         FocusControl = EditFooter
  261.       end
  262.       object RadioLineSpacing: TRadioGroup
  263.         Left = 7
  264.         Top = 2
  265.         Width = 134
  266.         Height = 76
  267.         Caption = ' Line Spacing '
  268.         Items.Strings = (
  269.           '1.0 Normal'
  270.           '1.5 One and a half'
  271.           '2.0 Double')
  272.         TabOrder = 0
  273.       end
  274.       object EditHeader: TEdit
  275.         Left = 196
  276.         Top = 14
  277.         Width = 211
  278.         Height = 21
  279.         MaxLength = 64
  280.         TabOrder = 1
  281.       end
  282.       object RadioHeaderAlign: TRadioGroup
  283.         Left = 196
  284.         Top = 35
  285.         Width = 211
  286.         Height = 36
  287.         Caption = ' Align '
  288.         Columns = 3
  289.         Items.Strings = (
  290.           'Left'
  291.           'Center'
  292.           'Right')
  293.         TabOrder = 2
  294.       end
  295.       object EditFooter: TEdit
  296.         Left = 196
  297.         Top = 84
  298.         Width = 211
  299.         Height = 21
  300.         MaxLength = 64
  301.         TabOrder = 3
  302.       end
  303.       object RadioFooterAlign: TRadioGroup
  304.         Left = 196
  305.         Top = 105
  306.         Width = 211
  307.         Height = 36
  308.         Caption = ' Align '
  309.         Columns = 3
  310.         Items.Strings = (
  311.           'Left'
  312.           'Center'
  313.           'Right')
  314.         TabOrder = 4
  315.       end
  316.       object MemoFooters: TMemo
  317.         Left = 154
  318.         Top = 150
  319.         Width = 253
  320.         Height = 60
  321.         BorderStyle = bsNone
  322.         Font.Charset = DEFAULT_CHARSET
  323.         Font.Color = clWindowText
  324.         Font.Height = -12
  325.         Font.Name = 'Courier New'
  326.         Font.Style = []
  327.         Lines.Strings = (
  328.           '%D current date    %FD file date'
  329.           '%T current time    %FT file time'
  330.           '%P page number     %FN file name'
  331.           '%N total pages')
  332.         ParentFont = False
  333.         TabOrder = 5
  334.       end
  335.     end
  336.   end
  337.   object StatusBar: TStatusBar
  338.     Left = 0
  339.     Top = 283
  340.     Width = 428
  341.     Height = 19
  342.     Hint = 'Hi! How are you?'
  343.     Panels = <>
  344.     SimplePanel = True
  345.     SizeGrip = False
  346.   end
  347.   object FontDialogFixed: TFontDialog
  348.     Font.Charset = DEFAULT_CHARSET
  349.     Font.Color = clWindowText
  350.     Font.Height = -11
  351.     Font.Name = 'MS Sans Serif'
  352.     Font.Style = []
  353.     MinFontSize = 0
  354.     MaxFontSize = 0
  355.     Options = [fdFixedPitchOnly, fdForceFontExist, fdNoOEMFonts]
  356.     Left = 364
  357.   end
  358.   object FontDialogVar: TFontDialog
  359.     Font.Charset = DEFAULT_CHARSET
  360.     Font.Color = clWindowText
  361.     Font.Height = -11
  362.     Font.Name = 'MS Sans Serif'
  363.     Font.Style = []
  364.     MinFontSize = 0
  365.     MaxFontSize = 0
  366.     Options = [fdForceFontExist, fdNoOEMFonts]
  367.     Left = 364
  368.     Top = 28
  369.   end
  370.   object ColorDialog: TColorDialog
  371.     Ctl3D = True
  372.     Options = [cdSolidColor]
  373.     Left = 336
  374.   end
  375.   object FontDialogPrintFixed: TFontDialog
  376.     Font.Charset = DEFAULT_CHARSET
  377.     Font.Color = clWindowText
  378.     Font.Height = -11
  379.     Font.Name = 'MS Sans Serif'
  380.     Font.Style = []
  381.     Device = fdBoth
  382.     MinFontSize = 0
  383.     MaxFontSize = 0
  384.     Options = [fdTrueTypeOnly, fdEffects, fdFixedPitchOnly, fdForceFontExist]
  385.     Left = 392
  386.   end
  387.   object FontDialogPrintVar: TFontDialog
  388.     Font.Charset = DEFAULT_CHARSET
  389.     Font.Color = clWindowText
  390.     Font.Height = -11
  391.     Font.Name = 'MS Sans Serif'
  392.     Font.Style = []
  393.     Device = fdBoth
  394.     MinFontSize = 0
  395.     MaxFontSize = 0
  396.     Options = [fdTrueTypeOnly, fdEffects, fdForceFontExist]
  397.     Left = 392
  398.     Top = 28
  399.   end
  400. end
  401.