home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Programare / alite / D5 / sGradBuilder.dfm < prev    next >
Encoding:
Text File  |  2004-06-24  |  3.7 KB  |  149 lines

  1. object GradBuilder: TGradBuilder
  2.   Left = 328
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Gradient builder'
  7.   ClientHeight = 236
  8.   ClientWidth = 292
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 263
  11.   Constraints.MaxWidth = 300
  12.   Constraints.MinHeight = 263
  13.   Constraints.MinWidth = 300
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   KeyPreview = True
  20.   OldCreateOrder = False
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TsLabel
  27.     Left = 164
  28.     Top = 22
  29.     Width = 110
  30.     Height = 117
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 
  34.       'For gradient changing use the panel located at the left. Click o' +
  35.       'n this bar for new point creation, click right mouse button on t' +
  36.       'his point for color changing or point removing.'
  37.     Layout = tlCenter
  38.     WordWrap = True
  39.   end
  40.   object PaintPanel: TPanel
  41.     Left = 14
  42.     Top = 20
  43.     Width = 89
  44.     Height = 198
  45.     BevelOuter = bvNone
  46.     BorderStyle = bsSingle
  47.     Caption = ' '
  48.     Ctl3D = False
  49.     ParentCtl3D = False
  50.     TabOrder = 0
  51.     object PaintBox1: TPaintBox
  52.       Left = 0
  53.       Top = 0
  54.       Width = 87
  55.       Height = 196
  56.       Align = alClient
  57.       OnPaint = PaintBox1Paint
  58.     end
  59.   end
  60.   object Panel2: TsPanel
  61.     Left = 113
  62.     Top = 17
  63.     Width = 43
  64.     Height = 204
  65.     BorderWidth = 4
  66.     TabOrder = 1
  67.     OnClick = Panel2Click
  68.     Ctl3D = False
  69.     sStyle.GroupIndex = 0
  70.     sStyle.SkinSection = 'TsPanel_Lowered'
  71.     sStyle.Painting.Bevel = cbLoweredSoft
  72.     sStyle.Painting.Color = clBtnFace
  73.     BevelOuter = cbLoweredSoft
  74.     Caption = ' '
  75.     object TemplatePanel: TPanel
  76.       Left = 4
  77.       Top = 107
  78.       Width = 33
  79.       Height = 28
  80.       Caption = ' '
  81.       DragCursor = crHandPoint
  82.       PopupMenu = PopupMenu1
  83.       TabOrder = 0
  84.       Visible = False
  85.       OnDblClick = TemplatePanelDblClick
  86.       OnMouseDown = TemplatePanelMouseDown
  87.       OnMouseMove = TemplatePanelMouseMove
  88.       OnMouseUp = TemplatePanelMouseUp
  89.     end
  90.   end
  91.   object ComboBox1: TComboBox
  92.     Left = 183
  93.     Top = 153
  94.     Width = 83
  95.     Height = 21
  96.     Style = csDropDownList
  97.     ItemHeight = 13
  98.     TabOrder = 3
  99.     OnChange = ComboBox1Change
  100.     Items.Strings = (
  101.       'Vertical'
  102.       'Horizontal')
  103.   end
  104.   object BitBtn1: TsButton
  105.     Left = 188
  106.     Top = 190
  107.     Width = 75
  108.     Height = 25
  109.     sStyle.GroupIndex = 0
  110.     sStyle.SkinSection = 'TsButton'
  111.     sStyle.Painting.Color = clBtnFace
  112.     sStyle.Background.Gradient.Data = '8421504;16777215;99;0;0;16777215;16777215;0;0;0'
  113.     sStyle.HotStyle.HotBackground.Gradient.Data = 
  114.       '8421504;8421504;10;0;0;8421504;16777215;43;0;0;16777215;10658466' +
  115.       ';28;0;0;10658466;13816530;18;0;0;13816530;13816530;0;0;0'
  116.     sStyle.HotStyle.HotPainting.Transparency = 0
  117.     Caption = 'Close'
  118.     OnClick = BitBtn1Click
  119.     TabOrder = 4
  120.   end
  121.   object PopupMenu1: TPopupMenu
  122.     OnPopup = PopupMenu1Popup
  123.     Left = 248
  124.     Top = 32
  125.     object Changecolor1: TMenuItem
  126.       Caption = 'Change color'
  127.       Default = True
  128.       OnClick = Changecolor1Click
  129.     end
  130.     object Delete1: TMenuItem
  131.       Caption = 'Delete'
  132.       OnClick = Delete1Click
  133.     end
  134.   end
  135.   object ColorDialog1: TColorDialog
  136.     Ctl3D = True
  137.     Left = 180
  138.     Top = 16
  139.   end
  140.   object sSkinProvider1: TsSkinProvider
  141.     BorderIcons = [biMinimize, biMaximize]
  142.     CaptionAlignment = taCenter
  143.     MakeSkinMenu = False
  144.     ShowAppIcon = False
  145.     Left = 209
  146.     Top = 16
  147.   end
  148. end
  149.