home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMADJUSTBRIGHTNESS / TFORMADJUSTBRIGHTNESS.txt
Encoding:
Text File  |  2004-04-06  |  2.4 KB  |  130 lines

  1. object FormAdjustBrightness: TFormAdjustBrightness
  2.   Left = 537
  3.   Top = 346
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Brightness/Contrast Adjuster'
  6.   ClientHeight = 119
  7.   ClientWidth = 346
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     346
  20.     119)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 18
  25.     Top = 13
  26.     Width = 49
  27.     Height = 13
  28.     Caption = 'Brightness'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 30
  32.     Top = 45
  33.     Width = 39
  34.     Height = 13
  35.     Caption = 'Contrast'
  36.   end
  37.   object BtnAutoBrightness: TSpeedButton
  38.     Left = 301
  39.     Top = 9
  40.     Width = 41
  41.     Height = 22
  42.     Caption = 'Auto'
  43.     Flat = True
  44.     OnClick = BtnAutoBrightnessClick
  45.   end
  46.   object BtnAutoContrast: TSpeedButton
  47.     Left = 301
  48.     Top = 41
  49.     Width = 41
  50.     Height = 22
  51.     Caption = 'Auto'
  52.     Flat = True
  53.     OnClick = BtnAutoContrastClick
  54.   end
  55.   object TrackBarBrightness: TTrackBar
  56.     Left = 72
  57.     Top = 11
  58.     Width = 225
  59.     Height = 25
  60.     Max = 100
  61.     Min = -100
  62.     Orientation = trHorizontal
  63.     Frequency = 5
  64.     Position = 0
  65.     SelEnd = 0
  66.     SelStart = 0
  67.     TabOrder = 0
  68.     TickMarks = tmBottomRight
  69.     TickStyle = tsNone
  70.     OnChange = TrackBarBrightnessChange
  71.   end
  72.   object TrackBarContrast: TTrackBar
  73.     Left = 72
  74.     Top = 41
  75.     Width = 225
  76.     Height = 25
  77.     Max = 100
  78.     Min = -100
  79.     Orientation = trHorizontal
  80.     Frequency = 5
  81.     Position = 0
  82.     SelEnd = 0
  83.     SelStart = 0
  84.     TabOrder = 1
  85.     TickMarks = tmBottomRight
  86.     TickStyle = tsNone
  87.     OnChange = TrackBarContrastChange
  88.   end
  89.   object BtnCancel: TButton
  90.     Left = 264
  91.     Top = 88
  92.     Width = 75
  93.     Height = 25
  94.     Anchors = [akLeft, akBottom]
  95.     Caption = 'Cancel'
  96.     TabOrder = 2
  97.     OnClick = BtnCancelClick
  98.   end
  99.   object BtnApply: TButton
  100.     Left = 16
  101.     Top = 88
  102.     Width = 75
  103.     Height = 25
  104.     Anchors = [akLeft, akBottom]
  105.     Caption = 'Apply'
  106.     Enabled = False
  107.     TabOrder = 3
  108.     OnClick = BtnApplyClick
  109.   end
  110.   object BtnOk: TButton
  111.     Left = 184
  112.     Top = 88
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'Ok'
  116.     TabOrder = 4
  117.     OnClick = BtnOkClick
  118.   end
  119.   object cbDynamic: TCheckBox
  120.     Left = 17
  121.     Top = 70
  122.     Width = 73
  123.     Height = 17
  124.     Caption = 'Dynamic'
  125.     Checked = True
  126.     State = cbChecked
  127.     TabOrder = 5
  128.   end
  129. end
  130.