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

  1. object PuzzleForm: TPuzzleForm
  2.   Left = 328
  3.   Top = 172
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Puzzle'
  7.   ClientHeight = 210
  8.   ClientWidth = 292
  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 = 42
  29.     Height = 13
  30.     Caption = 'Couleur :'
  31.   end
  32.   object LabelPieces: TLabel
  33.     Left = 16
  34.     Top = 72
  35.     Width = 25
  36.     Height = 13
  37.     Caption = 'Taille'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 120
  41.     Top = 16
  42.     Width = 52
  43.     Height = 13
  44.     Caption = 'Epaisseur :'
  45.   end
  46.   object BAnnuler: TButton
  47.     Left = 200
  48.     Top = 168
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Annuler'
  52.     TabOrder = 0
  53.     OnClick = BAnnulerClick
  54.   end
  55.   object BOk: TButton
  56.     Left = 120
  57.     Top = 168
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     TabOrder = 1
  62.     OnClick = BOkClick
  63.   end
  64.   object BApercu: TButton
  65.     Left = 16
  66.     Top = 168
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Aper'#231'u'
  70.     TabOrder = 2
  71.     OnClick = BApercuClick
  72.   end
  73.   object TBN: TTrackBar
  74.     Left = 10
  75.     Top = 88
  76.     Width = 271
  77.     Height = 25
  78.     Max = 300
  79.     Min = 5
  80.     Orientation = trHorizontal
  81.     PageSize = 5
  82.     Frequency = 15
  83.     Position = 50
  84.     SelEnd = 0
  85.     SelStart = 0
  86.     TabOrder = 3
  87.     ThumbLength = 15
  88.     TickMarks = tmBottomRight
  89.     TickStyle = tsAuto
  90.     OnChange = TBNChange
  91.   end
  92.   object CBRelief: TCheckBox
  93.     Left = 16
  94.     Top = 128
  95.     Width = 121
  96.     Height = 17
  97.     Caption = 'Relief'
  98.     Checked = True
  99.     State = cbChecked
  100.     TabOrder = 4
  101.     OnClick = OptionChange
  102.   end
  103.   object SETrait: TSpinEdit2
  104.     Left = 120
  105.     Top = 32
  106.     Width = 89
  107.     Height = 21
  108.     MaxLength = 1
  109.     MaxValue = 5
  110.     MinValue = 1
  111.     ShowUpDown = True
  112.     TabOrder = 5
  113.     Value = 1
  114.     OnChange = OptionChange
  115.   end
  116.   object ColorEdit: TColorEdit
  117.     Left = 16
  118.     Top = 32
  119.     Width = 89
  120.     Height = 21
  121.     BorderStyle = bsSingle
  122.     Color = clBlack
  123.     CustomText = 'Autres couleurs...'
  124.     ColorDialog = MainForm.GlobalColorDialog
  125.     ReadOnly = False
  126.     OnChange = OptionChange
  127.   end
  128. end
  129.