home *** CD-ROM | disk | FTP | other *** search
- object InclinerForm: TInclinerForm
- Left = 368
- Top = 261
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Incliner'
- ClientHeight = 220
- ClientWidth = 464
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Lbl: TLabel
- Left = 16
- Top = 72
- Width = 23
- Height = 13
- Caption = 'Haut'
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 30
- Height = 13
- Caption = 'Fond :'
- end
- object ImgApercu: TImage
- Left = 296
- Top = 16
- Width = 153
- Height = 153
- end
- object TB: TTrackBar
- Left = 10
- Top = 88
- Width = 272
- Height = 25
- Max = 50
- Min = -50
- PageSize = 5
- Frequency = 5
- TabOrder = 3
- ThumbLength = 15
- OnChange = TBChange
- end
- object BAnnuler: TButton
- Left = 102
- Top = 180
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 7
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 16
- Top = 180
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 6
- OnClick = BOkClick
- end
- object RBHorz: TRadioButton
- Left = 128
- Top = 23
- Width = 145
- Height = 17
- Caption = 'Axe horizontal'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = RBClick
- end
- object RBVert: TRadioButton
- Left = 128
- Top = 42
- Width = 137
- Height = 17
- Caption = 'Axe vertical'
- TabOrder = 2
- OnClick = RBClick
- end
- object CBLisser: TCheckBox
- Left = 16
- Top = 124
- Width = 217
- Height = 17
- Caption = 'Lisser'
- TabOrder = 4
- OnClick = ColorEditChange
- end
- object ColorEdit: TColorEdit
- Left = 16
- Top = 32
- Width = 89
- Height = 21
- BorderStyle = bsSingle
- Color = clWhite
- CustomText = 'Autres couleurs...'
- ColorDialog = MainForm.GlobalColorDialog
- ReadOnly = False
- TabOrder = 0
- TabStop = True
- OnChange = ColorEditChange
- end
- object CBTous: TCheckBox
- Left = 16
- Top = 144
- Width = 185
- Height = 17
- Caption = 'Tous les calques'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = CBTousClick
- end
- end
-