Index: TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.vb =================================================================== diff -u --- TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.vb (revision 0) +++ TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.vb (revision 1868) @@ -0,0 +1,12 @@ +Public Class FormReworkAutomilling + Private Sub FormReworkAutomilling_Load(sender As Object, e As EventArgs) Handles MyBase.Load + 'controls van form uitzetten + Me.ControlBox = False + 'tonen of er wel verwerkt mag worden + lblVerwerking.Visible = Not Configs.geefVerwerkStatus + End Sub + + Private Sub BtnTerug_Click(sender As Object, e As EventArgs) Handles btnTerug.Click + FormController.getInstance.laadFormSpecialMenu(Me) + End Sub +End Class \ No newline at end of file Index: TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.resx =================================================================== diff -u --- TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.resx (revision 0) +++ TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.resx (revision 1868) @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file Index: TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.Designer.vb =================================================================== diff -u --- TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.Designer.vb (revision 0) +++ TAOR-rework-bugfixing/TAOR rework/formulieren/Specials/FormReworkAutomilling.Designer.vb (revision 1868) @@ -0,0 +1,95 @@ + _ +Partial Class FormReworkAutomilling + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + '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. + _ + Private Sub InitializeComponent() + Me.Panel1 = New System.Windows.Forms.Panel() + Me.lblVerwerking = New System.Windows.Forms.Label() + Me.btnTerug = New System.Windows.Forms.Button() + Me.btnRework = New System.Windows.Forms.Button() + Me.Panel1.SuspendLayout + Me.SuspendLayout + ' + 'Panel1 + ' + Me.Panel1.Anchor = System.Windows.Forms.AnchorStyles.Top + Me.Panel1.Controls.Add(Me.lblVerwerking) + Me.Panel1.Controls.Add(Me.btnTerug) + Me.Panel1.Controls.Add(Me.btnRework) + Me.Panel1.Location = New System.Drawing.Point(156, 10) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(800, 653) + Me.Panel1.TabIndex = 70 + ' + 'lblVerwerking + ' + 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(31, 595) + Me.lblVerwerking.Name = "lblVerwerking" + Me.lblVerwerking.Size = New System.Drawing.Size(277, 31) + Me.lblVerwerking.TabIndex = 93 + Me.lblVerwerking.Text = "Er wordt niet verwerkt" + ' + 'btnTerug + ' + 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(554, 12) + Me.btnTerug.Name = "btnTerug" + Me.btnTerug.Size = New System.Drawing.Size(228, 68) + Me.btnTerug.TabIndex = 65 + Me.btnTerug.Text = "Terug" + Me.btnTerug.UseVisualStyleBackColor = true + ' + 'btnRework + ' + Me.btnRework.Enabled = false + Me.btnRework.Font = New System.Drawing.Font("Microsoft Sans Serif", 25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) + Me.btnRework.Location = New System.Drawing.Point(31, 507) + Me.btnRework.Margin = New System.Windows.Forms.Padding(3, 3, 125, 3) + Me.btnRework.Name = "btnRework" + Me.btnRework.Size = New System.Drawing.Size(736, 68) + Me.btnRework.TabIndex = 64 + Me.btnRework.Text = "Rework" + Me.btnRework.UseVisualStyleBackColor = true + ' + 'FormReworkAutomilling + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(1112, 673) + Me.Controls.Add(Me.Panel1) + Me.Name = "FormReworkAutomilling" + Me.Text = "FormReworkAutomilling" + Me.Panel1.ResumeLayout(false) + Me.Panel1.PerformLayout + Me.ResumeLayout(false) + +End Sub + + Friend WithEvents Panel1 As Panel + Friend WithEvents lblVerwerking As Label + Friend WithEvents btnTerug As Button + Friend WithEvents btnRework As Button +End Class