home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
PCWK-txt
/
Warsztat_Cpp_Builder
/
UnitKontrast.dfm
< prev
next >
Wrap
Text File
|
2003-09-21
|
2KB
|
97 lines
object FormKontrast: TFormKontrast
Left = 255
Top = 206
Width = 522
Height = 298
Caption = 'Kontrast'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object rys1: TImage
Left = 8
Top = 24
Width = 240
Height = 180
end
object Label1: TLabel
Left = 8
Top = 219
Width = 39
Height = 13
Caption = 'Kontrast'
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 tbKontrast: TTrackBar
Left = 48
Top = 216
Width = 233
Height = 24
Max = 100
Min = -100
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
ThumbLength = 18
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = tbKontrastChange
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 edKontrast: TEdit
Left = 288
Top = 216
Width = 33
Height = 21
TabOrder = 3
Text = '0'
OnChange = edKontrastChange
end
end