285 lines
12 KiB
VB.net
285 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmRKSV
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
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
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRKSV))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtLog = New System.Windows.Forms.TextBox()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cbxAMBAR = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtFSSATLAS = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtInitAufschubStatus = New System.Windows.Forms.Label()
|
|
Me.cbxVERAG_DE = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.pic = New System.Windows.Forms.PictureBox()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label1.Location = New System.Drawing.Point(5, 5)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Log"
|
|
'
|
|
'txtLog
|
|
'
|
|
Me.txtLog.BackColor = System.Drawing.Color.White
|
|
Me.txtLog.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtLog.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtLog.Location = New System.Drawing.Point(0, 24)
|
|
Me.txtLog.Multiline = True
|
|
Me.txtLog.Name = "txtLog"
|
|
Me.txtLog.ReadOnly = True
|
|
Me.txtLog.Size = New System.Drawing.Size(485, 318)
|
|
Me.txtLog.TabIndex = 3
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
Me.LinkLabel1.AutoSize = True
|
|
Me.LinkLabel1.Location = New System.Drawing.Point(359, 85)
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.Size = New System.Drawing.Size(105, 13)
|
|
Me.LinkLabel1.TabIndex = 8
|
|
Me.LinkLabel1.TabStop = True
|
|
Me.LinkLabel1.Text = "Log ein-/ausblenden"
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer1.IsSplitterFixed = True
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.pic)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.LinkLabel1)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cbxAMBAR)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label5)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtFSSATLAS)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label3)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtInitAufschubStatus)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cbxVERAG_DE)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button1)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button3)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Button2)
|
|
Me.SplitContainer1.Panel1MinSize = 100
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.txtLog)
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1)
|
|
Me.SplitContainer1.Panel2MinSize = 50
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(485, 446)
|
|
Me.SplitContainer1.SplitterDistance = 100
|
|
Me.SplitContainer1.TabIndex = 9
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label2.Location = New System.Drawing.Point(5, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Dienste"
|
|
'
|
|
'cbxAMBAR
|
|
'
|
|
Me.cbxAMBAR.AutoSize = True
|
|
Me.cbxAMBAR.Location = New System.Drawing.Point(8, 63)
|
|
Me.cbxAMBAR.Name = "cbxAMBAR"
|
|
Me.cbxAMBAR.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxAMBAR.TabIndex = 7
|
|
Me.cbxAMBAR.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label5.Location = New System.Drawing.Point(206, 16)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label5.TabIndex = 1
|
|
Me.Label5.Text = "Status"
|
|
'
|
|
'txtFSSATLAS
|
|
'
|
|
Me.txtFSSATLAS.AutoSize = True
|
|
Me.txtFSSATLAS.Location = New System.Drawing.Point(206, 63)
|
|
Me.txtFSSATLAS.Name = "txtFSSATLAS"
|
|
Me.txtFSSATLAS.Size = New System.Drawing.Size(74, 13)
|
|
Me.txtFSSATLAS.TabIndex = 5
|
|
Me.txtFSSATLAS.Text = "nicht gestartet"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(29, 40)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(94, 13)
|
|
Me.Label3.TabIndex = 1
|
|
Me.Label3.Text = "Kasse VERAG DE"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(29, 63)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(77, 13)
|
|
Me.Label6.TabIndex = 6
|
|
Me.Label6.Text = "Kasse AMBAR"
|
|
'
|
|
'txtInitAufschubStatus
|
|
'
|
|
Me.txtInitAufschubStatus.AutoSize = True
|
|
Me.txtInitAufschubStatus.Location = New System.Drawing.Point(206, 40)
|
|
Me.txtInitAufschubStatus.Name = "txtInitAufschubStatus"
|
|
Me.txtInitAufschubStatus.Size = New System.Drawing.Size(74, 13)
|
|
Me.txtInitAufschubStatus.TabIndex = 1
|
|
Me.txtInitAufschubStatus.Text = "nicht gestartet"
|
|
'
|
|
'cbxVERAG_DE
|
|
'
|
|
Me.cbxVERAG_DE.AutoSize = True
|
|
Me.cbxVERAG_DE.Location = New System.Drawing.Point(8, 40)
|
|
Me.cbxVERAG_DE.Name = "cbxVERAG_DE"
|
|
Me.cbxVERAG_DE.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxVERAG_DE.TabIndex = 4
|
|
Me.cbxVERAG_DE.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(277, 11)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(45, 23)
|
|
Me.Button1.TabIndex = 2
|
|
Me.Button1.Text = "start"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
Me.Button1.Visible = False
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(319, 40)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(54, 23)
|
|
Me.Button3.TabIndex = 2
|
|
Me.Button3.Text = "restart"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
Me.Button3.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(328, 12)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(45, 23)
|
|
Me.Button2.TabIndex = 2
|
|
Me.Button2.Text = "stop"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
Me.Button2.Visible = False
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(485, 24)
|
|
Me.Panel1.TabIndex = 4
|
|
'
|
|
'pic
|
|
'
|
|
Me.pic.BackgroundImage = Global.RKSV_DE.My.Resources.Resources.rksv_de
|
|
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.pic.Location = New System.Drawing.Point(380, 11)
|
|
Me.pic.Name = "pic"
|
|
Me.pic.Size = New System.Drawing.Size(100, 66)
|
|
Me.pic.TabIndex = 9
|
|
Me.pic.TabStop = False
|
|
'
|
|
'frmRKSV
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(485, 446)
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmRKSV"
|
|
Me.Text = "RKSV Deutschland"
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.PerformLayout()
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.PerformLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtLog As TextBox
|
|
Friend WithEvents LinkLabel1 As LinkLabel
|
|
Friend WithEvents SplitContainer1 As SplitContainer
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents cbxAMBAR As CheckBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtFSSATLAS As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtInitAufschubStatus As Label
|
|
Friend WithEvents cbxVERAG_DE As CheckBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents pic As PictureBox
|
|
End Class
|