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 / TCOPYRIGHTFORM / TCOPYRIGHTFORM.txt
Text File  |  2007-09-16  |  7KB  |  346 lines

  1. object CopyrightForm: TCopyrightForm
  2.   Left = 299
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copyright'
  6.   ClientHeight = 296
  7.   ClientWidth = 399
  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.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LblTxtSize: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 31
  24.     Height = 13
  25.     Caption = 'Taille :'
  26.     Transparent = True
  27.   end
  28.   object LblTxtCol: TLabel
  29.     Left = 96
  30.     Top = 16
  31.     Width = 42
  32.     Height = 13
  33.     Caption = 'Couleur :'
  34.     Transparent = True
  35.   end
  36.   object LblFont: TLabel
  37.     Left = 176
  38.     Top = 16
  39.     Width = 35
  40.     Height = 13
  41.     Caption = 'Police :'
  42.     Transparent = True
  43.   end
  44.   object LblText: TLabel
  45.     Left = 16
  46.     Top = 204
  47.     Width = 34
  48.     Height = 13
  49.     Caption = 'Saisie :'
  50.     Transparent = True
  51.   end
  52.   object SBGauche: TSpeedButton
  53.     Left = 16
  54.     Top = 160
  55.     Width = 21
  56.     Height = 21
  57.     GroupIndex = 1
  58.     Flat = True
  59.     OnClick = EdiTxtChange
  60.   end
  61.   object SBCentre: TSpeedButton
  62.     Tag = 1
  63.     Left = 40
  64.     Top = 160
  65.     Width = 21
  66.     Height = 21
  67.     GroupIndex = 1
  68.     Down = True
  69.     Flat = True
  70.     OnClick = EdiTxtChange
  71.   end
  72.   object SBDroite: TSpeedButton
  73.     Tag = 2
  74.     Left = 64
  75.     Top = 160
  76.     Width = 21
  77.     Height = 21
  78.     GroupIndex = 1
  79.     Flat = True
  80.     OnClick = EdiTxtChange
  81.   end
  82.   object LblTextAlign: TLabel
  83.     Left = 16
  84.     Top = 144
  85.     Width = 58
  86.     Height = 13
  87.     Caption = 'Alignement :'
  88.     Transparent = True
  89.   end
  90.   object LblOpacite: TLabel
  91.     Left = 208
  92.     Top = 144
  93.     Width = 43
  94.     Height = 13
  95.     Caption = 'Opacit'#233' :'
  96.     Transparent = True
  97.   end
  98.   object BOk: TButton
  99.     Left = 224
  100.     Top = 257
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Ok'
  104.     Default = True
  105.     TabOrder = 14
  106.     OnClick = BOkClick
  107.   end
  108.   object BAnnuler: TButton
  109.     Left = 310
  110.     Top = 257
  111.     Width = 75
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = 'Annuler'
  115.     ModalResult = 2
  116.     TabOrder = 15
  117.   end
  118.   object EdiTxtSize: TSpinEdit2
  119.     Left = 16
  120.     Top = 32
  121.     Width = 65
  122.     Height = 21
  123.     MaxValue = 50
  124.     MinValue = 6
  125.     ShowUpDown = True
  126.     TabOrder = 0
  127.     Value = 10
  128.     OnChange = EdiTxtChange
  129.   end
  130.   object EdiTxtColor: TColorEdit
  131.     Left = 96
  132.     Top = 32
  133.     Width = 65
  134.     Height = 21
  135.     BorderStyle = bsSingle
  136.     Color = clWhite
  137.     ColorDialog = MainForm.GlobalColorDialog
  138.     ReadOnly = False
  139.     TabOrder = 1
  140.     TabStop = True
  141.     OnChange = EdiTxtChange
  142.   end
  143.   object CBPolices: TComboBox
  144.     Left = 176
  145.     Top = 32
  146.     Width = 209
  147.     Height = 21
  148.     Style = csDropDownList
  149.     ItemHeight = 13
  150.     TabOrder = 2
  151.     OnChange = EdiTxtChange
  152.   end
  153.   object PnlTxtFond: TPanel
  154.     Left = 232
  155.     Top = 68
  156.     Width = 153
  157.     Height = 57
  158.     BevelOuter = bvLowered
  159.     Enabled = False
  160.     Font.Charset = DEFAULT_CHARSET
  161.     Font.Color = clWindowText
  162.     Font.Height = -16
  163.     Font.Name = 'Arial'
  164.     Font.Style = []
  165.     ParentColor = True
  166.     ParentFont = False
  167.     TabOrder = 6
  168.     object PnlTxt: TPanel
  169.       Left = 1
  170.       Top = 1
  171.       Width = 151
  172.       Height = 55
  173.       Align = alClient
  174.       BevelOuter = bvNone
  175.       Caption = 'AbZ'
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clWindowText
  178.       Font.Height = -13
  179.       Font.Name = 'Arial'
  180.       Font.Style = []
  181.       ParentBackground = False
  182.       ParentColor = True
  183.       ParentFont = False
  184.       TabOrder = 0
  185.     end
  186.   end
  187.   object EdiCopyright: TEdit
  188.     Left = 39
  189.     Top = 220
  190.     Width = 346
  191.     Height = 21
  192.     AutoSelect = False
  193.     TabOrder = 13
  194.   end
  195.   object CBGras: TCheckBox
  196.     Left = 16
  197.     Top = 74
  198.     Width = 89
  199.     Height = 17
  200.     Caption = 'Gras'
  201.     TabOrder = 3
  202.     OnClick = EdiTxtChange
  203.   end
  204.   object CBItalique: TCheckBox
  205.     Left = 16
  206.     Top = 91
  207.     Width = 89
  208.     Height = 17
  209.     Caption = 'Italique'
  210.     TabOrder = 4
  211.     OnClick = EdiTxtChange
  212.   end
  213.   object CBSouligne: TCheckBox
  214.     Left = 16
  215.     Top = 108
  216.     Width = 89
  217.     Height = 17
  218.     Caption = 'Soulign'#233
  219.     TabOrder = 5
  220.     OnClick = EdiTxtChange
  221.   end
  222.   object CBTxtExt: TCheckBox
  223.     Left = 288
  224.     Top = 160
  225.     Width = 81
  226.     Height = 17
  227.     Caption = 'Ext'#233'rieur'
  228.     Checked = True
  229.     State = cbChecked
  230.     TabOrder = 11
  231.     OnClick = CBTxtExtClick
  232.   end
  233.   object CBTxtFond: TCheckBox
  234.     Left = 104
  235.     Top = 144
  236.     Width = 97
  237.     Height = 17
  238.     Caption = 'Fond'
  239.     Checked = True
  240.     State = cbChecked
  241.     TabOrder = 7
  242.     OnClick = CBTxtFondClick
  243.   end
  244.   object EdiTxtFondColor: TColorEdit
  245.     Left = 104
  246.     Top = 162
  247.     Width = 81
  248.     Height = 21
  249.     BorderStyle = bsSingle
  250.     Color = clBlack
  251.     ColorDialog = MainForm.GlobalColorDialog
  252.     ReadOnly = False
  253.     TabOrder = 8
  254.     TabStop = True
  255.     OnChange = EdiTxtChange
  256.   end
  257.   object BtnMenu: TPrevNextButton
  258.     Left = 16
  259.     Top = 220
  260.     Width = 21
  261.     Height = 21
  262.     ClickMode = cmUp
  263.     Style = stDown
  264.     OnClick = BtnMenuClick
  265.   end
  266.   object RBTop: TRadioButton
  267.     Left = 120
  268.     Top = 72
  269.     Width = 97
  270.     Height = 17
  271.     Caption = 'Haut'
  272.     TabOrder = 9
  273.     OnClick = RBTopClick
  274.   end
  275.   object RBBottom: TRadioButton
  276.     Left = 120
  277.     Top = 108
  278.     Width = 97
  279.     Height = 17
  280.     Caption = 'Bas'
  281.     Checked = True
  282.     TabOrder = 10
  283.     TabStop = True
  284.     OnClick = RBTopClick
  285.   end
  286.   object EdiOpacite: TSpinEdit2
  287.     Left = 208
  288.     Top = 160
  289.     Width = 65
  290.     Height = 21
  291.     MaxLength = 3
  292.     MaxValue = 100
  293.     MinValue = 10
  294.     ShowUpDown = True
  295.     TabOrder = 12
  296.     Value = 100
  297.   end
  298.   object RBCenter: TRadioButton
  299.     Left = 120
  300.     Top = 90
  301.     Width = 97
  302.     Height = 17
  303.     Caption = 'Centrer'
  304.     TabOrder = 17
  305.     OnClick = RBTopClick
  306.   end
  307.   object PopMenu: TPopupMenu
  308.     Left = 24
  309.     Top = 248
  310.     object MenuItem7: TMenuItem
  311.       Tag = 6
  312.       Caption = 'Copyright'
  313.       OnClick = PopupClick
  314.     end
  315.     object MenuItem1: TMenuItem
  316.       Caption = 'Nom du fichier'
  317.       OnClick = PopupClick
  318.     end
  319.     object MenuItem2: TMenuItem
  320.       Tag = 1
  321.       Caption = 'Nom fichier + Extension'
  322.       OnClick = PopupClick
  323.     end
  324.     object MenuItem3: TMenuItem
  325.       Tag = 2
  326.       Caption = 'Date'
  327.       OnClick = PopupClick
  328.     end
  329.     object MenuItem4: TMenuItem
  330.       Tag = 3
  331.       Caption = 'Largeur x Hauteur'
  332.       OnClick = PopupClick
  333.     end
  334.     object MenuItem5: TMenuItem
  335.       Tag = 4
  336.       Caption = 'Largeur'
  337.       OnClick = PopupClick
  338.     end
  339.     object MenuItem6: TMenuItem
  340.       Tag = 5
  341.       Caption = 'Hauteur'
  342.       OnClick = PopupClick
  343.     end
  344.   end
  345. end
  346.