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 / TTEXTFORM / TTEXTFORM.txt
Text File  |  2007-09-16  |  13KB  |  601 lines

  1. object TextForm: TTextForm
  2.   Left = 376
  3.   Top = 212
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Texte'
  7.   ClientHeight = 419
  8.   ClientWidth = 554
  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.   OnDestroy = FormDestroy
  21.   OnHide = FormHide
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object BAnnuler: TButton
  27.     Left = 470
  28.     Top = 384
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Annuler'
  32.     TabOrder = 4
  33.     OnClick = BAnnulerClick
  34.   end
  35.   object BOk: TButton
  36.     Left = 390
  37.     Top = 384
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Ok'
  41.     TabOrder = 3
  42.     OnClick = BOkClick
  43.   end
  44.   object PageControl: TPageControl
  45.     Left = 8
  46.     Top = 8
  47.     Width = 537
  48.     Height = 369
  49.     ActivePage = TshTexte
  50.     TabOrder = 0
  51.     object TshTexte: TTabSheet
  52.       Caption = 'Texte'
  53.       object Label2: TLabel
  54.         Left = 256
  55.         Top = 16
  56.         Width = 31
  57.         Height = 13
  58.         Caption = 'Taille :'
  59.         Transparent = True
  60.       end
  61.       object Label1: TLabel
  62.         Left = 16
  63.         Top = 80
  64.         Width = 42
  65.         Height = 13
  66.         Caption = 'Couleur :'
  67.         Transparent = True
  68.       end
  69.       object Label3: TLabel
  70.         Left = 120
  71.         Top = 80
  72.         Width = 58
  73.         Height = 13
  74.         Caption = 'Alignement :'
  75.         Transparent = True
  76.       end
  77.       object SBGauche: TSpeedButton
  78.         Left = 120
  79.         Top = 96
  80.         Width = 21
  81.         Height = 21
  82.         GroupIndex = 1
  83.         Down = True
  84.         Flat = True
  85.       end
  86.       object SBCentre: TSpeedButton
  87.         Tag = 1
  88.         Left = 144
  89.         Top = 96
  90.         Width = 21
  91.         Height = 21
  92.         GroupIndex = 1
  93.         Flat = True
  94.       end
  95.       object SBDroite: TSpeedButton
  96.         Tag = 2
  97.         Left = 168
  98.         Top = 96
  99.         Width = 21
  100.         Height = 21
  101.         GroupIndex = 1
  102.         Flat = True
  103.       end
  104.       object Bevel1: TBevel
  105.         Left = 16
  106.         Top = 68
  107.         Width = 497
  108.         Height = 9
  109.         Shape = bsTopLine
  110.       end
  111.       object Label7: TLabel
  112.         Left = 216
  113.         Top = 80
  114.         Width = 33
  115.         Height = 13
  116.         Caption = 'Angle :'
  117.         Transparent = True
  118.       end
  119.       object Label5: TLabel
  120.         Left = 16
  121.         Top = 144
  122.         Width = 34
  123.         Height = 13
  124.         Caption = 'Saisie :'
  125.         Transparent = True
  126.       end
  127.       object Label6: TLabel
  128.         Left = 337
  129.         Top = 144
  130.         Width = 40
  131.         Height = 13
  132.         Caption = 'Aper'#231'u :'
  133.         Transparent = True
  134.       end
  135.       object Label4: TLabel
  136.         Left = 16
  137.         Top = 16
  138.         Width = 35
  139.         Height = 13
  140.         Caption = 'Police :'
  141.         Transparent = True
  142.       end
  143.       object Bevel5: TBevel
  144.         Left = 16
  145.         Top = 132
  146.         Width = 497
  147.         Height = 9
  148.         Shape = bsTopLine
  149.       end
  150.       object CBPolices: TComboBox
  151.         Left = 16
  152.         Top = 32
  153.         Width = 225
  154.         Height = 21
  155.         Style = csDropDownList
  156.         ItemHeight = 13
  157.         TabOrder = 0
  158.         OnChange = CBPolicesChange
  159.       end
  160.       object CBGras: TCheckBox
  161.         Left = 344
  162.         Top = 18
  163.         Width = 73
  164.         Height = 17
  165.         Caption = 'Gras'
  166.         TabOrder = 2
  167.         OnClick = CBOptionClick
  168.       end
  169.       object CBItalique: TCheckBox
  170.         Left = 344
  171.         Top = 36
  172.         Width = 73
  173.         Height = 17
  174.         Caption = 'Italique'
  175.         TabOrder = 3
  176.         OnClick = CBOptionClick
  177.       end
  178.       object CBSouligne: TCheckBox
  179.         Left = 424
  180.         Top = 36
  181.         Width = 81
  182.         Height = 17
  183.         Caption = 'Soulign'#233
  184.         TabOrder = 5
  185.         OnClick = CBOptionClick
  186.       end
  187.       object CBBarre: TCheckBox
  188.         Left = 424
  189.         Top = 18
  190.         Width = 81
  191.         Height = 17
  192.         Caption = 'Barr'#233
  193.         TabOrder = 4
  194.         OnClick = CBOptionClick
  195.       end
  196.       object CBLisser: TCheckBox
  197.         Left = 304
  198.         Top = 96
  199.         Width = 73
  200.         Height = 17
  201.         Caption = 'Lisser'
  202.         Checked = True
  203.         State = cbChecked
  204.         TabOrder = 8
  205.       end
  206.       object EdiAngle: TSpinEdit2
  207.         Left = 216
  208.         Top = 96
  209.         Width = 65
  210.         Height = 21
  211.         MaxLength = 4
  212.         MaxValue = 180
  213.         MinValue = -180
  214.         ShowUpDown = True
  215.         TabOrder = 7
  216.         Value = 0
  217.       end
  218.       object Memo: TMemo
  219.         Left = 16
  220.         Top = 160
  221.         Width = 313
  222.         Height = 161
  223.         Ctl3D = True
  224.         ParentCtl3D = False
  225.         ScrollBars = ssBoth
  226.         TabOrder = 10
  227.         WordWrap = False
  228.       end
  229.       object ColorEditText: TColorEdit
  230.         Left = 16
  231.         Top = 96
  232.         Width = 80
  233.         Height = 22
  234.         BorderStyle = bsSingle
  235.         Color = clBlack
  236.         CustomText = 'Autres couleurs...'
  237.         ColorDialog = MainForm.GlobalColorDialog
  238.         ReadOnly = False
  239.         TabOrder = 6
  240.         TabStop = True
  241.       end
  242.       object PnlApercu: TPanel
  243.         Left = 336
  244.         Top = 160
  245.         Width = 178
  246.         Height = 162
  247.         BevelInner = bvRaised
  248.         BevelOuter = bvLowered
  249.         Caption = 'AbYz'
  250.         Ctl3D = False
  251.         Enabled = False
  252.         ParentColor = True
  253.         ParentCtl3D = False
  254.         TabOrder = 11
  255.       end
  256.       object BEffacer: TButton
  257.         Left = 393
  258.         Top = 88
  259.         Width = 121
  260.         Height = 25
  261.         Caption = 'Effacer le texte'
  262.         TabOrder = 9
  263.         OnClick = BEffacerClick
  264.       end
  265.       object CBTaille: TComboBox
  266.         Left = 256
  267.         Top = 32
  268.         Width = 65
  269.         Height = 21
  270.         AutoComplete = False
  271.         DropDownCount = 16
  272.         ItemHeight = 13
  273.         MaxLength = 4
  274.         TabOrder = 1
  275.         Text = '12'
  276.         OnExit = CBTailleExit
  277.         OnSelect = CBTailleSelect
  278.         Items.Strings = (
  279.           '8'
  280.           '10'
  281.           '12'
  282.           '14'
  283.           '18'
  284.           '24'
  285.           '30'
  286.           '36'
  287.           '48'
  288.           '60'
  289.           '72'
  290.           '100'
  291.           '150'
  292.           '200'
  293.           '300')
  294.       end
  295.     end
  296.     object TshEffets: TTabSheet
  297.       Caption = 'Effets'
  298.       ImageIndex = 1
  299.       object LblDX: TLabel
  300.         Left = 16
  301.         Top = 112
  302.         Width = 41
  303.         Height = 13
  304.         Caption = 'Delta X :'
  305.         Transparent = True
  306.       end
  307.       object LblDY: TLabel
  308.         Left = 92
  309.         Top = 112
  310.         Width = 41
  311.         Height = 13
  312.         Caption = 'Delta Y :'
  313.         Transparent = True
  314.       end
  315.       object LblCouleurOmbre: TLabel
  316.         Left = 168
  317.         Top = 112
  318.         Width = 42
  319.         Height = 13
  320.         Caption = 'Couleur :'
  321.         Transparent = True
  322.       end
  323.       object Bevel2: TBevel
  324.         Left = 16
  325.         Top = 264
  326.         Width = 497
  327.         Height = 9
  328.         Shape = bsTopLine
  329.       end
  330.       object LblOpacite: TLabel
  331.         Left = 16
  332.         Top = 18
  333.         Width = 37
  334.         Height = 13
  335.         Caption = 'Opacit'#233
  336.         Transparent = True
  337.       end
  338.       object Bevel3: TBevel
  339.         Left = 16
  340.         Top = 166
  341.         Width = 497
  342.         Height = 9
  343.         Shape = bsTopLine
  344.       end
  345.       object LblCouleurContour: TLabel
  346.         Left = 16
  347.         Top = 210
  348.         Width = 42
  349.         Height = 13
  350.         Caption = 'Couleur :'
  351.         Transparent = True
  352.       end
  353.       object SB1: TSpeedButton
  354.         Left = 242
  355.         Top = 128
  356.         Width = 23
  357.         Height = 22
  358.         GroupIndex = 1
  359.         Flat = True
  360.       end
  361.       object SB2: TSpeedButton
  362.         Left = 90
  363.         Top = 226
  364.         Width = 23
  365.         Height = 22
  366.         GroupIndex = 1
  367.         Flat = True
  368.       end
  369.       object Bevel4: TBevel
  370.         Left = 16
  371.         Top = 68
  372.         Width = 497
  373.         Height = 9
  374.         Shape = bsTopLine
  375.       end
  376.       object SBMotif: TSpeedButton
  377.         Left = 370
  378.         Top = 300
  379.         Width = 23
  380.         Height = 21
  381.         Flat = True
  382.         OnClick = SBMotifClick
  383.       end
  384.       object LblAlphaShadow: TLabel
  385.         Left = 280
  386.         Top = 112
  387.         Width = 43
  388.         Height = 13
  389.         Caption = 'Opacit'#233' :'
  390.         Transparent = True
  391.       end
  392.       object LblStyle: TLabel
  393.         Left = 368
  394.         Top = 112
  395.         Width = 29
  396.         Height = 13
  397.         Caption = 'Style :'
  398.         Transparent = True
  399.       end
  400.       object CBOmbre: TCheckBox
  401.         Left = 16
  402.         Top = 84
  403.         Width = 161
  404.         Height = 17
  405.         Caption = 'Ombre port'#233'e'
  406.         TabOrder = 1
  407.         OnClick = CBOmbreClick
  408.       end
  409.       object CBContour: TCheckBox
  410.         Left = 16
  411.         Top = 184
  412.         Width = 97
  413.         Height = 17
  414.         Caption = 'Contour'
  415.         TabOrder = 7
  416.         OnClick = CBContourClick
  417.       end
  418.       object CBFlou: TCheckBox
  419.         Left = 180
  420.         Top = 184
  421.         Width = 81
  422.         Height = 17
  423.         Caption = 'Flou'
  424.         TabOrder = 9
  425.         OnClick = CBFlouClick
  426.       end
  427.       object RBFlouLeger: TRadioButton
  428.         Left = 180
  429.         Top = 210
  430.         Width = 113
  431.         Height = 17
  432.         Caption = 'L'#233'ger'
  433.         Checked = True
  434.         TabOrder = 10
  435.         TabStop = True
  436.       end
  437.       object RBFlouFort: TRadioButton
  438.         Left = 180
  439.         Top = 228
  440.         Width = 113
  441.         Height = 17
  442.         Caption = 'Elev'#233
  443.         TabOrder = 11
  444.       end
  445.       object CBInverser: TCheckBox
  446.         Left = 344
  447.         Top = 204
  448.         Width = 113
  449.         Height = 17
  450.         Caption = 'Mode n'#233'gatif'
  451.         TabOrder = 13
  452.         OnClick = CBInverserClick
  453.       end
  454.       object EdiDX: TSpinEdit2
  455.         Left = 16
  456.         Top = 128
  457.         Width = 65
  458.         Height = 21
  459.         MaxLength = 3
  460.         MaxValue = 50
  461.         MinValue = -50
  462.         ShowUpDown = True
  463.         TabOrder = 2
  464.         Value = 5
  465.       end
  466.       object EdiDY: TSpinEdit2
  467.         Left = 92
  468.         Top = 128
  469.         Width = 65
  470.         Height = 21
  471.         MaxLength = 3
  472.         MaxValue = 50
  473.         MinValue = -50
  474.         ShowUpDown = True
  475.         TabOrder = 3
  476.         Value = 5
  477.       end
  478.       object TBOpacite: TTrackBar
  479.         Left = 10
  480.         Top = 32
  481.         Width = 377
  482.         Height = 33
  483.         Max = 100
  484.         Min = 10
  485.         PageSize = 5
  486.         Frequency = 5
  487.         Position = 100
  488.         TabOrder = 0
  489.         ThumbLength = 15
  490.         OnChange = TBOpaciteChange
  491.       end
  492.       object CB3D: TCheckBox
  493.         Left = 344
  494.         Top = 184
  495.         Width = 113
  496.         Height = 17
  497.         Caption = 'Biseau externe'
  498.         TabOrder = 12
  499.         OnClick = CB3DClick
  500.       end
  501.       object ColorEditOmbre: TColorEdit
  502.         Left = 168
  503.         Top = 128
  504.         Width = 73
  505.         Height = 22
  506.         BorderStyle = bsSingle
  507.         Color = clBlack
  508.         CustomText = 'Autres couleurs...'
  509.         ColorDialog = MainForm.GlobalColorDialog
  510.         ReadOnly = False
  511.         TabOrder = 4
  512.         TabStop = True
  513.       end
  514.       object ColorEditContour: TColorEdit
  515.         Left = 16
  516.         Top = 226
  517.         Width = 73
  518.         Height = 22
  519.         BorderStyle = bsSingle
  520.         Color = clWhite
  521.         CustomText = 'Autres couleurs...'
  522.         ColorDialog = MainForm.GlobalColorDialog
  523.         ReadOnly = False
  524.         TabOrder = 8
  525.         TabStop = True
  526.       end
  527.       object CBMotif: TCheckBox
  528.         Left = 16
  529.         Top = 280
  530.         Width = 257
  531.         Height = 17
  532.         Caption = 'Motif de remplissage :'
  533.         TabOrder = 14
  534.         OnClick = CBMotifClick
  535.       end
  536.       object EdiMotif: TSpecialEdit
  537.         Left = 16
  538.         Top = 300
  539.         Width = 353
  540.         Height = 21
  541.         BorderStyle = bsSingle
  542.         ButtonStyle = stDown
  543.         DisabledColor = clBtnFace
  544.         ItemIndex = -1
  545.         MinimizeText = True
  546.         NumGlyphs = 1
  547.         ParentColor = False
  548.         ReadOnly = False
  549.         ShowButton = False
  550.         TabOrder = 15
  551.         TabStop = True
  552.         OnClick = SBMotifClick
  553.       end
  554.       object EdiAlphaShadow: TSpinEdit2
  555.         Left = 280
  556.         Top = 128
  557.         Width = 73
  558.         Height = 21
  559.         MaxValue = 100
  560.         MinValue = 10
  561.         ShowUpDown = True
  562.         TabOrder = 5
  563.         Value = 80
  564.       end
  565.       object CBStyle: TComboBox
  566.         Left = 368
  567.         Top = 128
  568.         Width = 145
  569.         Height = 21
  570.         Style = csDropDownList
  571.         ItemHeight = 13
  572.         ItemIndex = 1
  573.         TabOrder = 6
  574.         Text = 'Liss'#233
  575.         Items.Strings = (
  576.           'Plat'
  577.           'Liss'#233
  578.           'Diffusion')
  579.       end
  580.     end
  581.   end
  582.   object BSel: TButton
  583.     Left = 8
  584.     Top = 384
  585.     Width = 177
  586.     Height = 25
  587.     Caption = 'Transformer en s'#233'lection'
  588.     TabOrder = 1
  589.     OnClick = BSelClick
  590.   end
  591.   object BCharmap: TButton
  592.     Left = 190
  593.     Top = 384
  594.     Width = 177
  595.     Height = 25
  596.     Caption = 'Charmap'
  597.     TabOrder = 2
  598.     OnClick = BCharmapClick
  599.   end
  600. end
  601.