_ Partial Class frmServer Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServer)) Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtInitAufschubStatus = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.cbxInitAufschub = New System.Windows.Forms.CheckBox() Me.cbxFSSATLAS = New System.Windows.Forms.CheckBox() Me.txtFSSATLAS = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.cbxDatenserver = New System.Windows.Forms.CheckBox() Me.lblDatenserver = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.txtLog = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '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" ' '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(157, 13) Me.Label3.TabIndex = 1 Me.Label3.Text = "ATLAS Aufschub manuell laden" ' '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" ' '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 ' '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 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(379, 11) 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 ' '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" ' 'cbxInitAufschub ' Me.cbxInitAufschub.AutoSize = True Me.cbxInitAufschub.Location = New System.Drawing.Point(8, 40) Me.cbxInitAufschub.Name = "cbxInitAufschub" Me.cbxInitAufschub.Size = New System.Drawing.Size(15, 14) Me.cbxInitAufschub.TabIndex = 4 Me.cbxInitAufschub.UseVisualStyleBackColor = True ' 'cbxFSSATLAS ' Me.cbxFSSATLAS.AutoSize = True Me.cbxFSSATLAS.Location = New System.Drawing.Point(8, 63) Me.cbxFSSATLAS.Name = "cbxFSSATLAS" Me.cbxFSSATLAS.Size = New System.Drawing.Size(15, 14) Me.cbxFSSATLAS.TabIndex = 7 Me.cbxFSSATLAS.UseVisualStyleBackColor = True ' '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" ' '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(129, 13) Me.Label6.TabIndex = 6 Me.Label6.Text = "FSS ATLAS 'fremdstarten'" ' '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.cbxDatenserver) Me.SplitContainer1.Panel1.Controls.Add(Me.lblDatenserver) Me.SplitContainer1.Panel1.Controls.Add(Me.Label7) Me.SplitContainer1.Panel1.Controls.Add(Me.LinkLabel1) Me.SplitContainer1.Panel1.Controls.Add(Me.Label2) Me.SplitContainer1.Panel1.Controls.Add(Me.cbxFSSATLAS) 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.cbxInitAufschub) 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(464, 581) Me.SplitContainer1.SplitterDistance = 100 Me.SplitContainer1.TabIndex = 8 ' 'cbxDatenserver ' Me.cbxDatenserver.AutoSize = True Me.cbxDatenserver.Location = New System.Drawing.Point(8, 85) Me.cbxDatenserver.Name = "cbxDatenserver" Me.cbxDatenserver.Size = New System.Drawing.Size(15, 14) Me.cbxDatenserver.TabIndex = 11 Me.cbxDatenserver.UseVisualStyleBackColor = True ' 'lblDatenserver ' Me.lblDatenserver.AutoSize = True Me.lblDatenserver.Location = New System.Drawing.Point(206, 85) Me.lblDatenserver.Name = "lblDatenserver" Me.lblDatenserver.Size = New System.Drawing.Size(74, 13) Me.lblDatenserver.TabIndex = 9 Me.lblDatenserver.Text = "nicht gestartet" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(29, 85) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(65, 13) Me.Label7.TabIndex = 10 Me.Label7.Text = "Datenserver" ' '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" ' '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(464, 453) Me.txtLog.TabIndex = 3 ' '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(464, 24) Me.Panel1.TabIndex = 4 ' '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" ' 'frmServer ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(464, 581) Me.Controls.Add(Me.SplitContainer1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmServer" Me.Text = "VERAG Server Tool" 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() Me.ResumeLayout(False) End Sub Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtInitAufschubStatus As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cbxInitAufschub As System.Windows.Forms.CheckBox Friend WithEvents cbxFSSATLAS As System.Windows.Forms.CheckBox Friend WithEvents txtFSSATLAS As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents txtLog As System.Windows.Forms.TextBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cbxDatenserver As System.Windows.Forms.CheckBox Friend WithEvents lblDatenserver As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label End Class