object SwapRGBForm: TSwapRGBForm Left = 308 Top = 189 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Inversion des couches RVB' ClientHeight = 182 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BCancel: TButton Left = 208 Top = 144 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BCancelClick end object BOk: TButton Left = 128 Top = 144 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = BOkClick end object BPreview: TButton Left = 16 Top = 144 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BPreviewClick end object RdbRBG: TRadioButton Left = 16 Top = 16 Width = 113 Height = 17 Caption = 'RVB ==> RBV' Checked = True TabOrder = 3 TabStop = True OnClick = RdbClick end object RdbGRB: TRadioButton Left = 16 Top = 40 Width = 113 Height = 17 Caption = 'RVB ==> VRB' TabOrder = 4 OnClick = RdbClick end object RdbGBR: TRadioButton Left = 16 Top = 64 Width = 113 Height = 17 Caption = 'RVB ==> VBR' TabOrder = 5 OnClick = RdbClick end object RdbBRG: TRadioButton Left = 152 Top = 16 Width = 113 Height = 17 Caption = 'RVB ==> BRV' TabOrder = 6 OnClick = RdbClick end object RdbBGR: TRadioButton Left = 152 Top = 40 Width = 113 Height = 17 Caption = 'RVB ==> BVR' TabOrder = 7 OnClick = RdbClick end object ChkPreview: TCheckBox Left = 16 Top = 104 Width = 177 Height = 17 Caption = 'Aper'#231'u direct' Checked = True State = cbChecked TabOrder = 8 OnClick = ChkPreviewClick end end