object CrayonForm: TCrayonForm Left = 273 Top = 190 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Crayons de couleur' ClientHeight = 273 ClientWidth = 290 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 Label1: TLabel Left = 16 Top = 16 Width = 89 Height = 13 Caption = 'Texture du papier :' end object BAnnuler: TButton Left = 200 Top = 232 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 120 Top = 232 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 232 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object CBTexture: TComboBox Left = 16 Top = 32 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 3 Text = 'Gros grain' OnChange = CBTextureChange Items.Strings = ( 'Gros grain' 'Grain fin' 'Quadrillage') end object GroupBox1: TGroupBox Left = 16 Top = 72 Width = 259 Height = 145 Caption = ' Tons sombres ' TabOrder = 4 object LblN: TLabel Left = 16 Top = 28 Width = 40 Height = 13 Caption = 'Intensit'#233 end object LblN2: TLabel Left = 16 Top = 84 Width = 23 Height = 13 Caption = 'Seuil' end object TBN: TTrackBar Left = 8 Top = 44 Width = 238 Height = 33 Max = 15 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 12 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object TBN2: TTrackBar Left = 8 Top = 100 Width = 238 Height = 33 Max = 20 Min = 1 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 3 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBN2Change end end end