home *** CD-ROM | disk | FTP | other *** search
- object FormGamma: TFormGamma
- Left = 352
- Top = 200
- Width = 522
- Height = 295
- Caption = 'Korekcja Gamma'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object rys1: TImage
- Left = 8
- Top = 24
- Width = 240
- Height = 180
- end
- object Label1: TLabel
- Left = 8
- Top = 219
- Width = 36
- Height = 13
- Caption = 'Gamma'
- end
- object rys2: TImage
- Left = 264
- Top = 24
- Width = 240
- Height = 180
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 40
- Height = 13
- Caption = 'Orygina'#322
- end
- object Label3: TLabel
- Left = 264
- Top = 8
- Width = 74
- Height = 13
- Caption = 'Zmodyfikowany'
- end
- object tbGamma: TTrackBar
- Left = 48
- Top = 216
- Width = 233
- Height = 24
- Max = 99
- Min = -99
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 18
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = tbGammaChange
- end
- object BitBtn1: TBitBtn
- Left = 344
- Top = 214
- Width = 75
- Height = 25
- Caption = 'Zastosuj'
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 432
- Top = 214
- Width = 75
- Height = 25
- Caption = 'Anuluj'
- TabOrder = 2
- Kind = bkCancel
- end
- object edGamma: TEdit
- Left = 288
- Top = 216
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '0'
- OnChange = edGammaChange
- end
- end
-