object RotSelForm: TRotSelForm Left = 294 Top = 171 BorderStyle = bsDialog Caption = 'Transformation' ClientHeight = 433 ClientWidth = 288 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 OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 198 Top = 394 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 112 Top = 394 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 14 Top = 394 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object ChkPreview: TCheckBox Left = 14 Top = 370 Width = 177 Height = 17 Caption = 'Aper'#231'u direct' Checked = True State = cbChecked TabOrder = 3 OnClick = ChkPreviewClick end object GB1: TGroupBox Left = 14 Top = 11 Width = 259 Height = 113 Caption = ' Rotation / Echelle ' TabOrder = 4 object LblAngle: TLabel Left = 14 Top = 20 Width = 27 Height = 13 Caption = 'Angle' end object LblEchelle: TLabel Left = 14 Top = 64 Width = 35 Height = 13 Caption = 'Echelle' end object TBAngle: TTrackBar Left = 8 Top = 34 Width = 241 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBAngleChange end object TBEchelle: TTrackBar Left = 8 Top = 78 Width = 241 Height = 25 Max = 230 Min = 30 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBEchelleChange end end object GB2: TGroupBox Left = 14 Top = 130 Width = 259 Height = 113 Caption = ' D'#233'caler ' TabOrder = 5 object LblTX: TLabel Left = 14 Top = 20 Width = 14 Height = 13 Caption = 'TX' end object LblTY: TLabel Left = 14 Top = 64 Width = 14 Height = 13 Caption = 'TY' end object TBTX: TTrackBar Left = 8 Top = 34 Width = 241 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBTXChange end object TBTY: TTrackBar Left = 8 Top = 78 Width = 233 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBTYChange end end object GB3: TGroupBox Left = 14 Top = 249 Width = 259 Height = 113 Caption = ' Incliner ' TabOrder = 6 object LblIX: TLabel Left = 14 Top = 20 Width = 10 Height = 13 Caption = 'IX' end object LblIY: TLabel Left = 14 Top = 64 Width = 10 Height = 13 Caption = 'IY' end object TBIX: TTrackBar Left = 8 Top = 34 Width = 241 Height = 25 Max = 50 Min = -50 Orientation = trHorizontal PageSize = 10 Frequency = 5 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBIXChange end object TBIY: TTrackBar Left = 8 Top = 78 Width = 241 Height = 25 Max = 50 Min = -50 Orientation = trHorizontal PageSize = 10 Frequency = 5 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBIYChange end end end