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

  1. object InclinerForm: TInclinerForm
  2.   Left = 368
  3.   Top = 261
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Incliner'
  7.   ClientHeight = 220
  8.   ClientWidth = 464
  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.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Lbl: TLabel
  24.     Left = 16
  25.     Top = 72
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'Haut'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 16
  33.     Width = 30
  34.     Height = 13
  35.     Caption = 'Fond :'
  36.   end
  37.   object ImgApercu: TImage
  38.     Left = 296
  39.     Top = 16
  40.     Width = 153
  41.     Height = 153
  42.   end
  43.   object TB: TTrackBar
  44.     Left = 10
  45.     Top = 88
  46.     Width = 272
  47.     Height = 25
  48.     Max = 50
  49.     Min = -50
  50.     PageSize = 5
  51.     Frequency = 5
  52.     TabOrder = 3
  53.     ThumbLength = 15
  54.     OnChange = TBChange
  55.   end
  56.   object BAnnuler: TButton
  57.     Left = 102
  58.     Top = 180
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Annuler'
  63.     TabOrder = 7
  64.     OnClick = BAnnulerClick
  65.   end
  66.   object BOk: TButton
  67.     Left = 16
  68.     Top = 180
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Ok'
  72.     Default = True
  73.     TabOrder = 6
  74.     OnClick = BOkClick
  75.   end
  76.   object RBHorz: TRadioButton
  77.     Left = 128
  78.     Top = 23
  79.     Width = 145
  80.     Height = 17
  81.     Caption = 'Axe horizontal'
  82.     Checked = True
  83.     TabOrder = 1
  84.     TabStop = True
  85.     OnClick = RBClick
  86.   end
  87.   object RBVert: TRadioButton
  88.     Left = 128
  89.     Top = 42
  90.     Width = 137
  91.     Height = 17
  92.     Caption = 'Axe vertical'
  93.     TabOrder = 2
  94.     OnClick = RBClick
  95.   end
  96.   object CBLisser: TCheckBox
  97.     Left = 16
  98.     Top = 124
  99.     Width = 217
  100.     Height = 17
  101.     Caption = 'Lisser'
  102.     TabOrder = 4
  103.     OnClick = ColorEditChange
  104.   end
  105.   object ColorEdit: TColorEdit
  106.     Left = 16
  107.     Top = 32
  108.     Width = 89
  109.     Height = 21
  110.     BorderStyle = bsSingle
  111.     Color = clWhite
  112.     CustomText = 'Autres couleurs...'
  113.     ColorDialog = MainForm.GlobalColorDialog
  114.     ReadOnly = False
  115.     TabOrder = 0
  116.     TabStop = True
  117.     OnChange = ColorEditChange
  118.   end
  119.   object CBTous: TCheckBox
  120.     Left = 16
  121.     Top = 144
  122.     Width = 185
  123.     Height = 17
  124.     Caption = 'Tous les calques'
  125.     Checked = True
  126.     State = cbChecked
  127.     TabOrder = 5
  128.     OnClick = CBTousClick
  129.   end
  130. end
  131.