Partial Class frmAsfinag_NachrichtenVerabeitung 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAsfinag_NachrichtenVerabeitung)) Me.btn = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.lblTestsystem = New System.Windows.Forms.Label() Me.lblDatenCnt = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.ListBox3 = New System.Windows.Forms.ListBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.btnOK = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.dgvEinarbeitung = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.clmnArt = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.lblFTP = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btn ' Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btn.BackColor = System.Drawing.Color.Red Me.btn.FlatAppearance.BorderColor = System.Drawing.Color.Gray Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn.ForeColor = System.Drawing.Color.White Me.btn.Location = New System.Drawing.Point(379, -1) Me.btn.Margin = New System.Windows.Forms.Padding(0) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(75, 22) Me.btn.TabIndex = 6 Me.btn.Text = "X" Me.btn.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.lblFTP) Me.pnl.Controls.Add(Me.lblTestsystem) Me.pnl.Controls.Add(Me.lblDatenCnt) Me.pnl.Controls.Add(Me.dgvEinarbeitung) Me.pnl.Controls.Add(Me.Label9) Me.pnl.Controls.Add(Me.Button2) Me.pnl.Controls.Add(Me.Label7) Me.pnl.Controls.Add(Me.ListBox3) Me.pnl.Controls.Add(Me.Label6) Me.pnl.Controls.Add(Me.Label5) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.btnOK) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.btn) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(456, 319) Me.pnl.TabIndex = 1 ' 'lblTestsystem ' Me.lblTestsystem.AutoSize = True Me.lblTestsystem.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTestsystem.ForeColor = System.Drawing.Color.Red Me.lblTestsystem.Location = New System.Drawing.Point(274, 8) Me.lblTestsystem.Name = "lblTestsystem" Me.lblTestsystem.Size = New System.Drawing.Size(89, 13) Me.lblTestsystem.TabIndex = 20 Me.lblTestsystem.Text = "TESTSYSTEM" Me.lblTestsystem.Visible = False ' 'lblDatenCnt ' Me.lblDatenCnt.AutoSize = True Me.lblDatenCnt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDatenCnt.Location = New System.Drawing.Point(309, 132) Me.lblDatenCnt.Name = "lblDatenCnt" Me.lblDatenCnt.Size = New System.Drawing.Size(13, 13) Me.lblDatenCnt.TabIndex = 19 Me.lblDatenCnt.Text = "0" Me.lblDatenCnt.Visible = False ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(306, 103) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(44, 13) Me.Label9.TabIndex = 17 Me.Label9.Text = "läuft..." Me.Label9.Visible = False ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(309, 50) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(141, 50) Me.Button2.TabIndex = 16 Me.Button2.Text = "Einlesen" Me.Button2.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(8, 34) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(107, 13) Me.Label7.TabIndex = 13 Me.Label7.Text = "Daten laden vom:" ' 'ListBox3 ' Me.ListBox3.FormattingEnabled = True Me.ListBox3.Location = New System.Drawing.Point(11, 50) Me.ListBox3.Name = "ListBox3" Me.ListBox3.Size = New System.Drawing.Size(292, 95) Me.ListBox3.TabIndex = 12 ' 'Label6 ' Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(306, 240) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(144, 37) Me.Label6.TabIndex = 11 Me.Label6.Text = "0 Datensätze nicht " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "erkannt." Me.Label6.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.Location = New System.Drawing.Point(306, 217) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(44, 13) Me.Label5.TabIndex = 10 Me.Label5.Text = "läuft..." Me.Label5.Visible = False ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(309, 164) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(141, 50) Me.Button1.TabIndex = 9 Me.Button1.Text = "Einarbeiten" Me.Button1.UseVisualStyleBackColor = True ' 'btnOK ' Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Location = New System.Drawing.Point(309, 280) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(141, 29) Me.btnOK.TabIndex = 9 Me.btnOK.Text = "Schließen" Me.btnOK.UseVisualStyleBackColor = True Me.btnOK.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(8, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(231, 13) Me.Label2.TabIndex = 8 Me.Label2.Text = "Einarbeitung der Nachrichtendaten von Asfinag" ' '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.Location = New System.Drawing.Point(8, 148) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(82, 13) Me.Label1.TabIndex = 8 Me.Label1.Text = "Einarbeitung:" ' 'dgvEinarbeitung ' Me.dgvEinarbeitung.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvEinarbeitung.AllowUserToAddRows = False Me.dgvEinarbeitung.AllowUserToDeleteRows = False Me.dgvEinarbeitung.AllowUserToOrderColumns = True Me.dgvEinarbeitung.AllowUserToResizeColumns = False Me.dgvEinarbeitung.AllowUserToResizeRows = False Me.dgvEinarbeitung.BackgroundColor = System.Drawing.Color.White Me.dgvEinarbeitung.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvEinarbeitung.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnArt, Me.Column1}) Me.dgvEinarbeitung.Location = New System.Drawing.Point(12, 164) Me.dgvEinarbeitung.Name = "dgvEinarbeitung" Me.dgvEinarbeitung.RowHeadersVisible = False Me.dgvEinarbeitung.Size = New System.Drawing.Size(291, 145) Me.dgvEinarbeitung.TabIndex = 18 ' 'clmnArt ' Me.clmnArt.HeaderText = "Dateiname" Me.clmnArt.Name = "clmnArt" Me.clmnArt.Width = 150 ' 'Column1 ' Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.Column1.HeaderText = "Status" Me.Column1.Name = "Column1" ' 'lblFTP ' Me.lblFTP.AutoSize = True Me.lblFTP.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFTP.ForeColor = System.Drawing.Color.Red Me.lblFTP.Location = New System.Drawing.Point(121, 34) Me.lblFTP.Name = "lblFTP" Me.lblFTP.Size = New System.Drawing.Size(0, 13) Me.lblFTP.TabIndex = 21 ' 'frmAsfinag_NachrichtenVerabeitung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(456, 319) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAsfinag_NachrichtenVerabeitung" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "DY NachrichtenVerarbeitung" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() CType(Me.dgvEinarbeitung, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btn As System.Windows.Forms.Button Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents ListBox3 As System.Windows.Forms.ListBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents dgvEinarbeitung As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents lblDatenCnt As Label Friend WithEvents clmnArt As DataGridViewTextBoxColumn Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents lblTestsystem As Label Friend WithEvents lblFTP As Label End Class