You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
227 lines
10 KiB
227 lines
10 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.tstxtParnternr = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.tsbtnSearchPartner = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.tstxtDokumentid = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.tsbtnSearchDokument = New System.Windows.Forms.ToolStripButton()
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.C1Daten = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.tsbtnsave = New System.Windows.Forms.Button()
|
|
Me.txtEmail = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.tstxtParnternr, Me.tsbtnSearchPartner, Me.ToolStripSeparator1, Me.ToolStripLabel2, Me.tstxtDokumentid, Me.tsbtnSearchDokument})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(800, 25)
|
|
Me.ToolStrip1.TabIndex = 4
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'ToolStripLabel1
|
|
'
|
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
|
Me.ToolStripLabel1.Size = New System.Drawing.Size(56, 22)
|
|
Me.ToolStripLabel1.Text = "Partnernr"
|
|
'
|
|
'tstxtParnternr
|
|
'
|
|
Me.tstxtParnternr.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.tstxtParnternr.Name = "tstxtParnternr"
|
|
Me.tstxtParnternr.Size = New System.Drawing.Size(100, 25)
|
|
'
|
|
'tsbtnSearchPartner
|
|
'
|
|
Me.tsbtnSearchPartner.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.tsbtnSearchPartner.Image = CType(resources.GetObject("tsbtnSearchPartner.Image"), System.Drawing.Image)
|
|
Me.tsbtnSearchPartner.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnSearchPartner.Name = "tsbtnSearchPartner"
|
|
Me.tsbtnSearchPartner.Size = New System.Drawing.Size(23, 22)
|
|
Me.tsbtnSearchPartner.Text = "Parnter Suchen"
|
|
'
|
|
'ToolStripSeparator1
|
|
'
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ToolStripLabel2
|
|
'
|
|
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
|
Me.ToolStripLabel2.Size = New System.Drawing.Size(74, 22)
|
|
Me.ToolStripLabel2.Text = "DokumentID"
|
|
'
|
|
'tstxtDokumentid
|
|
'
|
|
Me.tstxtDokumentid.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.tstxtDokumentid.Name = "tstxtDokumentid"
|
|
Me.tstxtDokumentid.Size = New System.Drawing.Size(100, 25)
|
|
'
|
|
'tsbtnSearchDokument
|
|
'
|
|
Me.tsbtnSearchDokument.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.tsbtnSearchDokument.Image = CType(resources.GetObject("tsbtnSearchDokument.Image"), System.Drawing.Image)
|
|
Me.tsbtnSearchDokument.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnSearchDokument.Name = "tsbtnSearchDokument"
|
|
Me.tsbtnSearchDokument.Size = New System.Drawing.Size(23, 22)
|
|
Me.tsbtnSearchDokument.Text = "Dokumentid suchen"
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(800, 24)
|
|
Me.MenuStrip1.TabIndex = 3
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'C1Daten
|
|
'
|
|
Me.C1Daten.AllowUpdate = False
|
|
Me.C1Daten.AlternatingRows = True
|
|
Me.C1Daten.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.C1Daten.FetchRowStyles = True
|
|
Me.C1Daten.FilterBar = True
|
|
Me.C1Daten.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.C1Daten.Images.Add(CType(resources.GetObject("C1Daten.Images"), System.Drawing.Image))
|
|
Me.C1Daten.Location = New System.Drawing.Point(0, 49)
|
|
Me.C1Daten.Name = "C1Daten"
|
|
Me.C1Daten.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.C1Daten.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.C1Daten.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.C1Daten.PrintInfo.PageSettings = CType(resources.GetObject("C1Daten.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.C1Daten.PropBag = resources.GetString("C1Daten.PropBag")
|
|
Me.C1Daten.RecordSelectorWidth = 16
|
|
Me.C1Daten.Size = New System.Drawing.Size(800, 301)
|
|
Me.C1Daten.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.C1Daten.TabIndex = 22
|
|
Me.C1Daten.Text = "C1TrueDBGrid2"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.tsbtnsave)
|
|
Me.Panel1.Controls.Add(Me.txtEmail)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Enabled = False
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 350)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(800, 100)
|
|
Me.Panel1.TabIndex = 23
|
|
'
|
|
'tsbtnsave
|
|
'
|
|
Me.tsbtnsave.Enabled = False
|
|
Me.tsbtnsave.Location = New System.Drawing.Point(59, 34)
|
|
Me.tsbtnsave.Name = "tsbtnsave"
|
|
Me.tsbtnsave.Size = New System.Drawing.Size(75, 23)
|
|
Me.tsbtnsave.TabIndex = 2
|
|
Me.tsbtnsave.Text = "Speichern"
|
|
Me.tsbtnsave.UseVisualStyleBackColor = True
|
|
'
|
|
'txtEmail
|
|
'
|
|
Me.txtEmail.Location = New System.Drawing.Point(59, 7)
|
|
Me.txtEmail.MaxLength = 255
|
|
Me.txtEmail.Name = "txtEmail"
|
|
Me.txtEmail.Size = New System.Drawing.Size(613, 20)
|
|
Me.txtEmail.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(13, 7)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "E-Mail:"
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.C1Daten)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Name = "Form1"
|
|
Me.Text = "E-Mail-Update"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ToolStrip1 As Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripLabel1 As Windows.Forms.ToolStripLabel
|
|
Friend WithEvents tstxtParnternr As Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents tsbtnSearchPartner As Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator1 As Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ToolStripLabel2 As Windows.Forms.ToolStripLabel
|
|
Friend WithEvents tstxtDokumentid As Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents tsbtnSearchDokument As Windows.Forms.ToolStripButton
|
|
Friend WithEvents MenuStrip1 As Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents C1Daten As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents Panel1 As Windows.Forms.Panel
|
|
Friend WithEvents tsbtnsave As Windows.Forms.Button
|
|
Friend WithEvents txtEmail As Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As Windows.Forms.Label
|
|
End Class
|