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
/
TCADREEXTFORM
/
TCADREEXTFORM.txt
Wrap
Text File
|
2007-09-16
|
2KB
|
118 lines
object CadreExtForm: TCadreExtForm
Left = 336
Top = 227
BorderStyle = bsDialog
Caption = 'Encadrement ext'#233'rieur'
ClientHeight = 177
ClientWidth = 296
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 = 112
Top = 16
Width = 42
Height = 13
Caption = 'Couleur :'
end
object SBMotif: TSpeedButton
Left = 258
Top = 92
Width = 23
Height = 21
Flat = True
OnClick = SBMotifClick
end
object BAnnuler: TButton
Left = 206
Top = 136
Width = 75
Height = 25
Caption = 'Annuler'
TabOrder = 5
OnClick = BAnnulerClick
end
object BOk: TButton
Left = 120
Top = 136
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 4
OnClick = BOkClick
end
object SELargeur: TSpinEdit2
Tag = 20
Left = 16
Top = 32
Width = 81
Height = 21
MaxLength = 3
MaxValue = 500
MinValue = 1
ShowUpDown = True
TabOrder = 0
Value = 20
end
object ColorEdit: TColorEdit
Left = 112
Top = 32
Width = 89
Height = 21
BorderStyle = bsSingle
Color = clWhite
CustomText = 'Autres couleurs...'
ColorDialog = MainForm.GlobalColorDialog
ReadOnly = False
TabOrder = 1
TabStop = True
end
object CBMotif: TCheckBox
Left = 16
Top = 72
Width = 241
Height = 17
Caption = 'Motif de fond :'
TabOrder = 2
OnClick = CBMotifClick
end
object EdiMotif: TSpecialEdit
Left = 16
Top = 92
Width = 241
Height = 21
BorderStyle = bsSingle
ButtonStyle = stDown
DisabledColor = clBtnFace
ItemIndex = -1
MinimizeText = True
NumGlyphs = 1
ParentColor = False
ReadOnly = False
ShowButton = False
TabOrder = 3
TabStop = True
OnClick = SBMotifClick
end
end