Index: TAOR rework/TAOR rework/formulieren/Specials/FormFronten.Designer.vb =================================================================== diff -u -r1898 -r1899 --- TAOR rework/TAOR rework/formulieren/Specials/FormFronten.Designer.vb (.../FormFronten.Designer.vb) (revision 1898) +++ TAOR rework/TAOR rework/formulieren/Specials/FormFronten.Designer.vb (.../FormFronten.Designer.vb) (revision 1899) @@ -24,30 +24,32 @@ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormFronten)) Me.Panel1 = New System.Windows.Forms.Panel() - Me.btnTerug = New System.Windows.Forms.Button() - Me.lblVerwerking = New System.Windows.Forms.Label() + Me.btnProduceer = New System.Windows.Forms.Button() + Me.TextBoxLetterBarcode = New System.Windows.Forms.TextBox() + Me.Label7 = New System.Windows.Forms.Label() + Me.Label5 = New System.Windows.Forms.Label() + Me.ComboBoxMateriaal = New System.Windows.Forms.ComboBox() + Me.TextBoxLabelTekst = New System.Windows.Forms.TextBox() + Me.Label4 = New System.Windows.Forms.Label() + Me.NumericUpDownAantal = New System.Windows.Forms.NumericUpDown() + Me.Label2 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.ComboBoxHoogte = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBoxKantenband = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() - Me.ComboBoxBreedte = New System.Windows.Forms.ComboBox() - Me.NumericUpDownAantal = New System.Windows.Forms.NumericUpDown() - Me.Label2 = New System.Windows.Forms.Label() - Me.TextBoxLabelTekst = New System.Windows.Forms.TextBox() - Me.Label4 = New System.Windows.Forms.Label() - Me.Label5 = New System.Windows.Forms.Label() - Me.ComboBoxMateriaal = New System.Windows.Forms.ComboBox() - Me.TextBoxLetterBarcode = New System.Windows.Forms.TextBox() - Me.Label7 = New System.Windows.Forms.Label() - Me.btnProduceer = New System.Windows.Forms.Button() + Me.lblVerwerking = New System.Windows.Forms.Label() + Me.btnTerug = New System.Windows.Forms.Button() + Me.NumericUpDownBreedte = New System.Windows.Forms.NumericUpDown() Me.Panel1.SuspendLayout CType(Me.NumericUpDownAantal,System.ComponentModel.ISupportInitialize).BeginInit + CType(Me.NumericUpDownBreedte,System.ComponentModel.ISupportInitialize).BeginInit Me.SuspendLayout ' 'Panel1 ' Me.Panel1.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.Panel1.Controls.Add(Me.NumericUpDownBreedte) Me.Panel1.Controls.Add(Me.btnProduceer) Me.Panel1.Controls.Add(Me.TextBoxLetterBarcode) Me.Panel1.Controls.Add(Me.Label7) @@ -62,41 +64,120 @@ Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.ComboBoxKantenband) Me.Panel1.Controls.Add(Me.Label1) - Me.Panel1.Controls.Add(Me.ComboBoxBreedte) Me.Panel1.Controls.Add(Me.lblVerwerking) Me.Panel1.Controls.Add(Me.btnTerug) Me.Panel1.Location = New System.Drawing.Point(360, 15) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1200, 665) Me.Panel1.TabIndex = 61 ' - 'btnTerug + 'btnProduceer ' - Me.btnTerug.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) - Me.btnTerug.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.btnTerug.Location = New System.Drawing.Point(969, 4) - Me.btnTerug.Name = "btnTerug" - Me.btnTerug.Size = New System.Drawing.Size(228, 68) - Me.btnTerug.TabIndex = 66 - Me.btnTerug.Text = "Terug" - Me.btnTerug.UseVisualStyleBackColor = true + Me.btnProduceer.Enabled = false + Me.btnProduceer.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.btnProduceer.Location = New System.Drawing.Point(60, 500) + Me.btnProduceer.Name = "btnProduceer" + Me.btnProduceer.Size = New System.Drawing.Size(1076, 68) + Me.btnProduceer.TabIndex = 113 + Me.btnProduceer.Text = "Produceer (aantal)" + Me.btnProduceer.UseVisualStyleBackColor = true ' - 'lblVerwerking + 'TextBoxLetterBarcode ' - Me.lblVerwerking.AutoSize = true - Me.lblVerwerking.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.lblVerwerking.ForeColor = System.Drawing.Color.DarkRed - Me.lblVerwerking.Location = New System.Drawing.Point(54, 597) - Me.lblVerwerking.Name = "lblVerwerking" - Me.lblVerwerking.Size = New System.Drawing.Size(277, 31) - Me.lblVerwerking.TabIndex = 94 - Me.lblVerwerking.Text = "Er wordt niet verwerkt" + Me.TextBoxLetterBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.TextBoxLetterBarcode.Font = New System.Drawing.Font("Microsoft Sans Serif", 40!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.TextBoxLetterBarcode.ForeColor = System.Drawing.SystemColors.ControlText + Me.TextBoxLetterBarcode.Location = New System.Drawing.Point(245, 406) + Me.TextBoxLetterBarcode.Margin = New System.Windows.Forms.Padding(0, 3, 100, 3) + Me.TextBoxLetterBarcode.MaxLength = 1 + Me.TextBoxLetterBarcode.Name = "TextBoxLetterBarcode" + Me.TextBoxLetterBarcode.Size = New System.Drawing.Size(106, 68) + Me.TextBoxLetterBarcode.TabIndex = 112 + Me.TextBoxLetterBarcode.TabStop = false + Me.TextBoxLetterBarcode.Text = "V" ' + 'Label7 + ' + Me.Label7.AutoSize = true + Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.Label7.Location = New System.Drawing.Point(54, 432) + Me.Label7.Name = "Label7" + Me.Label7.Size = New System.Drawing.Size(197, 31) + Me.Label7.TabIndex = 111 + Me.Label7.Text = "Letter barcode:" + ' + 'Label5 + ' + Me.Label5.AutoSize = true + Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.Label5.Location = New System.Drawing.Point(54, 348) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(133, 31) + Me.Label5.TabIndex = 109 + Me.Label5.Text = "Materiaal:" + ' + 'ComboBoxMateriaal + ' + Me.ComboBoxMateriaal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBoxMateriaal.Font = New System.Drawing.Font("Microsoft Sans Serif", 30!) + Me.ComboBoxMateriaal.ForeColor = System.Drawing.SystemColors.ControlText + Me.ComboBoxMateriaal.FormattingEnabled = true + Me.ComboBoxMateriaal.ItemHeight = 46 + Me.ComboBoxMateriaal.Location = New System.Drawing.Point(245, 334) + Me.ComboBoxMateriaal.MaxDropDownItems = 30 + Me.ComboBoxMateriaal.Name = "ComboBoxMateriaal" + Me.ComboBoxMateriaal.Size = New System.Drawing.Size(344, 54) + Me.ComboBoxMateriaal.TabIndex = 110 + ' + 'TextBoxLabelTekst + ' + Me.TextBoxLabelTekst.Font = New System.Drawing.Font("Microsoft Sans Serif", 40!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.TextBoxLabelTekst.ForeColor = System.Drawing.SystemColors.ControlText + Me.TextBoxLabelTekst.Location = New System.Drawing.Point(245, 174) + Me.TextBoxLabelTekst.Margin = New System.Windows.Forms.Padding(0, 3, 100, 3) + Me.TextBoxLabelTekst.Name = "TextBoxLabelTekst" + Me.TextBoxLabelTekst.Size = New System.Drawing.Size(449, 68) + Me.TextBoxLabelTekst.TabIndex = 108 + Me.TextBoxLabelTekst.TabStop = false + Me.TextBoxLabelTekst.Text = "Stock" + ' + 'Label4 + ' + Me.Label4.AutoSize = true + Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.Label4.Location = New System.Drawing.Point(54, 200) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(148, 31) + Me.Label4.TabIndex = 107 + Me.Label4.Text = "Etiket veld:" + ' + 'NumericUpDownAantal + ' + Me.NumericUpDownAantal.Font = New System.Drawing.Font("Microsoft Sans Serif", 39.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.NumericUpDownAantal.ForeColor = System.Drawing.SystemColors.ControlText + Me.NumericUpDownAantal.Location = New System.Drawing.Point(245, 92) + Me.NumericUpDownAantal.Maximum = New Decimal(New Integer() {50, 0, 0, 0}) + Me.NumericUpDownAantal.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) + Me.NumericUpDownAantal.Name = "NumericUpDownAantal" + Me.NumericUpDownAantal.Size = New System.Drawing.Size(344, 67) + Me.NumericUpDownAantal.TabIndex = 105 + Me.NumericUpDownAantal.Value = New Decimal(New Integer() {1, 0, 0, 0}) + ' + 'Label2 + ' + Me.Label2.AutoSize = true + Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.Label2.Location = New System.Drawing.Point(54, 117) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(99, 31) + Me.Label2.TabIndex = 106 + Me.Label2.Text = "Aantal:" + ' 'Label6 ' Me.Label6.AutoSize = true Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label6.Location = New System.Drawing.Point(601, 273) + Me.Label6.Location = New System.Drawing.Point(601, 278) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(110, 31) Me.Label6.TabIndex = 103 @@ -108,7 +189,7 @@ Me.ComboBoxHoogte.Font = New System.Drawing.Font("Microsoft Sans Serif", 30!) Me.ComboBoxHoogte.ForeColor = System.Drawing.SystemColors.ControlText Me.ComboBoxHoogte.FormattingEnabled = true - Me.ComboBoxHoogte.Location = New System.Drawing.Point(792, 259) + Me.ComboBoxHoogte.Location = New System.Drawing.Point(792, 264) Me.ComboBoxHoogte.MaxDropDownItems = 15 Me.ComboBoxHoogte.Name = "ComboBoxHoogte" Me.ComboBoxHoogte.Size = New System.Drawing.Size(344, 54) @@ -118,7 +199,7 @@ ' Me.Label3.AutoSize = true Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label3.Location = New System.Drawing.Point(601, 343) + Me.Label3.Location = New System.Drawing.Point(601, 348) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(168, 31) Me.Label3.TabIndex = 99 @@ -131,7 +212,7 @@ Me.ComboBoxKantenband.ForeColor = System.Drawing.SystemColors.ControlText Me.ComboBoxKantenband.FormattingEnabled = true Me.ComboBoxKantenband.ItemHeight = 46 - Me.ComboBoxKantenband.Location = New System.Drawing.Point(792, 329) + Me.ComboBoxKantenband.Location = New System.Drawing.Point(792, 334) Me.ComboBoxKantenband.MaxDropDownItems = 30 Me.ComboBoxKantenband.Name = "ComboBoxKantenband" Me.ComboBoxKantenband.Size = New System.Drawing.Size(344, 54) @@ -141,125 +222,47 @@ ' Me.Label1.AutoSize = true Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label1.Location = New System.Drawing.Point(54, 273) + Me.Label1.Location = New System.Drawing.Point(54, 278) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(117, 31) Me.Label1.TabIndex = 95 Me.Label1.Text = "Breedte:" ' - 'ComboBoxBreedte + 'lblVerwerking ' - Me.ComboBoxBreedte.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.ComboBoxBreedte.Font = New System.Drawing.Font("Microsoft Sans Serif", 30!) - Me.ComboBoxBreedte.ForeColor = System.Drawing.SystemColors.ControlText - Me.ComboBoxBreedte.FormattingEnabled = true - Me.ComboBoxBreedte.Location = New System.Drawing.Point(245, 259) - Me.ComboBoxBreedte.MaxDropDownItems = 15 - Me.ComboBoxBreedte.Name = "ComboBoxBreedte" - Me.ComboBoxBreedte.Size = New System.Drawing.Size(344, 54) - Me.ComboBoxBreedte.TabIndex = 98 + Me.lblVerwerking.AutoSize = true + Me.lblVerwerking.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.lblVerwerking.ForeColor = System.Drawing.Color.DarkRed + Me.lblVerwerking.Location = New System.Drawing.Point(54, 597) + Me.lblVerwerking.Name = "lblVerwerking" + Me.lblVerwerking.Size = New System.Drawing.Size(277, 31) + Me.lblVerwerking.TabIndex = 94 + Me.lblVerwerking.Text = "Er wordt niet verwerkt" ' - 'NumericUpDownAantal + 'btnTerug ' - Me.NumericUpDownAantal.Font = New System.Drawing.Font("Microsoft Sans Serif", 39.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.NumericUpDownAantal.ForeColor = System.Drawing.SystemColors.ControlText - Me.NumericUpDownAantal.Location = New System.Drawing.Point(245, 92) - Me.NumericUpDownAantal.Maximum = New Decimal(New Integer() {50, 0, 0, 0}) - Me.NumericUpDownAantal.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) - Me.NumericUpDownAantal.Name = "NumericUpDownAantal" - Me.NumericUpDownAantal.Size = New System.Drawing.Size(344, 67) - Me.NumericUpDownAantal.TabIndex = 105 - Me.NumericUpDownAantal.Value = New Decimal(New Integer() {1, 0, 0, 0}) + Me.btnTerug.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) + Me.btnTerug.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.btnTerug.Location = New System.Drawing.Point(969, 4) + Me.btnTerug.Name = "btnTerug" + Me.btnTerug.Size = New System.Drawing.Size(228, 68) + Me.btnTerug.TabIndex = 66 + Me.btnTerug.Text = "Terug" + Me.btnTerug.UseVisualStyleBackColor = true ' - 'Label2 + 'NumericUpDownBreedte ' - Me.Label2.AutoSize = true - Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label2.Location = New System.Drawing.Point(54, 117) - Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(99, 31) - Me.Label2.TabIndex = 106 - Me.Label2.Text = "Aantal:" + Me.NumericUpDownBreedte.DecimalPlaces = 1 + Me.NumericUpDownBreedte.Font = New System.Drawing.Font("Microsoft Sans Serif", 39.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.NumericUpDownBreedte.ForeColor = System.Drawing.SystemColors.ControlText + Me.NumericUpDownBreedte.Location = New System.Drawing.Point(245, 253) + Me.NumericUpDownBreedte.Maximum = New Decimal(New Integer() {1800, 0, 0, 0}) + Me.NumericUpDownBreedte.Minimum = New Decimal(New Integer() {250, 0, 0, 0}) + Me.NumericUpDownBreedte.Name = "NumericUpDownBreedte" + Me.NumericUpDownBreedte.Size = New System.Drawing.Size(344, 67) + Me.NumericUpDownBreedte.TabIndex = 114 + Me.NumericUpDownBreedte.Value = New Decimal(New Integer() {250, 0, 0, 0}) ' - 'TextBoxLabelTekst - ' - Me.TextBoxLabelTekst.Font = New System.Drawing.Font("Microsoft Sans Serif", 40!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.TextBoxLabelTekst.ForeColor = System.Drawing.SystemColors.ControlText - Me.TextBoxLabelTekst.Location = New System.Drawing.Point(245, 174) - Me.TextBoxLabelTekst.Margin = New System.Windows.Forms.Padding(0, 3, 100, 3) - Me.TextBoxLabelTekst.Name = "TextBoxLabelTekst" - Me.TextBoxLabelTekst.Size = New System.Drawing.Size(449, 68) - Me.TextBoxLabelTekst.TabIndex = 108 - Me.TextBoxLabelTekst.TabStop = false - Me.TextBoxLabelTekst.Text = "Stock" - ' - 'Label4 - ' - Me.Label4.AutoSize = true - Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label4.Location = New System.Drawing.Point(54, 200) - Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(148, 31) - Me.Label4.TabIndex = 107 - Me.Label4.Text = "Etiket veld:" - ' - 'Label5 - ' - Me.Label5.AutoSize = true - Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label5.Location = New System.Drawing.Point(54, 343) - Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(133, 31) - Me.Label5.TabIndex = 109 - Me.Label5.Text = "Materiaal:" - ' - 'ComboBoxMateriaal - ' - Me.ComboBoxMateriaal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.ComboBoxMateriaal.Font = New System.Drawing.Font("Microsoft Sans Serif", 30!) - Me.ComboBoxMateriaal.ForeColor = System.Drawing.SystemColors.ControlText - Me.ComboBoxMateriaal.FormattingEnabled = true - Me.ComboBoxMateriaal.ItemHeight = 46 - Me.ComboBoxMateriaal.Location = New System.Drawing.Point(245, 329) - Me.ComboBoxMateriaal.MaxDropDownItems = 30 - Me.ComboBoxMateriaal.Name = "ComboBoxMateriaal" - Me.ComboBoxMateriaal.Size = New System.Drawing.Size(344, 54) - Me.ComboBoxMateriaal.TabIndex = 110 - ' - 'TextBoxLetterBarcode - ' - Me.TextBoxLetterBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.TextBoxLetterBarcode.Font = New System.Drawing.Font("Microsoft Sans Serif", 40!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.TextBoxLetterBarcode.ForeColor = System.Drawing.SystemColors.ControlText - Me.TextBoxLetterBarcode.Location = New System.Drawing.Point(245, 401) - Me.TextBoxLetterBarcode.Margin = New System.Windows.Forms.Padding(0, 3, 100, 3) - Me.TextBoxLetterBarcode.MaxLength = 1 - Me.TextBoxLetterBarcode.Name = "TextBoxLetterBarcode" - Me.TextBoxLetterBarcode.Size = New System.Drawing.Size(106, 68) - Me.TextBoxLetterBarcode.TabIndex = 112 - Me.TextBoxLetterBarcode.TabStop = false - ' - 'Label7 - ' - Me.Label7.AutoSize = true - Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Label7.Location = New System.Drawing.Point(54, 427) - Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(197, 31) - Me.Label7.TabIndex = 111 - Me.Label7.Text = "Letter barcode:" - ' - 'btnProduceer - ' - Me.btnProduceer.Enabled = false - Me.btnProduceer.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.btnProduceer.Location = New System.Drawing.Point(60, 500) - Me.btnProduceer.Name = "btnProduceer" - Me.btnProduceer.Size = New System.Drawing.Size(1076, 68) - Me.btnProduceer.TabIndex = 113 - Me.btnProduceer.Text = "Produceer (aantal)" - Me.btnProduceer.UseVisualStyleBackColor = true - ' 'FormFronten ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) @@ -268,11 +271,12 @@ Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) Me.Name = "FormFronten" - Me.Text = "TA'OR rework - Fronten aanvragen" + Me.Text = "TA'OR rework - Voorraaad Fronten" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.Panel1.ResumeLayout(false) Me.Panel1.PerformLayout CType(Me.NumericUpDownAantal,System.ComponentModel.ISupportInitialize).EndInit + CType(Me.NumericUpDownBreedte,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) End Sub @@ -285,7 +289,6 @@ Friend WithEvents Label3 As Label Friend WithEvents ComboBoxKantenband As ComboBox Friend WithEvents Label1 As Label - Friend WithEvents ComboBoxBreedte As ComboBox Friend WithEvents NumericUpDownAantal As NumericUpDown Friend WithEvents Label2 As Label Friend WithEvents TextBoxLabelTekst As TextBox @@ -295,4 +298,5 @@ Friend WithEvents TextBoxLetterBarcode As TextBox Friend WithEvents Label7 As Label Friend WithEvents btnProduceer As Button + Friend WithEvents NumericUpDownBreedte As NumericUpDown End Class Index: TAOR rework/TAOR rework/formulieren/FormSpecialMenu.Designer.vb =================================================================== diff -u -r1897 -r1899 --- TAOR rework/TAOR rework/formulieren/FormSpecialMenu.Designer.vb (.../FormSpecialMenu.Designer.vb) (revision 1897) +++ TAOR rework/TAOR rework/formulieren/FormSpecialMenu.Designer.vb (.../FormSpecialMenu.Designer.vb) (revision 1899) @@ -31,7 +31,7 @@ Me.Panel2 = New System.Windows.Forms.Panel() Me.btnLades = New System.Windows.Forms.Button() Me.Panel5 = New System.Windows.Forms.Panel() - Me.btnVoorraad = New System.Windows.Forms.Button() + Me.btnVoorraadZijkanten = New System.Windows.Forms.Button() Me.Panel3 = New System.Windows.Forms.Panel() Me.btnSifonEnSpoelbaklade = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() @@ -42,9 +42,9 @@ Me.btnVervangKleuren = New System.Windows.Forms.Button() Me.Panel9 = New System.Windows.Forms.Panel() Me.btnReworkAutomilling = New System.Windows.Forms.Button() - Me.btnTerug = New System.Windows.Forms.Button() Me.Panel10 = New System.Windows.Forms.Panel() - Me.btnFronten = New System.Windows.Forms.Button() + Me.btnVoorraadFronten = New System.Windows.Forms.Button() + Me.btnTerug = New System.Windows.Forms.Button() Me.Panel1.SuspendLayout Me.FlowLayoutPanel1.SuspendLayout Me.Panel6.SuspendLayout @@ -85,12 +85,12 @@ Me.FlowLayoutPanel1.Controls.Add(Me.Panel6) Me.FlowLayoutPanel1.Controls.Add(Me.Panel2) Me.FlowLayoutPanel1.Controls.Add(Me.Panel5) + Me.FlowLayoutPanel1.Controls.Add(Me.Panel10) Me.FlowLayoutPanel1.Controls.Add(Me.Panel3) Me.FlowLayoutPanel1.Controls.Add(Me.Panel4) Me.FlowLayoutPanel1.Controls.Add(Me.Panel8) Me.FlowLayoutPanel1.Controls.Add(Me.Panel7) Me.FlowLayoutPanel1.Controls.Add(Me.Panel9) - Me.FlowLayoutPanel1.Controls.Add(Me.Panel10) Me.FlowLayoutPanel1.Location = New System.Drawing.Point(19, 88) Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" Me.FlowLayoutPanel1.Size = New System.Drawing.Size(731, 680) @@ -138,28 +138,28 @@ ' 'Panel5 ' - Me.Panel5.Controls.Add(Me.btnVoorraad) + Me.Panel5.Controls.Add(Me.btnVoorraadZijkanten) Me.Panel5.Location = New System.Drawing.Point(3, 99) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(332, 90) Me.Panel5.TabIndex = 20 ' - 'btnVoorraad + 'btnVoorraadZijkanten ' - Me.btnVoorraad.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.btnVoorraad.Location = New System.Drawing.Point(0, 10) - Me.btnVoorraad.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) - Me.btnVoorraad.Name = "btnVoorraad" - Me.btnVoorraad.Size = New System.Drawing.Size(332, 68) - Me.btnVoorraad.TabIndex = 13 - Me.btnVoorraad.Text = "Voorraad" - Me.btnVoorraad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnVoorraad.UseVisualStyleBackColor = true + Me.btnVoorraadZijkanten.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.btnVoorraadZijkanten.Location = New System.Drawing.Point(0, 10) + Me.btnVoorraadZijkanten.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) + Me.btnVoorraadZijkanten.Name = "btnVoorraadZijkanten" + Me.btnVoorraadZijkanten.Size = New System.Drawing.Size(332, 68) + Me.btnVoorraadZijkanten.TabIndex = 13 + Me.btnVoorraadZijkanten.Text = "Voorraad zijkanten" + Me.btnVoorraadZijkanten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnVoorraadZijkanten.UseVisualStyleBackColor = true ' 'Panel3 ' Me.Panel3.Controls.Add(Me.btnSifonEnSpoelbaklade) - Me.Panel3.Location = New System.Drawing.Point(341, 99) + Me.Panel3.Location = New System.Drawing.Point(3, 195) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(332, 90) Me.Panel3.TabIndex = 18 @@ -180,7 +180,7 @@ 'Panel4 ' Me.Panel4.Controls.Add(Me.btnDiepteVerschil) - Me.Panel4.Location = New System.Drawing.Point(3, 195) + Me.Panel4.Location = New System.Drawing.Point(341, 195) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(332, 90) Me.Panel4.TabIndex = 21 @@ -201,7 +201,7 @@ 'Panel8 ' Me.Panel8.Controls.Add(Me.btnHoogteVerschil) - Me.Panel8.Location = New System.Drawing.Point(341, 195) + Me.Panel8.Location = New System.Drawing.Point(3, 291) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(332, 90) Me.Panel8.TabIndex = 23 @@ -222,7 +222,7 @@ 'Panel7 ' Me.Panel7.Controls.Add(Me.btnVervangKleuren) - Me.Panel7.Location = New System.Drawing.Point(3, 291) + Me.Panel7.Location = New System.Drawing.Point(341, 291) Me.Panel7.Name = "Panel7" Me.Panel7.Size = New System.Drawing.Size(332, 90) Me.Panel7.TabIndex = 22 @@ -243,7 +243,7 @@ 'Panel9 ' Me.Panel9.Controls.Add(Me.btnReworkAutomilling) - Me.Panel9.Location = New System.Drawing.Point(341, 291) + Me.Panel9.Location = New System.Drawing.Point(3, 387) Me.Panel9.Name = "Panel9" Me.Panel9.Size = New System.Drawing.Size(332, 90) Me.Panel9.TabIndex = 23 @@ -261,6 +261,27 @@ Me.btnReworkAutomilling.UseVisualStyleBackColor = true Me.btnReworkAutomilling.Visible = false ' + 'Panel10 + ' + Me.Panel10.Controls.Add(Me.btnVoorraadFronten) + Me.Panel10.Location = New System.Drawing.Point(341, 99) + Me.Panel10.Name = "Panel10" + Me.Panel10.Size = New System.Drawing.Size(332, 90) + Me.Panel10.TabIndex = 24 + ' + 'btnVoorraadFronten + ' + Me.btnVoorraadFronten.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.btnVoorraadFronten.Location = New System.Drawing.Point(0, 11) + Me.btnVoorraadFronten.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) + Me.btnVoorraadFronten.Name = "btnVoorraadFronten" + Me.btnVoorraadFronten.Size = New System.Drawing.Size(332, 68) + Me.btnVoorraadFronten.TabIndex = 16 + Me.btnVoorraadFronten.Text = "Voorraad fronten" + Me.btnVoorraadFronten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnVoorraadFronten.UseVisualStyleBackColor = true + Me.btnVoorraadFronten.Visible = false + ' 'btnTerug ' Me.btnTerug.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) @@ -272,27 +293,6 @@ Me.btnTerug.Text = "Hoofdscherm" Me.btnTerug.UseVisualStyleBackColor = true ' - 'Panel10 - ' - Me.Panel10.Controls.Add(Me.btnFronten) - Me.Panel10.Location = New System.Drawing.Point(3, 387) - Me.Panel10.Name = "Panel10" - Me.Panel10.Size = New System.Drawing.Size(332, 90) - Me.Panel10.TabIndex = 24 - ' - 'btnFronten - ' - Me.btnFronten.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.btnFronten.Location = New System.Drawing.Point(0, 13) - Me.btnFronten.Margin = New System.Windows.Forms.Padding(3, 3, 150, 3) - Me.btnFronten.Name = "btnFronten" - Me.btnFronten.Size = New System.Drawing.Size(332, 68) - Me.btnFronten.TabIndex = 16 - Me.btnFronten.Text = "Fronten aanmaken" - Me.btnFronten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnFronten.UseVisualStyleBackColor = true - Me.btnFronten.Visible = false - ' 'FormSpecialMenu ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) @@ -323,7 +323,7 @@ Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents btnLades As System.Windows.Forms.Button Friend WithEvents Panel5 As System.Windows.Forms.Panel - Friend WithEvents btnVoorraad As System.Windows.Forms.Button + Friend WithEvents btnVoorraadZijkanten As System.Windows.Forms.Button Friend WithEvents Panel6 As System.Windows.Forms.Panel Friend WithEvents btnStalen As System.Windows.Forms.Button Friend WithEvents Panel3 As System.Windows.Forms.Panel @@ -339,5 +339,5 @@ Friend WithEvents Panel9 As Panel Friend WithEvents btnReworkAutomilling As Button Friend WithEvents Panel10 As Panel - Friend WithEvents btnFronten As Button + Friend WithEvents btnVoorraadFronten As Button End Class Index: TAOR rework/TAOR rework/formulieren/FormController.vb =================================================================== diff -u -r1897 -r1899 --- TAOR rework/TAOR rework/formulieren/FormController.vb (.../FormController.vb) (revision 1897) +++ TAOR rework/TAOR rework/formulieren/FormController.vb (.../FormController.vb) (revision 1899) @@ -172,8 +172,8 @@ _sender.Hide() End Sub - 'LADEN VAN FORMTESTLADE - Public Sub laadFormVoorraad(sender As Form) + 'LADEN VAN FORMVOORRAADZIJKANTEN + Public Sub laadFormVoorraadZijkanten(sender As Form) registreerVorigeForm(sender) _formVoorraadAanmaken = New FormVoorraad() @@ -242,8 +242,8 @@ _sender.Hide() End Sub - 'LADEN VAN FORMFRONTEN - Public Sub laadFormFronten(sender As Form) + 'LADEN VAN FORMVOORRAADFRONTEN + Public Sub laadFormVoorraadFronten(sender As Form) registreerVorigeForm(sender) _formFronten = New FormFronten() Index: TAOR rework/TAOR rework/formulieren/FormSpecialMenu.vb =================================================================== diff -u -r1897 -r1899 --- TAOR rework/TAOR rework/formulieren/FormSpecialMenu.vb (.../FormSpecialMenu.vb) (revision 1897) +++ TAOR rework/TAOR rework/formulieren/FormSpecialMenu.vb (.../FormSpecialMenu.vb) (revision 1899) @@ -5,21 +5,21 @@ lblVerwerking.Visible = Not Configs.geefVerwerkStatus 'de special lade knop verbergen als et scherm te klein is If Me.Size.Width < 1700 Or Me.Size.Height < 900 Then - btnVoorraad.Visible = False + btnVoorraadZijkanten.Visible = False btnSifonEnSpoelbaklade.Visible = False btnDiepteVerschil.Visible = False btnHoogteVerschil.Visible = False btnVervangKleuren.Visible = False btnReworkAutomilling.Visible = False - btnFronten.Visible = False + btnVoorraadFronten.Visible = False Else - btnVoorraad.Visible = True + btnVoorraadZijkanten.Visible = True btnSifonEnSpoelbaklade.Visible = True btnDiepteVerschil.Visible = True btnHoogteVerschil.Visible = True btnVervangKleuren.Visible = True btnReworkAutomilling.Visible = True - btnFronten.Visible = True + btnVoorraadFronten.Visible = True End If End Sub @@ -46,11 +46,16 @@ FormController.getInstance.laadFormSifonEnSpoelbakLade(Me) End Sub - Private Sub btnMaakVoorraad_Click(sender As System.Object, e As System.EventArgs) Handles btnVoorraad.Click + Private Sub btnMaakVoorraad_Click(sender As System.Object, e As System.EventArgs) Handles btnVoorraadZijkanten.Click 'voorraad aanmaken form tonen - FormController.getInstance.laadFormVoorraad(Me) + FormController.getInstance.laadFormVoorraadZijkanten(Me) End Sub + Private Sub BtnFronten_Click(sender As Object, e As EventArgs) Handles btnVoorraadFronten.Click + ' Fronten aanmaken tonen + FormController.getInstance().laadFormVoorraadFronten(Me) + End Sub + Private Sub btnMaakSpecialDiepteVerschil_Click(sender As System.Object, e As System.EventArgs) Handles btnDiepteVerschil.Click 'special laden diepteverschil tonen FormController.getInstance.laadFormDiepteVerschil(Me) @@ -70,9 +75,4 @@ ' Rework automilling tonen FormController.getInstance().laadFormReworkAutomilling(Me) End Sub - - Private Sub BtnFronten_Click(sender As Object, e As EventArgs) Handles btnFronten.Click - ' Fronten aanmaken tonen - FormController.getInstance().laadFormFronten(Me) - End Sub End Class \ No newline at end of file Index: TAOR rework/TAOR rework/formulieren/Specials/FormVoorraad.Designer.vb =================================================================== diff -u -r1869 -r1899 --- TAOR rework/TAOR rework/formulieren/Specials/FormVoorraad.Designer.vb (.../FormVoorraad.Designer.vb) (revision 1869) +++ TAOR rework/TAOR rework/formulieren/Specials/FormVoorraad.Designer.vb (.../FormVoorraad.Designer.vb) (revision 1899) @@ -34,6 +34,7 @@ Me.btnToevoegen = New System.Windows.Forms.Button() Me.lblFoutmeldingToevoegen = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() + Me.CheckBoxSifonlade = New System.Windows.Forms.CheckBox() Me.btnWisAlle = New System.Windows.Forms.Button() Me.CheckBoxUnicolor = New System.Windows.Forms.CheckBox() Me.RadioButtonLinksRechts = New System.Windows.Forms.RadioButton() @@ -53,7 +54,6 @@ Me.ComboBoxKantenband = New System.Windows.Forms.ComboBox() Me.TextBoxLabelTekst = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() - Me.CheckBoxSifonlade = New System.Windows.Forms.CheckBox() Me.Panel1.SuspendLayout CType(Me.DataGridViewVoorraadItems,System.ComponentModel.ISupportInitialize).BeginInit Me.SuspendLayout @@ -167,6 +167,17 @@ Me.Panel1.Size = New System.Drawing.Size(1500, 950) Me.Panel1.TabIndex = 60 ' + 'CheckBoxSifonlade + ' + Me.CheckBoxSifonlade.AutoSize = true + Me.CheckBoxSifonlade.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!) + Me.CheckBoxSifonlade.Location = New System.Drawing.Point(921, 306) + Me.CheckBoxSifonlade.Name = "CheckBoxSifonlade" + Me.CheckBoxSifonlade.Size = New System.Drawing.Size(179, 43) + Me.CheckBoxSifonlade.TabIndex = 84 + Me.CheckBoxSifonlade.Text = "Sifonlade" + Me.CheckBoxSifonlade.UseVisualStyleBackColor = true + ' 'btnWisAlle ' Me.btnWisAlle.Font = New System.Drawing.Font("Microsoft Sans Serif", 20!) @@ -418,17 +429,6 @@ Me.Label2.TabIndex = 60 Me.Label2.Text = "Label tekst:" ' - 'CheckBoxSifonlade - ' - Me.CheckBoxSifonlade.AutoSize = true - Me.CheckBoxSifonlade.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!) - Me.CheckBoxSifonlade.Location = New System.Drawing.Point(921, 306) - Me.CheckBoxSifonlade.Name = "CheckBoxSifonlade" - Me.CheckBoxSifonlade.Size = New System.Drawing.Size(179, 43) - Me.CheckBoxSifonlade.TabIndex = 84 - Me.CheckBoxSifonlade.Text = "Sifonlade" - Me.CheckBoxSifonlade.UseVisualStyleBackColor = true - ' 'FormVoorraad ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) @@ -437,7 +437,7 @@ Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) Me.Name = "FormVoorraad" - Me.Text = "TA'OR rework - Voorraad" + Me.Text = "TA'OR rework - Voorraad zijkanten" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.Panel1.ResumeLayout(false) Me.Panel1.PerformLayout Index: TAOR rework/TAOR rework/formulieren/Specials/FormFronten.vb =================================================================== diff -u -r1898 -r1899 --- TAOR rework/TAOR rework/formulieren/Specials/FormFronten.vb (.../FormFronten.vb) (revision 1898) +++ TAOR rework/TAOR rework/formulieren/Specials/FormFronten.vb (.../FormFronten.vb) (revision 1899) @@ -18,8 +18,6 @@ Private Sub laadData() Try TextBoxLabelTekst.Text = "Stock" - ComboBoxBreedte.DataSource = new List(Of String)from{"Breedte 1", "Breedte 2"} - ComboBoxHoogte.DataSource = Domeincontroller.getInstance.geefVoorraadHoogtes ComboBoxKantenband.DataSource = Configs.kantenbandKleurenLetters ComboBoxMateriaal.DataSource = Domeincontroller.getInstance.geefVoorraadKleuren