Partial Class frmMainV2 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(frmMainV2)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ChatANAUSToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.PanOben = New System.Windows.Forms.Panel() Me.btnFrachtkosten = New System.Windows.Forms.Button() Me.btnAuftraege = New System.Windows.Forms.Button() Me.btnFirmen = New System.Windows.Forms.Button() Me.PanUnten = New System.Windows.Forms.Panel() Me.Label20 = New System.Windows.Forms.Label() Me.picAVISOMessenger = New System.Windows.Forms.PictureBox() Me.btnSchliessen = New System.Windows.Forms.Button() Me.lblVersion = New System.Windows.Forms.Label() Me.btnUpdate = New System.Windows.Forms.Button() Me.btnVollmacht = New System.Windows.Forms.Button() Me.btnCMR = New System.Windows.Forms.Button() Me.btnKasse = New System.Windows.Forms.Button() Me.PanMain = New System.Windows.Forms.Panel() Me.UidDataSet1 = New DISPO.UIDDataSet() Me.Timer_Refresh = New System.Windows.Forms.Timer(Me.components) Me.btnMitarbeiterKonto = New VERAG_PROG_ALLGEMEIN.FlatButton() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.PanOben.SuspendLayout() Me.PanUnten.SuspendLayout() CType(Me.picAVISOMessenger, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.UidDataSet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.DISPO.My.Resources.Resources.dispo Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.ContextMenuStrip = Me.ContextMenuStrip1 Me.PictureBox1.Location = New System.Drawing.Point(3, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(209, 41) Me.PictureBox1.TabIndex = 14 Me.PictureBox1.TabStop = False ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ChatANAUSToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 26) ' 'ChatANAUSToolStripMenuItem ' Me.ChatANAUSToolStripMenuItem.Name = "ChatANAUSToolStripMenuItem" Me.ChatANAUSToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.ChatANAUSToolStripMenuItem.Text = "Chat AN/AUS" ' 'PanOben ' Me.PanOben.Controls.Add(Me.btnMitarbeiterKonto) Me.PanOben.Controls.Add(Me.btnFrachtkosten) Me.PanOben.Controls.Add(Me.btnAuftraege) Me.PanOben.Controls.Add(Me.btnFirmen) Me.PanOben.Controls.Add(Me.PictureBox1) Me.PanOben.Dock = System.Windows.Forms.DockStyle.Top Me.PanOben.Location = New System.Drawing.Point(0, 0) Me.PanOben.Name = "PanOben" Me.PanOben.Size = New System.Drawing.Size(1587, 82) Me.PanOben.TabIndex = 15 ' 'btnFrachtkosten ' Me.btnFrachtkosten.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver Me.btnFrachtkosten.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnFrachtkosten.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnFrachtkosten.Image = CType(resources.GetObject("btnFrachtkosten.Image"), System.Drawing.Image) Me.btnFrachtkosten.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnFrachtkosten.Location = New System.Drawing.Point(506, 4) Me.btnFrachtkosten.Name = "btnFrachtkosten" Me.btnFrachtkosten.Size = New System.Drawing.Size(120, 40) Me.btnFrachtkosten.TabIndex = 19 Me.btnFrachtkosten.Text = "Frachtkosten" Me.btnFrachtkosten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnFrachtkosten.UseVisualStyleBackColor = True ' 'btnAuftraege ' Me.btnAuftraege.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver Me.btnAuftraege.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAuftraege.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAuftraege.Image = CType(resources.GetObject("btnAuftraege.Image"), System.Drawing.Image) Me.btnAuftraege.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAuftraege.Location = New System.Drawing.Point(380, 4) Me.btnAuftraege.Name = "btnAuftraege" Me.btnAuftraege.Size = New System.Drawing.Size(120, 40) Me.btnAuftraege.TabIndex = 18 Me.btnAuftraege.Text = "Aufträge" Me.btnAuftraege.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAuftraege.UseVisualStyleBackColor = True ' 'btnFirmen ' Me.btnFirmen.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver Me.btnFirmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnFirmen.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnFirmen.Image = CType(resources.GetObject("btnFirmen.Image"), System.Drawing.Image) Me.btnFirmen.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnFirmen.Location = New System.Drawing.Point(254, 4) Me.btnFirmen.Name = "btnFirmen" Me.btnFirmen.Size = New System.Drawing.Size(120, 40) Me.btnFirmen.TabIndex = 17 Me.btnFirmen.Text = "Kunden" Me.btnFirmen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnFirmen.UseVisualStyleBackColor = True ' 'PanUnten ' Me.PanUnten.Controls.Add(Me.Label20) Me.PanUnten.Controls.Add(Me.picAVISOMessenger) Me.PanUnten.Controls.Add(Me.btnSchliessen) Me.PanUnten.Controls.Add(Me.lblVersion) Me.PanUnten.Controls.Add(Me.btnUpdate) Me.PanUnten.Controls.Add(Me.btnVollmacht) Me.PanUnten.Controls.Add(Me.btnCMR) Me.PanUnten.Controls.Add(Me.btnKasse) Me.PanUnten.Dock = System.Windows.Forms.DockStyle.Bottom Me.PanUnten.Location = New System.Drawing.Point(0, 935) Me.PanUnten.Name = "PanUnten" Me.PanUnten.Size = New System.Drawing.Size(1587, 62) Me.PanUnten.TabIndex = 16 ' 'Label20 ' Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label20.BackColor = System.Drawing.Color.Red Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.ForeColor = System.Drawing.Color.White Me.Label20.Location = New System.Drawing.Point(1425, 4) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(28, 19) Me.Label20.TabIndex = 43 Me.Label20.Text = "99" Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label20.Visible = False ' 'picAVISOMessenger ' Me.picAVISOMessenger.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.picAVISOMessenger.BackgroundImage = Global.DISPO.My.Resources.Resources.aviso_messenger Me.picAVISOMessenger.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.picAVISOMessenger.Cursor = System.Windows.Forms.Cursors.Hand Me.picAVISOMessenger.Image = Global.DISPO.My.Resources.Resources.aviso_messenger Me.picAVISOMessenger.Location = New System.Drawing.Point(1394, 4) Me.picAVISOMessenger.Name = "picAVISOMessenger" Me.picAVISOMessenger.Size = New System.Drawing.Size(59, 55) Me.picAVISOMessenger.TabIndex = 42 Me.picAVISOMessenger.TabStop = False ' 'btnSchliessen ' Me.btnSchliessen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSchliessen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSchliessen.Location = New System.Drawing.Point(1495, 27) Me.btnSchliessen.Name = "btnSchliessen" Me.btnSchliessen.Size = New System.Drawing.Size(80, 23) Me.btnSchliessen.TabIndex = 34 Me.btnSchliessen.Text = "Schließen" Me.btnSchliessen.UseVisualStyleBackColor = True ' 'lblVersion ' Me.lblVersion.AutoSize = True Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Hand Me.lblVersion.Location = New System.Drawing.Point(454, 32) Me.lblVersion.Name = "lblVersion" Me.lblVersion.Size = New System.Drawing.Size(72, 13) Me.lblVersion.TabIndex = 33 Me.lblVersion.Text = "Version: 0.0.0" ' 'btnUpdate ' Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnUpdate.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnUpdate.Location = New System.Drawing.Point(546, 27) Me.btnUpdate.Name = "btnUpdate" Me.btnUpdate.Size = New System.Drawing.Size(80, 23) Me.btnUpdate.TabIndex = 28 Me.btnUpdate.Text = "Update" Me.btnUpdate.UseVisualStyleBackColor = True ' 'btnVollmacht ' Me.btnVollmacht.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVollmacht.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnVollmacht.Location = New System.Drawing.Point(184, 27) Me.btnVollmacht.Name = "btnVollmacht" Me.btnVollmacht.Size = New System.Drawing.Size(80, 23) Me.btnVollmacht.TabIndex = 32 Me.btnVollmacht.Text = "Vollmacht" Me.btnVollmacht.UseVisualStyleBackColor = True ' 'btnCMR ' Me.btnCMR.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnCMR.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnCMR.Location = New System.Drawing.Point(98, 27) Me.btnCMR.Name = "btnCMR" Me.btnCMR.Size = New System.Drawing.Size(80, 23) Me.btnCMR.TabIndex = 29 Me.btnCMR.Text = "CMR" Me.btnCMR.UseVisualStyleBackColor = True ' 'btnKasse ' Me.btnKasse.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnKasse.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnKasse.Location = New System.Drawing.Point(12, 27) Me.btnKasse.Name = "btnKasse" Me.btnKasse.Size = New System.Drawing.Size(80, 23) Me.btnKasse.TabIndex = 30 Me.btnKasse.Text = "Kasse" Me.btnKasse.UseVisualStyleBackColor = True ' 'PanMain ' Me.PanMain.Dock = System.Windows.Forms.DockStyle.Fill Me.PanMain.Location = New System.Drawing.Point(0, 82) Me.PanMain.Margin = New System.Windows.Forms.Padding(0) Me.PanMain.Name = "PanMain" Me.PanMain.Size = New System.Drawing.Size(1587, 853) Me.PanMain.TabIndex = 17 ' 'UidDataSet1 ' Me.UidDataSet1.DataSetName = "UIDDataSet" Me.UidDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'Timer_Refresh ' Me.Timer_Refresh.Enabled = True Me.Timer_Refresh.Interval = 5000 ' 'btnMitarbeiterKonto ' Me.btnMitarbeiterKonto.allowBorder = False Me.btnMitarbeiterKonto.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnMitarbeiterKonto.BackColor = System.Drawing.Color.White Me.btnMitarbeiterKonto.FlatAppearance.BorderSize = 0 Me.btnMitarbeiterKonto.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMitarbeiterKonto.ForeColor = System.Drawing.Color.Black Me.btnMitarbeiterKonto.Image = CType(resources.GetObject("btnMitarbeiterKonto.Image"), System.Drawing.Image) Me.btnMitarbeiterKonto.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.btnMitarbeiterKonto.Location = New System.Drawing.Point(1457, 4) Me.btnMitarbeiterKonto.Name = "btnMitarbeiterKonto" Me.btnMitarbeiterKonto.Size = New System.Drawing.Size(118, 67) Me.btnMitarbeiterKonto.TabIndex = 88 Me.btnMitarbeiterKonto.Text = "Andreas Luxbauer" Me.btnMitarbeiterKonto.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnMitarbeiterKonto.UseVisualStyleBackColor = False ' 'frmMainV2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1587, 997) Me.Controls.Add(Me.PanMain) Me.Controls.Add(Me.PanUnten) Me.Controls.Add(Me.PanOben) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimumSize = New System.Drawing.Size(750, 300) Me.Name = "frmMainV2" Me.Text = "DISPO" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.PanOben.ResumeLayout(False) Me.PanUnten.ResumeLayout(False) Me.PanUnten.PerformLayout() CType(Me.picAVISOMessenger, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.UidDataSet1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PanOben As Panel Friend WithEvents btnFirmen As Button Friend WithEvents btnAuftraege As Button Friend WithEvents btnFrachtkosten As Button Friend WithEvents PanUnten As Panel Friend WithEvents btnUpdate As Button Friend WithEvents btnVollmacht As Button Friend WithEvents btnCMR As Button Friend WithEvents btnKasse As Button Friend WithEvents PanMain As Panel Friend WithEvents lblVersion As Label Friend WithEvents btnSchliessen As Button Friend WithEvents UidDataSet1 As UIDDataSet Friend WithEvents picAVISOMessenger As PictureBox Friend WithEvents Timer_Refresh As Timer Friend WithEvents Label20 As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ChatANAUSToolStripMenuItem As ToolStripMenuItem Friend WithEvents btnMitarbeiterKonto As VERAG_PROG_ALLGEMEIN.FlatButton End Class