home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TSWAPRGBFORM / TSWAPRGBFORM.txt
Text File  |  2004-10-02  |  2KB  |  108 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.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BCancel: TButton
  23.     Left = 208
  24.     Top = 144
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Annuler'
  28.     TabOrder = 0
  29.     OnClick = BCancelClick
  30.   end
  31.   object BOk: TButton
  32.     Left = 128
  33.     Top = 144
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Ok'
  37.     TabOrder = 1
  38.     OnClick = BOkClick
  39.   end
  40.   object BPreview: TButton
  41.     Left = 16
  42.     Top = 144
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Aper'#231'u'
  46.     TabOrder = 2
  47.     OnClick = BPreviewClick
  48.   end
  49.   object RdbRBG: TRadioButton
  50.     Left = 16
  51.     Top = 16
  52.     Width = 113
  53.     Height = 17
  54.     Caption = 'RVB ==> RBV'
  55.     Checked = True
  56.     TabOrder = 3
  57.     TabStop = True
  58.     OnClick = RdbClick
  59.   end
  60.   object RdbGRB: TRadioButton
  61.     Left = 16
  62.     Top = 40
  63.     Width = 113
  64.     Height = 17
  65.     Caption = 'RVB ==> VRB'
  66.     TabOrder = 4
  67.     OnClick = RdbClick
  68.   end
  69.   object RdbGBR: TRadioButton
  70.     Left = 16
  71.     Top = 64
  72.     Width = 113
  73.     Height = 17
  74.     Caption = 'RVB ==> VBR'
  75.     TabOrder = 5
  76.     OnClick = RdbClick
  77.   end
  78.   object RdbBRG: TRadioButton
  79.     Left = 152
  80.     Top = 16
  81.     Width = 113
  82.     Height = 17
  83.     Caption = 'RVB ==> BRV'
  84.     TabOrder = 6
  85.     OnClick = RdbClick
  86.   end
  87.   object RdbBGR: TRadioButton
  88.     Left = 152
  89.     Top = 40
  90.     Width = 113
  91.     Height = 17
  92.     Caption = 'RVB ==> BVR'
  93.     TabOrder = 7
  94.     OnClick = RdbClick
  95.   end
  96.   object ChkPreview: TCheckBox
  97.     Left = 16
  98.     Top = 104
  99.     Width = 177
  100.     Height = 17
  101.     Caption = 'Aper'#231'u direct'
  102.     Checked = True
  103.     State = cbChecked
  104.     TabOrder = 8
  105.     OnClick = ChkPreviewClick
  106.   end
  107. end
  108.