Controls invisibles sur concepteur de Form

Résolu
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015 - 28 juin 2015 à 16:56
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015 - 29 juin 2015 à 12:26
Bonjour à tous,
J'ai développé depuis des années une application sur VISUAL BASIC 2010.
Elle fonctionne parfaitement et je peux modifier le code mais pas certaines Forms car les contrôles ne sont plus visibles sur le concepteur de vue !!!

Merci d'avance

5 réponses

NHenry Messages postés 15112 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 13 avril 2024 159
28 juin 2015 à 17:08
Comment ça "plus visible" ?

Un message d'erreur ? Form vide ? Autre ?
0
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015
28 juin 2015 à 17:17
Merci NHenry,

La Form est vide comme ci elle ne possédait aucun Control alors qu'à l'exécution tout fonctionne.
0
NHenry Messages postés 15112 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 13 avril 2024 159
28 juin 2015 à 17:22
Que donne le code du fichier .designer ?
0
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015
Modifié par NHenry le 28/06/2015 à 17:45
Voici le code pour un des écrans
<code basic><Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmOpeMan
#Region "Windows Form Designer generated code "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
Public WithEvents cmdAff As System.Windows.Forms.Button
Public WithEvents txtNum As System.Windows.Forms.TextBox
Public WithEvents cmdSup As System.Windows.Forms.Button
Public WithEvents cmdVal As System.Windows.Forms.Button
Public WithEvents cmdAdd As System.Windows.Forms.Button
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.txtNum = New System.Windows.Forms.TextBox()
Me.cboRegPer = New System.Windows.Forms.ComboBox()
Me.txtOpeDatA = New System.Windows.Forms.TextBox()
Me.txtOpeDatM = New System.Windows.Forms.TextBox()
Me.txtOpeDatJ = New System.Windows.Forms.TextBox()
Me.cmdAff = New System.Windows.Forms.Button()
Me.cmdSup = New System.Windows.Forms.Button()
Me.cmdVal = New System.Windows.Forms.Button()
Me.cmdAdd = New System.Windows.Forms.Button()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.lblOpeDat = New System.Windows.Forms.Label()
Me.lblTitCod = New System.Windows.Forms.Label()
Me.lblQte = New System.Windows.Forms.Label()
Me.lblMntUni = New System.Windows.Forms.Label()
Me.lblMntNet = New System.Windows.Forms.Label()
Me.lblRegPer = New System.Windows.Forms.Label()
Me.lblOpeCod = New System.Windows.Forms.Label()
Me.lblPtfCod = New System.Windows.Forms.Label()
Me.txtQte = New System.Windows.Forms.TextBox()
Me.txtMntUni = New System.Windows.Forms.TextBox()
Me.txtMntNet = New System.Windows.Forms.TextBox()
Me.cboTitCod = New System.Windows.Forms.ComboBox()
Me.cboPtfCod = New System.Windows.Forms.ComboBox()
Me.cboOpeCod = New System.Windows.Forms.ComboBox()
Me.panEntete = New System.Windows.Forms.Panel()
Me.dgLisOpe = New System.Windows.Forms.DataGridView()
Me.dgNumLig = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgPtfCod = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgDate = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgTitCod = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgTitLib = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgOpeCod = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgRegPer = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgNumSeq = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgQteAch = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgCrsAch = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntAch = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgQteVte = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgCrsVte = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntVte = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgQteDiv = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgDivUni = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntDiv = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntDB = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntCR = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgMntFrs = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.rdbAdd = New System.Windows.Forms.RadioButton()
Me.rdbSup = New System.Windows.Forms.RadioButton()
Me.panEntete.SuspendLayout()
CType(Me.dgLisOpe, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'txtNum
'
Me.txtNum.AcceptsReturn = True
Me.txtNum.BackColor = System.Drawing.Color.White
Me.txtNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtNum.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtNum.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtNum.ForeColor = System.Drawing.Color.Black
Me.txtNum.Location = New System.Drawing.Point(408, 56)
Me.txtNum.MaxLength = 2
Me.txtNum.Name = "txtNum"
Me.txtNum.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtNum.Size = New System.Drawing.Size(30, 23)
Me.txtNum.TabIndex = 22
Me.txtNum.Tag = "N° écriture à afficher"
Me.txtNum.Text = " "
Me.txtNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'cboRegPer
'
Me.cboRegPer.BackColor = System.Drawing.Color.White
Me.cboRegPer.Cursor = System.Windows.Forms.Cursors.Default
Me.cboRegPer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboRegPer.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboRegPer.ForeColor = System.Drawing.Color.Black
Me.cboRegPer.Location = New System.Drawing.Point(601, 0)
Me.cboRegPer.Name = "cboRegPer"
Me.cboRegPer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cboRegPer.Size = New System.Drawing.Size(35, 23)
Me.cboRegPer.Sorted = True
Me.cboRegPer.TabIndex = 11
Me.cboRegPer.TabStop = False
'
'txtOpeDatA
'
Me.txtOpeDatA.AcceptsReturn = True
Me.txtOpeDatA.BackColor = System.Drawing.Color.White
Me.txtOpeDatA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtOpeDatA.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtOpeDatA.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOpeDatA.ForeColor = System.Drawing.Color.Black
Me.txtOpeDatA.Location = New System.Drawing.Point(222, 0)
Me.txtOpeDatA.MaxLength = 2
Me.txtOpeDatA.Name = "txtOpeDatA"
Me.txtOpeDatA.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtOpeDatA.Size = New System.Drawing.Size(20, 23)
Me.txtOpeDatA.TabIndex = 5
Me.txtOpeDatA.Text = " "
Me.txtOpeDatA.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtOpeDatM
'
Me.txtOpeDatM.AcceptsReturn = True
Me.txtOpeDatM.BackColor = System.Drawing.Color.White
Me.txtOpeDatM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtOpeDatM.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtOpeDatM.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOpeDatM.ForeColor = System.Drawing.Color.Black
Me.txtOpeDatM.Location = New System.Drawing.Point(202, 0)
Me.txtOpeDatM.MaxLength = 2
Me.txtOpeDatM.Name = "txtOpeDatM"
Me.txtOpeDatM.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtOpeDatM.Size = New System.Drawing.Size(20, 23)
Me.txtOpeDatM.TabIndex = 4
Me.txtOpeDatM.Text = " "
Me.txtOpeDatM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtOpeDatJ
'
Me.txtOpeDatJ.AcceptsReturn = True
Me.txtOpeDatJ.BackColor = System.Drawing.Color.White
Me.txtOpeDatJ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtOpeDatJ.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtOpeDatJ.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOpeDatJ.ForeColor = System.Drawing.Color.Black
Me.txtOpeDatJ.Location = New System.Drawing.Point(182, 0)
Me.txtOpeDatJ.MaxLength = 2
Me.txtOpeDatJ.Name = "txtOpeDatJ"
Me.txtOpeDatJ.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtOpeDatJ.Size = New System.Drawing.Size(20, 23)
Me.txtOpeDatJ.TabIndex = 3
Me.txtOpeDatJ.Text = " "
Me.txtOpeDatJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'cmdAff
'
Me.cmdAff.BackColor = System.Drawing.SystemColors.Control
Me.cmdAff.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdAff.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdAff.ForeColor = System.Drawing.Color.Black
Me.cmdAff.Location = New System.Drawing.Point(204, 56)
Me.cmdAff.Name = "cmdAff"
Me.cmdAff.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdAff.Size = New System.Drawing.Size(100, 23)
Me.cmdAff.TabIndex = 19
Me.cmdAff.TabStop = False
Me.cmdAff.Text = "AFFICHER"
Me.cmdAff.UseVisualStyleBackColor = False
'
'cmdSup
'
Me.cmdSup.BackColor = System.Drawing.SystemColors.Control
Me.cmdSup.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdSup.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdSup.ForeColor = System.Drawing.Color.Black
Me.cmdSup.Location = New System.Drawing.Point(306, 56)
Me.cmdSup.Name = "cmdSup"
Me.cmdSup.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdSup.Size = New System.Drawing.Size(100, 23)
Me.cmdSup.TabIndex = 20
Me.cmdSup.TabStop = False
Me.cmdSup.Text = "SUPPRIMER"
Me.cmdSup.UseVisualStyleBackColor = False
'
'cmdVal
'
Me.cmdVal.BackColor = System.Drawing.SystemColors.Control
Me.cmdVal.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdVal.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdVal.ForeColor = System.Drawing.Color.Black
Me.cmdVal.Location = New System.Drawing.Point(102, 56)
Me.cmdVal.Name = "cmdVal"
Me.cmdVal.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdVal.Size = New System.Drawing.Size(100, 23)
Me.cmdVal.TabIndex = 23
Me.cmdVal.TabStop = False
Me.cmdVal.Text = "VALIDER"
Me.cmdVal.UseVisualStyleBackColor = False
'
'cmdAdd
'
Me.cmdAdd.BackColor = System.Drawing.SystemColors.Control
Me.cmdAdd.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdAdd.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdAdd.ForeColor = System.Drawing.Color.Black
Me.cmdAdd.Location = New System.Drawing.Point(0, 56)
Me.cmdAdd.Name = "cmdAdd"
Me.cmdAdd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdAdd.Size = New System.Drawing.Size(100, 23)
Me.cmdAdd.TabIndex = 18
Me.cmdAdd.TabStop = False
Me.cmdAdd.Text = "AJOUTER"
Me.cmdAdd.UseVisualStyleBackColor = False
'
'MenuStrip1
'
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(1270, 24)
Me.MenuStrip1.TabIndex = 26
Me.MenuStrip1.Text = "MenuStrip1"
'
'lblOpeDat
'
Me.lblOpeDat.BackColor = System.Drawing.Color.Blue
Me.lblOpeDat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblOpeDat.Cursor = System.Windows.Forms.Cursors.Default
Me.lblOpeDat.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblOpeDat.ForeColor = System.Drawing.Color.White
Me.lblOpeDat.Location = New System.Drawing.Point(92, 0)
Me.lblOpeDat.Name = "lblOpeDat"
Me.lblOpeDat.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblOpeDat.Size = New System.Drawing.Size(90, 23)
Me.lblOpeDat.TabIndex = 2
Me.lblOpeDat.Text = "Date Ope"
Me.lblOpeDat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblTitCod
'
Me.lblTitCod.BackColor = System.Drawing.Color.Blue
Me.lblTitCod.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblTitCod.Cursor = System.Windows.Forms.Cursors.Default
Me.lblTitCod.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTitCod.ForeColor = System.Drawing.Color.White
Me.lblTitCod.Location = New System.Drawing.Point(336, 0)
Me.lblTitCod.Name = "lblTitCod"
Me.lblTitCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblTitCod.Size = New System.Drawing.Size(43, 23)
Me.lblTitCod.TabIndex = 8
Me.lblTitCod.Text = "Titre"
Me.lblTitCod.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblQte
'
Me.lblQte.BackColor = System.Drawing.Color.Blue
Me.lblQte.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblQte.Cursor = System.Windows.Forms.Cursors.Default
Me.lblQte.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblQte.ForeColor = System.Drawing.Color.White
Me.lblQte.Location = New System.Drawing.Point(638, 0)
Me.lblQte.Name = "lblQte"
Me.lblQte.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblQte.Size = New System.Drawing.Size(50, 23)
Me.lblQte.TabIndex = 12
Me.lblQte.Text = "Qte"
Me.lblQte.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblMntUni
'
Me.lblMntUni.BackColor = System.Drawing.Color.Blue
Me.lblMntUni.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblMntUni.Cursor = System.Windows.Forms.Cursors.Default
Me.lblMntUni.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMntUni.ForeColor = System.Drawing.Color.White
Me.lblMntUni.Location = New System.Drawing.Point(740, 0)
Me.lblMntUni.Name = "lblMntUni"
Me.lblMntUni.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblMntUni.Size = New System.Drawing.Size(60, 23)
Me.lblMntUni.TabIndex = 14
Me.lblMntUni.Text = "Mnt Uni"
Me.lblMntUni.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblMntNet
'
Me.lblMntNet.BackColor = System.Drawing.Color.Blue
Me.lblMntNet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblMntNet.Cursor = System.Windows.Forms.Cursors.Default
Me.lblMntNet.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMntNet.ForeColor = System.Drawing.Color.White
Me.lblMntNet.Location = New System.Drawing.Point(852, 0)
Me.lblMntNet.Name = "lblMntNet"
Me.lblMntNet.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblMntNet.Size = New System.Drawing.Size(60, 23)
Me.lblMntNet.TabIndex = 16
Me.lblMntNet.Text = "Mnt Net"
Me.lblMntNet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblRegPer
'
Me.lblRegPer.BackColor = System.Drawing.Color.Blue
Me.lblRegPer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblRegPer.Cursor = System.Windows.Forms.Cursors.Default
Me.lblRegPer.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblRegPer.ForeColor = System.Drawing.Color.White
Me.lblRegPer.Location = New System.Drawing.Point(561, 0)
Me.lblRegPer.Name = "lblRegPer"
Me.lblRegPer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblRegPer.Size = New System.Drawing.Size(40, 23)
Me.lblRegPer.TabIndex = 10
Me.lblRegPer.Text = "Reg"
Me.lblRegPer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblOpeCod
'
Me.lblOpeCod.BackColor = System.Drawing.Color.Blue
Me.lblOpeCod.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblOpeCod.Cursor = System.Windows.Forms.Cursors.Default
Me.lblOpeCod.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblOpeCod.ForeColor = System.Drawing.Color.White
Me.lblOpeCod.Location = New System.Drawing.Point(244, 0)
Me.lblOpeCod.Name = "lblOpeCod"
Me.lblOpeCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblOpeCod.Size = New System.Drawing.Size(40, 23)
Me.lblOpeCod.TabIndex = 6
Me.lblOpeCod.Text = "Ope"
Me.lblOpeCod.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lblPtfCod
'
Me.lblPtfCod.BackColor = System.Drawing.Color.Blue
Me.lblPtfCod.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblPtfCod.Cursor = System.Windows.Forms.Cursors.Default
Me.lblPtfCod.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblPtfCod.ForeColor = System.Drawing.Color.White
Me.lblPtfCod.Location = New System.Drawing.Point(0, 0)
Me.lblPtfCod.Name = "lblPtfCod"
Me.lblPtfCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblPtfCod.Size = New System.Drawing.Size(40, 23)
Me.lblPtfCod.TabIndex = 0
Me.lblPtfCod.Text = "Ptf"
Me.lblPtfCod.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'txtQte
'
Me.txtQte.AcceptsReturn = True
Me.txtQte.BackColor = System.Drawing.Color.White
Me.txtQte.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtQte.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtQte.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQte.ForeColor = System.Drawing.Color.Black
Me.txtQte.Location = New System.Drawing.Point(688, 0)
Me.txtQte.MaxLength = 5
Me.txtQte.Name = "txtQte"
Me.txtQte.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtQte.Size = New System.Drawing.Size(50, 23)
Me.txtQte.TabIndex = 13
Me.txtQte.Tag = "Quantité"
Me.txtQte.Text = " "
Me.txtQte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtMntUni
'
Me.txtMntUni.AcceptsReturn = True
Me.txtMntUni.BackColor = System.Drawing.Color.White
Me.txtMntUni.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtMntUni.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtMntUni.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMntUni.ForeColor = System.Drawing.Color.Black
Me.txtMntUni.Location = New System.Drawing.Point(800, 0)
Me.txtMntUni.MaxLength = 10
Me.txtMntUni.Name = "txtMntUni"
Me.txtMntUni.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtMntUni.Size = New System.Drawing.Size(50, 23)
Me.txtMntUni.TabIndex = 15
Me.txtMntUni.Tag = "Montant unitaire"
Me.txtMntUni.Text = " "
Me.txtMntUni.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtMntNet
'
Me.txtMntNet.AcceptsReturn = True
Me.txtMntNet.BackColor = System.Drawing.Color.White
Me.txtMntNet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtMntNet.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtMntNet.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMntNet.ForeColor = System.Drawing.Color.Black
Me.txtMntNet.Location = New System.Drawing.Point(912, 0)
Me.txtMntNet.MaxLength = 10
Me.txtMntNet.Name = "txtMntNet"
Me.txtMntNet.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtMntNet.Size = New System.Drawing.Size(80, 23)
Me.txtMntNet.TabIndex = 17
Me.txtMntNet.Tag = "Montant net"
Me.txtMntNet.Text = " "
Me.txtMntNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'cboTitCod
'
Me.cboTitCod.BackColor = System.Drawing.Color.White
Me.cboTitCod.Cursor = System.Windows.Forms.Cursors.Default
Me.cboTitCod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboTitCod.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboTitCod.ForeColor = System.Drawing.Color.Black
Me.cboTitCod.IntegralHeight = False
Me.cboTitCod.Location = New System.Drawing.Point(379, 0)
Me.cboTitCod.Name = "cboTitCod"
Me.cboTitCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cboTitCod.Size = New System.Drawing.Size(180, 23)
Me.cboTitCod.TabIndex = 9
Me.cboTitCod.TabStop = False
'
'cboPtfCod
'
Me.cboPtfCod.BackColor = System.Drawing.Color.White
Me.cboPtfCod.Cursor = System.Windows.Forms.Cursors.Default
Me.cboPtfCod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPtfCod.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboPtfCod.ForeColor = System.Drawing.Color.Black
Me.cboPtfCod.Location = New System.Drawing.Point(40, 0)
Me.cboPtfCod.Name = "cboPtfCod"
Me.cboPtfCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cboPtfCod.Size = New System.Drawing.Size(50, 23)
Me.cboPtfCod.TabIndex = 1
Me.cboPtfCod.TabStop = False
'
'cboOpeCod
'
Me.cboOpeCod.BackColor = System.Drawing.Color.White
Me.cboOpeCod.Cursor = System.Windows.Forms.Cursors.Default
Me.cboOpeCod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboOpeCod.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboOpeCod.ForeColor = System.Drawing.Color.Black
Me.cboOpeCod.Location = New System.Drawing.Point(284, 0)
Me.cboOpeCod.Name = "cboOpeCod"
Me.cboOpeCod.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cboOpeCod.Size = New System.Drawing.Size(50, 23)
Me.cboOpeCod.TabIndex = 7
Me.cboOpeCod.TabStop = False
'
'panEntete
'
Me.panEntete.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.panEntete.Controls.Add(Me.cboOpeCod)
Me.panEntete.Controls.Add(Me.cboPtfCod)
Me.panEntete.Controls.Add(Me.txtOpeDatJ)
Me.panEntete.Controls.Add(Me.txtOpeDatM)
Me.panEntete.Controls.Add(Me.txtOpeDatA)
Me.panEntete.Controls.Add(Me.cboTitCod)
Me.panEntete.Controls.Add(Me.txtMntNet)
Me.panEntete.Controls.Add(Me.txtMntUni)
Me.panEntete.Controls.Add(Me.txtQte)
Me.panEntete.Controls.Add(Me.cboRegPer)
Me.panEntete.Controls.Add(Me.lblPtfCod)
Me.panEntete.Controls.Add(Me.lblOpeCod)
Me.panEntete.Controls.Add(Me.lblRegPer)
Me.panEntete.Controls.Add(Me.lblMntNet)
Me.panEntete.Controls.Add(Me.lblMntUni)
Me.panEntete.Controls.Add(Me.lblQte)
Me.panEntete.Controls.Add(Me.lblTitCod)
Me.panEntete.Controls.Add(Me.lblOpeDat)
Me.panEntete.Cursor = System.Windows.Forms.Cursors.Default
Me.panEntete.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panEntete.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.panEntete.Location = New System.Drawing.Point(0, 24)
Me.panEntete.Name = "panEntete"
Me.panEntete.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.panEntete.Size = New System.Drawing.Size(1286, 23)
Me.panEntete.TabIndex = 25
Me.panEntete.Text = " "
'
'dgLisOpe
'
Me.dgLisOpe.AllowUserToAddRows = False
Me.dgLisOpe.AllowUserToDeleteRows = False
Me.dgLisOpe.AllowUserToResizeColumns = False
Me.dgLisOpe.AllowUserToResizeRows = False
Me.dgLisOpe.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgLisOpe.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue
DataGridViewCellStyle1.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle1.ForeColor = System.Drawing.Color.White
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Blue
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgLisOpe.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
Me.dgLisOpe.ColumnHeadersHeight = 18
Me.dgLisOpe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
Me.dgLisOpe.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dgNumLig, Me.dgPtfCod, Me.dgDate, Me.dgTitCod, Me.dgTitLib, Me.dgOpeCod, Me.dgRegPer, Me.dgNumSeq, Me.dgQteAch, Me.dgCrsAch, Me.dgMntAch, Me.dgQteVte, Me.dgCrsVte, Me.dgMntVte, Me.dgQteDiv, Me.dgDivUni, Me.dgMntDiv, Me.dgMntDB, Me.dgMntCR, Me.dgMntFrs})
DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle22.BackColor = System.Drawing.Color.White
DataGridViewCellStyle22.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle22.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle22.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgLisOpe.DefaultCellStyle = DataGridViewCellStyle22
Me.dgLisOpe.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
Me.dgLisOpe.EnableHeadersVisualStyles = False
Me.dgLisOpe.GridColor = System.Drawing.SystemColors.ControlDarkDark
Me.dgLisOpe.Location = New System.Drawing.Point(0, 99)
Me.dgLisOpe.MultiSelect = False
Me.dgLisOpe.Name = "dgLisOpe"
Me.dgLisOpe.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
DataGridViewCellStyle23.BackColor = System.Drawing.Color.White
DataGridViewCellStyle23.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle23.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgLisOpe.RowHeadersDefaultCellStyle = DataGridViewCellStyle23
Me.dgLisOpe.RowHeadersVisible = False
Me.dgLisOpe.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
Me.dgLisOpe.RowTemplate.Height = 18
Me.dgLisOpe.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.dgLisOpe.Size = New System.Drawing.Size(1270, 630)
Me.dgLisOpe.StandardTab = True
Me.dgLisOpe.TabIndex = 39
Me.dgLisOpe.TabStop = False
'
'dgNumLig
'
Me.dgNumLig.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
DataGridViewCellStyle2.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle2.Format = "N0"
DataGridViewCellStyle2.NullValue = Nothing
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black
Me.dgNumLig.DefaultCellStyle = DataGridViewCellStyle2
Me.dgNumLig.DividerWidth = 2
Me.dgNumLig.FillWeight = 40.0!
Me.dgNumLig.HeaderText = "N°"
Me.dgNumLig.MaxInputLength = 5
Me.dgNumLig.MinimumWidth = 40
Me.dgNumLig.Name = "dgNumLig"
Me.dgNumLig.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgNumLig.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgNumLig.Width = 40
'
'dgPtfCod
'
Me.dgPtfCod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
DataGridViewCellStyle3.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black
Me.dgPtfCod.DefaultCellStyle = DataGridViewCellStyle3
Me.dgPtfCod.FillWeight = 40.0!
Me.dgPtfCod.HeaderText = "Ptf"
Me.dgPtfCod.MaxInputLength = 3
Me.dgPtfCod.MinimumWidth = 40
Me.dgPtfCod.Name = "dgPtfCod"
Me.dgPtfCod.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgPtfCod.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgPtfCod.Width = 40
'
'dgDate
'
Me.dgDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
DataGridViewCellStyle4.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle4.Format = "dd/MM/yy"
DataGridViewCellStyle4.NullValue = Nothing
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgDate.DefaultCellStyle = DataGridViewCellStyle4
Me.dgDate.FillWeight = 60.0!
Me.dgDate.HeaderText = "Date"
Me.dgDate.MaxInputLength = 10
Me.dgDate.MinimumWidth = 60
Me.dgDate.Name = "dgDate"
Me.dgDate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgDate.Width = 60
'
'dgTitCod
'
Me.dgTitCod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
DataGridViewCellStyle5.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgTitCod.DefaultCellStyle = DataGridViewCellStyle5
Me.dgTitCod.FillWeight = 95.0!
Me.dgTitCod.HeaderText = "Titre"
Me.dgTitCod.MaxInputLength = 13
Me.dgTitCod.MinimumWidth = 95
Me.dgTitCod.Name = "dgTitCod"
Me.dgTitCod.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgTitCod.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgTitCod.Width = 95
'
'dgTitLib
'
Me.dgTitLib.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
DataGridViewCellStyle6.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgTitLib.DefaultCellStyle = DataGridViewCellStyle6
Me.dgTitLib.FillWeight = 95.0!
Me.dgTitLib.HeaderText = "Libellé"
Me.dgTitLib.MaxInputLength = 50
Me.dgTitLib.MinimumWidth = 95
Me.dgTitLib.Name = "dgTitLib"
Me.dgTitLib.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgTitLib.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgTitLib.Width = 95
'
'dgOpeCod
'
Me.dgOpeCod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
DataGridViewCellStyle7.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgOpeCod.DefaultCellStyle = DataGridViewCellStyle7
Me.dgOpeCod.FillWeight = 40.0!
Me.dgOpeCod.HeaderText = "Ope"
Me.dgOpeCod.MaxInputLength = 3
Me.dgOpeCod.MinimumWidth = 40
Me.dgOpeCod.Name = "dgOpeCod"
Me.dgOpeCod.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgOpeCod.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgOpeCod.Width = 40
'
'dgRegPer
'
Me.dgRegPer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
DataGridViewCellStyle8.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgRegPer.DefaultCellStyle = DataGridViewCellStyle8
Me.dgRegPer.FillWeight = 20.0!
Me.dgRegPer.HeaderText = "R"
Me.dgRegPer.MaxInputLength = 1
Me.dgRegPer.MinimumWidth = 20
Me.dgRegPer.Name = "dgRegPer"
Me.dgRegPer.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgRegPer.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgRegPer.Width = 20
'
'dgNumSeq
'
Me.dgNumSeq.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
DataGridViewCellStyle9.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle9.Format = "N0"
DataGridViewCellStyle9.NullValue = Nothing
DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgNumSeq.DefaultCellStyle = DataGridViewCellStyle9
Me.dgNumSeq.DividerWidth = 2
Me.dgNumSeq.FillWeight = 25.0!
Me.dgNumSeq.HeaderText = "S"
Me.dgNumSeq.MaxInputLength = 3
Me.dgNumSeq.MinimumWidth = 25
Me.dgNumSeq.Name = "dgNumSeq"
Me.dgNumSeq.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgNumSeq.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgNumSeq.Width = 25
'
'dgQteAch
'
Me.dgQteAch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
DataGridViewCellStyle10.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle10.ForeColor = System.Drawing.Color.Red
DataGridViewCellStyle10.Format = "N0"
DataGridViewCellStyle10.NullValue = Nothing
DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Red
DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteAch.DefaultCellStyle = DataGridViewCellStyle10
Me.dgQteAch.FillWeight = 70.0!
Me.dgQteAch.HeaderText = "Qte A"
Me.dgQteAch.MinimumWidth = 70
Me.dgQteAch.Name = "dgQteAch"
Me.dgQteAch.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteAch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgQteAch.Width = 70
'
'dgCrsAch
'
Me.dgCrsAch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle11.BackColor = System.Drawing.Color.White
DataGridViewCellStyle11.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle11.ForeColor = System.Drawing.Color.Red
DataGridViewCellStyle11.Format = "N2"
DataGridViewCellStyle11.NullValue = Nothing
DataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.Red
DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgCrsAch.DefaultCellStyle = DataGridViewCellStyle11
Me.dgCrsAch.FillWeight = 50.0!
Me.dgCrsAch.HeaderText = "Crs A"
Me.dgCrsAch.MaxInputLength = 10
Me.dgCrsAch.MinimumWidth = 50
Me.dgCrsAch.Name = "dgCrsAch"
Me.dgCrsAch.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgCrsAch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgCrsAch.Width = 50
'
'dgMntAch
'
Me.dgMntAch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle12.BackColor = System.Drawing.Color.White
DataGridViewCellStyle12.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle12.ForeColor = System.Drawing.Color.Red
DataGridViewCellStyle12.Format = "N2"
DataGridViewCellStyle12.NullValue = Nothing
DataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.Red
DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntAch.DefaultCellStyle = DataGridViewCellStyle12
Me.dgMntAch.DividerWidth = 2
Me.dgMntAch.FillWeight = 95.0!
Me.dgMntAch.HeaderText = "Mnt A"
Me.dgMntAch.MaxInputLength = 15
Me.dgMntAch.MinimumWidth = 95
Me.dgMntAch.Name = "dgMntAch"
Me.dgMntAch.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntAch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntAch.Width = 95
'
'dgQteVte
'
Me.dgQteVte.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle13.BackColor = System.Drawing.Color.White
DataGridViewCellStyle13.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle13.ForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle13.Format = "N0"
DataGridViewCellStyle13.NullValue = Nothing
DataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteVte.DefaultCellStyle = DataGridViewCellStyle13
Me.dgQteVte.FillWeight = 70.0!
Me.dgQteVte.HeaderText = "Qte V"
Me.dgQteVte.MaxInputLength = 6
Me.dgQteVte.MinimumWidth = 70
Me.dgQteVte.Name = "dgQteVte"
Me.dgQteVte.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteVte.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgQteVte.Width = 70
'
'dgCrsVte
'
Me.dgCrsVte.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle14.BackColor = System.Drawing.Color.White
DataGridViewCellStyle14.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle14.ForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle14.Format = "N2"
DataGridViewCellStyle14.NullValue = Nothing
DataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgCrsVte.DefaultCellStyle = DataGridViewCellStyle14
Me.dgCrsVte.FillWeight = 50.0!
Me.dgCrsVte.HeaderText = "Crs V"
Me.dgCrsVte.MaxInputLength = 10
Me.dgCrsVte.MinimumWidth = 50
Me.dgCrsVte.Name = "dgCrsVte"
Me.dgCrsVte.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgCrsVte.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgCrsVte.Width = 50
'
'dgMntVte
'
Me.dgMntVte.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle15.BackColor = System.Drawing.Color.White
DataGridViewCellStyle15.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle15.ForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle15.Format = "N2"
DataGridViewCellStyle15.NullValue = Nothing
DataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntVte.DefaultCellStyle = DataGridViewCellStyle15
Me.dgMntVte.DividerWidth = 2
Me.dgMntVte.FillWeight = 95.0!
Me.dgMntVte.HeaderText = "Mnt V"
Me.dgMntVte.MaxInputLength = 15
Me.dgMntVte.MinimumWidth = 95
Me.dgMntVte.Name = "dgMntVte"
Me.dgMntVte.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntVte.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntVte.Width = 95
'
'dgQteDiv
'
Me.dgQteDiv.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle16.BackColor = System.Drawing.Color.White
DataGridViewCellStyle16.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle16.ForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle16.Format = "N0"
DataGridViewCellStyle16.NullValue = Nothing
DataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteDiv.DefaultCellStyle = DataGridViewCellStyle16
Me.dgQteDiv.FillWeight = 50.0!
Me.dgQteDiv.HeaderText = "Qte D"
Me.dgQteDiv.MaxInputLength = 6
Me.dgQteDiv.MinimumWidth = 50
Me.dgQteDiv.Name = "dgQteDiv"
Me.dgQteDiv.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgQteDiv.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgQteDiv.Width = 50
'
'dgDivUni
'
Me.dgDivUni.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle17.BackColor = System.Drawing.Color.White
DataGridViewCellStyle17.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle17.ForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle17.Format = "N2"
DataGridViewCellStyle17.NullValue = Nothing
DataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgDivUni.DefaultCellStyle = DataGridViewCellStyle17
Me.dgDivUni.FillWeight = 50.0!
Me.dgDivUni.HeaderText = "Div U"
Me.dgDivUni.MaxInputLength = 10
Me.dgDivUni.MinimumWidth = 50
Me.dgDivUni.Name = "dgDivUni"
Me.dgDivUni.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgDivUni.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgDivUni.Width = 50
'
'dgMntDiv
'
Me.dgMntDiv.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle18.BackColor = System.Drawing.Color.White
DataGridViewCellStyle18.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle18.ForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle18.Format = "N2"
DataGridViewCellStyle18.NullValue = Nothing
DataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.Maroon
DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntDiv.DefaultCellStyle = DataGridViewCellStyle18
Me.dgMntDiv.DividerWidth = 2
Me.dgMntDiv.FillWeight = 85.0!
Me.dgMntDiv.HeaderText = "Mnt Div"
Me.dgMntDiv.MaxInputLength = 12
Me.dgMntDiv.MinimumWidth = 85
Me.dgMntDiv.Name = "dgMntDiv"
Me.dgMntDiv.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntDiv.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntDiv.Width = 85
'
'dgMntDB
'
Me.dgMntDB.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle19.BackColor = System.Drawing.Color.White
DataGridViewCellStyle19.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle19.ForeColor = System.Drawing.Color.Red
DataGridViewCellStyle19.Format = "N2"
DataGridViewCellStyle19.NullValue = Nothing
DataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.Red
DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntDB.DefaultCellStyle = DataGridViewCellStyle19
Me.dgMntDB.FillWeight = 85.0!
Me.dgMntDB.HeaderText = "Mnt DB"
Me.dgMntDB.MaxInputLength = 12
Me.dgMntDB.MinimumWidth = 85
Me.dgMntDB.Name = "dgMntDB"
Me.dgMntDB.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntDB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntDB.Width = 85
'
'dgMntCR
'
Me.dgMntCR.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle20.BackColor = System.Drawing.Color.White
DataGridViewCellStyle20.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle20.ForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle20.Format = "N2"
DataGridViewCellStyle20.NullValue = Nothing
DataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.Blue
DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntCR.DefaultCellStyle = DataGridViewCellStyle20
Me.dgMntCR.DividerWidth = 2
Me.dgMntCR.FillWeight = 85.0!
Me.dgMntCR.HeaderText = "Mnt CR"
Me.dgMntCR.MaxInputLength = 12
Me.dgMntCR.MinimumWidth = 85
Me.dgMntCR.Name = "dgMntCR"
Me.dgMntCR.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntCR.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntCR.Width = 85
'
'dgMntFrs
'
Me.dgMntFrs.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
DataGridViewCellStyle21.BackColor = System.Drawing.Color.White
DataGridViewCellStyle21.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle21.ForeColor = System.Drawing.Color.Black
DataGridViewCellStyle21.Format = "N2"
DataGridViewCellStyle21.NullValue = Nothing
DataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.White
DataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.Black
DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntFrs.DefaultCellStyle = DataGridViewCellStyle21
Me.dgMntFrs.FillWeight = 50.0!
Me.dgMntFrs.HeaderText = "Mnt F"
Me.dgMntFrs.MaxInputLength = 10
Me.dgMntFrs.MinimumWidth = 50
Me.dgMntFrs.Name = "dgMntFrs"
Me.dgMntFrs.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgMntFrs.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.dgMntFrs.Width = 50
'
'rdbAdd
'
Me.rdbAdd.BackColor = System.Drawing.Color.Blue
Me.rdbAdd.Checked = True
Me.rdbAdd.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold)
Me.rdbAdd.ForeColor = System.Drawing.Color.White
Me.rdbAdd.Location = New System.Drawing.Point(441, 50)
Me.rdbAdd.Name = "rdbAdd"
Me.rdbAdd.Size = New System.Drawing.Size(105, 19)
Me.rdbAdd.TabIndex = 44
Me.rdbAdd.TabStop = True
Me.rdbAdd.Text = "Saisie"
Me.rdbAdd.UseMnemonic = False
Me.rdbAdd.UseVisualStyleBackColor = False
'
'rdbSup
'
Me.rdbSup.BackColor = System.Drawing.Color.Blue
Me.rdbSup.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbSup.ForeColor = System.Drawing.Color.White
Me.rdbSup.Location = New System.Drawing.Point(441, 69)
Me.rdbSup.Name = "rdbSup"
Me.rdbSup.Size = New System.Drawing.Size(105, 19)
Me.rdbSup.TabIndex = 46
Me.rdbSup.Text = "Suppression"
Me.rdbSup.UseVisualStyleBackColor = False
'
'frmOpeMan
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(1270, 750)
Me.Controls.Add(Me.rdbSup)
Me.Controls.Add(Me.rdbAdd)
Me.Controls.Add(Me.dgLisOpe)
Me.Controls.Add(Me.panEntete)
Me.Controls.Add(Me.cmdAff)
Me.Controls.Add(Me.txtNum)
Me.Controls.Add(Me.cmdSup)
Me.Controls.Add(Me.cmdVal)
Me.Controls.Add(Me.cmdAdd)
Me.Controls.Add(Me.MenuStrip1)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Name = "frmOpeMan"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text = "SAISIE D'OPERATIONS"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.panEntete.ResumeLayout(False)
Me.panEntete.PerformLayout()
CType(Me.dgLisOpe, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()

End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Public WithEvents lblOpeDat As System.Windows.Forms.Label
Public WithEvents lblTitCod As System.Windows.Forms.Label
Public WithEvents lblQte As System.Windows.Forms.Label
Public WithEvents lblMntUni As System.Windows.Forms.Label
Public WithEvents lblMntNet As System.Windows.Forms.Label
Public WithEvents lblRegPer As System.Windows.Forms.Label
Public WithEvents lblOpeCod As System.Windows.Forms.Label
Public WithEvents lblPtfCod As System.Windows.Forms.Label
Public WithEvents cboRegPer As System.Windows.Forms.ComboBox
Public WithEvents txtQte As System.Windows.Forms.TextBox
Public WithEvents txtMntUni As System.Windows.Forms.TextBox
Public WithEvents txtMntNet As System.Windows.Forms.TextBox
Public WithEvents cboTitCod As System.Windows.Forms.ComboBox
Public WithEvents txtOpeDatA As System.Windows.Forms.TextBox
Public WithEvents txtOpeDatM As System.Windows.Forms.TextBox
Public WithEvents txtOpeDatJ As System.Windows.Forms.TextBox
Public WithEvents cboPtfCod As System.Windows.Forms.ComboBox
Public WithEvents cboOpeCod As System.Windows.Forms.ComboBox
Public WithEvents panEntete As System.Windows.Forms.Panel
Friend WithEvents dgLisOpe As System.Windows.Forms.DataGridView
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
Friend WithEvents rdbAdd As System.Windows.Forms.RadioButton
Friend WithEvents rdbSup As System.Windows.Forms.RadioButton
Friend WithEvents dgNumLig As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgPtfCod As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgDate As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgTitCod As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgTitLib As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgOpeCod As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgRegPer As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgNumSeq As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgQteAch As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgCrsAch As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgMntAch As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgQteVte As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgCrsVte As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgMntVte As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgQteDiv As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgDivUni As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgMntDiv As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents dgMntDB As System.Windows.Forms.DataGrid
0
Whismeril Messages postés 19025 Date d'inscription mardi 11 mars 2003 Statut Contributeur Dernière intervention 19 avril 2024 656
28 juin 2015 à 17:46
Bonjour, j'ai voulu ajouter la coloration syntaxique, mais il y a eu un bug (le texte est peut être trop long) du coup, maintenant il manque peut-être la fin de ton code
Désolé.
0
NHenry Messages postés 15112 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 13 avril 2024 159
28 juin 2015 à 17:48
Le code est trop long pour le forum, dommage (ça tronque la fin).

As-tu modifié ce fichier à la main ?
0
Whismeril Messages postés 19025 Date d'inscription mardi 11 mars 2003 Statut Contributeur Dernière intervention 19 avril 2024 656
28 juin 2015 à 17:47
As tu essayé le menu Générer/Regénérer la solution?
0
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015
29 juin 2015 à 11:11
Bonjour et merci pour ta réponse.
J'ai maintes fois modifier les sources et régénéré l'application sans problème mais impossible pour de nombreux Forms de visualiser le design; le Form s'affiche vierge de tout Control.
0
cs_ShayW Messages postés 3253 Date d'inscription jeudi 26 novembre 2009 Statut Membre Dernière intervention 3 décembre 2019 57
29 juin 2015 à 09:10
Bonjour

le bug est due à ton MenuStrip1

je ne sais pas pourquoi mais par ex avec le toolstrip si un des composants contient des images venant des resources et dans la resource tu modifies ou efface l'image du coup tout disparait
du que la ligne
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripComboBox1, Me.ToolStripMenuItem1})
ou semblable
a été effacé




Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) 
'ici il manque la ligne
' Me.MenuStrip1.Items.AddRange(......
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(1270, 24)
Me.MenuStrip1.TabIndex = 26
Me.MenuStrip1.Text = "MenuStrip1"
0
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015
29 juin 2015 à 11:06
Bonjour,

Merci beaucoup pour ta réponse mais la ligne dont tu parles n'apparait dans aucun fichier designer y compris pour les Forms qui apparaissent normalement sur le concepteur de vue.
Il faut dire que je crée les menus et sous menus dynamiquement dans un module général à partir du contenu d'une table ACCESS.
Cela me permet de configurer les menus sans modifier les sources.
J'ai comparé les fichiers designer et je ne vois pas de différence entre les uns et les autres.

Par contre il y a une différence très nette sur l'explorateur de solutions :
Pour tous les Forms sans bug , les fichiers vb,designer et resx sont regroupées dans un "dossier" avec vb en titre.
Quand on l'ouvre les fichiers designer et resx apparaissent décalés à droite avec une flèche issue de vb; on voit donc un lien très net entre les 3 fichiers du même programme.

Pour tous les Forms avec bug , les fichiers designer, resx et vb s'affichent dans cet ordre et tous calés sur la gauche comme s'il n'y avait aucun lien entre eux.

René
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
RENE75011 Messages postés 7 Date d'inscription dimanche 28 juin 2015 Statut Membre Dernière intervention 29 juin 2015
29 juin 2015 à 12:26
Bonjour,

J'ai finalement résolu mon problème en créant un nouveau projet et en transférant les éléments anciens 3 par 3 (vb,resx designer) dans le nouveau projet.
Désormais les Forms s'affichent normalement sur le concepteur de vue et l'application fonctionne parfaitement.

Merci à tous pour votre aide
0
Rejoignez-nous