Partial Class frmWarenorte 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(frmWarenorte)) Me.pnlTop = New System.Windows.Forms.Panel() Me.lblWarning = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.cbxFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.btnAdd = New System.Windows.Forms.Button() Me.btnDelete = New System.Windows.Forms.Button() Me.txtWarenort = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtBezeichnung = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtOrt = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.txtKennr = New System.Windows.Forms.TextBox() Me.cbxAktiv = New System.Windows.Forms.CheckBox() Me.Label8 = New System.Windows.Forms.Label() Me.txtCluster = New System.Windows.Forms.TextBox() Me.mainPanel = New System.Windows.Forms.Panel() Me.GroupBoxFK = New System.Windows.Forms.GroupBox() Me.cxIM = New System.Windows.Forms.CheckBox() Me.cxEX = New System.Windows.Forms.CheckBox() Me.cxZE = New System.Windows.Forms.CheckBox() Me.cxZV = New System.Windows.Forms.CheckBox() Me.txtStrasse = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.cbxFirmaChange = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.txtReihenfolge = New System.Windows.Forms.TextBox() Me.btnSave = New System.Windows.Forms.Button() Me.cbxGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.dgvWarenorteNew = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.UsrcntlPDFScanList1 = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList() Me.pnlTop.SuspendLayout() Me.mainPanel.SuspendLayout() Me.GroupBoxFK.SuspendLayout() CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pnlTop ' Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.pnlTop.Controls.Add(Me.lblWarning) Me.pnlTop.Controls.Add(Me.Label4) Me.pnlTop.Controls.Add(Me.Label3) Me.pnlTop.Controls.Add(Me.cbxFirma) Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top Me.pnlTop.Location = New System.Drawing.Point(0, 0) Me.pnlTop.Name = "pnlTop" Me.pnlTop.Size = New System.Drawing.Size(690, 48) Me.pnlTop.TabIndex = 2 ' 'lblWarning ' Me.lblWarning.AutoSize = True Me.lblWarning.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblWarning.ForeColor = System.Drawing.Color.Red Me.lblWarning.Location = New System.Drawing.Point(166, 13) Me.lblWarning.Name = "lblWarning" Me.lblWarning.Size = New System.Drawing.Size(0, 13) Me.lblWarning.TabIndex = 14 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(10, 13) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(122, 26) Me.Label4.TabIndex = 0 Me.Label4.Text = "Warenorte" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(555, 8) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Firma" ' 'cbxFirma ' Me.cbxFirma._allowedValuesFreiText = Nothing Me.cbxFirma._allowFreiText = False Me.cbxFirma._value = "" Me.cbxFirma.DropDownWidth = 150 Me.cbxFirma.FormattingEnabled = True Me.cbxFirma.Location = New System.Drawing.Point(558, 24) Me.cbxFirma.Name = "cbxFirma" Me.cbxFirma.Size = New System.Drawing.Size(128, 21) Me.cbxFirma.TabIndex = 13 ' 'btnAdd ' Me.btnAdd.BackgroundImage = Global.AVISO.My.Resources.Resources.plus Me.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAdd.Location = New System.Drawing.Point(267, 360) Me.btnAdd.Name = "btnAdd" Me.btnAdd.Size = New System.Drawing.Size(24, 20) Me.btnAdd.TabIndex = 97 Me.btnAdd.UseVisualStyleBackColor = True ' 'btnDelete ' Me.btnDelete.BackgroundImage = Global.AVISO.My.Resources.Resources.del Me.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDelete.Location = New System.Drawing.Point(290, 360) Me.btnDelete.Name = "btnDelete" Me.btnDelete.Size = New System.Drawing.Size(24, 20) Me.btnDelete.TabIndex = 96 Me.btnDelete.UseVisualStyleBackColor = True ' 'txtWarenort ' Me.txtWarenort.Location = New System.Drawing.Point(12, 25) Me.txtWarenort.Name = "txtWarenort" Me.txtWarenort.Size = New System.Drawing.Size(100, 20) Me.txtWarenort.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(51, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Warenort" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(126, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 13) Me.Label2.TabIndex = 3 Me.Label2.Text = "Bezeichnung" ' 'txtBezeichnung ' Me.txtBezeichnung.Location = New System.Drawing.Point(129, 25) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(100, 20) Me.txtBezeichnung.TabIndex = 2 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(126, 59) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(21, 13) Me.Label5.TabIndex = 7 Me.Label5.Text = "Ort" ' 'txtOrt ' Me.txtOrt.Location = New System.Drawing.Point(129, 75) Me.txtOrt.Name = "txtOrt" Me.txtOrt.Size = New System.Drawing.Size(100, 20) Me.txtOrt.TabIndex = 5 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(246, 114) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(65, 13) Me.Label6.TabIndex = 9 Me.Label6.Text = "Grenzestelle" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(126, 114) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(46, 13) Me.Label7.TabIndex = 11 Me.Label7.Text = "Kenn-Nr" ' 'txtKennr ' Me.txtKennr.Location = New System.Drawing.Point(129, 130) Me.txtKennr.Name = "txtKennr" Me.txtKennr.Size = New System.Drawing.Size(100, 20) Me.txtKennr.TabIndex = 8 ' 'cbxAktiv ' Me.cbxAktiv.AutoSize = True Me.cbxAktiv.Location = New System.Drawing.Point(252, 9) Me.cbxAktiv.Name = "cbxAktiv" Me.cbxAktiv.Size = New System.Drawing.Size(50, 17) Me.cbxAktiv.TabIndex = 3 Me.cbxAktiv.Text = "Aktiv" Me.cbxAktiv.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(249, 59) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(39, 13) Me.Label8.TabIndex = 16 Me.Label8.Text = "Cluster" ' 'txtCluster ' Me.txtCluster.Location = New System.Drawing.Point(252, 75) Me.txtCluster.Name = "txtCluster" Me.txtCluster.Size = New System.Drawing.Size(100, 20) Me.txtCluster.TabIndex = 6 ' 'mainPanel ' Me.mainPanel.Controls.Add(Me.GroupBoxFK) Me.mainPanel.Controls.Add(Me.txtStrasse) Me.mainPanel.Controls.Add(Me.Label10) Me.mainPanel.Controls.Add(Me.cbxFirmaChange) Me.mainPanel.Controls.Add(Me.Label) Me.mainPanel.Controls.Add(Me.Label9) Me.mainPanel.Controls.Add(Me.txtReihenfolge) Me.mainPanel.Controls.Add(Me.btnSave) Me.mainPanel.Controls.Add(Me.cbxAktiv) Me.mainPanel.Controls.Add(Me.Label1) Me.mainPanel.Controls.Add(Me.Label8) Me.mainPanel.Controls.Add(Me.txtWarenort) Me.mainPanel.Controls.Add(Me.txtCluster) Me.mainPanel.Controls.Add(Me.txtBezeichnung) Me.mainPanel.Controls.Add(Me.cbxGrenzstelle) Me.mainPanel.Controls.Add(Me.Label2) Me.mainPanel.Controls.Add(Me.txtOrt) Me.mainPanel.Controls.Add(Me.Label7) Me.mainPanel.Controls.Add(Me.Label5) Me.mainPanel.Controls.Add(Me.txtKennr) Me.mainPanel.Controls.Add(Me.Label6) Me.mainPanel.Location = New System.Drawing.Point(320, 55) Me.mainPanel.Name = "mainPanel" Me.mainPanel.Size = New System.Drawing.Size(366, 241) Me.mainPanel.TabIndex = 17 ' 'GroupBoxFK ' Me.GroupBoxFK.Controls.Add(Me.cxIM) Me.GroupBoxFK.Controls.Add(Me.cxEX) Me.GroupBoxFK.Controls.Add(Me.cxZE) Me.GroupBoxFK.Controls.Add(Me.cxZV) Me.GroupBoxFK.Location = New System.Drawing.Point(12, 159) Me.GroupBoxFK.Name = "GroupBoxFK" Me.GroupBoxFK.Size = New System.Drawing.Size(183, 74) Me.GroupBoxFK.TabIndex = 25 Me.GroupBoxFK.TabStop = False Me.GroupBoxFK.Text = "Förmlichkeiten" ' 'cxIM ' Me.cxIM.AutoSize = True Me.cxIM.Location = New System.Drawing.Point(117, 41) Me.cxIM.Name = "cxIM" Me.cxIM.Size = New System.Drawing.Size(55, 17) Me.cxIM.TabIndex = 7 Me.cxIM.Text = "Import" Me.cxIM.UseVisualStyleBackColor = True ' 'cxEX ' Me.cxEX.AutoSize = True Me.cxEX.Location = New System.Drawing.Point(117, 16) Me.cxEX.Name = "cxEX" Me.cxEX.Size = New System.Drawing.Size(56, 17) Me.cxEX.TabIndex = 6 Me.cxEX.Text = "Export" Me.cxEX.UseVisualStyleBackColor = True ' 'cxZE ' Me.cxZE.AutoSize = True Me.cxZE.Location = New System.Drawing.Point(3, 41) Me.cxZE.Name = "cxZE" Me.cxZE.Size = New System.Drawing.Size(100, 17) Me.cxZE.TabIndex = 5 Me.cxZE.Text = "zug. Empfänger" Me.cxZE.UseVisualStyleBackColor = True ' 'cxZV ' Me.cxZV.AutoSize = True Me.cxZV.Location = New System.Drawing.Point(3, 18) Me.cxZV.Name = "cxZV" Me.cxZV.Size = New System.Drawing.Size(97, 17) Me.cxZV.TabIndex = 4 Me.cxZV.Text = "zug. Versender" Me.cxZV.UseVisualStyleBackColor = True ' 'txtStrasse ' Me.txtStrasse.Location = New System.Drawing.Point(12, 75) Me.txtStrasse.Name = "txtStrasse" Me.txtStrasse.Size = New System.Drawing.Size(100, 20) Me.txtStrasse.TabIndex = 4 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(9, 59) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(42, 13) Me.Label10.TabIndex = 23 Me.Label10.Text = "Strasse" ' 'cbxFirmaChange ' Me.cbxFirmaChange._allowedValuesFreiText = Nothing Me.cbxFirmaChange._allowFreiText = False Me.cbxFirmaChange._value = "" Me.cbxFirmaChange.DropDownWidth = 120 Me.cbxFirmaChange.Enabled = False Me.cbxFirmaChange.FormattingEnabled = True Me.cbxFirmaChange.Location = New System.Drawing.Point(252, 175) Me.cbxFirmaChange.Name = "cbxFirmaChange" Me.cbxFirmaChange.Size = New System.Drawing.Size(100, 21) Me.cbxFirmaChange.TabIndex = 21 Me.cbxFirmaChange.Visible = False ' 'Label ' Me.Label.AutoSize = True Me.Label.Location = New System.Drawing.Point(249, 159) Me.Label.Name = "Label" Me.Label.Size = New System.Drawing.Size(32, 13) Me.Label.TabIndex = 20 Me.Label.Text = "Firma" Me.Label.Visible = False ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(9, 114) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(64, 13) Me.Label9.TabIndex = 19 Me.Label9.Text = "Reihenfolge" ' 'txtReihenfolge ' Me.txtReihenfolge.Location = New System.Drawing.Point(12, 130) Me.txtReihenfolge.Name = "txtReihenfolge" Me.txtReihenfolge.Size = New System.Drawing.Size(100, 20) Me.txtReihenfolge.TabIndex = 7 ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(277, 210) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 10 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'cbxGrenzstelle ' Me.cbxGrenzstelle._allowedValuesFreiText = Nothing Me.cbxGrenzstelle._allowFreiText = False Me.cbxGrenzstelle._value = "" Me.cbxGrenzstelle.DropDownWidth = 120 Me.cbxGrenzstelle.FormattingEnabled = True Me.cbxGrenzstelle.Location = New System.Drawing.Point(249, 130) Me.cbxGrenzstelle.Name = "cbxGrenzstelle" Me.cbxGrenzstelle.Size = New System.Drawing.Size(100, 21) Me.cbxGrenzstelle.TabIndex = 9 ' 'dgvWarenorteNew ' Me.dgvWarenorteNew.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvWarenorteNew.AllowUserToAddRows = False Me.dgvWarenorteNew.AllowUserToDeleteRows = False Me.dgvWarenorteNew.BackgroundColor = System.Drawing.Color.White Me.dgvWarenorteNew.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvWarenorteNew.Location = New System.Drawing.Point(0, 49) Me.dgvWarenorteNew.Name = "dgvWarenorteNew" Me.dgvWarenorteNew.Size = New System.Drawing.Size(314, 331) Me.dgvWarenorteNew.TabIndex = 98 ' 'UsrcntlPDFScanList1 ' Me.UsrcntlPDFScanList1._DATENSERVER_KATEGORIE = "DOKUMENTE" Me.UsrcntlPDFScanList1._DATENSERVER_ORDNER = "" Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner1 = "" Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner2 = "" Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner3 = "" Me.UsrcntlPDFScanList1._OPEN_ORIGINAL = False Me.UsrcntlPDFScanList1._TYPE = "PDF" Me.UsrcntlPDFScanList1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UsrcntlPDFScanList1.BackColor = System.Drawing.Color.White Me.UsrcntlPDFScanList1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.UsrcntlPDFScanList1.Cursor = System.Windows.Forms.Cursors.Default Me.UsrcntlPDFScanList1.Location = New System.Drawing.Point(320, 299) Me.UsrcntlPDFScanList1.Margin = New System.Windows.Forms.Padding(0) Me.UsrcntlPDFScanList1.Name = "UsrcntlPDFScanList1" Me.UsrcntlPDFScanList1.Size = New System.Drawing.Size(366, 81) Me.UsrcntlPDFScanList1.TabIndex = 99 ' 'frmWarenorte ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(690, 382) Me.Controls.Add(Me.UsrcntlPDFScanList1) Me.Controls.Add(Me.mainPanel) Me.Controls.Add(Me.btnAdd) Me.Controls.Add(Me.btnDelete) Me.Controls.Add(Me.pnlTop) Me.Controls.Add(Me.dgvWarenorteNew) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmWarenorte" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Warenorte" Me.pnlTop.ResumeLayout(False) Me.pnlTop.PerformLayout() Me.mainPanel.ResumeLayout(False) Me.mainPanel.PerformLayout() Me.GroupBoxFK.ResumeLayout(False) Me.GroupBoxFK.PerformLayout() CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pnlTop As Panel Friend WithEvents Label4 As Label Friend WithEvents btnAdd As Button Friend WithEvents btnDelete As Button Friend WithEvents cbxAktiv As CheckBox Friend WithEvents Label7 As Label Friend WithEvents txtKennr As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents txtOrt As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents txtBezeichnung As TextBox Friend WithEvents Label1 As Label Friend WithEvents txtWarenort As TextBox Friend WithEvents cbxGrenzstelle As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cbxFirma As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label8 As Label Friend WithEvents txtCluster As TextBox Friend WithEvents mainPanel As Panel Friend WithEvents btnSave As Button Friend WithEvents lblWarning As Label Friend WithEvents Label9 As Label Friend WithEvents txtReihenfolge As TextBox Friend WithEvents dgvWarenorteNew As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents cbxFirmaChange As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label As Label Friend WithEvents txtStrasse As TextBox Friend WithEvents Label10 As Label Friend WithEvents Label11 As Label Friend WithEvents GroupBoxFK As GroupBox Friend WithEvents cxIM As CheckBox Friend WithEvents cxEX As CheckBox Friend WithEvents cxZE As CheckBox Friend WithEvents cxZV As CheckBox Friend WithEvents UsrcntlPDFScanList1 As VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList End Class