object CopyrightForm: TCopyrightForm Left = 299 Top = 197 BorderStyle = bsDialog Caption = 'Copyright' ClientHeight = 296 ClientWidth = 399 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblTxtSize: TLabel Left = 16 Top = 16 Width = 31 Height = 13 Caption = 'Taille :' Transparent = True end object LblTxtCol: TLabel Left = 96 Top = 16 Width = 42 Height = 13 Caption = 'Couleur :' Transparent = True end object LblFont: TLabel Left = 176 Top = 16 Width = 35 Height = 13 Caption = 'Police :' Transparent = True end object LblText: TLabel Left = 16 Top = 204 Width = 34 Height = 13 Caption = 'Saisie :' Transparent = True end object SBGauche: TSpeedButton Left = 16 Top = 160 Width = 21 Height = 21 GroupIndex = 1 Flat = True OnClick = EdiTxtChange end object SBCentre: TSpeedButton Tag = 1 Left = 40 Top = 160 Width = 21 Height = 21 GroupIndex = 1 Down = True Flat = True OnClick = EdiTxtChange end object SBDroite: TSpeedButton Tag = 2 Left = 64 Top = 160 Width = 21 Height = 21 GroupIndex = 1 Flat = True OnClick = EdiTxtChange end object LblTextAlign: TLabel Left = 16 Top = 144 Width = 58 Height = 13 Caption = 'Alignement :' Transparent = True end object LblOpacite: TLabel Left = 208 Top = 144 Width = 43 Height = 13 Caption = 'Opacit'#233' :' Transparent = True end object BOk: TButton Left = 224 Top = 257 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 14 OnClick = BOkClick end object BAnnuler: TButton Left = 310 Top = 257 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 15 end object EdiTxtSize: TSpinEdit2 Left = 16 Top = 32 Width = 65 Height = 21 MaxValue = 50 MinValue = 6 ShowUpDown = True TabOrder = 0 Value = 10 OnChange = EdiTxtChange end object EdiTxtColor: TColorEdit Left = 96 Top = 32 Width = 65 Height = 21 BorderStyle = bsSingle Color = clWhite ColorDialog = MainForm.GlobalColorDialog ReadOnly = False TabOrder = 1 TabStop = True OnChange = EdiTxtChange end object CBPolices: TComboBox Left = 176 Top = 32 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = EdiTxtChange end object PnlTxtFond: TPanel Left = 232 Top = 68 Width = 153 Height = 57 BevelOuter = bvLowered Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentColor = True ParentFont = False TabOrder = 6 object PnlTxt: TPanel Left = 1 Top = 1 Width = 151 Height = 55 Align = alClient BevelOuter = bvNone Caption = 'AbZ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentBackground = False ParentColor = True ParentFont = False TabOrder = 0 end end object EdiCopyright: TEdit Left = 39 Top = 220 Width = 346 Height = 21 AutoSelect = False TabOrder = 13 end object CBGras: TCheckBox Left = 16 Top = 74 Width = 89 Height = 17 Caption = 'Gras' TabOrder = 3 OnClick = EdiTxtChange end object CBItalique: TCheckBox Left = 16 Top = 91 Width = 89 Height = 17 Caption = 'Italique' TabOrder = 4 OnClick = EdiTxtChange end object CBSouligne: TCheckBox Left = 16 Top = 108 Width = 89 Height = 17 Caption = 'Soulign'#233 TabOrder = 5 OnClick = EdiTxtChange end object CBTxtExt: TCheckBox Left = 288 Top = 160 Width = 81 Height = 17 Caption = 'Ext'#233'rieur' Checked = True State = cbChecked TabOrder = 11 OnClick = CBTxtExtClick end object CBTxtFond: TCheckBox Left = 104 Top = 144 Width = 97 Height = 17 Caption = 'Fond' Checked = True State = cbChecked TabOrder = 7 OnClick = CBTxtFondClick end object EdiTxtFondColor: TColorEdit Left = 104 Top = 162 Width = 81 Height = 21 BorderStyle = bsSingle Color = clBlack ColorDialog = MainForm.GlobalColorDialog ReadOnly = False TabOrder = 8 TabStop = True OnChange = EdiTxtChange end object BtnMenu: TPrevNextButton Left = 16 Top = 220 Width = 21 Height = 21 ClickMode = cmUp Style = stDown OnClick = BtnMenuClick end object RBTop: TRadioButton Left = 120 Top = 72 Width = 97 Height = 17 Caption = 'Haut' TabOrder = 9 OnClick = RBTopClick end object RBBottom: TRadioButton Left = 120 Top = 108 Width = 97 Height = 17 Caption = 'Bas' Checked = True TabOrder = 10 TabStop = True OnClick = RBTopClick end object EdiOpacite: TSpinEdit2 Left = 208 Top = 160 Width = 65 Height = 21 MaxLength = 3 MaxValue = 100 MinValue = 10 ShowUpDown = True TabOrder = 12 Value = 100 end object RBCenter: TRadioButton Left = 120 Top = 90 Width = 97 Height = 17 Caption = 'Centrer' TabOrder = 17 OnClick = RBTopClick end object PopMenu: TPopupMenu Left = 24 Top = 248 object MenuItem7: TMenuItem Tag = 6 Caption = 'Copyright' OnClick = PopupClick end object MenuItem1: TMenuItem Caption = 'Nom du fichier' OnClick = PopupClick end object MenuItem2: TMenuItem Tag = 1 Caption = 'Nom fichier + Extension' OnClick = PopupClick end object MenuItem3: TMenuItem Tag = 2 Caption = 'Date' OnClick = PopupClick end object MenuItem4: TMenuItem Tag = 3 Caption = 'Largeur x Hauteur' OnClick = PopupClick end object MenuItem5: TMenuItem Tag = 4 Caption = 'Largeur' OnClick = PopupClick end object MenuItem6: TMenuItem Tag = 5 Caption = 'Hauteur' OnClick = PopupClick end end end