home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / gradedit.dfm / gradedit.txt
Encoding:
Text File  |  1999-10-12  |  4.5 KB  |  216 lines

  1. object GradCaptionsEditor: TGradCaptionsEditor
  2.   Left = 215
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Caption Editor'
  6.   ClientHeight = 210
  7.   ClientWidth = 393
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ApplyButton: TButton
  20.     Left = 312
  21.     Top = 176
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Apply'
  25.     TabOrder = 4
  26.     OnClick = ApplyButtonClick
  27.   end
  28.   object CancelButton: TButton
  29.     Left = 232
  30.     Top = 176
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 3
  37.   end
  38.   object OkButton: TButton
  39.     Left = 152
  40.     Top = 176
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     TabOrder = 2
  46.     OnClick = OkButtonClick
  47.   end
  48.   object GroupBox2: TGroupBox
  49.     Left = 152
  50.     Top = 4
  51.     Width = 233
  52.     Height = 157
  53.     Caption = 'Caption properties'
  54.     TabOrder = 1
  55.     object Label1: TLabel
  56.       Left = 12
  57.       Top = 21
  58.       Width = 66
  59.       Height = 13
  60.       Caption = 'Caption &Text: '
  61.       FocusControl = CaptionText
  62.     end
  63.     object Label3: TLabel
  64.       Left = 12
  65.       Top = 46
  66.       Width = 71
  67.       Height = 13
  68.       Caption = '&Inactive Color: '
  69.       FocusControl = CaptionInactiveColor
  70.     end
  71.     object Label2: TLabel
  72.       Left = 12
  73.       Top = 70
  74.       Width = 69
  75.       Height = 13
  76.       Caption = 'Caption &Font:  '
  77.       FocusControl = CaptionInactiveColor
  78.     end
  79.     object CaptionText: TEdit
  80.       Left = 88
  81.       Top = 18
  82.       Width = 133
  83.       Height = 21
  84.       TabOrder = 0
  85.       OnChange = CaptionTextChange
  86.       OnExit = ControlExit
  87.     end
  88.     object CaptionInactiveColor: TComboBox
  89.       Left = 88
  90.       Top = 43
  91.       Width = 133
  92.       Height = 21
  93.       ItemHeight = 13
  94.       TabOrder = 1
  95.       OnDblClick = CaptionInactiveColorDblClick
  96.       OnExit = ControlExit
  97.     end
  98.     object CaptionParentFont: TCheckBox
  99.       Left = 88
  100.       Top = 95
  101.       Width = 137
  102.       Height = 17
  103.       Caption = '&Parent Font'
  104.       TabOrder = 3
  105.       OnClick = CheckBoxClick
  106.       OnExit = ControlExit
  107.     end
  108.     object CaptionGlueNext: TCheckBox
  109.       Left = 88
  110.       Top = 115
  111.       Width = 137
  112.       Height = 17
  113.       Caption = '&Glue Next Caption'
  114.       TabOrder = 4
  115.       OnClick = CheckBoxClick
  116.       OnExit = ControlExit
  117.     end
  118.     object CaptionVisible: TCheckBox
  119.       Left = 88
  120.       Top = 135
  121.       Width = 137
  122.       Height = 17
  123.       Caption = '&Visible'
  124.       TabOrder = 5
  125.       OnClick = CheckBoxClick
  126.       OnExit = ControlExit
  127.     end
  128.     object CaptionFont: TComboEdit
  129.       Left = 88
  130.       Top = 68
  131.       Width = 133
  132.       Height = 21
  133.       ButtonHint = 'Select Font|'
  134.       DirectInput = False
  135.       GlyphKind = gkEllipsis
  136.       ButtonWidth = 16
  137.       NumGlyphs = 1
  138.       ParentShowHint = False
  139.       ShowHint = False
  140.       TabOrder = 2
  141.       OnButtonClick = CaptionFontButtonClick
  142.       OnExit = ControlExit
  143.     end
  144.   end
  145.   object GroupBox1: TGroupBox
  146.     Left = 8
  147.     Top = 4
  148.     Width = 137
  149.     Height = 157
  150.     Caption = '&Captions'
  151.     TabOrder = 0
  152.     object CaptionList: TTextListBox
  153.       Left = 8
  154.       Top = 16
  155.       Width = 121
  156.       Height = 101
  157.       DragMode = dmAutomatic
  158.       ItemHeight = 13
  159.       TabOrder = 0
  160.       OnClick = CaptionListClick
  161.       OnDragDrop = CaptionListDragDrop
  162.       OnDragOver = CaptionListDragOver
  163.     end
  164.     object NewButton: TButton
  165.       Left = 8
  166.       Top = 124
  167.       Width = 57
  168.       Height = 25
  169.       Caption = '&New'
  170.       TabOrder = 1
  171.       OnClick = NewButtonClick
  172.     end
  173.     object DeleteButton: TButton
  174.       Left = 72
  175.       Top = 124
  176.       Width = 57
  177.       Height = 25
  178.       Caption = '&Delete'
  179.       TabOrder = 2
  180.       OnClick = DeleteButtonClick
  181.     end
  182.   end
  183.   object GradientCaption: TRxGradientCaption
  184.     Captions = <>
  185.     FormCaption = 'Caption Editor'
  186.     Left = 16
  187.     Top = 172
  188.   end
  189.   object FontDialog: TFontDialog
  190.     Font.Charset = DEFAULT_CHARSET
  191.     Font.Color = clWindowText
  192.     Font.Height = -11
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Style = []
  195.     MinFontSize = 0
  196.     MaxFontSize = 0
  197.     Left = 72
  198.     Top = 172
  199.   end
  200.   object ColorDialog: TColorDialog
  201.     Ctl3D = True
  202.     Left = 100
  203.     Top = 172
  204.   end
  205.   object FormStorage: TFormStorage
  206.     IniSection = 'RX.GradientEditor'
  207.     Options = []
  208.     UseRegistry = True
  209.     StoredProps.Strings = (
  210.       'ColorDialog.CustomColors')
  211.     StoredValues = <>
  212.     Left = 44
  213.     Top = 172
  214.   end
  215. end
  216.