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

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