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

  1. object SwapRGBForm: TSwapRGBForm
  2.   Left = 308
  3.   Top = 189
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Inversion des couches RVB'
  7.   ClientHeight = 182
  8.   ClientWidth = 297
  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.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BCancel: TButton
  24.     Left = 208
  25.     Top = 144
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Annuler'
  29.     TabOrder = 0
  30.     OnClick = BCancelClick
  31.   end
  32.   object BOk: TButton
  33.     Left = 128
  34.     Top = 144
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     TabOrder = 1
  39.     OnClick = BOkClick
  40.   end
  41.   object BPreview: TButton
  42.     Left = 16
  43.     Top = 144
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Aper'#231'u'
  47.     TabOrder = 2
  48.     OnClick = BPreviewClick
  49.   end
  50.   object RdbRBG: TRadioButton
  51.     Left = 16
  52.     Top = 16
  53.     Width = 113
  54.     Height = 17
  55.     Caption = 'RVB ==> RBV'
  56.     Checked = True
  57.     TabOrder = 3
  58.     TabStop = True
  59.     OnClick = RdbClick
  60.   end
  61.   object RdbGRB: TRadioButton
  62.     Left = 16
  63.     Top = 40
  64.     Width = 113
  65.     Height = 17
  66.     Caption = 'RVB ==> VRB'
  67.     TabOrder = 4
  68.     OnClick = RdbClick
  69.   end
  70.   object RdbGBR: TRadioButton
  71.     Left = 16
  72.     Top = 64
  73.     Width = 113
  74.     Height = 17
  75.     Caption = 'RVB ==> VBR'
  76.     TabOrder = 5
  77.     OnClick = RdbClick
  78.   end
  79.   object RdbBRG: TRadioButton
  80.     Left = 152
  81.     Top = 16
  82.     Width = 113
  83.     Height = 17
  84.     Caption = 'RVB ==> BRV'
  85.     TabOrder = 6
  86.     OnClick = RdbClick
  87.   end
  88.   object RdbBGR: TRadioButton
  89.     Left = 152
  90.     Top = 40
  91.     Width = 113
  92.     Height = 17
  93.     Caption = 'RVB ==> BVR'
  94.     TabOrder = 7
  95.     OnClick = RdbClick
  96.   end
  97.   object ChkPreview: TCheckBox
  98.     Left = 16
  99.     Top = 104
  100.     Width = 177
  101.     Height = 17
  102.     Caption = 'Aper'#231'u direct'
  103.     Checked = True
  104.     State = cbChecked
  105.     TabOrder = 8
  106.     OnClick = ChkPreviewClick
  107.   end
  108. end
  109.