Partial Class usrcntlAuftraege Inherits System.Windows.Forms.UserControl 'UserControl ü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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.PanTop = New System.Windows.Forms.Panel() Me.PanOben = New System.Windows.Forms.Panel() Me.btnReset = New System.Windows.Forms.Button() Me.btnDetailSuche = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.pnlFilterAuftrag = New System.Windows.Forms.Panel() Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cboAuftragsart = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtSuche = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.PanButtons = New System.Windows.Forms.Panel() Me.btnAddTo = New System.Windows.Forms.Button() Me.btnTrip = New System.Windows.Forms.Button() Me.btnSuchStat = New System.Windows.Forms.Button() Me.btnSuchAuswertung = New System.Windows.Forms.Button() Me.btnAuswertung = New System.Windows.Forms.Button() Me.btnDuplicate = New System.Windows.Forms.Button() Me.btnDel = New System.Windows.Forms.Button() Me.btnChange = New System.Windows.Forms.Button() Me.btnNew = New System.Windows.Forms.Button() Me.lblMs = New System.Windows.Forms.Label() Me.lblAnzahl = New System.Windows.Forms.Label() Me.dgvAuftraege = New System.Windows.Forms.DataGridView() Me.txtAuftraggeber = New System.Windows.Forms.TextBox() Me.txtFrachtfuehrerBis = New System.Windows.Forms.TextBox() Me.txtFrachtfuehrerAb = New System.Windows.Forms.TextBox() Me.txtTransportunternehmen = New System.Windows.Forms.TextBox() Me.txtLadestelle = New System.Windows.Forms.TextBox() Me.txtEntladeStelle = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.PnlDatum = New System.Windows.Forms.Panel() Me.CmdAlle = New System.Windows.Forms.Button() Me.CmdJahrPlus = New System.Windows.Forms.Button() Me.DateBIS = New System.Windows.Forms.DateTimePicker() Me.CmdJahrMinus = New System.Windows.Forms.Button() Me.DateVON = New System.Windows.Forms.DateTimePicker() Me.CmdMonatPlus = New System.Windows.Forms.Button() Me.LblVon = New System.Windows.Forms.Label() Me.CmdMonatMinus = New System.Windows.Forms.Button() Me.LblBis = New System.Windows.Forms.Label() Me.CmdTagPlus = New System.Windows.Forms.Button() Me.CmdHeute = New System.Windows.Forms.Button() Me.CmdTagMinus = New System.Windows.Forms.Button() Me.CmdMonat = New System.Windows.Forms.Button() Me.CmdJahr = New System.Windows.Forms.Button() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.cbxAbliefer = New System.Windows.Forms.CheckBox() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.PanTop.SuspendLayout() Me.PanOben.SuspendLayout() Me.pnlFilterAuftrag.SuspendLayout() Me.PanButtons.SuspendLayout() CType(Me.dgvAuftraege, System.ComponentModel.ISupportInitialize).BeginInit() Me.PnlDatum.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.SuspendLayout() ' 'PanTop ' Me.PanTop.BackColor = System.Drawing.Color.White Me.PanTop.Controls.Add(Me.PanOben) Me.PanTop.Controls.Add(Me.Panel1) Me.PanTop.Dock = System.Windows.Forms.DockStyle.Top Me.PanTop.Location = New System.Drawing.Point(0, 0) Me.PanTop.Margin = New System.Windows.Forms.Padding(0) Me.PanTop.Name = "PanTop" Me.PanTop.Size = New System.Drawing.Size(1279, 84) Me.PanTop.TabIndex = 3 ' 'PanOben ' Me.PanOben.Controls.Add(Me.btnReset) Me.PanOben.Controls.Add(Me.btnDetailSuche) Me.PanOben.Controls.Add(Me.Label4) Me.PanOben.Controls.Add(Me.pnlFilterAuftrag) Me.PanOben.Controls.Add(Me.txtSuche) Me.PanOben.Location = New System.Drawing.Point(0, 0) Me.PanOben.Margin = New System.Windows.Forms.Padding(0) Me.PanOben.Name = "PanOben" Me.PanOben.Size = New System.Drawing.Size(854, 104) Me.PanOben.TabIndex = 1 ' 'btnReset ' Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnReset.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnReset.Location = New System.Drawing.Point(458, 15) Me.btnReset.Name = "btnReset" Me.btnReset.Size = New System.Drawing.Size(162, 23) Me.btnReset.TabIndex = 33 Me.btnReset.Text = "Reset" Me.btnReset.UseVisualStyleBackColor = True ' 'btnDetailSuche ' Me.btnDetailSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDetailSuche.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnDetailSuche.Location = New System.Drawing.Point(458, 45) Me.btnDetailSuche.Name = "btnDetailSuche" Me.btnDetailSuche.Size = New System.Drawing.Size(162, 23) Me.btnDetailSuche.TabIndex = 32 Me.btnDetailSuche.Text = "Detailsuche" Me.btnDetailSuche.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(33, 19) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(42, 14) Me.Label4.TabIndex = 44 Me.Label4.Text = "PosNr." ' 'pnlFilterAuftrag ' Me.pnlFilterAuftrag.Controls.Add(Me.cboFiliale) Me.pnlFilterAuftrag.Controls.Add(Me.Label2) Me.pnlFilterAuftrag.Controls.Add(Me.cboAuftragsart) Me.pnlFilterAuftrag.Controls.Add(Me.Label1) Me.pnlFilterAuftrag.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.pnlFilterAuftrag.Location = New System.Drawing.Point(45, 42) Me.pnlFilterAuftrag.Name = "pnlFilterAuftrag" Me.pnlFilterAuftrag.Size = New System.Drawing.Size(375, 29) Me.pnlFilterAuftrag.TabIndex = 43 ' 'cboFiliale ' Me.cboFiliale._allowedValuesFreiText = Nothing Me.cboFiliale._allowFreiText = False Me.cboFiliale._value = "" Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.cboFiliale.FormattingEnabled = True Me.cboFiliale.Location = New System.Drawing.Point(223, 2) Me.cboFiliale.Margin = New System.Windows.Forms.Padding(2) Me.cboFiliale.Name = "cboFiliale" Me.cboFiliale.Size = New System.Drawing.Size(104, 24) Me.cboFiliale.TabIndex = 27 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand Me.Label2.Location = New System.Drawing.Point(182, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 14) Me.Label2.TabIndex = 26 Me.Label2.Text = "Filiale:" ' 'cboAuftragsart ' Me.cboAuftragsart._allowedValuesFreiText = Nothing Me.cboAuftragsart._allowFreiText = False Me.cboAuftragsart._value = "" Me.cboAuftragsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.cboAuftragsart.FormattingEnabled = True Me.cboAuftragsart.Location = New System.Drawing.Point(32, 2) Me.cboAuftragsart.Margin = New System.Windows.Forms.Padding(2) Me.cboAuftragsart.Name = "cboAuftragsart" Me.cboAuftragsart.Size = New System.Drawing.Size(130, 24) Me.cboAuftragsart.TabIndex = 25 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Cursor = System.Windows.Forms.Cursors.Hand Me.Label1.Location = New System.Drawing.Point(3, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(27, 14) Me.Label1.TabIndex = 24 Me.Label1.Text = "Art:" ' 'txtSuche ' Me.txtSuche.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSuche.Location = New System.Drawing.Point(77, 16) Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(309, 20) Me.txtSuche.TabIndex = 42 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.Transparent Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right Me.Panel1.Location = New System.Drawing.Point(1045, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(234, 84) Me.Panel1.TabIndex = 0 ' 'PanButtons ' Me.PanButtons.Controls.Add(Me.btnAddTo) Me.PanButtons.Controls.Add(Me.btnTrip) Me.PanButtons.Controls.Add(Me.btnSuchStat) Me.PanButtons.Controls.Add(Me.btnSuchAuswertung) Me.PanButtons.Controls.Add(Me.btnAuswertung) Me.PanButtons.Controls.Add(Me.btnDuplicate) Me.PanButtons.Controls.Add(Me.btnDel) Me.PanButtons.Controls.Add(Me.btnChange) Me.PanButtons.Controls.Add(Me.btnNew) Me.PanButtons.Controls.Add(Me.lblMs) Me.PanButtons.Controls.Add(Me.lblAnzahl) Me.PanButtons.Dock = System.Windows.Forms.DockStyle.Right Me.PanButtons.Location = New System.Drawing.Point(1180, 84) Me.PanButtons.Name = "PanButtons" Me.PanButtons.Size = New System.Drawing.Size(99, 743) Me.PanButtons.TabIndex = 1 ' 'btnAddTo ' Me.btnAddTo.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnAddTo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAddTo.Image = Global.DISPO.My.Resources.Resources.links20 Me.btnAddTo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddTo.Location = New System.Drawing.Point(5, 367) Me.btnAddTo.Name = "btnAddTo" Me.btnAddTo.Size = New System.Drawing.Size(91, 33) Me.btnAddTo.TabIndex = 36 Me.btnAddTo.Text = "Hinzufügen" Me.btnAddTo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddTo.UseVisualStyleBackColor = True Me.btnAddTo.Visible = False ' 'btnTrip ' Me.btnTrip.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnTrip.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTrip.Image = Global.DISPO.My.Resources.Resources.stift Me.btnTrip.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTrip.Location = New System.Drawing.Point(5, 328) Me.btnTrip.Name = "btnTrip" Me.btnTrip.Size = New System.Drawing.Size(91, 33) Me.btnTrip.TabIndex = 35 Me.btnTrip.Text = "Trips" Me.btnTrip.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnTrip.UseVisualStyleBackColor = True ' 'btnSuchStat ' Me.btnSuchStat.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnSuchStat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSuchStat.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSuchStat.Location = New System.Drawing.Point(5, 506) Me.btnSuchStat.Name = "btnSuchStat" Me.btnSuchStat.Size = New System.Drawing.Size(91, 46) Me.btnSuchStat.TabIndex = 34 Me.btnSuchStat.Text = "Auftragsstat. aus Ansicht" Me.btnSuchStat.UseVisualStyleBackColor = True ' 'btnSuchAuswertung ' Me.btnSuchAuswertung.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnSuchAuswertung.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSuchAuswertung.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSuchAuswertung.Location = New System.Drawing.Point(5, 454) Me.btnSuchAuswertung.Name = "btnSuchAuswertung" Me.btnSuchAuswertung.Size = New System.Drawing.Size(91, 46) Me.btnSuchAuswertung.TabIndex = 33 Me.btnSuchAuswertung.Text = "Auswertung aus Ansicht" Me.btnSuchAuswertung.UseVisualStyleBackColor = True ' 'btnAuswertung ' Me.btnAuswertung.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnAuswertung.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAuswertung.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAuswertung.Location = New System.Drawing.Point(5, 425) Me.btnAuswertung.Name = "btnAuswertung" Me.btnAuswertung.Size = New System.Drawing.Size(91, 23) Me.btnAuswertung.TabIndex = 32 Me.btnAuswertung.Text = "Auswertung" Me.btnAuswertung.UseVisualStyleBackColor = True ' 'btnDuplicate ' Me.btnDuplicate.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnDuplicate.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDuplicate.Location = New System.Drawing.Point(5, 276) Me.btnDuplicate.Name = "btnDuplicate" Me.btnDuplicate.Size = New System.Drawing.Size(91, 33) Me.btnDuplicate.TabIndex = 26 Me.btnDuplicate.Text = "Duplizieren" Me.btnDuplicate.UseVisualStyleBackColor = True ' 'btnDel ' Me.btnDel.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDel.Image = Global.DISPO.My.Resources.Resources.del Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnDel.Location = New System.Drawing.Point(5, 237) Me.btnDel.Name = "btnDel" Me.btnDel.Size = New System.Drawing.Size(91, 33) Me.btnDel.TabIndex = 25 Me.btnDel.Text = "Löschen" Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnDel.UseVisualStyleBackColor = True ' 'btnChange ' Me.btnChange.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnChange.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnChange.Image = Global.DISPO.My.Resources.Resources.stift Me.btnChange.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnChange.Location = New System.Drawing.Point(5, 185) Me.btnChange.Name = "btnChange" Me.btnChange.Size = New System.Drawing.Size(91, 33) Me.btnChange.TabIndex = 24 Me.btnChange.Text = "Ändern" Me.btnChange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnChange.UseVisualStyleBackColor = True ' 'btnNew ' Me.btnNew.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNew.Image = Global.DISPO.My.Resources.Resources.plus Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnNew.Location = New System.Drawing.Point(5, 146) Me.btnNew.Name = "btnNew" Me.btnNew.Size = New System.Drawing.Size(91, 33) Me.btnNew.TabIndex = 23 Me.btnNew.Text = "Neu" Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnNew.UseVisualStyleBackColor = True ' 'lblMs ' Me.lblMs.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblMs.AutoSize = True Me.lblMs.Location = New System.Drawing.Point(3, 730) Me.lblMs.Name = "lblMs" Me.lblMs.Size = New System.Drawing.Size(47, 13) Me.lblMs.TabIndex = 2 Me.lblMs.Text = "Ladezeit" ' 'lblAnzahl ' Me.lblAnzahl.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblAnzahl.AutoSize = True Me.lblAnzahl.Location = New System.Drawing.Point(3, 717) Me.lblAnzahl.Name = "lblAnzahl" Me.lblAnzahl.Size = New System.Drawing.Size(39, 13) Me.lblAnzahl.TabIndex = 1 Me.lblAnzahl.Text = "Anzahl" ' 'dgvAuftraege ' Me.dgvAuftraege.AllowUserToAddRows = False Me.dgvAuftraege.AllowUserToDeleteRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer)) Me.dgvAuftraege.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.dgvAuftraege.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAuftraege.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvAuftraege.Location = New System.Drawing.Point(0, 0) Me.dgvAuftraege.Margin = New System.Windows.Forms.Padding(0) Me.dgvAuftraege.Name = "dgvAuftraege" Me.dgvAuftraege.ReadOnly = True Me.dgvAuftraege.Size = New System.Drawing.Size(1180, 567) Me.dgvAuftraege.TabIndex = 0 ' 'txtAuftraggeber ' Me.txtAuftraggeber.Location = New System.Drawing.Point(127, 16) Me.txtAuftraggeber.Name = "txtAuftraggeber" Me.txtAuftraggeber.Size = New System.Drawing.Size(309, 20) Me.txtAuftraggeber.TabIndex = 44 ' 'txtFrachtfuehrerBis ' Me.txtFrachtfuehrerBis.Location = New System.Drawing.Point(127, 42) Me.txtFrachtfuehrerBis.Name = "txtFrachtfuehrerBis" Me.txtFrachtfuehrerBis.Size = New System.Drawing.Size(309, 20) Me.txtFrachtfuehrerBis.TabIndex = 45 ' 'txtFrachtfuehrerAb ' Me.txtFrachtfuehrerAb.Location = New System.Drawing.Point(127, 68) Me.txtFrachtfuehrerAb.Name = "txtFrachtfuehrerAb" Me.txtFrachtfuehrerAb.Size = New System.Drawing.Size(309, 20) Me.txtFrachtfuehrerAb.TabIndex = 46 ' 'txtTransportunternehmen ' Me.txtTransportunternehmen.Location = New System.Drawing.Point(127, 94) Me.txtTransportunternehmen.Name = "txtTransportunternehmen" Me.txtTransportunternehmen.Size = New System.Drawing.Size(309, 20) Me.txtTransportunternehmen.TabIndex = 47 ' 'txtLadestelle ' Me.txtLadestelle.Location = New System.Drawing.Point(127, 120) Me.txtLadestelle.Name = "txtLadestelle" Me.txtLadestelle.Size = New System.Drawing.Size(309, 20) Me.txtLadestelle.TabIndex = 48 ' 'txtEntladeStelle ' Me.txtEntladeStelle.Location = New System.Drawing.Point(127, 146) Me.txtEntladeStelle.Name = "txtEntladeStelle" Me.txtEntladeStelle.Size = New System.Drawing.Size(309, 20) Me.txtEntladeStelle.TabIndex = 49 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(36, 19) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(81, 14) Me.Label5.TabIndex = 45 Me.Label5.Text = "Auftraggeber" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(36, 123) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(65, 14) Me.Label6.TabIndex = 50 Me.Label6.Text = "Ladestelle" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(36, 97) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(82, 14) Me.Label7.TabIndex = 51 Me.Label7.Text = "Transportunt." ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(36, 71) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(66, 14) Me.Label8.TabIndex = 52 Me.Label8.Text = "Frachtf. Ab" ' 'PnlDatum ' Me.PnlDatum.Controls.Add(Me.CmdAlle) Me.PnlDatum.Controls.Add(Me.CmdJahrPlus) Me.PnlDatum.Controls.Add(Me.DateBIS) Me.PnlDatum.Controls.Add(Me.CmdJahrMinus) Me.PnlDatum.Controls.Add(Me.DateVON) Me.PnlDatum.Controls.Add(Me.CmdMonatPlus) Me.PnlDatum.Controls.Add(Me.LblVon) Me.PnlDatum.Controls.Add(Me.CmdMonatMinus) Me.PnlDatum.Controls.Add(Me.LblBis) Me.PnlDatum.Controls.Add(Me.CmdTagPlus) Me.PnlDatum.Controls.Add(Me.CmdHeute) Me.PnlDatum.Controls.Add(Me.CmdTagMinus) Me.PnlDatum.Controls.Add(Me.CmdMonat) Me.PnlDatum.Controls.Add(Me.CmdJahr) Me.PnlDatum.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.PnlDatum.Location = New System.Drawing.Point(665, 38) Me.PnlDatum.Name = "PnlDatum" Me.PnlDatum.Size = New System.Drawing.Size(308, 114) Me.PnlDatum.TabIndex = 41 ' 'CmdAlle ' Me.CmdAlle.BackColor = System.Drawing.Color.White Me.CmdAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdAlle.Location = New System.Drawing.Point(174, 77) Me.CmdAlle.Name = "CmdAlle" Me.CmdAlle.Size = New System.Drawing.Size(75, 23) Me.CmdAlle.TabIndex = 40 Me.CmdAlle.Text = "Alle anz." Me.CmdAlle.UseVisualStyleBackColor = False ' 'CmdJahrPlus ' Me.CmdJahrPlus.BackColor = System.Drawing.Color.White Me.CmdJahrPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdJahrPlus.Location = New System.Drawing.Point(255, 58) Me.CmdJahrPlus.Name = "CmdJahrPlus" Me.CmdJahrPlus.Size = New System.Drawing.Size(33, 23) Me.CmdJahrPlus.TabIndex = 39 Me.CmdJahrPlus.Text = ">>" Me.CmdJahrPlus.UseVisualStyleBackColor = False ' 'DateBIS ' Me.DateBIS.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateBIS.Location = New System.Drawing.Point(39, 40) Me.DateBIS.Name = "DateBIS" Me.DateBIS.Size = New System.Drawing.Size(90, 20) Me.DateBIS.TabIndex = 28 ' 'CmdJahrMinus ' Me.CmdJahrMinus.BackColor = System.Drawing.Color.White Me.CmdJahrMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdJahrMinus.Location = New System.Drawing.Point(135, 58) Me.CmdJahrMinus.Name = "CmdJahrMinus" Me.CmdJahrMinus.Size = New System.Drawing.Size(33, 23) Me.CmdJahrMinus.TabIndex = 38 Me.CmdJahrMinus.Text = "<<" Me.CmdJahrMinus.UseVisualStyleBackColor = False ' 'DateVON ' Me.DateVON.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateVON.Location = New System.Drawing.Point(39, 20) Me.DateVON.Name = "DateVON" Me.DateVON.Size = New System.Drawing.Size(90, 20) Me.DateVON.TabIndex = 27 Me.DateVON.Value = New Date(1970, 1, 1, 0, 0, 0, 0) ' 'CmdMonatPlus ' Me.CmdMonatPlus.BackColor = System.Drawing.Color.White Me.CmdMonatPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdMonatPlus.Location = New System.Drawing.Point(255, 36) Me.CmdMonatPlus.Name = "CmdMonatPlus" Me.CmdMonatPlus.Size = New System.Drawing.Size(33, 23) Me.CmdMonatPlus.TabIndex = 37 Me.CmdMonatPlus.Text = ">>" Me.CmdMonatPlus.UseVisualStyleBackColor = False ' 'LblVon ' Me.LblVon.AutoSize = True Me.LblVon.Location = New System.Drawing.Point(4, 26) Me.LblVon.Name = "LblVon" Me.LblVon.Size = New System.Drawing.Size(31, 14) Me.LblVon.TabIndex = 29 Me.LblVon.Text = "Von:" ' 'CmdMonatMinus ' Me.CmdMonatMinus.BackColor = System.Drawing.Color.White Me.CmdMonatMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdMonatMinus.Location = New System.Drawing.Point(135, 37) Me.CmdMonatMinus.Name = "CmdMonatMinus" Me.CmdMonatMinus.Size = New System.Drawing.Size(33, 23) Me.CmdMonatMinus.TabIndex = 36 Me.CmdMonatMinus.Text = "<<" Me.CmdMonatMinus.UseVisualStyleBackColor = False ' 'LblBis ' Me.LblBis.AutoSize = True Me.LblBis.Location = New System.Drawing.Point(9, 46) Me.LblBis.Name = "LblBis" Me.LblBis.Size = New System.Drawing.Size(27, 14) Me.LblBis.TabIndex = 30 Me.LblBis.Text = "Bis:" ' 'CmdTagPlus ' Me.CmdTagPlus.BackColor = System.Drawing.Color.White Me.CmdTagPlus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdTagPlus.Location = New System.Drawing.Point(255, 15) Me.CmdTagPlus.Name = "CmdTagPlus" Me.CmdTagPlus.Size = New System.Drawing.Size(33, 23) Me.CmdTagPlus.TabIndex = 35 Me.CmdTagPlus.Text = ">>" Me.CmdTagPlus.UseVisualStyleBackColor = False ' 'CmdHeute ' Me.CmdHeute.BackColor = System.Drawing.Color.White Me.CmdHeute.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdHeute.Location = New System.Drawing.Point(174, 15) Me.CmdHeute.Name = "CmdHeute" Me.CmdHeute.Size = New System.Drawing.Size(75, 23) Me.CmdHeute.TabIndex = 31 Me.CmdHeute.Text = "Heute" Me.CmdHeute.UseVisualStyleBackColor = False ' 'CmdTagMinus ' Me.CmdTagMinus.BackColor = System.Drawing.Color.White Me.CmdTagMinus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdTagMinus.Location = New System.Drawing.Point(135, 15) Me.CmdTagMinus.Name = "CmdTagMinus" Me.CmdTagMinus.Size = New System.Drawing.Size(33, 23) Me.CmdTagMinus.TabIndex = 34 Me.CmdTagMinus.Text = "<<" Me.CmdTagMinus.UseVisualStyleBackColor = False ' 'CmdMonat ' Me.CmdMonat.BackColor = System.Drawing.Color.White Me.CmdMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdMonat.Location = New System.Drawing.Point(174, 37) Me.CmdMonat.Name = "CmdMonat" Me.CmdMonat.Size = New System.Drawing.Size(75, 23) Me.CmdMonat.TabIndex = 32 Me.CmdMonat.Text = "akt. Monat" Me.CmdMonat.UseVisualStyleBackColor = False ' 'CmdJahr ' Me.CmdJahr.BackColor = System.Drawing.Color.White Me.CmdJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdJahr.Location = New System.Drawing.Point(174, 58) Me.CmdJahr.Name = "CmdJahr" Me.CmdJahr.Size = New System.Drawing.Size(75, 23) Me.CmdJahr.TabIndex = 33 Me.CmdJahr.Text = "akt. Jahr" Me.CmdJahr.UseVisualStyleBackColor = False ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(36, 45) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(68, 14) Me.Label9.TabIndex = 53 Me.Label9.Text = "Frachtf. Bis" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(36, 149) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(78, 14) Me.Label10.TabIndex = 54 Me.Label10.Text = "Entladestelle" ' 'cbxAbliefer ' Me.cbxAbliefer.AutoSize = True Me.cbxAbliefer.Checked = True Me.cbxAbliefer.CheckState = System.Windows.Forms.CheckState.Indeterminate Me.cbxAbliefer.Location = New System.Drawing.Point(473, 19) Me.cbxAbliefer.Name = "cbxAbliefer" Me.cbxAbliefer.Size = New System.Drawing.Size(147, 17) Me.cbxAbliefer.TabIndex = 55 Me.cbxAbliefer.Text = "Abliefernachweis erhalten" Me.cbxAbliefer.ThreeState = True Me.cbxAbliefer.UseVisualStyleBackColor = True ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 Me.SplitContainer1.Location = New System.Drawing.Point(0, 84) Me.SplitContainer1.Margin = New System.Windows.Forms.Padding(0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.SplitContainer1.Panel1.Controls.Add(Me.cbxAbliefer) Me.SplitContainer1.Panel1.Controls.Add(Me.Label10) Me.SplitContainer1.Panel1.Controls.Add(Me.Label9) Me.SplitContainer1.Panel1.Controls.Add(Me.PnlDatum) Me.SplitContainer1.Panel1.Controls.Add(Me.Label8) Me.SplitContainer1.Panel1.Controls.Add(Me.Label7) Me.SplitContainer1.Panel1.Controls.Add(Me.Label6) Me.SplitContainer1.Panel1.Controls.Add(Me.Label5) Me.SplitContainer1.Panel1.Controls.Add(Me.txtEntladeStelle) Me.SplitContainer1.Panel1.Controls.Add(Me.txtLadestelle) Me.SplitContainer1.Panel1.Controls.Add(Me.txtTransportunternehmen) Me.SplitContainer1.Panel1.Controls.Add(Me.txtFrachtfuehrerAb) Me.SplitContainer1.Panel1.Controls.Add(Me.txtFrachtfuehrerBis) Me.SplitContainer1.Panel1.Controls.Add(Me.txtAuftraggeber) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent Me.SplitContainer1.Panel2.Controls.Add(Me.dgvAuftraege) Me.SplitContainer1.Size = New System.Drawing.Size(1180, 743) Me.SplitContainer1.SplitterDistance = 175 Me.SplitContainer1.SplitterWidth = 1 Me.SplitContainer1.TabIndex = 2 ' 'usrcntlAuftraege ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.SystemColors.ControlLightLight Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.PanButtons) Me.Controls.Add(Me.PanTop) Me.DoubleBuffered = True Me.MinimumSize = New System.Drawing.Size(1000, 750) Me.Name = "usrcntlAuftraege" Me.Size = New System.Drawing.Size(1279, 827) Me.PanTop.ResumeLayout(False) Me.PanOben.ResumeLayout(False) Me.PanOben.PerformLayout() Me.pnlFilterAuftrag.ResumeLayout(False) Me.pnlFilterAuftrag.PerformLayout() Me.PanButtons.ResumeLayout(False) Me.PanButtons.PerformLayout() CType(Me.dgvAuftraege, System.ComponentModel.ISupportInitialize).EndInit() Me.PnlDatum.ResumeLayout(False) Me.PnlDatum.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents PanTop As Panel Friend WithEvents txtSuche As TextBox Friend WithEvents pnlFilterAuftrag As Panel Friend WithEvents cboFiliale As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label2 As Label Friend WithEvents cboAuftragsart As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label1 As Label Friend WithEvents PanOben As Panel Friend WithEvents Label4 As Label Friend WithEvents Panel1 As Panel Friend WithEvents PanButtons As Panel Friend WithEvents btnDuplicate As Button Friend WithEvents btnDel As Button Friend WithEvents btnChange As Button Friend WithEvents btnNew As Button Friend WithEvents lblMs As Label Friend WithEvents lblAnzahl As Label Friend WithEvents dgvAuftraege As DataGridView Friend WithEvents txtAuftraggeber As TextBox Friend WithEvents txtFrachtfuehrerBis As TextBox Friend WithEvents txtFrachtfuehrerAb As TextBox Friend WithEvents txtTransportunternehmen As TextBox Friend WithEvents txtLadestelle As TextBox Friend WithEvents txtEntladeStelle As TextBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents PnlDatum As Panel Friend WithEvents CmdAlle As Button Friend WithEvents CmdJahrPlus As Button Friend WithEvents CmdJahrMinus As Button Friend WithEvents CmdMonatPlus As Button Friend WithEvents LblVon As Label Friend WithEvents CmdMonatMinus As Button Friend WithEvents LblBis As Label Friend WithEvents CmdTagPlus As Button Friend WithEvents CmdHeute As Button Friend WithEvents CmdTagMinus As Button Friend WithEvents CmdMonat As Button Friend WithEvents CmdJahr As Button Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents cbxAbliefer As CheckBox Friend WithEvents btnAuswertung As Button Friend WithEvents btnReset As Button Friend WithEvents btnDetailSuche As Button Friend WithEvents btnSuchAuswertung As Button Public WithEvents SplitContainer1 As SplitContainer Public WithEvents DateBIS As DateTimePicker Public WithEvents DateVON As DateTimePicker Friend WithEvents btnSuchStat As Button Friend WithEvents btnTrip As Button Friend WithEvents btnAddTo As Button End Class