object Form3: TForm3 Left = 402 Top = 230 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'R�glages fins' ClientHeight = 289 ClientWidth = 170 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 80 Width = 105 Height = 13 Caption = 'Nb. de couleurs (2-5) :' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 8 Top = 128 Width = 103 Height = 13 Caption = 'Longueur min. (2-10) :' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 8 Top = 176 Width = 103 Height = 13 Caption = 'Longueur max (2-10) :' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelNbCoul: TLabel Left = 155 Top = 80 Width = 8 Height = 13 Alignment = taRightJustify Caption = '3' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelMin: TLabel Left = 155 Top = 128 Width = 8 Height = 13 Alignment = taRightJustify Caption = '2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelMax: TLabel Left = 155 Top = 176 Width = 8 Height = 13 Alignment = taRightJustify Caption = '2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 8 Top = 16 Width = 32 Height = 32 Picture.Data = {} end object Ok: TButton Left = 104 Top = 262 Width = 59 Height = 22 Caption = 'Ok' Default = True TabOrder = 0 OnClick = OkClick end object Tester: TButton Left = 104 Top = 224 Width = 59 Height = 22 Caption = 'Tester' TabOrder = 1 OnClick = TesterClick end object TrackBarNbCoul: TTrackBar Left = 2 Top = 94 Width = 166 Height = 27 DragCursor = crDefault Max = 5 Min = 2 Orientation = trHorizontal Frequency = 1 Position = 3 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 14 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = TrackBarNbCoulChange end object TrackBarMin: TTrackBar Left = 2 Top = 144 Width = 166 Height = 25 DragCursor = crDefault Min = 2 Orientation = trHorizontal Frequency = 1 Position = 2 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 14 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = TrackBarMinChange end object TrackBarMax: TTrackBar Left = 2 Top = 192 Width = 166 Height = 25 DragCursor = crDefault Min = 2 Orientation = trHorizontal Frequency = 1 Position = 3 SelEnd = 0 SelStart = 0 TabOrder = 4 ThumbLength = 14 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = TrackBarMaxChange end object Annuler: TButton Left = 40 Top = 262 Width = 59 Height = 22 Caption = 'Annuler' TabOrder = 5 OnClick = AnnulerClick end object Voir: TCheckBox Left = 8 Top = 224 Width = 49 Height = 22 Caption = 'Voir' TabOrder = 6 OnClick = VoirClick end object TypeRemplissage: TRadioGroup Left = 48 Top = 8 Width = 113 Height = 57 Caption = 'Remplissage type...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Al�atoire' 'Ordonn�') ParentFont = False TabOrder = 7 OnClick = TypeRemplissageClick end end