fix: ✨ Rise to demo version
This commit is contained in:
parent
9e182ba3de
commit
4f596789fb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
bin/
|
||||
obj/
|
@ -12,7 +12,7 @@ Public Class FrmInput1
|
||||
Private Sub FrmInput1_Shown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shown
|
||||
|
||||
End Sub
|
||||
o
|
||||
|
||||
Private Sub FrmInput1_VisibleChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.VisibleChanged
|
||||
If Me.Visible Then
|
||||
If Boule = True Then REM true == édition
|
||||
|
150
FrmInput2.Designer.vb
generated
150
FrmInput2.Designer.vb
generated
@ -19,49 +19,49 @@ Partial Class FrmInput2
|
||||
'Ne la modifiez pas à l'aide de l'éditeur de code.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmInput2))
|
||||
Me.CboRegion = New System.Windows.Forms.ComboBox
|
||||
Me.PnlFac = New System.Windows.Forms.Panel
|
||||
Me.LblFac2 = New System.Windows.Forms.Label
|
||||
Me.CboFac = New System.Windows.Forms.ComboBox
|
||||
Me.RBno = New System.Windows.Forms.RadioButton
|
||||
Me.RBYes = New System.Windows.Forms.RadioButton
|
||||
Me.LblFac1 = New System.Windows.Forms.Label
|
||||
Me.LblCaR = New System.Windows.Forms.Label
|
||||
Me.LblRegion = New System.Windows.Forms.Label
|
||||
Me.GBOral = New System.Windows.Forms.GroupBox
|
||||
Me.CheckBox18 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox17 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox16 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox21 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox20 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox19 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox15 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox14 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox13 = New System.Windows.Forms.CheckBox
|
||||
Me.GBEcrit = New System.Windows.Forms.GroupBox
|
||||
Me.CheckBox12 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox11 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox10 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox9 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox8 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox7 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox6 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox5 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox4 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox3 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox
|
||||
Me.CheckBox1 = New System.Windows.Forms.CheckBox
|
||||
Me.Lbl1 = New System.Windows.Forms.Label
|
||||
Me.LblNP = New System.Windows.Forms.Label
|
||||
Me.CmdNext = New System.Windows.Forms.Button
|
||||
Me.CmdAnnul = New System.Windows.Forms.Button
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||||
Me.CboRegion = New System.Windows.Forms.ComboBox()
|
||||
Me.PnlFac = New System.Windows.Forms.Panel()
|
||||
Me.LblFac2 = New System.Windows.Forms.Label()
|
||||
Me.CboFac = New System.Windows.Forms.ComboBox()
|
||||
Me.RBno = New System.Windows.Forms.RadioButton()
|
||||
Me.RBYes = New System.Windows.Forms.RadioButton()
|
||||
Me.LblFac1 = New System.Windows.Forms.Label()
|
||||
Me.LblCaR = New System.Windows.Forms.Label()
|
||||
Me.LblRegion = New System.Windows.Forms.Label()
|
||||
Me.GBOral = New System.Windows.Forms.GroupBox()
|
||||
Me.CheckBox18 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox17 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox16 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox21 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox20 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox19 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox15 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox14 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox13 = New System.Windows.Forms.CheckBox()
|
||||
Me.GBEcrit = New System.Windows.Forms.GroupBox()
|
||||
Me.CheckBox12 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox11 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox10 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox9 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox8 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox7 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox6 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox5 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||||
Me.Lbl1 = New System.Windows.Forms.Label()
|
||||
Me.LblNP = New System.Windows.Forms.Label()
|
||||
Me.CmdNext = New System.Windows.Forms.Button()
|
||||
Me.CmdAnnul = New System.Windows.Forms.Button()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.TmrCaR = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.Tlt1 = New System.Windows.Forms.ToolTip(Me.components)
|
||||
Me.LblNbEcr = New System.Windows.Forms.Label
|
||||
Me.LblNbOral = New System.Windows.Forms.Label
|
||||
Me.LblNbEcr = New System.Windows.Forms.Label()
|
||||
Me.LblNbOral = New System.Windows.Forms.Label()
|
||||
Me.PnlFac.SuspendLayout()
|
||||
Me.GBOral.SuspendLayout()
|
||||
Me.GBEcrit.SuspendLayout()
|
||||
@ -73,7 +73,7 @@ Partial Class FrmInput2
|
||||
Me.CboRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.CboRegion.FormattingEnabled = True
|
||||
Me.CboRegion.Location = New System.Drawing.Point(229, 37)
|
||||
Me.CboRegion.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.CboRegion.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.CboRegion.Name = "CboRegion"
|
||||
Me.CboRegion.Size = New System.Drawing.Size(137, 26)
|
||||
Me.CboRegion.TabIndex = 1
|
||||
@ -87,7 +87,7 @@ Partial Class FrmInput2
|
||||
Me.PnlFac.Controls.Add(Me.RBYes)
|
||||
Me.PnlFac.Controls.Add(Me.LblFac1)
|
||||
Me.PnlFac.Location = New System.Drawing.Point(1, 300)
|
||||
Me.PnlFac.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.PnlFac.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.PnlFac.Name = "PnlFac"
|
||||
Me.PnlFac.Size = New System.Drawing.Size(625, 69)
|
||||
Me.PnlFac.TabIndex = 6
|
||||
@ -107,7 +107,7 @@ Partial Class FrmInput2
|
||||
Me.CboFac.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.CboFac.FormattingEnabled = True
|
||||
Me.CboFac.Location = New System.Drawing.Point(96, 30)
|
||||
Me.CboFac.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.CboFac.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.CboFac.Name = "CboFac"
|
||||
Me.CboFac.Size = New System.Drawing.Size(237, 26)
|
||||
Me.CboFac.TabIndex = 4
|
||||
@ -116,7 +116,7 @@ Partial Class FrmInput2
|
||||
'
|
||||
Me.RBno.AutoSize = True
|
||||
Me.RBno.Location = New System.Drawing.Point(347, 4)
|
||||
Me.RBno.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.RBno.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.RBno.Name = "RBno"
|
||||
Me.RBno.Size = New System.Drawing.Size(52, 22)
|
||||
Me.RBno.TabIndex = 1
|
||||
@ -128,7 +128,7 @@ Partial Class FrmInput2
|
||||
'
|
||||
Me.RBYes.AutoSize = True
|
||||
Me.RBYes.Location = New System.Drawing.Point(413, 4)
|
||||
Me.RBYes.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.RBYes.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.RBYes.Name = "RBYes"
|
||||
Me.RBYes.Size = New System.Drawing.Size(47, 22)
|
||||
Me.RBYes.TabIndex = 2
|
||||
@ -180,9 +180,9 @@ Partial Class FrmInput2
|
||||
Me.GBOral.Controls.Add(Me.CheckBox14)
|
||||
Me.GBOral.Controls.Add(Me.CheckBox13)
|
||||
Me.GBOral.Location = New System.Drawing.Point(327, 72)
|
||||
Me.GBOral.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GBOral.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.GBOral.Name = "GBOral"
|
||||
Me.GBOral.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GBOral.Padding = New System.Windows.Forms.Padding(4)
|
||||
Me.GBOral.Size = New System.Drawing.Size(300, 202)
|
||||
Me.GBOral.TabIndex = 3
|
||||
Me.GBOral.TabStop = False
|
||||
@ -195,7 +195,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox18.Location = New System.Drawing.Point(179, 26)
|
||||
Me.CheckBox18.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox18.Name = "CheckBox18"
|
||||
Me.CheckBox18.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox18.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox18.TabIndex = 6
|
||||
Me.CheckBox18.Text = "CheckBox18"
|
||||
Me.CheckBox18.UseVisualStyleBackColor = True
|
||||
@ -206,7 +206,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox17.Location = New System.Drawing.Point(179, 55)
|
||||
Me.CheckBox17.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox17.Name = "CheckBox17"
|
||||
Me.CheckBox17.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox17.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox17.TabIndex = 7
|
||||
Me.CheckBox17.Text = "CheckBox17"
|
||||
Me.CheckBox17.UseVisualStyleBackColor = True
|
||||
@ -217,7 +217,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox16.Location = New System.Drawing.Point(179, 84)
|
||||
Me.CheckBox16.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox16.Name = "CheckBox16"
|
||||
Me.CheckBox16.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox16.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox16.TabIndex = 8
|
||||
Me.CheckBox16.Text = "CheckBox16"
|
||||
Me.CheckBox16.UseVisualStyleBackColor = True
|
||||
@ -228,7 +228,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox21.Location = New System.Drawing.Point(11, 26)
|
||||
Me.CheckBox21.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox21.Name = "CheckBox21"
|
||||
Me.CheckBox21.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox21.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox21.TabIndex = 0
|
||||
Me.CheckBox21.Text = "CheckBox21"
|
||||
Me.CheckBox21.UseVisualStyleBackColor = True
|
||||
@ -239,7 +239,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox20.Location = New System.Drawing.Point(11, 55)
|
||||
Me.CheckBox20.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox20.Name = "CheckBox20"
|
||||
Me.CheckBox20.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox20.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox20.TabIndex = 1
|
||||
Me.CheckBox20.Text = "CheckBox20"
|
||||
Me.CheckBox20.UseVisualStyleBackColor = True
|
||||
@ -250,7 +250,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox19.Location = New System.Drawing.Point(11, 84)
|
||||
Me.CheckBox19.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox19.Name = "CheckBox19"
|
||||
Me.CheckBox19.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox19.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox19.TabIndex = 2
|
||||
Me.CheckBox19.Text = "CheckBox19"
|
||||
Me.CheckBox19.UseVisualStyleBackColor = True
|
||||
@ -261,7 +261,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox15.Location = New System.Drawing.Point(11, 114)
|
||||
Me.CheckBox15.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox15.Name = "CheckBox15"
|
||||
Me.CheckBox15.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox15.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox15.TabIndex = 3
|
||||
Me.CheckBox15.Text = "CheckBox15"
|
||||
Me.CheckBox15.UseVisualStyleBackColor = True
|
||||
@ -272,7 +272,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox14.Location = New System.Drawing.Point(11, 143)
|
||||
Me.CheckBox14.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox14.Name = "CheckBox14"
|
||||
Me.CheckBox14.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox14.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox14.TabIndex = 4
|
||||
Me.CheckBox14.Text = "CheckBox14"
|
||||
Me.CheckBox14.UseVisualStyleBackColor = True
|
||||
@ -283,7 +283,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox13.Location = New System.Drawing.Point(11, 172)
|
||||
Me.CheckBox13.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox13.Name = "CheckBox13"
|
||||
Me.CheckBox13.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox13.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox13.TabIndex = 5
|
||||
Me.CheckBox13.Text = "CheckBox13"
|
||||
Me.CheckBox13.UseVisualStyleBackColor = True
|
||||
@ -303,9 +303,9 @@ Partial Class FrmInput2
|
||||
Me.GBEcrit.Controls.Add(Me.CheckBox2)
|
||||
Me.GBEcrit.Controls.Add(Me.CheckBox1)
|
||||
Me.GBEcrit.Location = New System.Drawing.Point(13, 72)
|
||||
Me.GBEcrit.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GBEcrit.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.GBEcrit.Name = "GBEcrit"
|
||||
Me.GBEcrit.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.GBEcrit.Padding = New System.Windows.Forms.Padding(4)
|
||||
Me.GBEcrit.Size = New System.Drawing.Size(300, 202)
|
||||
Me.GBEcrit.TabIndex = 2
|
||||
Me.GBEcrit.TabStop = False
|
||||
@ -318,7 +318,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox12.Location = New System.Drawing.Point(11, 26)
|
||||
Me.CheckBox12.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox12.Name = "CheckBox12"
|
||||
Me.CheckBox12.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox12.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox12.TabIndex = 0
|
||||
Me.CheckBox12.Text = "CheckBox12"
|
||||
Me.CheckBox12.UseVisualStyleBackColor = True
|
||||
@ -329,7 +329,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox11.Location = New System.Drawing.Point(11, 55)
|
||||
Me.CheckBox11.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox11.Name = "CheckBox11"
|
||||
Me.CheckBox11.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox11.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox11.TabIndex = 1
|
||||
Me.CheckBox11.Text = "CheckBox11"
|
||||
Me.CheckBox11.UseVisualStyleBackColor = True
|
||||
@ -340,7 +340,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox10.Location = New System.Drawing.Point(11, 84)
|
||||
Me.CheckBox10.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox10.Name = "CheckBox10"
|
||||
Me.CheckBox10.Size = New System.Drawing.Size(107, 22)
|
||||
Me.CheckBox10.Size = New System.Drawing.Size(87, 17)
|
||||
Me.CheckBox10.TabIndex = 2
|
||||
Me.CheckBox10.Text = "CheckBox10"
|
||||
Me.CheckBox10.UseVisualStyleBackColor = True
|
||||
@ -351,7 +351,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox9.Location = New System.Drawing.Point(11, 143)
|
||||
Me.CheckBox9.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox9.Name = "CheckBox9"
|
||||
Me.CheckBox9.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox9.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox9.TabIndex = 4
|
||||
Me.CheckBox9.Text = "CheckBox9"
|
||||
Me.CheckBox9.UseVisualStyleBackColor = True
|
||||
@ -362,7 +362,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox8.Location = New System.Drawing.Point(160, 84)
|
||||
Me.CheckBox8.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox8.Name = "CheckBox8"
|
||||
Me.CheckBox8.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox8.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox8.TabIndex = 8
|
||||
Me.CheckBox8.Text = "CheckBox8"
|
||||
Me.CheckBox8.UseVisualStyleBackColor = True
|
||||
@ -373,7 +373,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox7.Location = New System.Drawing.Point(160, 172)
|
||||
Me.CheckBox7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox7.Name = "CheckBox7"
|
||||
Me.CheckBox7.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox7.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox7.TabIndex = 11
|
||||
Me.CheckBox7.Text = "CheckBox7"
|
||||
Me.CheckBox7.UseVisualStyleBackColor = True
|
||||
@ -384,7 +384,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox6.Location = New System.Drawing.Point(11, 114)
|
||||
Me.CheckBox6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox6.Name = "CheckBox6"
|
||||
Me.CheckBox6.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox6.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox6.TabIndex = 3
|
||||
Me.CheckBox6.Text = "CheckBox6"
|
||||
Me.CheckBox6.UseVisualStyleBackColor = True
|
||||
@ -395,7 +395,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox5.Location = New System.Drawing.Point(11, 172)
|
||||
Me.CheckBox5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox5.Name = "CheckBox5"
|
||||
Me.CheckBox5.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox5.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox5.TabIndex = 5
|
||||
Me.CheckBox5.Text = "CheckBox5"
|
||||
Me.CheckBox5.UseVisualStyleBackColor = True
|
||||
@ -406,7 +406,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox4.Location = New System.Drawing.Point(160, 26)
|
||||
Me.CheckBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox4.Name = "CheckBox4"
|
||||
Me.CheckBox4.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox4.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox4.TabIndex = 6
|
||||
Me.CheckBox4.Text = "CheckBox4"
|
||||
Me.CheckBox4.UseVisualStyleBackColor = True
|
||||
@ -417,7 +417,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox3.Location = New System.Drawing.Point(160, 55)
|
||||
Me.CheckBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox3.Name = "CheckBox3"
|
||||
Me.CheckBox3.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox3.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox3.TabIndex = 7
|
||||
Me.CheckBox3.Text = "CheckBox3"
|
||||
Me.CheckBox3.UseVisualStyleBackColor = True
|
||||
@ -428,7 +428,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox2.Location = New System.Drawing.Point(160, 114)
|
||||
Me.CheckBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox2.Name = "CheckBox2"
|
||||
Me.CheckBox2.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox2.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox2.TabIndex = 9
|
||||
Me.CheckBox2.Text = "CheckBox2"
|
||||
Me.CheckBox2.UseVisualStyleBackColor = True
|
||||
@ -439,7 +439,7 @@ Partial Class FrmInput2
|
||||
Me.CheckBox1.Location = New System.Drawing.Point(160, 143)
|
||||
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CheckBox1.Name = "CheckBox1"
|
||||
Me.CheckBox1.Size = New System.Drawing.Size(99, 22)
|
||||
Me.CheckBox1.Size = New System.Drawing.Size(81, 17)
|
||||
Me.CheckBox1.TabIndex = 10
|
||||
Me.CheckBox1.Text = "CheckBox1"
|
||||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||||
@ -469,7 +469,7 @@ Partial Class FrmInput2
|
||||
'CmdNext
|
||||
'
|
||||
Me.CmdNext.Location = New System.Drawing.Point(404, 399)
|
||||
Me.CmdNext.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.CmdNext.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.CmdNext.Name = "CmdNext"
|
||||
Me.CmdNext.Size = New System.Drawing.Size(100, 32)
|
||||
Me.CmdNext.TabIndex = 8
|
||||
@ -479,7 +479,7 @@ Partial Class FrmInput2
|
||||
'CmdAnnul
|
||||
'
|
||||
Me.CmdAnnul.Location = New System.Drawing.Point(527, 399)
|
||||
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.CmdAnnul.Name = "CmdAnnul"
|
||||
Me.CmdAnnul.Size = New System.Drawing.Size(100, 32)
|
||||
Me.CmdAnnul.TabIndex = 9
|
||||
@ -490,7 +490,7 @@ Partial Class FrmInput2
|
||||
'
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(1, 377)
|
||||
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.PictureBox1.MaximumSize = New System.Drawing.Size(660, 3)
|
||||
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 3)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
@ -525,7 +525,7 @@ Partial Class FrmInput2
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(643, 447)
|
||||
Me.ClientSize = New System.Drawing.Size(643, 451)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.LblNbOral)
|
||||
Me.Controls.Add(Me.LblNbEcr)
|
||||
@ -543,7 +543,7 @@ Partial Class FrmInput2
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||||
Me.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.MaximizeBox = False
|
||||
Me.MaximumSize = New System.Drawing.Size(649, 479)
|
||||
Me.MinimizeBox = False
|
||||
|
@ -152,7 +152,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////AACgoKCgoKCgoKCg
|
||||
////////////////////////////////////////////////////////////////EASgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
@ -181,7 +181,7 @@
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAA==
|
||||
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAQBA==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TmrCaR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
6
My Project/Application.Designer.vb
generated
6
My Project/Application.Designer.vb
generated
@ -1,7 +1,7 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Ce code a été généré par un outil.
|
||||
' Version du runtime :2.0.50727.3603
|
||||
' Version du runtime :4.0.30319.237
|
||||
'
|
||||
' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
' le code est régénéré.
|
||||
@ -15,8 +15,8 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
'REMARQUE : ce fichier étant généré automatiquement, ne le modifiez pas directement. Pour apporter des modifications,
|
||||
' ou si vous rencontrez des erreurs de génération dans ce fichier, accédez au Concepteur de projets
|
||||
' (allez dans les propriétés du projet ou double-cliquez sur le noeud Mon projet dans
|
||||
' ou si vous rencontrez des erreurs de build dans ce fichier, accédez au Concepteur de projets
|
||||
' (allez dans les propriétés du projet ou double-cliquez sur le noeud My project dans
|
||||
' l'Explorateur de solutions), puis apportez vos modifications sous l'onglet Application.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
4
My Project/Resources.Designer.vb
generated
4
My Project/Resources.Designer.vb
generated
@ -1,7 +1,7 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Ce code a été généré par un outil.
|
||||
' Version du runtime :2.0.50727.3603
|
||||
' Version du runtime :4.0.30319.237
|
||||
'
|
||||
' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
' le code est régénéré.
|
||||
@ -22,7 +22,7 @@ Namespace My.Resources
|
||||
'''<summary>
|
||||
''' Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
|
6
My Project/Settings.Designer.vb
generated
6
My Project/Settings.Designer.vb
generated
@ -1,7 +1,7 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Ce code a été généré par un outil.
|
||||
' Version du runtime :2.0.50727.3603
|
||||
' Version du runtime :4.0.30319.237
|
||||
'
|
||||
' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
' le code est régénéré.
|
||||
@ -15,12 +15,12 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0"), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings)
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Fonctionnalité Enregistrement automatique My.Settings"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
@ -17,6 +17,12 @@
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
<SignManifests>true</SignManifests>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>2.0</OldToolsVersion>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
@ -27,7 +33,9 @@
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>7.1.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
@ -37,7 +45,8 @@
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>Projet-VS_100_Priet-Sabourin.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
@ -46,7 +55,8 @@
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>Projet-VS_100_Priet-Sabourin.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
@ -221,11 +231,21 @@
|
||||
<Content Include="Logo64.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 2.0</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
@ -1,4 +1,5 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory>
|
||||
@ -9,8 +10,8 @@
|
||||
</UpdateUrlHistory>
|
||||
<BootstrapperUrlHistory>
|
||||
</BootstrapperUrlHistory>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<FallbackCulture>fr-FR</FallbackCulture>
|
||||
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||||
<ErrorReportUrlHistory />
|
||||
</PropertyGroup>
|
||||
</Project>
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user