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

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