home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
multimedia
/
photofiltre
/
pf-setup-en.exe
/
PhotoFiltre.exe
/
0
/
RCDATA
/
TCADREFORM
/
TCADREFORM.txt
Wrap
Text File
|
2008-01-12
|
2KB
|
117 lines
object CadreForm: TCadreForm
Left = 294
Top = 171
BorderStyle = bsDialog
Caption = 'Cadre'
ClientHeight = 194
ClientWidth = 282
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnHide = FormHide
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 42
Height = 13
Caption = 'Largeur :'
end
object Label2: TLabel
Left = 120
Top = 16
Width = 42
Height = 13
Caption = 'Couleur :'
end
object LblPct: TLabel
Left = 16
Top = 80
Width = 37
Height = 13
Caption = 'Opacit'#233
end
object BAnnuler: TButton
Left = 192
Top = 152
Width = 75
Height = 25
Caption = 'Annuler'
TabOrder = 0
OnClick = BAnnulerClick
end
object BOk: TButton
Left = 112
Top = 152
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 1
OnClick = BOkClick
end
object TBPct: TTrackBar
Left = 8
Top = 96
Width = 265
Height = 25
Max = 100
Min = 10
Orientation = trHorizontal
PageSize = 5
Frequency = 5
Position = 60
SelEnd = 0
SelStart = 0
TabOrder = 2
ThumbLength = 15
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TBPctChange
end
object BApercu: TButton
Left = 16
Top = 152
Width = 75
Height = 25
Caption = 'Aper'#231'u'
TabOrder = 3
OnClick = BApercuClick
end
object SELargeur: TSpinEdit2
Left = 16
Top = 32
Width = 89
Height = 21
MaxLength = 3
MaxValue = 500
MinValue = 1
ShowUpDown = True
TabOrder = 4
Value = 20
OnChange = OptionChange
end
object ColorEdit: TColorEdit
Left = 120
Top = 32
Width = 89
Height = 21
BorderStyle = bsSingle
Color = clWhite
CustomText = 'Autres couleurs...'
ColorDialog = MainForm.GlobalColorDialog
ReadOnly = False
OnChange = OptionChange
end
end