home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TDEFEDITORFONTSTYLEFORM / TDEFEDITORFONTSTYLEFORM.txt
Encoding:
Text File  |  2003-02-24  |  5.8 KB  |  295 lines

  1. object DefEditorFontStyleForm: TDefEditorFontStyleForm
  2.   Left = 425
  3.   Top = 469
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Font Style'
  7.   ClientHeight = 167
  8.   ClientWidth = 349
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lTextStyle: TLabel
  21.     Left = 10
  22.     Top = 8
  23.     Width = 45
  24.     Height = 13
  25.     Caption = 'Text style'
  26.     FocusControl = eTextStyles
  27.     Transparent = True
  28.   end
  29.   object lBackgroundColor: TLabel
  30.     Left = 171
  31.     Top = 93
  32.     Width = 84
  33.     Height = 13
  34.     Caption = 'Background color'
  35.     Transparent = True
  36.   end
  37.   object lForegroundColor: TLabel
  38.     Left = 171
  39.     Top = 8
  40.     Width = 80
  41.     Height = 13
  42.     Caption = 'Foreground color'
  43.     Transparent = True
  44.   end
  45.   object bOK: TButton
  46.     Left = 171
  47.     Top = 138
  48.     Width = 83
  49.     Height = 24
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 7
  54.   end
  55.   object bCancel: TButton
  56.     Left = 259
  57.     Top = 138
  58.     Width = 83
  59.     Height = 24
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 8
  64.   end
  65.   object cUseDefaultBackground: TCheckBox
  66.     Left = 171
  67.     Top = 68
  68.     Width = 171
  69.     Height = 17
  70.     Caption = 'Use default background'
  71.     TabOrder = 4
  72.     OnClick = cUseDefaultBackgroundClick
  73.   end
  74.   object eTextStyles: TComboBox
  75.     Left = 10
  76.     Top = 24
  77.     Width = 154
  78.     Height = 21
  79.     Style = csDropDownList
  80.     ItemHeight = 13
  81.     TabOrder = 0
  82.     OnChange = eTextStylesChange
  83.   end
  84.   object gTextAtributes: TGroupBox
  85.     Left = 10
  86.     Top = 55
  87.     Width = 154
  88.     Height = 75
  89.     Caption = 'Text attributes'
  90.     TabOrder = 1
  91.     object cBold: TCheckBox
  92.       Left = 10
  93.       Top = 16
  94.       Width = 134
  95.       Height = 17
  96.       Caption = 'Bold'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 0
  104.     end
  105.     object cItalic: TCheckBox
  106.       Left = 10
  107.       Top = 34
  108.       Width = 134
  109.       Height = 17
  110.       Caption = 'Italic'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clWindowText
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       TabOrder = 1
  118.     end
  119.     object cUnderline: TCheckBox
  120.       Left = 10
  121.       Top = 52
  122.       Width = 134
  123.       Height = 17
  124.       Caption = 'Underline'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 2
  132.     end
  133.   end
  134.   object ToolBar2: TToolBar
  135.     Left = 319
  136.     Top = 108
  137.     Width = 23
  138.     Height = 22
  139.     Align = alNone
  140.     AutoSize = True
  141.     Caption = 'ToolBar1'
  142.     EdgeBorders = []
  143.     Flat = True
  144.     Images = CodePadMainForm.ImageList1
  145.     TabOrder = 6
  146.     Transparent = True
  147.     object ToolButton2: TToolButton
  148.       Left = 0
  149.       Top = 0
  150.       Hint = 'Select custom Color'
  151.       Caption = 'ToolButton1'
  152.       ImageIndex = 45
  153.       ParentShowHint = False
  154.       ShowHint = True
  155.       OnClick = ToolButton2Click
  156.     end
  157.   end
  158.   object ToolBar1: TToolBar
  159.     Left = 319
  160.     Top = 23
  161.     Width = 23
  162.     Height = 22
  163.     Align = alNone
  164.     AutoSize = True
  165.     Caption = 'ToolBar1'
  166.     EdgeBorders = []
  167.     Flat = True
  168.     Images = CodePadMainForm.ImageList1
  169.     TabOrder = 3
  170.     Transparent = True
  171.     object ToolButton1: TToolButton
  172.       Left = 0
  173.       Top = 0
  174.       Hint = 'Select custom Color'
  175.       Caption = 'ToolButton1'
  176.       ImageIndex = 45
  177.       ParentShowHint = False
  178.       ShowHint = True
  179.       OnClick = ToolButton1Click
  180.     end
  181.   end
  182.   object eForeground: TComboBox
  183.     Left = 171
  184.     Top = 24
  185.     Width = 145
  186.     Height = 21
  187.     Style = csOwnerDrawFixed
  188.     ItemHeight = 15
  189.     TabOrder = 2
  190.     Items.Strings = (
  191.       'clBlack'
  192.       'clMaroon'
  193.       'clGreen'
  194.       'clOlive'
  195.       'clNavy'
  196.       'clPurple'
  197.       'clTeal'
  198.       'clGray'
  199.       'clSilver'
  200.       'clRed'
  201.       'clLime'
  202.       'clYellow'
  203.       'clBlue'
  204.       'clFuchsia'
  205.       'clAqua'
  206.       'clWhite'
  207.       'clScrollBar'
  208.       'clBackground'
  209.       'clActiveCaption'
  210.       'clInactiveCaption'
  211.       'clMenu'
  212.       'clWindow'
  213.       'clWindowFrame'
  214.       'clMenuText'
  215.       'clWindowText'
  216.       'clCaptionText'
  217.       'clActiveBorder'
  218.       'clInactiveBorder'
  219.       'clAppWorkSpace'
  220.       'clHighlight'
  221.       'clHighlightText'
  222.       'clBtnFace'
  223.       'clBtnShadow'
  224.       'clGrayText'
  225.       'clBtnText'
  226.       'clInactiveCaptionText'
  227.       'clBtnHighlight'
  228.       'cl3DDkShadow'
  229.       'cl3DLight'
  230.       'clInfoText'
  231.       'clInfoBk'
  232.       'clNone'
  233.       '$00000000')
  234.   end
  235.   object eBackground: TComboBox
  236.     Left = 171
  237.     Top = 109
  238.     Width = 145
  239.     Height = 21
  240.     Style = csOwnerDrawFixed
  241.     ItemHeight = 15
  242.     TabOrder = 5
  243.     Items.Strings = (
  244.       'clBlack'
  245.       'clMaroon'
  246.       'clGreen'
  247.       'clOlive'
  248.       'clNavy'
  249.       'clPurple'
  250.       'clTeal'
  251.       'clGray'
  252.       'clSilver'
  253.       'clRed'
  254.       'clLime'
  255.       'clYellow'
  256.       'clBlue'
  257.       'clFuchsia'
  258.       'clAqua'
  259.       'clWhite'
  260.       'clScrollBar'
  261.       'clBackground'
  262.       'clActiveCaption'
  263.       'clInactiveCaption'
  264.       'clMenu'
  265.       'clWindow'
  266.       'clWindowFrame'
  267.       'clMenuText'
  268.       'clWindowText'
  269.       'clCaptionText'
  270.       'clActiveBorder'
  271.       'clInactiveBorder'
  272.       'clAppWorkSpace'
  273.       'clHighlight'
  274.       'clHighlightText'
  275.       'clBtnFace'
  276.       'clBtnShadow'
  277.       'clGrayText'
  278.       'clBtnText'
  279.       'clInactiveCaptionText'
  280.       'clBtnHighlight'
  281.       'cl3DDkShadow'
  282.       'cl3DLight'
  283.       'clInfoText'
  284.       'clInfoBk'
  285.       'clNone'
  286.       '$00000000')
  287.   end
  288.   object ColorDialog: TColorDialog
  289.     Ctl3D = True
  290.     Options = [cdFullOpen, cdAnyColor]
  291.     Left = 9
  292.     Top = 136
  293.   end
  294. end
  295.