ColorControl.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object ColorControlForm: TColorControlForm
  2.   Left = 557
  3.   Top = 136
  4.   BorderStyle = bsNone
  5.   ClientHeight = 226
  6.   ClientWidth = 166
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clLime
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 166
  23.     Height = 226
  24.     Align = alClient
  25.     Brush.Color = clBtnFace
  26.     Pen.Color = clLime
  27.     Pen.Width = 3
  28.     Shape = stRoundRect
  29.   end
  30.   object Label1: TLabel
  31.     Left = 56
  32.     Top = 8
  33.     Width = 49
  34.     Height = 13
  35.     Caption = 'Brightness'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clLime
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 64
  45.     Top = 48
  46.     Width = 39
  47.     Height = 13
  48.     Caption = 'Contrast'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clLime
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label3: TLabel
  57.     Left = 72
  58.     Top = 88
  59.     Width = 20
  60.     Height = 13
  61.     Caption = 'Hue'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clLime
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label4: TLabel
  70.     Left = 56
  71.     Top = 128
  72.     Width = 48
  73.     Height = 13
  74.     Caption = 'Saturation'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clLime
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.   end
  82.   object SpeedButton1: TSpeedButton
  83.     Left = 24
  84.     Top = 192
  85.     Width = 121
  86.     Height = 25
  87.     Caption = 'Reset to Default'
  88.     Flat = True
  89.     OnClick = SpeedButton1Click
  90.   end
  91.   object TrackBar1: TTrackBar
  92.     Left = 8
  93.     Top = 24
  94.     Width = 150
  95.     Height = 25
  96.     Max = 10000
  97.     Frequency = 1000
  98.     Position = 750
  99.     TabOrder = 0
  100.     ThumbLength = 10
  101.     OnChange = TrackBar1Change
  102.   end
  103.   object TrackBar2: TTrackBar
  104.     Left = 8
  105.     Top = 64
  106.     Width = 150
  107.     Height = 25
  108.     Max = 20000
  109.     Frequency = 2000
  110.     Position = 10000
  111.     TabOrder = 1
  112.     ThumbLength = 10
  113.     OnChange = TrackBar2Change
  114.   end
  115.   object TrackBar3: TTrackBar
  116.     Left = 8
  117.     Top = 104
  118.     Width = 150
  119.     Height = 25
  120.     Max = 180
  121.     Min = -180
  122.     Frequency = 36
  123.     TabOrder = 2
  124.     ThumbLength = 10
  125.     OnChange = TrackBar3Change
  126.   end
  127.   object TrackBar4: TTrackBar
  128.     Left = 8
  129.     Top = 144
  130.     Width = 150
  131.     Height = 25
  132.     Max = 20000
  133.     Frequency = 2000
  134.     Position = 10000
  135.     TabOrder = 3
  136.     ThumbLength = 10
  137.     OnChange = TrackBar4Change
  138.   end
  139.   object CheckBox1: TCheckBox
  140.     Left = 16
  141.     Top = 172
  142.     Width = 97
  143.     Height = 17
  144.     Caption = 'Utilized colors'
  145.     Checked = True
  146.     State = cbChecked
  147.     TabOrder = 4
  148.     OnClick = CheckBox1Click
  149.   end
  150. end