home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TCRFORM / TCRFORM.txt
Text File  |  2007-09-16  |  6KB  |  277 lines

  1. object CRForm: TCRForm
  2.   Left = 378
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'Contour et remplissage'
  6.   ClientHeight = 419
  7.   ClientWidth = 306
  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 LblOpacite: TLabel
  25.     Left = 15
  26.     Top = 14
  27.     Width = 37
  28.     Height = 13
  29.     Caption = 'Opacit'#233
  30.   end
  31.   object BAnnuler: TButton
  32.     Left = 214
  33.     Top = 380
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Annuler'
  38.     TabOrder = 4
  39.     OnClick = BAnnulerClick
  40.   end
  41.   object BOk: TButton
  42.     Left = 132
  43.     Top = 380
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Ok'
  47.     Default = True
  48.     TabOrder = 3
  49.     OnClick = BOkClick
  50.   end
  51.   object BApercu: TButton
  52.     Left = 16
  53.     Top = 380
  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 = 60
  63.     Width = 273
  64.     Height = 118
  65.     Caption = ' Options de contour '
  66.     TabOrder = 0
  67.     object LblCouleur1: TLabel
  68.       Left = 14
  69.       Top = 46
  70.       Width = 42
  71.       Height = 13
  72.       Caption = 'Couleur :'
  73.     end
  74.     object SB1: TSpeedButton
  75.       Left = 106
  76.       Top = 62
  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 = 46
  87.       Width = 42
  88.       Height = 13
  89.       Caption = 'Largeur :'
  90.     end
  91.     object CBContour: TCheckBox
  92.       Left = 14
  93.       Top = 20
  94.       Width = 217
  95.       Height = 17
  96.       Caption = 'Contour'
  97.       Checked = True
  98.       State = cbChecked
  99.       TabOrder = 0
  100.       OnClick = CBContourClick
  101.     end
  102.     object SELargeur: TSpinEdit2
  103.       Left = 144
  104.       Top = 62
  105.       Width = 89
  106.       Height = 21
  107.       MaxLength = 2
  108.       MaxValue = 50
  109.       MinValue = 1
  110.       ShowUpDown = True
  111.       TabOrder = 2
  112.       Value = 1
  113.       OnChange = OptionChange
  114.     end
  115.     object CBLisser: TCheckBox
  116.       Left = 14
  117.       Top = 90
  118.       Width = 217
  119.       Height = 17
  120.       Caption = 'Lisser'
  121.       Checked = True
  122.       State = cbChecked
  123.       TabOrder = 3
  124.       OnClick = OptionChange
  125.     end
  126.     object ColorEdit1: TColorEdit
  127.       Left = 14
  128.       Top = 62
  129.       Width = 89
  130.       Height = 21
  131.       BorderStyle = bsSingle
  132.       Color = clBlack
  133.       CustomText = 'Autres couleurs...'
  134.       ColorDialog = MainForm.GlobalColorDialog
  135.       ReadOnly = False
  136.       TabOrder = 1
  137.       TabStop = True
  138.       OnChange = OptionChange
  139.     end
  140.   end
  141.   object GroupBox2: TGroupBox
  142.     Left = 16
  143.     Top = 188
  144.     Width = 273
  145.     Height = 153
  146.     Caption = ' Options de remplissage '
  147.     TabOrder = 1
  148.     object LblCouleur2: TLabel
  149.       Left = 14
  150.       Top = 46
  151.       Width = 42
  152.       Height = 13
  153.       Caption = 'Couleur :'
  154.     end
  155.     object SB2: TSpeedButton
  156.       Left = 106
  157.       Top = 62
  158.       Width = 23
  159.       Height = 22
  160.       AllowAllUp = True
  161.       GroupIndex = 1
  162.       Flat = True
  163.       OnClick = SB2Click
  164.     end
  165.     object LblStyle: TLabel
  166.       Left = 144
  167.       Top = 46
  168.       Width = 29
  169.       Height = 13
  170.       Caption = 'Style :'
  171.     end
  172.     object SBMotif: TSpeedButton
  173.       Left = 234
  174.       Top = 116
  175.       Width = 23
  176.       Height = 21
  177.       Flat = True
  178.       OnClick = SBMotifClick
  179.     end
  180.     object CBRempl: TCheckBox
  181.       Left = 14
  182.       Top = 20
  183.       Width = 217
  184.       Height = 17
  185.       Caption = 'Remplir'
  186.       TabOrder = 0
  187.       OnClick = CBRemplClick
  188.     end
  189.     object CBStyle: TComboBox
  190.       Left = 144
  191.       Top = 62
  192.       Width = 89
  193.       Height = 23
  194.       Style = csOwnerDrawFixed
  195.       ItemHeight = 17
  196.       ItemIndex = 0
  197.       TabOrder = 2
  198.       Text = 'bsSolid'
  199.       OnChange = OptionChange
  200.       OnDrawItem = CBStyleDrawItem
  201.       Items.Strings = (
  202.         'bsSolid'
  203.         'bsHorizontal'
  204.         'bsVertical'
  205.         'bsFDiagonal'
  206.         'bsBDiagonal'
  207.         'bsCross'
  208.         'bsDiagCross')
  209.     end
  210.     object ColorEdit2: TColorEdit
  211.       Left = 14
  212.       Top = 62
  213.       Width = 89
  214.       Height = 22
  215.       BorderStyle = bsSingle
  216.       Color = clWhite
  217.       CustomText = 'Autres couleurs...'
  218.       ColorDialog = MainForm.GlobalColorDialog
  219.       ReadOnly = False
  220.       TabOrder = 1
  221.       TabStop = True
  222.       OnChange = OptionChange
  223.     end
  224.     object CBMotif: TCheckBox
  225.       Left = 14
  226.       Top = 96
  227.       Width = 137
  228.       Height = 17
  229.       Caption = 'Motif de remplissage :'
  230.       TabOrder = 3
  231.       OnClick = CBMotifClick
  232.     end
  233.     object EdiMotif: TSpecialEdit
  234.       Left = 14
  235.       Top = 116
  236.       Width = 219
  237.       Height = 21
  238.       BorderStyle = bsSingle
  239.       ButtonStyle = stDown
  240.       DisabledColor = clBtnFace
  241.       ItemIndex = -1
  242.       MinimizeText = True
  243.       NumGlyphs = 1
  244.       ParentColor = False
  245.       ReadOnly = False
  246.       ShowButton = False
  247.       TabOrder = 4
  248.       TabStop = True
  249.       OnChange = OptionChange
  250.       OnClick = SBMotifClick
  251.     end
  252.   end
  253.   object TBOpacite: TTrackBar
  254.     Left = 10
  255.     Top = 28
  256.     Width = 287
  257.     Height = 27
  258.     Max = 100
  259.     Min = 10
  260.     PageSize = 5
  261.     Frequency = 5
  262.     Position = 100
  263.     TabOrder = 5
  264.     ThumbLength = 15
  265.     OnChange = TBOpaciteChange
  266.   end
  267.   object CBPreview: TCheckBox
  268.     Left = 16
  269.     Top = 352
  270.     Width = 217
  271.     Height = 17
  272.     Caption = 'Aper'#231'u direct'
  273.     TabOrder = 6
  274.     OnClick = CBPreviewClick
  275.   end
  276. end
  277.