home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
multimedia
/
photofiltre
/
pfs-setup-en.exe
/
pf-studio.exe
/
0
/
RCDATA
/
TTRAPEZEFORM
/
TTRAPEZEFORM.txt
Wrap
Text File
|
2007-09-16
|
2KB
|
133 lines
object TrapezeForm: TTrapezeForm
Left = 337
Top = 242
ActiveControl = BOk
BorderStyle = bsDialog
Caption = 'Trap'#232'ze / Perspective'
ClientHeight = 216
ClientWidth = 451
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Lbl1: TLabel
Left = 16
Top = 72
Width = 23
Height = 13
Caption = 'Haut'
end
object Lbl2: TLabel
Left = 16
Top = 120
Width = 18
Height = 13
Caption = 'Bas'
end
object Label2: TLabel
Left = 16
Top = 16
Width = 30
Height = 13
Caption = 'Fond :'
end
object ImgApercu: TImage
Left = 282
Top = 16
Width = 153
Height = 153
end
object TB1: TTrackBar
Left = 10
Top = 88
Width = 263
Height = 25
Max = 200
Min = 10
PageSize = 3
Frequency = 10
Position = 100
TabOrder = 3
ThumbLength = 15
OnChange = TB1Change
end
object TB2: TTrackBar
Left = 10
Top = 136
Width = 263
Height = 25
Max = 200
Min = 10
PageSize = 3
Frequency = 10
Position = 100
TabOrder = 4
ThumbLength = 15
OnChange = TB2Change
end
object BAnnuler: TButton
Left = 96
Top = 176
Width = 75
Height = 25
Cancel = True
Caption = 'Annuler'
TabOrder = 6
OnClick = BAnnulerClick
end
object BOk: TButton
Left = 16
Top = 176
Width = 75
Height = 25
Caption = 'Ok'
Default = True
TabOrder = 5
OnClick = BOkClick
end
object RBHorz: TRadioButton
Left = 128
Top = 24
Width = 137
Height = 17
Caption = 'Axe horizontal'
Checked = True
TabOrder = 1
TabStop = True
OnClick = RBClick
end
object RBVert: TRadioButton
Left = 128
Top = 40
Width = 145
Height = 17
Caption = 'Axe vertical'
TabOrder = 2
OnClick = RBClick
end
object ColorEdit: TColorEdit
Left = 16
Top = 32
Width = 89
Height = 21
BorderStyle = bsSingle
Color = clWhite
CustomText = 'Autres couleurs...'
ColorDialog = MainForm.GlobalColorDialog
ReadOnly = False
TabOrder = 0
TabStop = True
OnChange = ColorEditChange
end
end