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