[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmToolTipEditor))
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
Me.lblFormular = New System.Windows.Forms.Label
Me.txtFormularname = New System.Windows.Forms.TextBox
Me.txtControlname = New System.Windows.Forms.TextBox
Me.lblControl = New System.Windows.Forms.Label
Me.lblToolTip = New System.Windows.Forms.Label
Me.txtToolTip = New System.Windows.Forms.TextBox
Me.btnSave = New System.Windows.Forms.Button
Me.MenuStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.SuspendLayout()
'
'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(587, 24)
Me.MenuStrip1.TabIndex = 1
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(44, 20)
Me.DateiToolStripMenuItem.Text = "&Datei"
'
'BeendenToolStripMenuItem
'
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
Me.BeendenToolStripMenuItem.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(587, 25)
Me.ToolStrip1.TabIndex = 2
Me.ToolStrip1.Text = "ToolStrip1"
'
'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"
'
'lblFormular
'
Me.lblFormular.AutoSize = True
Me.lblFormular.Location = New System.Drawing.Point(12, 61)
Me.lblFormular.Name = "lblFormular"
Me.lblFormular.Size = New System.Drawing.Size(73, 13)
Me.lblFormular.TabIndex = 3
Me.lblFormular.Text = "Formularname"
'
'txtFormularname
'
Me.txtFormularname.Location = New System.Drawing.Point(91, 61)
Me.txtFormularname.Name = "txtFormularname"
Me.txtFormularname.Size = New System.Drawing.Size(210, 20)
Me.txtFormularname.TabIndex = 4
'
'txtControlname
'
Me.txtControlname.Location = New System.Drawing.Point(91, 87)
Me.txtControlname.Name = "txtControlname"
Me.txtControlname.Size = New System.Drawing.Size(210, 20)
Me.txtControlname.TabIndex = 5
'
'lblControl
'
Me.lblControl.AutoSize = True
Me.lblControl.Location = New System.Drawing.Point(12, 90)
Me.lblControl.Name = "lblControl"
Me.lblControl.Size = New System.Drawing.Size(40, 13)
Me.lblControl.TabIndex = 6
Me.lblControl.Text = "Control"
'
'lblToolTip
'
Me.lblToolTip.AutoSize = True
Me.lblToolTip.Location = New System.Drawing.Point(12, 126)
Me.lblToolTip.Name = "lblToolTip"
Me.lblToolTip.Size = New System.Drawing.Size(43, 13)
Me.lblToolTip.TabIndex = 7
Me.lblToolTip.Text = "ToolTip"
'
'txtToolTip
'
Me.txtToolTip.Location = New System.Drawing.Point(91, 119)
Me.txtToolTip.Multiline = True
Me.txtToolTip.Name = "txtToolTip"
Me.txtToolTip.Size = New System.Drawing.Size(474, 75)
Me.txtToolTip.TabIndex = 8
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(91, 220)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 9
Me.btnSave.Text = "Speichern"
Me.btnSave.UseVisualStyleBackColor = True
'
'FrmToolTipEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(587, 262)
Me.Controls.Add(Me.btnSave)
Me.Controls.Add(Me.txtToolTip)
Me.Controls.Add(Me.lblToolTip)
Me.Controls.Add(Me.lblControl)
Me.Controls.Add(Me.txtControlname)
Me.Controls.Add(Me.txtFormularname)
Me.Controls.Add(Me.lblFormular)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmToolTipEditor"
Me.Text = "ToolTipEditor"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
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