home *** CD-ROM | disk | FTP | other *** search
- object FormAdjustBrightness: TFormAdjustBrightness
- Left = 537
- Top = 346
- BorderStyle = bsToolWindow
- Caption = 'Brightness/Contrast Adjuster'
- ClientHeight = 119
- ClientWidth = 346
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- DesignSize = (
- 346
- 119)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 13
- Width = 49
- Height = 13
- Caption = 'Brightness'
- end
- object Label2: TLabel
- Left = 30
- Top = 45
- Width = 39
- Height = 13
- Caption = 'Contrast'
- end
- object BtnAutoBrightness: TSpeedButton
- Left = 301
- Top = 9
- Width = 41
- Height = 22
- Caption = 'Auto'
- Flat = True
- OnClick = BtnAutoBrightnessClick
- end
- object BtnAutoContrast: TSpeedButton
- Left = 301
- Top = 41
- Width = 41
- Height = 22
- Caption = 'Auto'
- Flat = True
- OnClick = BtnAutoContrastClick
- end
- object TrackBarBrightness: TTrackBar
- Left = 72
- Top = 11
- Width = 225
- Height = 25
- Max = 100
- Min = -100
- Orientation = trHorizontal
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = TrackBarBrightnessChange
- end
- object TrackBarContrast: TTrackBar
- Left = 72
- Top = 41
- Width = 225
- Height = 25
- Max = 100
- Min = -100
- Orientation = trHorizontal
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = TrackBarContrastChange
- end
- object BtnCancel: TButton
- Left = 264
- Top = 88
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = BtnCancelClick
- end
- object BtnApply: TButton
- Left = 16
- Top = 88
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Apply'
- Enabled = False
- TabOrder = 3
- OnClick = BtnApplyClick
- end
- object BtnOk: TButton
- Left = 184
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 4
- OnClick = BtnOkClick
- end
- object cbDynamic: TCheckBox
- Left = 17
- Top = 70
- Width = 73
- Height = 17
- Caption = 'Dynamic'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- end
-