_ Partial Class frmGVMS 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGVMS)) Me.AbgeholtToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Label8 = New System.Windows.Forms.Label() Me.btnVonJahr = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnBisJahr = New System.Windows.Forms.Button() Me.btnMonat = New System.Windows.Forms.Button() Me.btnBisMonat = New System.Windows.Forms.Button() Me.btnVonMonat = New System.Windows.Forms.Button() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.pnl = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.btnSuche = New System.Windows.Forms.Button() Me.Label23 = New System.Windows.Forms.Label() Me.btnJahr = New System.Windows.Forms.Button() Me.pnlTop = New System.Windows.Forms.Panel() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.cntxtOptionen = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.StornoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.btnExcel = New System.Windows.Forms.Button() Me.pnloptions = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.FlatButton7 = New System.Windows.Forms.Button() Me.Label37 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.cboSachbearbeiter = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.txtKennzeichen = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtAbfertDat = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtAbfertDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtGMR = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtMaxSrch = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Button10 = New System.Windows.Forms.Button() Me.Panel1.SuspendLayout() Me.pnl.SuspendLayout() Me.pnlTop.SuspendLayout() Me.cntxtOptionen.SuspendLayout() Me.pnloptions.SuspendLayout() CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'AbgeholtToolStripMenuItem ' Me.AbgeholtToolStripMenuItem.Name = "AbgeholtToolStripMenuItem" Me.AbgeholtToolStripMenuItem.Size = New System.Drawing.Size(123, 22) Me.AbgeholtToolStripMenuItem.Text = "Abgeholt" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(12, 56) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(47, 13) Me.Label8.TabIndex = 34 Me.Label8.Text = "Datum:" ' 'btnVonJahr ' Me.btnVonJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVonJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnVonJahr.ForeColor = System.Drawing.Color.Black Me.btnVonJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonJahr.Location = New System.Drawing.Point(162, 103) Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnVonJahr.Name = "btnVonJahr" Me.btnVonJahr.Size = New System.Drawing.Size(34, 23) Me.btnVonJahr.TabIndex = 25 Me.btnVonJahr.Text = "<<" Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonJahr.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.MyDatagridview1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 140) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1151, 455) Me.Panel1.TabIndex = 4 ' 'btnBisJahr ' Me.btnBisJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBisJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnBisJahr.ForeColor = System.Drawing.Color.Black Me.btnBisJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisJahr.Location = New System.Drawing.Point(281, 103) Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnBisJahr.Name = "btnBisJahr" Me.btnBisJahr.Size = New System.Drawing.Size(34, 23) Me.btnBisJahr.TabIndex = 27 Me.btnBisJahr.Text = ">>" Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisJahr.UseVisualStyleBackColor = True ' 'btnMonat ' Me.btnMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnMonat.ForeColor = System.Drawing.Color.Black Me.btnMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnMonat.Location = New System.Drawing.Point(195, 77) Me.btnMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnMonat.Name = "btnMonat" Me.btnMonat.Size = New System.Drawing.Size(87, 23) Me.btnMonat.TabIndex = 12 Me.btnMonat.Text = "September" Me.btnMonat.UseVisualStyleBackColor = True ' 'btnBisMonat ' Me.btnBisMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBisMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnBisMonat.ForeColor = System.Drawing.Color.Black Me.btnBisMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisMonat.Location = New System.Drawing.Point(281, 77) Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnBisMonat.Name = "btnBisMonat" Me.btnBisMonat.Size = New System.Drawing.Size(34, 23) Me.btnBisMonat.TabIndex = 13 Me.btnBisMonat.Text = ">>" Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisMonat.UseVisualStyleBackColor = True ' 'btnVonMonat ' Me.btnVonMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVonMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnVonMonat.ForeColor = System.Drawing.Color.Black Me.btnVonMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonMonat.Location = New System.Drawing.Point(162, 77) Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnVonMonat.Name = "btnVonMonat" Me.btnVonMonat.Size = New System.Drawing.Size(34, 23) Me.btnVonMonat.TabIndex = 11 Me.btnVonMonat.Text = "<<" Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonMonat.UseVisualStyleBackColor = True ' 'DateTimePicker2 ' Me.DateTimePicker2.CustomFormat = "''" Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker2.Location = New System.Drawing.Point(41, 106) Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(0) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DateTimePicker2.Size = New System.Drawing.Size(115, 20) Me.DateTimePicker2.TabIndex = 24 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(12, 81) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(28, 13) Me.Label13.TabIndex = 8 Me.Label13.Text = "von:" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(336, 83) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(72, 13) Me.Label12.TabIndex = 7 Me.Label12.Text = "Kennzeichen:" ' 'DateTimePicker1 ' Me.DateTimePicker1.CustomFormat = "''" Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker1.Location = New System.Drawing.Point(41, 77) Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(0) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20) Me.DateTimePicker1.TabIndex = 10 ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.cboSachbearbeiter) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.txtKennzeichen) Me.pnl.Controls.Add(Me.Label8) Me.pnl.Controls.Add(Me.txtAbfertDat) Me.pnl.Controls.Add(Me.txtAbfertDatBis) Me.pnl.Controls.Add(Me.txtGMR) Me.pnl.Controls.Add(Me.Button7) Me.pnl.Controls.Add(Me.Button6) Me.pnl.Controls.Add(Me.Button5) Me.pnl.Controls.Add(Me.btnSuche) Me.pnl.Controls.Add(Me.Label23) Me.pnl.Controls.Add(Me.btnJahr) Me.pnl.Controls.Add(Me.pnlTop) Me.pnl.Controls.Add(Me.btnBisJahr) Me.pnl.Controls.Add(Me.btnVonJahr) Me.pnl.Controls.Add(Me.btnMonat) Me.pnl.Controls.Add(Me.btnBisMonat) Me.pnl.Controls.Add(Me.btnVonMonat) Me.pnl.Controls.Add(Me.DateTimePicker2) Me.pnl.Controls.Add(Me.Label13) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.Label12) Me.pnl.Controls.Add(Me.DateTimePicker1) Me.pnl.Dock = System.Windows.Forms.DockStyle.Top Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(1151, 140) Me.pnl.TabIndex = 3 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(632, 62) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(82, 13) Me.Label1.TabIndex = 22 Me.Label1.Text = "Sachbearbeiter:" ' 'Button7 ' Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button7.ForeColor = System.Drawing.Color.Black Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button7.Location = New System.Drawing.Point(281, 51) Me.Button7.Margin = New System.Windows.Forms.Padding(0) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(34, 23) Me.Button7.TabIndex = 4 Me.Button7.Text = ">>" Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button7.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button6.ForeColor = System.Drawing.Color.Black Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button6.Location = New System.Drawing.Point(162, 51) Me.Button6.Margin = New System.Windows.Forms.Padding(0) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(34, 23) Me.Button6.TabIndex = 2 Me.Button6.Text = "<<" Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button5.ForeColor = System.Drawing.Color.Black Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.Location = New System.Drawing.Point(195, 51) Me.Button5.Margin = New System.Windows.Forms.Padding(0) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(87, 23) Me.Button5.TabIndex = 3 Me.Button5.Text = "Heute" Me.Button5.UseVisualStyleBackColor = True ' 'btnSuche ' Me.btnSuche.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSuche.Image = Global.AVISO.My.Resources.Resources.search1 Me.btnSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSuche.Location = New System.Drawing.Point(963, 57) Me.btnSuche.Name = "btnSuche" Me.btnSuche.Size = New System.Drawing.Size(162, 52) Me.btnSuche.TabIndex = 22 Me.btnSuche.Text = "Suche starten" Me.btnSuche.UseVisualStyleBackColor = True ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(12, 109) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(23, 13) Me.Label23.TabIndex = 20 Me.Label23.Text = "bis:" ' 'btnJahr ' Me.btnJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnJahr.ForeColor = System.Drawing.Color.Black Me.btnJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnJahr.Location = New System.Drawing.Point(195, 103) Me.btnJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnJahr.Name = "btnJahr" Me.btnJahr.Size = New System.Drawing.Size(87, 23) Me.btnJahr.TabIndex = 26 Me.btnJahr.Text = "2016" Me.btnJahr.UseVisualStyleBackColor = True ' '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.Label4) 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(1149, 48) Me.pnlTop.TabIndex = 0 ' '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(81, 26) Me.Label4.TabIndex = 0 Me.Label4.Text = "GVMS" ' '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.Location = New System.Drawing.Point(336, 62) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 13) Me.Label2.TabIndex = 5 Me.Label2.Text = "GMR:" ' 'cntxtOptionen ' Me.cntxtOptionen.ImageScalingSize = New System.Drawing.Size(24, 24) Me.cntxtOptionen.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AbgeholtToolStripMenuItem, Me.StornoToolStripMenuItem}) Me.cntxtOptionen.Name = "cntxtOptionen" Me.cntxtOptionen.Size = New System.Drawing.Size(124, 48) Me.cntxtOptionen.Text = "Optionen" ' 'StornoToolStripMenuItem ' Me.StornoToolStripMenuItem.Name = "StornoToolStripMenuItem" Me.StornoToolStripMenuItem.Size = New System.Drawing.Size(123, 22) Me.StornoToolStripMenuItem.Text = "Storno" ' 'btnExcel ' Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnExcel.Location = New System.Drawing.Point(1060, 22) Me.btnExcel.Name = "btnExcel" Me.btnExcel.Size = New System.Drawing.Size(41, 34) Me.btnExcel.TabIndex = 7 Me.btnExcel.UseVisualStyleBackColor = True ' 'pnloptions ' Me.pnloptions.BackColor = System.Drawing.Color.WhiteSmoke Me.pnloptions.Controls.Add(Me.Button10) Me.pnloptions.Controls.Add(Me.Button9) Me.pnloptions.Controls.Add(Me.Button8) Me.pnloptions.Controls.Add(Me.Button4) Me.pnloptions.Controls.Add(Me.Button3) Me.pnloptions.Controls.Add(Me.Button1) Me.pnloptions.Controls.Add(Me.Button2) Me.pnloptions.Controls.Add(Me.btnExcel) Me.pnloptions.Controls.Add(Me.FlatButton7) Me.pnloptions.Controls.Add(Me.Label37) Me.pnloptions.Controls.Add(Me.txtMaxSrch) Me.pnloptions.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnloptions.Location = New System.Drawing.Point(0, 595) Me.pnloptions.Name = "pnloptions" Me.pnloptions.Size = New System.Drawing.Size(1151, 59) Me.pnloptions.TabIndex = 5 ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(113, 5) Me.Button1.Margin = New System.Windows.Forms.Padding(0) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(170, 45) Me.Button1.TabIndex = 9 Me.Button1.Text = "Nachrichten einarbeiten" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Image = Global.AVISO.My.Resources.Resources.plus Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(12, 5) Me.Button2.Margin = New System.Windows.Forms.Padding(0) Me.Button2.Name = "Button2" Me.Button2.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0) Me.Button2.Size = New System.Drawing.Size(84, 45) Me.Button2.TabIndex = 1 Me.Button2.Text = "Neu" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = True ' 'FlatButton7 ' Me.FlatButton7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.FlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FlatButton7.ForeColor = System.Drawing.Color.Black Me.FlatButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.FlatButton7.Location = New System.Drawing.Point(1107, 22) Me.FlatButton7.Name = "FlatButton7" Me.FlatButton7.Size = New System.Drawing.Size(41, 34) Me.FlatButton7.TabIndex = 8 Me.FlatButton7.UseVisualStyleBackColor = True ' 'Label37 ' Me.Label37.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label37.AutoSize = True Me.Label37.Location = New System.Drawing.Point(974, 33) Me.Label37.Name = "Label37" Me.Label37.Size = New System.Drawing.Size(30, 13) Me.Label37.TabIndex = 5 Me.Label37.Text = "Max:" ' 'Button3 ' Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Image = Global.AVISO.My.Resources.Resources.del Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button3.Location = New System.Drawing.Point(340, 5) Me.Button3.Margin = New System.Windows.Forms.Padding(0) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(170, 45) Me.Button3.TabIndex = 10 Me.Button3.Text = "GMR löschen (HMRC)" Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.Location = New System.Drawing.Point(520, 5) Me.Button4.Margin = New System.Windows.Forms.Padding(0) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(109, 45) Me.Button4.TabIndex = 11 Me.Button4.Text = "GVMS LIST" Me.Button4.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button8.Location = New System.Drawing.Point(636, 5) Me.Button8.Margin = New System.Windows.Forms.Padding(0) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(122, 45) Me.Button8.TabIndex = 12 Me.Button8.Text = "GMR UPDATE" Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button9.Location = New System.Drawing.Point(826, 5) Me.Button9.Margin = New System.Windows.Forms.Padding(0) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(122, 45) Me.Button9.TabIndex = 13 Me.Button9.Text = "UPDATE REF DATA" Me.Button9.UseVisualStyleBackColor = True ' 'MyDatagridview1 ' Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1 Me.MyDatagridview1.AllowUserToAddRows = False Me.MyDatagridview1.AllowUserToDeleteRows = False Me.MyDatagridview1.AllowUserToOrderColumns = True Me.MyDatagridview1.AllowUserToResizeRows = False Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.MyDatagridview1.DefaultCellStyle = DataGridViewCellStyle1 Me.MyDatagridview1.Dock = System.Windows.Forms.DockStyle.Fill Me.MyDatagridview1.Location = New System.Drawing.Point(0, 0) Me.MyDatagridview1.Name = "MyDatagridview1" Me.MyDatagridview1.RowHeadersVisible = False Me.MyDatagridview1.Size = New System.Drawing.Size(1151, 455) Me.MyDatagridview1.TabIndex = 0 ' 'cboSachbearbeiter ' Me.cboSachbearbeiter._allowedValuesFreiText = Nothing Me.cboSachbearbeiter._allowFreiText = False Me.cboSachbearbeiter._value = "" Me.cboSachbearbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cboSachbearbeiter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cboSachbearbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboSachbearbeiter.FormattingEnabled = True Me.cboSachbearbeiter.Location = New System.Drawing.Point(731, 57) Me.cboSachbearbeiter.Name = "cboSachbearbeiter" Me.cboSachbearbeiter.Size = New System.Drawing.Size(168, 24) Me.cboSachbearbeiter.TabIndex = 23 ' 'txtKennzeichen ' Me.txtKennzeichen._DateTimeOnly = False Me.txtKennzeichen._numbersOnly = False Me.txtKennzeichen._numbersOnlyKommastellen = "" Me.txtKennzeichen._Prozent = False Me.txtKennzeichen._ShortDateNew = False Me.txtKennzeichen._ShortDateOnly = False Me.txtKennzeichen._TimeOnly = False Me.txtKennzeichen._TimeOnly_Seconds = False Me.txtKennzeichen._value = "" Me.txtKennzeichen._Waehrung = False Me.txtKennzeichen._WaehrungZeichen = True Me.txtKennzeichen.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtKennzeichen.ForeColor = System.Drawing.Color.Black Me.txtKennzeichen.Location = New System.Drawing.Point(435, 78) Me.txtKennzeichen.MaxLineLength = -1 Me.txtKennzeichen.MaxLines_Warning = "" Me.txtKennzeichen.MaxLines_Warning_Label = Nothing Me.txtKennzeichen.Name = "txtKennzeichen" Me.txtKennzeichen.Size = New System.Drawing.Size(168, 23) Me.txtKennzeichen.TabIndex = 35 ' 'txtAbfertDat ' Me.txtAbfertDat._DateTimeOnly = False Me.txtAbfertDat._numbersOnly = False Me.txtAbfertDat._numbersOnlyKommastellen = "" Me.txtAbfertDat._Prozent = False Me.txtAbfertDat._ShortDateNew = True Me.txtAbfertDat._ShortDateOnly = False Me.txtAbfertDat._TimeOnly = False Me.txtAbfertDat._TimeOnly_Seconds = False Me.txtAbfertDat._value = "" Me.txtAbfertDat._Waehrung = False Me.txtAbfertDat._WaehrungZeichen = True Me.txtAbfertDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtAbfertDat.ForeColor = System.Drawing.Color.Black Me.txtAbfertDat.Location = New System.Drawing.Point(41, 77) Me.txtAbfertDat.MaxLength = 10 Me.txtAbfertDat.MaxLineLength = -1 Me.txtAbfertDat.MaxLines_Warning = "" Me.txtAbfertDat.MaxLines_Warning_Label = Nothing Me.txtAbfertDat.Name = "txtAbfertDat" Me.txtAbfertDat.Size = New System.Drawing.Size(83, 20) Me.txtAbfertDat.TabIndex = 9 ' 'txtAbfertDatBis ' Me.txtAbfertDatBis._DateTimeOnly = False Me.txtAbfertDatBis._numbersOnly = False Me.txtAbfertDatBis._numbersOnlyKommastellen = "" Me.txtAbfertDatBis._Prozent = False Me.txtAbfertDatBis._ShortDateNew = True Me.txtAbfertDatBis._ShortDateOnly = False Me.txtAbfertDatBis._TimeOnly = False Me.txtAbfertDatBis._TimeOnly_Seconds = False Me.txtAbfertDatBis._value = "" Me.txtAbfertDatBis._Waehrung = False Me.txtAbfertDatBis._WaehrungZeichen = True Me.txtAbfertDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtAbfertDatBis.ForeColor = System.Drawing.Color.Black Me.txtAbfertDatBis.Location = New System.Drawing.Point(41, 106) Me.txtAbfertDatBis.MaxLength = 10 Me.txtAbfertDatBis.MaxLineLength = -1 Me.txtAbfertDatBis.MaxLines_Warning = "" Me.txtAbfertDatBis.MaxLines_Warning_Label = Nothing Me.txtAbfertDatBis.Name = "txtAbfertDatBis" Me.txtAbfertDatBis.Size = New System.Drawing.Size(83, 20) Me.txtAbfertDatBis.TabIndex = 23 ' 'txtGMR ' Me.txtGMR._DateTimeOnly = False Me.txtGMR._numbersOnly = False Me.txtGMR._numbersOnlyKommastellen = "" Me.txtGMR._Prozent = False Me.txtGMR._ShortDateNew = False Me.txtGMR._ShortDateOnly = False Me.txtGMR._TimeOnly = False Me.txtGMR._TimeOnly_Seconds = False Me.txtGMR._value = "" Me.txtGMR._Waehrung = False Me.txtGMR._WaehrungZeichen = True Me.txtGMR.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtGMR.ForeColor = System.Drawing.Color.Black Me.txtGMR.Location = New System.Drawing.Point(435, 57) Me.txtGMR.MaxLineLength = -1 Me.txtGMR.MaxLines_Warning = "" Me.txtGMR.MaxLines_Warning_Label = Nothing Me.txtGMR.Name = "txtGMR" Me.txtGMR.Size = New System.Drawing.Size(168, 23) Me.txtGMR.TabIndex = 6 ' 'txtMaxSrch ' Me.txtMaxSrch._DateTimeOnly = False Me.txtMaxSrch._numbersOnly = True Me.txtMaxSrch._numbersOnlyKommastellen = "" Me.txtMaxSrch._Prozent = False Me.txtMaxSrch._ShortDateNew = False Me.txtMaxSrch._ShortDateOnly = False Me.txtMaxSrch._TimeOnly = False Me.txtMaxSrch._TimeOnly_Seconds = False Me.txtMaxSrch._value = "" Me.txtMaxSrch._Waehrung = False Me.txtMaxSrch._WaehrungZeichen = True Me.txtMaxSrch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black Me.txtMaxSrch.Location = New System.Drawing.Point(1006, 30) Me.txtMaxSrch.MaxLineLength = -1 Me.txtMaxSrch.MaxLines_Warning = "" Me.txtMaxSrch.MaxLines_Warning_Label = Nothing Me.txtMaxSrch.Name = "txtMaxSrch" Me.txtMaxSrch.Size = New System.Drawing.Size(48, 20) Me.txtMaxSrch.TabIndex = 6 Me.txtMaxSrch.Text = "1000" Me.txtMaxSrch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Button10 ' Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button10.Location = New System.Drawing.Point(282, 5) Me.Button10.Margin = New System.Windows.Forms.Padding(0) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(51, 45) Me.Button10.TabIndex = 14 Me.Button10.Text = "Ackn." Me.Button10.UseVisualStyleBackColor = True ' 'frmGVMS ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1151, 654) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.pnl) Me.Controls.Add(Me.pnloptions) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmGVMS" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "GVMS" Me.Panel1.ResumeLayout(False) Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.pnlTop.ResumeLayout(False) Me.pnlTop.PerformLayout() Me.cntxtOptionen.ResumeLayout(False) Me.pnloptions.ResumeLayout(False) Me.pnloptions.PerformLayout() CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents AbgeholtToolStripMenuItem As ToolStripMenuItem Friend WithEvents Label8 As Label Friend WithEvents btnVonJahr As Button Friend WithEvents Panel1 As Panel Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents btnBisJahr As Button Friend WithEvents btnMonat As Button Friend WithEvents btnBisMonat As Button Friend WithEvents btnVonMonat As Button Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Label13 As Label Friend WithEvents Label12 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents pnl As Panel Friend WithEvents txtAbfertDat As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents txtAbfertDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents txtGMR As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Button7 As Button Friend WithEvents Button6 As Button Friend WithEvents Button5 As Button Friend WithEvents btnSuche As Button Friend WithEvents Label23 As Label Friend WithEvents btnJahr As Button Friend WithEvents pnlTop As Panel Friend WithEvents Label4 As Label Friend WithEvents Label2 As Label Friend WithEvents cntxtOptionen As ContextMenuStrip Friend WithEvents StornoToolStripMenuItem As ToolStripMenuItem Friend WithEvents btnExcel As Button Friend WithEvents pnloptions As Panel Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents FlatButton7 As Button Friend WithEvents Label37 As Label Friend WithEvents txtMaxSrch As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents txtKennzeichen As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents cboSachbearbeiter As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label1 As Label Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button8 As Button Friend WithEvents Button9 As Button Friend WithEvents Button10 As Button End Class