object RotForm: TRotForm Left = 276 Top = 202 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Rotation' ClientHeight = 176 ClientWidth = 235 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 = 33 Height = 13 Caption = 'Angle :' end object LblCouleur: TLabel Left = 120 Top = 16 Width = 30 Height = 13 Caption = 'Fond :' end object BAnnuler: TButton Left = 144 Top = 136 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 64 Top = 136 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object CBAjuster: TCheckBox Left = 16 Top = 72 Width = 185 Height = 17 Caption = 'Ajuster la taille' Checked = True State = cbChecked TabOrder = 2 end object CBLisser: TCheckBox Left = 16 Top = 92 Width = 177 Height = 17 Caption = 'Lisser' Checked = True State = cbChecked TabOrder = 3 end object ColorEdit: TColorEdit Left = 120 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False TabOrder = 4 TabStop = True end object SEAngle: TFloatSpinEdit Left = 16 Top = 32 Width = 89 Height = 21 Format = '0.00' Increment = 1.000000000000000000 MaxValue = 349.990000000000000000 MinValue = -359.990000000000000000 ShowUpDown = True TabOrder = 5 Value = 45.000000000000000000 end end