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 / TROTFORM / TROTFORM.txt
Text File  |  2007-09-16  |  2KB  |  125 lines

  1. object RotForm: TRotForm
  2.   Left = 436
  3.   Top = 221
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rotation'
  7.   ClientHeight = 185
  8.   ClientWidth = 394
  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 = 33
  29.     Height = 13
  30.     Caption = 'Angle :'
  31.   end
  32.   object LblCouleur: TLabel
  33.     Left = 104
  34.     Top = 16
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Fond :'
  38.   end
  39.   object ImgApercu: TImage
  40.     Left = 224
  41.     Top = 16
  42.     Width = 153
  43.     Height = 153
  44.   end
  45.   object BAnnuler: TButton
  46.     Left = 96
  47.     Top = 144
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Annuler'
  51.     TabOrder = 6
  52.     OnClick = BAnnulerClick
  53.   end
  54.   object BOk: TButton
  55.     Left = 16
  56.     Top = 144
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Ok'
  60.     TabOrder = 5
  61.     OnClick = BOkClick
  62.   end
  63.   object CBAjuster: TCheckBox
  64.     Left = 16
  65.     Top = 72
  66.     Width = 185
  67.     Height = 17
  68.     Caption = 'Ajuster la taille'
  69.     Checked = True
  70.     State = cbChecked
  71.     TabOrder = 2
  72.     OnClick = SEAngleChange
  73.   end
  74.   object CBLisser: TCheckBox
  75.     Left = 16
  76.     Top = 92
  77.     Width = 177
  78.     Height = 17
  79.     Caption = 'Lisser'
  80.     Checked = True
  81.     State = cbChecked
  82.     TabOrder = 3
  83.     OnClick = SEAngleChange
  84.   end
  85.   object ColorEdit: TColorEdit
  86.     Left = 104
  87.     Top = 32
  88.     Width = 81
  89.     Height = 21
  90.     BorderStyle = bsSingle
  91.     Color = clWhite
  92.     CustomText = 'Autres couleurs...'
  93.     ColorDialog = MainForm.GlobalColorDialog
  94.     ReadOnly = False
  95.     TabOrder = 1
  96.     TabStop = True
  97.     OnChange = SEAngleChange
  98.   end
  99.   object SEAngle: TFloatSpinEdit
  100.     Left = 16
  101.     Top = 32
  102.     Width = 73
  103.     Height = 21
  104.     Format = '0.0'
  105.     Increment = 1.000000000000000000
  106.     MaxLength = 5
  107.     MaxValue = 359.000000000000000000
  108.     MinValue = -359.000000000000000000
  109.     ShowUpDown = True
  110.     TabOrder = 0
  111.     OnChange = SEAngleChange
  112.   end
  113.   object CBTous: TCheckBox
  114.     Left = 16
  115.     Top = 112
  116.     Width = 185
  117.     Height = 17
  118.     Caption = 'Tous les calques'
  119.     Checked = True
  120.     State = cbChecked
  121.     TabOrder = 4
  122.     OnClick = CBTousClick
  123.   end
  124. end
  125.