337 lines
17 KiB
VB.net
337 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlIDSPreise
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.lblIDS = New System.Windows.Forms.TextBox()
|
|
Me.dgvIDSData = New System.Windows.Forms.DataGridView()
|
|
Me.cntxtAddSdl = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.DToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.btnOfferteSpeichern = New System.Windows.Forms.Button()
|
|
Me.btnEditIDS = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.dgvIDS = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.cbxTypes = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnCloseEditMode = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.lblEditMode = New System.Windows.Forms.Label()
|
|
Me.btnKunde = New System.Windows.Forms.Button()
|
|
Me.dgvFILTER = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnRW = New System.Windows.Forms.Button()
|
|
Me.btnAdd = New System.Windows.Forms.Button()
|
|
Me.btnExcel = New System.Windows.Forms.Button()
|
|
Me.btnStationen = New System.Windows.Forms.Button()
|
|
CType(Me.dgvIDSData, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.cntxtAddSdl.SuspendLayout()
|
|
CType(Me.dgvIDS, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvFILTER, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblIDS
|
|
'
|
|
Me.lblIDS.BackColor = System.Drawing.Color.White
|
|
Me.lblIDS.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.lblIDS.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblIDS.Location = New System.Drawing.Point(5, 10)
|
|
Me.lblIDS.Multiline = True
|
|
Me.lblIDS.Name = "lblIDS"
|
|
Me.lblIDS.ReadOnly = True
|
|
Me.lblIDS.Size = New System.Drawing.Size(171, 22)
|
|
Me.lblIDS.TabIndex = 0
|
|
Me.lblIDS.Text = "IDS"
|
|
'
|
|
'dgvIDSData
|
|
'
|
|
Me.dgvIDSData.AllowUserToAddRows = False
|
|
Me.dgvIDSData.AllowUserToDeleteRows = False
|
|
Me.dgvIDSData.AllowUserToOrderColumns = True
|
|
Me.dgvIDSData.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvIDSData.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvIDSData.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvIDSData.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvIDSData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
|
|
Me.dgvIDSData.Location = New System.Drawing.Point(182, 63)
|
|
Me.dgvIDSData.MultiSelect = False
|
|
Me.dgvIDSData.Name = "dgvIDSData"
|
|
Me.dgvIDSData.RowHeadersVisible = False
|
|
Me.dgvIDSData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvIDSData.Size = New System.Drawing.Size(981, 444)
|
|
Me.dgvIDSData.TabIndex = 5
|
|
'
|
|
'cntxtAddSdl
|
|
'
|
|
Me.cntxtAddSdl.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DToolStripMenuItem})
|
|
Me.cntxtAddSdl.Name = "cntxtAddSdl"
|
|
Me.cntxtAddSdl.Size = New System.Drawing.Size(82, 26)
|
|
'
|
|
'DToolStripMenuItem
|
|
'
|
|
Me.DToolStripMenuItem.Name = "DToolStripMenuItem"
|
|
Me.DToolStripMenuItem.Size = New System.Drawing.Size(81, 22)
|
|
Me.DToolStripMenuItem.Text = "d"
|
|
'
|
|
'btnOfferteSpeichern
|
|
'
|
|
Me.btnOfferteSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnOfferteSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOfferteSpeichern.ForeColor = System.Drawing.Color.Black
|
|
Me.btnOfferteSpeichern.Image = Global.SDL.My.Resources.Resources.save
|
|
Me.btnOfferteSpeichern.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.btnOfferteSpeichern.Location = New System.Drawing.Point(1031, 514)
|
|
Me.btnOfferteSpeichern.Name = "btnOfferteSpeichern"
|
|
Me.btnOfferteSpeichern.Size = New System.Drawing.Size(132, 36)
|
|
Me.btnOfferteSpeichern.TabIndex = 15
|
|
Me.btnOfferteSpeichern.Tag = ""
|
|
Me.btnOfferteSpeichern.Text = "Speichern"
|
|
Me.btnOfferteSpeichern.UseVisualStyleBackColor = True
|
|
Me.btnOfferteSpeichern.Visible = False
|
|
'
|
|
'btnEditIDS
|
|
'
|
|
Me.btnEditIDS.allowBorder = False
|
|
Me.btnEditIDS.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnEditIDS.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.btnEditIDS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnEditIDS.FlatAppearance.BorderSize = 0
|
|
Me.btnEditIDS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnEditIDS.ForeColor = System.Drawing.Color.Black
|
|
Me.btnEditIDS.Location = New System.Drawing.Point(1097, 4)
|
|
Me.btnEditIDS.Name = "btnEditIDS"
|
|
Me.btnEditIDS.Size = New System.Drawing.Size(20, 20)
|
|
Me.btnEditIDS.TabIndex = 1
|
|
Me.btnEditIDS.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvIDS
|
|
'
|
|
Me.dgvIDS.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvIDS.AllowUserToAddRows = False
|
|
Me.dgvIDS.AllowUserToDeleteRows = False
|
|
Me.dgvIDS.AllowUserToOrderColumns = True
|
|
Me.dgvIDS.AllowUserToResizeRows = False
|
|
Me.dgvIDS.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvIDS.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvIDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvIDS.Location = New System.Drawing.Point(0, 63)
|
|
Me.dgvIDS.MultiSelect = False
|
|
Me.dgvIDS.Name = "dgvIDS"
|
|
Me.dgvIDS.ReadOnly = True
|
|
Me.dgvIDS.RowHeadersVisible = False
|
|
Me.dgvIDS.Size = New System.Drawing.Size(176, 444)
|
|
Me.dgvIDS.TabIndex = 30
|
|
'
|
|
'cbxTypes
|
|
'
|
|
Me.cbxTypes._allowedValuesFreiText = Nothing
|
|
Me.cbxTypes._allowFreiText = False
|
|
Me.cbxTypes._value = ""
|
|
Me.cbxTypes.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.cbxTypes.DropDownWidth = 350
|
|
Me.cbxTypes.FormattingEnabled = True
|
|
Me.cbxTypes.Location = New System.Drawing.Point(0, 36)
|
|
Me.cbxTypes.Name = "cbxTypes"
|
|
Me.cbxTypes.Size = New System.Drawing.Size(149, 21)
|
|
Me.cbxTypes.TabIndex = 18
|
|
'
|
|
'btnCloseEditMode
|
|
'
|
|
Me.btnCloseEditMode.allowBorder = False
|
|
Me.btnCloseEditMode.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnCloseEditMode.BackgroundImage = Global.SDL.My.Resources.Resources.del
|
|
Me.btnCloseEditMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnCloseEditMode.FlatAppearance.BorderSize = 0
|
|
Me.btnCloseEditMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnCloseEditMode.ForeColor = System.Drawing.Color.Black
|
|
Me.btnCloseEditMode.Location = New System.Drawing.Point(1132, 6)
|
|
Me.btnCloseEditMode.Name = "btnCloseEditMode"
|
|
Me.btnCloseEditMode.Size = New System.Drawing.Size(20, 20)
|
|
Me.btnCloseEditMode.TabIndex = 31
|
|
Me.btnCloseEditMode.UseVisualStyleBackColor = True
|
|
Me.btnCloseEditMode.Visible = False
|
|
'
|
|
'lblEditMode
|
|
'
|
|
Me.lblEditMode.AutoSize = True
|
|
Me.lblEditMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEditMode.ForeColor = System.Drawing.Color.Red
|
|
Me.lblEditMode.Location = New System.Drawing.Point(551, 11)
|
|
Me.lblEditMode.Name = "lblEditMode"
|
|
Me.lblEditMode.Size = New System.Drawing.Size(64, 13)
|
|
Me.lblEditMode.TabIndex = 32
|
|
Me.lblEditMode.Text = "Edit Mode"
|
|
Me.lblEditMode.Visible = False
|
|
'
|
|
'btnKunde
|
|
'
|
|
Me.btnKunde.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnKunde.ForeColor = System.Drawing.Color.Black
|
|
Me.btnKunde.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.btnKunde.Location = New System.Drawing.Point(993, 4)
|
|
Me.btnKunde.Name = "btnKunde"
|
|
Me.btnKunde.Size = New System.Drawing.Size(76, 28)
|
|
Me.btnKunde.TabIndex = 33
|
|
Me.btnKunde.Tag = ""
|
|
Me.btnKunde.Text = "Kunde"
|
|
Me.btnKunde.UseVisualStyleBackColor = True
|
|
Me.btnKunde.Visible = False
|
|
'
|
|
'dgvFILTER
|
|
'
|
|
Me.dgvFILTER.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvFILTER.AllowUserToAddRows = False
|
|
Me.dgvFILTER.AllowUserToDeleteRows = False
|
|
Me.dgvFILTER.AllowUserToResizeColumns = False
|
|
Me.dgvFILTER.AllowUserToResizeRows = False
|
|
Me.dgvFILTER.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvFILTER.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.dgvFILTER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvFILTER.ColumnHeadersVisible = False
|
|
Me.dgvFILTER.Location = New System.Drawing.Point(182, 35)
|
|
Me.dgvFILTER.Name = "dgvFILTER"
|
|
Me.dgvFILTER.ScrollBars = System.Windows.Forms.ScrollBars.None
|
|
Me.dgvFILTER.Size = New System.Drawing.Size(796, 22)
|
|
Me.dgvFILTER.TabIndex = 34
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.Red
|
|
Me.Label1.Location = New System.Drawing.Point(64, 15)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(0, 13)
|
|
Me.Label1.TabIndex = 35
|
|
'
|
|
'btnRW
|
|
'
|
|
Me.btnRW.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnRW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRW.ForeColor = System.Drawing.Color.Black
|
|
Me.btnRW.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.btnRW.Location = New System.Drawing.Point(911, 4)
|
|
Me.btnRW.Name = "btnRW"
|
|
Me.btnRW.Size = New System.Drawing.Size(76, 28)
|
|
Me.btnRW.TabIndex = 36
|
|
Me.btnRW.Tag = ""
|
|
Me.btnRW.Text = "RW"
|
|
Me.btnRW.UseVisualStyleBackColor = True
|
|
Me.btnRW.Visible = False
|
|
'
|
|
'btnAdd
|
|
'
|
|
Me.btnAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnAdd.BackgroundImage = Global.SDL.My.Resources.Resources.plus
|
|
Me.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAdd.ForeColor = System.Drawing.Color.Black
|
|
Me.btnAdd.Location = New System.Drawing.Point(869, 3)
|
|
Me.btnAdd.Name = "btnAdd"
|
|
Me.btnAdd.Size = New System.Drawing.Size(36, 28)
|
|
Me.btnAdd.TabIndex = 37
|
|
Me.btnAdd.Tag = ""
|
|
Me.btnAdd.UseVisualStyleBackColor = True
|
|
'
|
|
'btnExcel
|
|
'
|
|
Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExcel.ForeColor = System.Drawing.Color.Black
|
|
Me.btnExcel.Image = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.btnExcel.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.btnExcel.Location = New System.Drawing.Point(182, 514)
|
|
Me.btnExcel.Name = "btnExcel"
|
|
Me.btnExcel.Size = New System.Drawing.Size(45, 36)
|
|
Me.btnExcel.TabIndex = 38
|
|
Me.btnExcel.Tag = ""
|
|
Me.btnExcel.UseVisualStyleBackColor = True
|
|
Me.btnExcel.Visible = False
|
|
'
|
|
'btnStationen
|
|
'
|
|
Me.btnStationen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnStationen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnStationen.ForeColor = System.Drawing.Color.Black
|
|
Me.btnStationen.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
|
Me.btnStationen.Location = New System.Drawing.Point(5, 513)
|
|
Me.btnStationen.Name = "btnStationen"
|
|
Me.btnStationen.Size = New System.Drawing.Size(89, 36)
|
|
Me.btnStationen.TabIndex = 39
|
|
Me.btnStationen.Tag = ""
|
|
Me.btnStationen.Text = "Stationen"
|
|
Me.btnStationen.UseVisualStyleBackColor = True
|
|
Me.btnStationen.Visible = False
|
|
'
|
|
'usrCntlIDSPreise
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.btnStationen)
|
|
Me.Controls.Add(Me.btnAdd)
|
|
Me.Controls.Add(Me.btnRW)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.dgvFILTER)
|
|
Me.Controls.Add(Me.btnKunde)
|
|
Me.Controls.Add(Me.lblEditMode)
|
|
Me.Controls.Add(Me.btnCloseEditMode)
|
|
Me.Controls.Add(Me.cbxTypes)
|
|
Me.Controls.Add(Me.dgvIDS)
|
|
Me.Controls.Add(Me.btnOfferteSpeichern)
|
|
Me.Controls.Add(Me.btnExcel)
|
|
Me.Controls.Add(Me.btnEditIDS)
|
|
Me.Controls.Add(Me.lblIDS)
|
|
Me.Controls.Add(Me.dgvIDSData)
|
|
Me.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Name = "usrCntlIDSPreise"
|
|
Me.Size = New System.Drawing.Size(1173, 576)
|
|
CType(Me.dgvIDSData, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.cntxtAddSdl.ResumeLayout(False)
|
|
CType(Me.dgvIDS, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvFILTER, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lblIDS As System.Windows.Forms.TextBox
|
|
Friend WithEvents dgvIDSData As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnEditIDS As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents cntxtAddSdl As ContextMenuStrip
|
|
Friend WithEvents DToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents btnOfferteSpeichern As Button
|
|
Friend WithEvents dgvIDS As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents cbxTypes As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents btnCloseEditMode As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents lblEditMode As Label
|
|
Friend WithEvents btnKunde As Button
|
|
Friend WithEvents dgvFILTER As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents btnRW As Button
|
|
Friend WithEvents btnAdd As Button
|
|
Friend WithEvents btnExcel As Button
|
|
Friend WithEvents btnStationen As Button
|
|
End Class
|