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

  1. object MosaiqueForm: TMosaiqueForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mosa'#239'que'
  7.   ClientHeight = 224
  8.   ClientWidth = 298
  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 LblPct: TLabel
  24.     Left = 16
  25.     Top = 24
  26.     Width = 25
  27.     Height = 13
  28.     Caption = 'Taille'
  29.   end
  30.   object BAnnuler: TButton
  31.     Left = 208
  32.     Top = 184
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Annuler'
  37.     ModalResult = 2
  38.     TabOrder = 0
  39.     OnClick = BAnnulerClick
  40.   end
  41.   object BOk: TButton
  42.     Left = 128
  43.     Top = 184
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Ok'
  47.     Default = True
  48.     TabOrder = 1
  49.     OnClick = BOkClick
  50.   end
  51.   object BApercu: TButton
  52.     Left = 16
  53.     Top = 184
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Aper'#231'u'
  57.     TabOrder = 3
  58.     OnClick = BApercuClick
  59.   end
  60.   object TBN: TTrackBar
  61.     Left = 10
  62.     Top = 40
  63.     Width = 279
  64.     Height = 33
  65.     Max = 30
  66.     Min = 2
  67.     Orientation = trHorizontal
  68.     Frequency = 2
  69.     Position = 5
  70.     SelEnd = 0
  71.     SelStart = 0
  72.     TabOrder = 2
  73.     ThumbLength = 15
  74.     TickMarks = tmBottomRight
  75.     TickStyle = tsAuto
  76.     OnChange = TBNChange
  77.   end
  78.   object CBContour: TCheckBox
  79.     Left = 16
  80.     Top = 88
  81.     Width = 193
  82.     Height = 17
  83.     Caption = 'Contour'
  84.     Checked = True
  85.     State = cbChecked
  86.     TabOrder = 4
  87.     OnClick = CBContourClick
  88.   end
  89.   object ColorEdit: TColorEdit
  90.     Left = 16
  91.     Top = 112
  92.     Width = 89
  93.     Height = 22
  94.     BorderStyle = bsSingle
  95.     Color = 3355443
  96.     CustomText = 'Autres couleurs...'
  97.     ColorDialog = MainForm.GlobalColorDialog
  98.     ReadOnly = False
  99.     OnChange = ColorEditChange
  100.   end
  101. end
  102.