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

  1. object TrapezeForm: TTrapezeForm
  2.   Left = 337
  3.   Top = 242
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trap'#232'ze / Perspective'
  7.   ClientHeight = 216
  8.   ClientWidth = 451
  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 Lbl1: TLabel
  24.     Left = 16
  25.     Top = 72
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'Haut'
  29.   end
  30.   object Lbl2: TLabel
  31.     Left = 16
  32.     Top = 120
  33.     Width = 18
  34.     Height = 13
  35.     Caption = 'Bas'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 16
  39.     Top = 16
  40.     Width = 30
  41.     Height = 13
  42.     Caption = 'Fond :'
  43.   end
  44.   object ImgApercu: TImage
  45.     Left = 282
  46.     Top = 16
  47.     Width = 153
  48.     Height = 153
  49.   end
  50.   object TB1: TTrackBar
  51.     Left = 10
  52.     Top = 88
  53.     Width = 263
  54.     Height = 25
  55.     Max = 200
  56.     Min = 10
  57.     PageSize = 3
  58.     Frequency = 10
  59.     Position = 100
  60.     TabOrder = 3
  61.     ThumbLength = 15
  62.     OnChange = TB1Change
  63.   end
  64.   object TB2: TTrackBar
  65.     Left = 10
  66.     Top = 136
  67.     Width = 263
  68.     Height = 25
  69.     Max = 200
  70.     Min = 10
  71.     PageSize = 3
  72.     Frequency = 10
  73.     Position = 100
  74.     TabOrder = 4
  75.     ThumbLength = 15
  76.     OnChange = TB2Change
  77.   end
  78.   object BAnnuler: TButton
  79.     Left = 96
  80.     Top = 176
  81.     Width = 75
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = 'Annuler'
  85.     TabOrder = 6
  86.     OnClick = BAnnulerClick
  87.   end
  88.   object BOk: TButton
  89.     Left = 16
  90.     Top = 176
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'Ok'
  94.     Default = True
  95.     TabOrder = 5
  96.     OnClick = BOkClick
  97.   end
  98.   object RBHorz: TRadioButton
  99.     Left = 128
  100.     Top = 24
  101.     Width = 137
  102.     Height = 17
  103.     Caption = 'Axe horizontal'
  104.     Checked = True
  105.     TabOrder = 1
  106.     TabStop = True
  107.     OnClick = RBClick
  108.   end
  109.   object RBVert: TRadioButton
  110.     Left = 128
  111.     Top = 40
  112.     Width = 145
  113.     Height = 17
  114.     Caption = 'Axe vertical'
  115.     TabOrder = 2
  116.     OnClick = RBClick
  117.   end
  118.   object ColorEdit: TColorEdit
  119.     Left = 16
  120.     Top = 32
  121.     Width = 89
  122.     Height = 21
  123.     BorderStyle = bsSingle
  124.     Color = clWhite
  125.     CustomText = 'Autres couleurs...'
  126.     ColorDialog = MainForm.GlobalColorDialog
  127.     ReadOnly = False
  128.     TabOrder = 0
  129.     TabStop = True
  130.     OnChange = ColorEditChange
  131.   end
  132. end
  133.