object CRForm: TCRForm Left = 276 Top = 154 BorderStyle = bsDialog Caption = 'Contour et remplissage' ClientHeight = 443 ClientWidth = 328 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 Bevel2: TBevel Left = 16 Top = 285 Width = 265 Height = 9 Shape = bsTopLine end object BAnnuler: TButton Left = 238 Top = 402 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 148 Top = 402 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 402 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 297 Height = 121 Caption = ' Contour ' TabOrder = 3 object LblCouleur1: TLabel Left = 16 Top = 50 Width = 42 Height = 13 Caption = 'Couleur :' end object SB1: TSpeedButton Left = 16 Top = 66 Width = 23 Height = 22 AllowAllUp = True GroupIndex = 1 Flat = True OnClick = SB1Click end object LblLargeur: TLabel Left = 144 Top = 50 Width = 42 Height = 13 Caption = 'Largeur :' end object CBContour: TCheckBox Left = 16 Top = 24 Width = 217 Height = 17 Caption = 'Dessiner le contour' Checked = True State = cbChecked TabOrder = 0 OnClick = CBContourClick end object SELargeur: TSpinEdit2 Left = 144 Top = 66 Width = 89 Height = 21 MaxLength = 2 MaxValue = 50 MinValue = 1 ShowUpDown = True TabOrder = 1 Value = 1 OnChange = OptionChange end object CBLisser: TCheckBox Left = 16 Top = 94 Width = 217 Height = 17 Caption = 'Lisser' Checked = True State = cbChecked TabOrder = 2 end object ColorEdit1: TColorEdit Left = 40 Top = 66 Width = 89 Height = 21 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = OptionChange end end object GroupBox2: TGroupBox Left = 16 Top = 144 Width = 297 Height = 161 Caption = ' Remplissage ' TabOrder = 4 object LblCouleur2: TLabel Left = 16 Top = 50 Width = 42 Height = 13 Caption = 'Couleur :' end object SB2: TSpeedButton Left = 16 Top = 66 Width = 23 Height = 22 AllowAllUp = True GroupIndex = 1 Flat = True OnClick = SB2Click end object LblStyle: TLabel Left = 144 Top = 50 Width = 29 Height = 13 Caption = 'Style :' end object SBMotif: TSpeedButton Left = 258 Top = 124 Width = 23 Height = 21 Flat = True OnClick = SBMotifClick end object CBRempl: TCheckBox Left = 16 Top = 24 Width = 217 Height = 17 Caption = 'Remplir le fond' TabOrder = 0 OnClick = CBRemplClick end object CBStyle: TComboBox Left = 144 Top = 66 Width = 89 Height = 23 Style = csOwnerDrawFixed ItemHeight = 17 ItemIndex = 0 TabOrder = 1 Text = 'bsSolid' OnChange = OptionChange OnDrawItem = CBStyleDrawItem Items.Strings = ( 'bsSolid' 'bsHorizontal' 'bsVertical' 'bsFDiagonal' 'bsBDiagonal' 'bsCross' 'bsDiagCross') end object ColorEdit2: TColorEdit Left = 40 Top = 66 Width = 89 Height = 22 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = OptionChange end object CBMotif: TCheckBox Left = 16 Top = 104 Width = 137 Height = 17 Caption = 'Motif de remplissage :' TabOrder = 3 OnClick = CBMotifClick end object EdiMotif: TSpecialEdit Left = 16 Top = 124 Width = 241 Height = 21 BorderStyle = bsSingle ButtonStyle = stDown DisabledColor = clBtnFace ItemIndex = -1 MinimizeText = True NumGlyphs = 1 ParentColor = False ReadOnly = False ShowButton = False OnChange = OptionChange OnClick = SBMotifClick end end object GroupBox3: TGroupBox Left = 16 Top = 312 Width = 297 Height = 79 Caption = ' Att'#233'nuer ' TabOrder = 5 object LblOpacite: TLabel Left = 16 Top = 24 Width = 37 Height = 13 Caption = 'Opacit'#233 end object TBOpacite: TTrackBar Left = 10 Top = 40 Width = 274 Height = 33 Max = 100 Min = 10 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBOpaciteChange end end end