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 / TROTFORM / TROTFORM.txt
Text File  |  2008-01-12  |  2KB  |  104 lines

  1. object RotForm: TRotForm
  2.   Left = 276
  3.   Top = 202
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rotation'
  7.   ClientHeight = 176
  8.   ClientWidth = 235
  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 = 120
  34.     Top = 16
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Fond :'
  38.   end
  39.   object BAnnuler: TButton
  40.     Left = 144
  41.     Top = 136
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Annuler'
  45.     TabOrder = 0
  46.     OnClick = BAnnulerClick
  47.   end
  48.   object BOk: TButton
  49.     Left = 64
  50.     Top = 136
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Ok'
  54.     TabOrder = 1
  55.     OnClick = BOkClick
  56.   end
  57.   object CBAjuster: TCheckBox
  58.     Left = 16
  59.     Top = 72
  60.     Width = 185
  61.     Height = 17
  62.     Caption = 'Ajuster la taille'
  63.     Checked = True
  64.     State = cbChecked
  65.     TabOrder = 2
  66.   end
  67.   object CBLisser: TCheckBox
  68.     Left = 16
  69.     Top = 92
  70.     Width = 177
  71.     Height = 17
  72.     Caption = 'Lisser'
  73.     Checked = True
  74.     State = cbChecked
  75.     TabOrder = 3
  76.   end
  77.   object ColorEdit: TColorEdit
  78.     Left = 120
  79.     Top = 32
  80.     Width = 89
  81.     Height = 21
  82.     BorderStyle = bsSingle
  83.     Color = clWhite
  84.     CustomText = 'Autres couleurs...'
  85.     ColorDialog = MainForm.GlobalColorDialog
  86.     ReadOnly = False
  87.     TabOrder = 4
  88.     TabStop = True
  89.   end
  90.   object SEAngle: TFloatSpinEdit
  91.     Left = 16
  92.     Top = 32
  93.     Width = 89
  94.     Height = 21
  95.     Format = '0.00'
  96.     Increment = 1.000000000000000000
  97.     MaxValue = 349.990000000000000000
  98.     MinValue = -359.990000000000000000
  99.     ShowUpDown = True
  100.     TabOrder = 5
  101.     Value = 45.000000000000000000
  102.   end
  103. end
  104.