home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TTRAPEZEFORM / TTRAPEZEFORM.txt
Text File  |  2008-01-12  |  3KB  |  144 lines

  1. object TrapezeForm: TTrapezeForm
  2.   Left = 291
  3.   Top = 166
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trap'#232'ze / Perspective'
  7.   ClientHeight = 240
  8.   ClientWidth = 315
  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 TB1: TTrackBar
  45.     Left = 8
  46.     Top = 88
  47.     Width = 297
  48.     Height = 25
  49.     Max = 200
  50.     Min = 10
  51.     Orientation = trHorizontal
  52.     PageSize = 3
  53.     Frequency = 10
  54.     Position = 100
  55.     SelEnd = 0
  56.     SelStart = 0
  57.     TabOrder = 0
  58.     ThumbLength = 15
  59.     TickMarks = tmBottomRight
  60.     TickStyle = tsAuto
  61.     OnChange = TB1Change
  62.   end
  63.   object TB2: TTrackBar
  64.     Left = 8
  65.     Top = 136
  66.     Width = 297
  67.     Height = 25
  68.     Max = 200
  69.     Min = 10
  70.     Orientation = trHorizontal
  71.     PageSize = 3
  72.     Frequency = 10
  73.     Position = 100
  74.     SelEnd = 0
  75.     SelStart = 0
  76.     TabOrder = 1
  77.     ThumbLength = 15
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.     OnChange = TB2Change
  81.   end
  82.   object BAnnuler: TButton
  83.     Left = 224
  84.     Top = 200
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Annuler'
  89.     TabOrder = 2
  90.     OnClick = BAnnulerClick
  91.   end
  92.   object BOk: TButton
  93.     Left = 144
  94.     Top = 200
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'Ok'
  98.     Default = True
  99.     TabOrder = 3
  100.     OnClick = BOkClick
  101.   end
  102.   object BApercu: TButton
  103.     Left = 16
  104.     Top = 200
  105.     Width = 75
  106.     Height = 25
  107.     Caption = 'Aper'#231'u'
  108.     TabOrder = 4
  109.     OnClick = BApercuClick
  110.   end
  111.   object RBHorz: TRadioButton
  112.     Left = 144
  113.     Top = 24
  114.     Width = 153
  115.     Height = 17
  116.     Caption = 'Axe horizontal'
  117.     Checked = True
  118.     TabOrder = 5
  119.     TabStop = True
  120.     OnClick = RBClick
  121.   end
  122.   object RBVert: TRadioButton
  123.     Left = 144
  124.     Top = 40
  125.     Width = 153
  126.     Height = 17
  127.     Caption = 'Axe vertical'
  128.     TabOrder = 6
  129.     OnClick = RBClick
  130.   end
  131.   object ColorEdit: TColorEdit
  132.     Left = 16
  133.     Top = 32
  134.     Width = 89
  135.     Height = 21
  136.     BorderStyle = bsSingle
  137.     Color = clWhite
  138.     CustomText = 'Autres couleurs...'
  139.     ColorDialog = MainForm.GlobalColorDialog
  140.     ReadOnly = False
  141.     OnChange = ColorEditChange
  142.   end
  143. end
  144.