home *** CD-ROM | disk | FTP | other *** search
- object GammaDlg: TGammaDlg
- Left = 227
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Gama Adjustment'
- ClientHeight = 179
- ClientWidth = 384
- ParentFont = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 48
- Width = 68
- Height = 13
- Caption = 'Image Gamma'
- end
- object GammaLabel: TLabel
- Left = 112
- Top = 48
- Width = 62
- Height = 13
- Caption = 'GammaLabel'
- end
- object OKBtn: TButton
- Left = 300
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 300
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object TrackBar: TTrackBar
- Left = 16
- Top = 80
- Width = 257
- Height = 45
- Max = 60
- Min = 1
- Orientation = trHorizontal
- Frequency = 1
- Position = 1
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarChange
- end
- end
-