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 / TCROIXFORM / TCROIXFORM.txt
Text File  |  2008-01-12  |  3KB  |  151 lines

  1. object CroixForm: TCroixForm
  2.   Left = 265
  3.   Top = 167
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Point de croix'
  7.   ClientHeight = 225
  8.   ClientWidth = 313
  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 = 30
  29.     Height = 13
  30.     Caption = 'Fond :'
  31.   end
  32.   object LabelPieces: TLabel
  33.     Left = 16
  34.     Top = 80
  35.     Width = 45
  36.     Height = 13
  37.     Caption = 'Longueur'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 232
  41.     Top = 16
  42.     Width = 52
  43.     Height = 13
  44.     Caption = 'Epaisseur :'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 112
  48.     Top = 16
  49.     Width = 29
  50.     Height = 13
  51.     Caption = 'Style :'
  52.   end
  53.   object BAnnuler: TButton
  54.     Left = 224
  55.     Top = 184
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Annuler'
  59.     TabOrder = 0
  60.     OnClick = BAnnulerClick
  61.   end
  62.   object BOk: TButton
  63.     Left = 136
  64.     Top = 184
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Ok'
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.     OnClick = BOkClick
  71.   end
  72.   object BApercu: TButton
  73.     Left = 16
  74.     Top = 184
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Aper'#231'u'
  78.     TabOrder = 2
  79.     OnClick = BApercuClick
  80.   end
  81.   object TBN: TTrackBar
  82.     Left = 10
  83.     Top = 96
  84.     Width = 295
  85.     Height = 25
  86.     Max = 20
  87.     Min = 3
  88.     Orientation = trHorizontal
  89.     PageSize = 1
  90.     Frequency = 1
  91.     Position = 11
  92.     SelEnd = 0
  93.     SelStart = 0
  94.     TabOrder = 3
  95.     ThumbLength = 15
  96.     TickMarks = tmBottomRight
  97.     TickStyle = tsAuto
  98.     OnChange = TBNChange
  99.   end
  100.   object CBGrille: TCheckBox
  101.     Left = 16
  102.     Top = 136
  103.     Width = 129
  104.     Height = 17
  105.     Caption = 'Grille'
  106.     TabOrder = 4
  107.   end
  108.   object SETrait: TSpinEdit2
  109.     Left = 232
  110.     Top = 32
  111.     Width = 65
  112.     Height = 21
  113.     MaxLength = 1
  114.     MaxValue = 5
  115.     MinValue = 1
  116.     ShowUpDown = True
  117.     TabOrder = 5
  118.     Value = 2
  119.     OnChange = OptionChange
  120.   end
  121.   object ColorEdit: TColorEdit
  122.     Left = 16
  123.     Top = 32
  124.     Width = 81
  125.     Height = 21
  126.     BorderStyle = bsSingle
  127.     Color = clWhite
  128.     CustomText = 'Autres couleurs...'
  129.     ColorDialog = MainForm.GlobalColorDialog
  130.     ReadOnly = False
  131.     OnChange = OptionChange
  132.   end
  133.   object CmbPoint: TComboBox
  134.     Left = 112
  135.     Top = 32
  136.     Width = 105
  137.     Height = 21
  138.     Style = csDropDownList
  139.     ItemHeight = 13
  140.     ItemIndex = 0
  141.     TabOrder = 7
  142.     Text = 'Croix'
  143.     OnChange = CmbPointChange
  144.     Items.Strings = (
  145.       'Croix'
  146.       'Trait oblique 1'
  147.       'Trait oblique 2'
  148.       'Triangle')
  149.   end
  150. end
  151.