_ Partial Class frmSetNeueBeziehung 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(frmSetNeueBeziehung)) Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.Panel1 = New System.Windows.Forms.Panel() Me.C1Daten = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.BeziehungErstellenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ObjektAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(8, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(37, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Quelle" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(51, 15) Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.Size = New System.Drawing.Size(423, 20) Me.TextBox1.TabIndex = 1 ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(543, 25) Me.ToolStrip1.TabIndex = 4 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 = "ToolStripButton1" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(543, 47) Me.Panel1.TabIndex = 5 ' 'C1Daten ' Me.C1Daten.AllowUpdate = False Me.C1Daten.AlternatingRows = True Me.C1Daten.ContextMenuStrip = Me.ContextMenuStrip1 Me.C1Daten.Dock = System.Windows.Forms.DockStyle.Fill 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, 72) 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.Size = New System.Drawing.Size(543, 300) Me.C1Daten.TabIndex = 6 Me.C1Daten.Text = "C1TrueDBGrid1" Me.C1Daten.PropBag = resources.GetString("C1Daten.PropBag") ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeziehungErstellenToolStripMenuItem, Me.ObjektAnzeigenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(177, 48) ' 'BeziehungErstellenToolStripMenuItem ' Me.BeziehungErstellenToolStripMenuItem.Name = "BeziehungErstellenToolStripMenuItem" Me.BeziehungErstellenToolStripMenuItem.Size = New System.Drawing.Size(176, 22) Me.BeziehungErstellenToolStripMenuItem.Text = "Beziehung erstellen" ' 'ObjektAnzeigenToolStripMenuItem ' Me.ObjektAnzeigenToolStripMenuItem.Name = "ObjektAnzeigenToolStripMenuItem" Me.ObjektAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(176, 22) Me.ObjektAnzeigenToolStripMenuItem.Text = "Objekt anzeigen" ' 'frmSetNeueBeziehung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(543, 372) Me.Controls.Add(Me.C1Daten) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSetNeueBeziehung" Me.Text = "Neue Beziehung" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents C1Daten As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents BeziehungErstellenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ObjektAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem End Class