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 / TCRFORM / TCRFORM.txt
Text File  |  2008-01-12  |  6KB  |  281 lines

  1. object CRForm: TCRForm
  2.   Left = 276
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'Contour et remplissage'
  6.   ClientHeight = 443
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel2: TBevel
  25.     Left = 16
  26.     Top = 285
  27.     Width = 265
  28.     Height = 9
  29.     Shape = bsTopLine
  30.   end
  31.   object BAnnuler: TButton
  32.     Left = 238
  33.     Top = 402
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Annuler'
  38.     TabOrder = 0
  39.     OnClick = BAnnulerClick
  40.   end
  41.   object BOk: TButton
  42.     Left = 148
  43.     Top = 402
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Ok'
  47.     Default = True
  48.     TabOrder = 1
  49.     OnClick = BOkClick
  50.   end
  51.   object BApercu: TButton
  52.     Left = 16
  53.     Top = 402
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Aper'#231'u'
  57.     TabOrder = 2
  58.     OnClick = BApercuClick
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 16
  62.     Top = 16
  63.     Width = 297
  64.     Height = 121
  65.     Caption = ' Contour '
  66.     TabOrder = 3
  67.     object LblCouleur1: TLabel
  68.       Left = 16
  69.       Top = 50
  70.       Width = 42
  71.       Height = 13
  72.       Caption = 'Couleur :'
  73.     end
  74.     object SB1: TSpeedButton
  75.       Left = 16
  76.       Top = 66
  77.       Width = 23
  78.       Height = 22
  79.       AllowAllUp = True
  80.       GroupIndex = 1
  81.       Flat = True
  82.       OnClick = SB1Click
  83.     end
  84.     object LblLargeur: TLabel
  85.       Left = 144
  86.       Top = 50
  87.       Width = 42
  88.       Height = 13
  89.       Caption = 'Largeur :'
  90.     end
  91.     object CBContour: TCheckBox
  92.       Left = 16
  93.       Top = 24
  94.       Width = 217
  95.       Height = 17
  96.       Caption = 'Dessiner le contour'
  97.       Checked = True
  98.       State = cbChecked
  99.       TabOrder = 0
  100.       OnClick = CBContourClick
  101.     end
  102.     object SELargeur: TSpinEdit2
  103.       Left = 144
  104.       Top = 66
  105.       Width = 89
  106.       Height = 21
  107.       MaxLength = 2
  108.       MaxValue = 50
  109.       MinValue = 1
  110.       ShowUpDown = True
  111.       TabOrder = 1
  112.       Value = 1
  113.       OnChange = OptionChange
  114.     end
  115.     object CBLisser: TCheckBox
  116.       Left = 16
  117.       Top = 94
  118.       Width = 217
  119.       Height = 17
  120.       Caption = 'Lisser'
  121.       Checked = True
  122.       State = cbChecked
  123.       TabOrder = 2
  124.     end
  125.     object ColorEdit1: TColorEdit
  126.       Left = 40
  127.       Top = 66
  128.       Width = 89
  129.       Height = 21
  130.       BorderStyle = bsSingle
  131.       Color = clBlack
  132.       CustomText = 'Autres couleurs...'
  133.       ColorDialog = MainForm.GlobalColorDialog
  134.       ReadOnly = False
  135.       OnChange = OptionChange
  136.     end
  137.   end
  138.   object GroupBox2: TGroupBox
  139.     Left = 16
  140.     Top = 144
  141.     Width = 297
  142.     Height = 161
  143.     Caption = ' Remplissage '
  144.     TabOrder = 4
  145.     object LblCouleur2: TLabel
  146.       Left = 16
  147.       Top = 50
  148.       Width = 42
  149.       Height = 13
  150.       Caption = 'Couleur :'
  151.     end
  152.     object SB2: TSpeedButton
  153.       Left = 16
  154.       Top = 66
  155.       Width = 23
  156.       Height = 22
  157.       AllowAllUp = True
  158.       GroupIndex = 1
  159.       Flat = True
  160.       OnClick = SB2Click
  161.     end
  162.     object LblStyle: TLabel
  163.       Left = 144
  164.       Top = 50
  165.       Width = 29
  166.       Height = 13
  167.       Caption = 'Style :'
  168.     end
  169.     object SBMotif: TSpeedButton
  170.       Left = 258
  171.       Top = 124
  172.       Width = 23
  173.       Height = 21
  174.       Flat = True
  175.       OnClick = SBMotifClick
  176.     end
  177.     object CBRempl: TCheckBox
  178.       Left = 16
  179.       Top = 24
  180.       Width = 217
  181.       Height = 17
  182.       Caption = 'Remplir le fond'
  183.       TabOrder = 0
  184.       OnClick = CBRemplClick
  185.     end
  186.     object CBStyle: TComboBox
  187.       Left = 144
  188.       Top = 66
  189.       Width = 89
  190.       Height = 23
  191.       Style = csOwnerDrawFixed
  192.       ItemHeight = 17
  193.       ItemIndex = 0
  194.       TabOrder = 1
  195.       Text = 'bsSolid'
  196.       OnChange = OptionChange
  197.       OnDrawItem = CBStyleDrawItem
  198.       Items.Strings = (
  199.         'bsSolid'
  200.         'bsHorizontal'
  201.         'bsVertical'
  202.         'bsFDiagonal'
  203.         'bsBDiagonal'
  204.         'bsCross'
  205.         'bsDiagCross')
  206.     end
  207.     object ColorEdit2: TColorEdit
  208.       Left = 40
  209.       Top = 66
  210.       Width = 89
  211.       Height = 22
  212.       BorderStyle = bsSingle
  213.       Color = clWhite
  214.       CustomText = 'Autres couleurs...'
  215.       ColorDialog = MainForm.GlobalColorDialog
  216.       ReadOnly = False
  217.       OnChange = OptionChange
  218.     end
  219.     object CBMotif: TCheckBox
  220.       Left = 16
  221.       Top = 104
  222.       Width = 137
  223.       Height = 17
  224.       Caption = 'Motif de remplissage :'
  225.       TabOrder = 3
  226.       OnClick = CBMotifClick
  227.     end
  228.     object EdiMotif: TSpecialEdit
  229.       Left = 16
  230.       Top = 124
  231.       Width = 241
  232.       Height = 21
  233.       BorderStyle = bsSingle
  234.       ButtonStyle = stDown
  235.       DisabledColor = clBtnFace
  236.       ItemIndex = -1
  237.       MinimizeText = True
  238.       NumGlyphs = 1
  239.       ParentColor = False
  240.       ReadOnly = False
  241.       ShowButton = False
  242.       OnChange = OptionChange
  243.       OnClick = SBMotifClick
  244.     end
  245.   end
  246.   object GroupBox3: TGroupBox
  247.     Left = 16
  248.     Top = 312
  249.     Width = 297
  250.     Height = 79
  251.     Caption = ' Att'#233'nuer '
  252.     TabOrder = 5
  253.     object LblOpacite: TLabel
  254.       Left = 16
  255.       Top = 24
  256.       Width = 37
  257.       Height = 13
  258.       Caption = 'Opacit'#233
  259.     end
  260.     object TBOpacite: TTrackBar
  261.       Left = 10
  262.       Top = 40
  263.       Width = 274
  264.       Height = 33
  265.       Max = 100
  266.       Min = 10
  267.       Orientation = trHorizontal
  268.       PageSize = 5
  269.       Frequency = 5
  270.       Position = 100
  271.       SelEnd = 0
  272.       SelStart = 0
  273.       TabOrder = 0
  274.       ThumbLength = 15
  275.       TickMarks = tmBottomRight
  276.       TickStyle = tsAuto
  277.       OnChange = TBOpaciteChange
  278.     end
  279.   end
  280. end
  281.