home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TQUADRILLAGEFORM / TQUADRILLAGEFORM.txt
Text File  |  2008-01-12  |  3KB  |  171 lines

  1. object QuadrillageForm: TQuadrillageForm
  2.   Left = 284
  3.   Top = 157
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Quadrillage'
  7.   ClientHeight = 291
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCreate = FormCreate
  20.   OnHide = FormHide
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 42
  29.     Height = 13
  30.     Caption = 'Couleur :'
  31.   end
  32.   object LabelCarreaux: TLabel
  33.     Left = 16
  34.     Top = 136
  35.     Width = 25
  36.     Height = 13
  37.     Caption = 'Taille'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 120
  41.     Top = 16
  42.     Width = 52
  43.     Height = 13
  44.     Caption = 'Epaisseur :'
  45.   end
  46.   object BAnnuler: TButton
  47.     Left = 200
  48.     Top = 248
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Annuler'
  52.     TabOrder = 0
  53.     OnClick = BAnnulerClick
  54.   end
  55.   object BOk: TButton
  56.     Left = 120
  57.     Top = 248
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     TabOrder = 1
  62.     OnClick = BOkClick
  63.   end
  64.   object BApercu: TButton
  65.     Left = 16
  66.     Top = 248
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Aper'#231'u'
  70.     TabOrder = 2
  71.     OnClick = BApercuClick
  72.   end
  73.   object TBN: TTrackBar
  74.     Left = 10
  75.     Top = 152
  76.     Width = 271
  77.     Height = 25
  78.     Max = 250
  79.     Min = 2
  80.     Orientation = trHorizontal
  81.     PageSize = 5
  82.     Frequency = 10
  83.     Position = 40
  84.     SelEnd = 0
  85.     SelStart = 0
  86.     TabOrder = 3
  87.     ThumbLength = 15
  88.     TickMarks = tmBottomRight
  89.     TickStyle = tsAuto
  90.     OnChange = TBNChange
  91.   end
  92.   object CBContour: TCheckBox
  93.     Left = 16
  94.     Top = 66
  95.     Width = 185
  96.     Height = 17
  97.     Caption = 'Contour'
  98.     Checked = True
  99.     State = cbChecked
  100.     TabOrder = 4
  101.     OnClick = OptionChange
  102.   end
  103.   object CBVert: TCheckBox
  104.     Left = 16
  105.     Top = 84
  106.     Width = 185
  107.     Height = 17
  108.     Caption = 'Lignes verticales'
  109.     Checked = True
  110.     State = cbChecked
  111.     TabOrder = 5
  112.     OnClick = OptionChange
  113.   end
  114.   object CBHorz: TCheckBox
  115.     Left = 16
  116.     Top = 102
  117.     Width = 185
  118.     Height = 17
  119.     Caption = 'Lignes horizontales'
  120.     Checked = True
  121.     State = cbChecked
  122.     TabOrder = 6
  123.     OnClick = OptionChange
  124.   end
  125.   object CBAjuster: TCheckBox
  126.     Left = 16
  127.     Top = 192
  128.     Width = 161
  129.     Height = 17
  130.     Caption = 'Ajuster'
  131.     Checked = True
  132.     State = cbChecked
  133.     TabOrder = 7
  134.     OnClick = OptionChange
  135.   end
  136.   object CBRelief: TCheckBox
  137.     Left = 16
  138.     Top = 210
  139.     Width = 161
  140.     Height = 17
  141.     Caption = 'Relief'
  142.     TabOrder = 8
  143.     OnClick = OptionChange
  144.   end
  145.   object SETrait: TSpinEdit2
  146.     Left = 120
  147.     Top = 32
  148.     Width = 89
  149.     Height = 21
  150.     MaxLength = 1
  151.     MaxValue = 5
  152.     MinValue = 1
  153.     ShowUpDown = True
  154.     TabOrder = 9
  155.     Value = 1
  156.     OnChange = OptionChange
  157.   end
  158.   object ColorEdit: TColorEdit
  159.     Left = 16
  160.     Top = 32
  161.     Width = 89
  162.     Height = 21
  163.     BorderStyle = bsSingle
  164.     Color = clBlack
  165.     CustomText = 'Autres couleurs...'
  166.     ColorDialog = MainForm.GlobalColorDialog
  167.     ReadOnly = False
  168.     OnChange = OptionChange
  169.   end
  170. end
  171.