Vertragsverwaltung-Klassenbibliothek  

frmvertragsuebersicht_Suche.InitializeComponent -Methode

[Visual Basic]
<System.Diagnostics.DebuggerStepThrough()> _ 
Private Sub InitializeComponent()

Quellcode

[Visual Basic]
    Private Sub InitializeComponent() 
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmvertragsuebersicht_Suche)) 
Me.BeendenToolStipMenuItem = New System.Windows.Forms.ToolStripMenuItem 
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip 
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem 
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem 
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip 
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton 
Me.lblVertragspartner = New System.Windows.Forms.Label 
Me.txtVertragspartner = New System.Windows.Forms.TextBox 
Me.btnSuche = New System.Windows.Forms.Button 
Me.txtVertragselement = New System.Windows.Forms.TextBox 
Me.Label1 = New System.Windows.Forms.Label 
Me.MenuStrip1.SuspendLayout() 
Me.ToolStrip1.SuspendLayout() 
Me.SuspendLayout() 

'BeendenToolStipMenuItem 

Me.BeendenToolStipMenuItem.Name = "BeendenToolStipMenuItem" 
Me.BeendenToolStipMenuItem.Size = New System.Drawing.Size(117, 22) 
Me.BeendenToolStipMenuItem.Tag = "" 
Me.BeendenToolStipMenuItem.Text = "&Beenden" 

'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(407, 24) 
Me.MenuStrip1.TabIndex = 6 
Me.MenuStrip1.Tag = "" 
Me.MenuStrip1.Text = "Hauptmenu" 

'DateiToolStripMenuItem 

Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1}) 
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" 
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20) 
Me.DateiToolStripMenuItem.Tag = "" 
Me.DateiToolStripMenuItem.Text = "&Datei" 

'ToolStripMenuItem1 

Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" 
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(117, 22) 
Me.ToolStripMenuItem1.Tag = "" 
Me.ToolStripMenuItem1.Text = "&Beenden" 

'ToolStrip1 

Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit}) 
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) 
Me.ToolStrip1.Name = "ToolStrip1" 
Me.ToolStrip1.Size = New System.Drawing.Size(407, 25) 
Me.ToolStrip1.TabIndex = 7 
Me.ToolStrip1.Text = "Toolstrip Vertragspartner" 

'TSBtnQuit 

Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image 
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) 
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta 
Me.TSBtnQuit.Name = "TSBtnQuit" 
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) 
Me.TSBtnQuit.Text = "Fenster schliessen" 
Me.TSBtnQuit.ToolTipText = "Fenster schliessen" 

'lblVertragspartner 

Me.lblVertragspartner.AutoSize = True 
Me.lblVertragspartner.Location = New System.Drawing.Point(12, 68) 
Me.lblVertragspartner.Name = "lblVertragspartner" 
Me.lblVertragspartner.Size = New System.Drawing.Size(135, 13) 
Me.lblVertragspartner.TabIndex = 8 
Me.lblVertragspartner.Text = "Vertragspartner (Name/Ort)" 

'txtVertragspartner 

Me.txtVertragspartner.Location = New System.Drawing.Point(166, 65) 
Me.txtVertragspartner.Name = "txtVertragspartner" 
Me.txtVertragspartner.Size = New System.Drawing.Size(225, 20) 
Me.txtVertragspartner.TabIndex = 9 

'btnSuche 

Me.btnSuche.Location = New System.Drawing.Point(166, 136) 
Me.btnSuche.Name = "btnSuche" 
Me.btnSuche.Size = New System.Drawing.Size(75, 23) 
Me.btnSuche.TabIndex = 10 
Me.btnSuche.Text = "Suchen" 
Me.btnSuche.UseVisualStyleBackColor = True 

'txtVertragselement 

Me.txtVertragselement.Location = New System.Drawing.Point(166, 91) 
Me.txtVertragselement.Name = "txtVertragselement" 
Me.txtVertragselement.Size = New System.Drawing.Size(225, 20) 
Me.txtVertragselement.TabIndex = 12 

'Label1 

Me.Label1.AutoSize = True 
Me.Label1.Location = New System.Drawing.Point(12, 94) 
Me.Label1.Name = "Label1" 
Me.Label1.Size = New System.Drawing.Size(83, 13) 
Me.Label1.TabIndex = 11 
Me.Label1.Text = "Vertragselement" 

'frmvertragsuebersicht_Suche 

Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
Me.ClientSize = New System.Drawing.Size(407, 171) 
Me.Controls.Add(Me.txtVertragselement) 
Me.Controls.Add(Me.Label1) 
Me.Controls.Add(Me.btnSuche) 
Me.Controls.Add(Me.txtVertragspartner) 
Me.Controls.Add(Me.lblVertragspartner) 
Me.Controls.Add(Me.ToolStrip1) 
Me.Controls.Add(Me.MenuStrip1) 
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 
Me.Name = "frmvertragsuebersicht_Suche" 
Me.Text = "Suchen" 
Me.MenuStrip1.ResumeLayout(False) 
Me.MenuStrip1.PerformLayout() 
Me.ToolStrip1.ResumeLayout(False) 
Me.ToolStrip1.PerformLayout() 
Me.ResumeLayout(False) 
Me.PerformLayout() 
 
End Sub

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

frmvertragsuebersicht_Suche