_ Partial Class BEA_FunktionDetail Inherits System.Windows.Forms.UserControl 'UserControl1 ü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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(BEA_FunktionDetail)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.lblFunktionsnummer = New System.Windows.Forms.Label() Me.txtFunktionsnummer = New System.Windows.Forms.TextBox() Me.txtFunktionsstelle = New System.Windows.Forms.TextBox() Me.lblFunktionsstelle = New System.Windows.Forms.Label() Me.txtBezeichnung = New System.Windows.Forms.TextBox() Me.lblBeschreibung = New System.Windows.Forms.Label() Me.txtBeschreibung = New System.Windows.Forms.TextBox() Me.lblBemerkung = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lblErstelltam = New System.Windows.Forms.Label() Me.txtErstelltam = New System.Windows.Forms.TextBox() Me.txtMutiertam = New System.Windows.Forms.TextBox() Me.txtMutierer = New System.Windows.Forms.TextBox() Me.cbAktiv = New System.Windows.Forms.CheckBox() Me.lblAktiv = New System.Windows.Forms.Label() Me.lblParent = New System.Windows.Forms.Label() Me.txtParent = New System.Windows.Forms.TextBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.C1Mitarbeiter = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.Beziehungen1 = New _MyBeziehungen.Beziehungen() Me.lblCID = New System.Windows.Forms.Label() Me.cbCID = New System.Windows.Forms.CheckBox() Me.ToolStrip1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1Mitarbeiter, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(3, 16) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(625, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "ToolStripButton1" ' 'lblFunktionsnummer ' Me.lblFunktionsnummer.AutoSize = True Me.lblFunktionsnummer.Location = New System.Drawing.Point(9, 151) Me.lblFunktionsnummer.Name = "lblFunktionsnummer" Me.lblFunktionsnummer.Size = New System.Drawing.Size(90, 13) Me.lblFunktionsnummer.TabIndex = 1 Me.lblFunktionsnummer.Text = "Funktionsnummer" ' 'txtFunktionsnummer ' Me.txtFunktionsnummer.Location = New System.Drawing.Point(105, 148) Me.txtFunktionsnummer.Name = "txtFunktionsnummer" Me.txtFunktionsnummer.Size = New System.Drawing.Size(65, 20) Me.txtFunktionsnummer.TabIndex = 2 ' 'txtFunktionsstelle ' Me.txtFunktionsstelle.Location = New System.Drawing.Point(105, 174) Me.txtFunktionsstelle.Name = "txtFunktionsstelle" Me.txtFunktionsstelle.Size = New System.Drawing.Size(65, 20) Me.txtFunktionsstelle.TabIndex = 4 ' 'lblFunktionsstelle ' Me.lblFunktionsstelle.AutoSize = True Me.lblFunktionsstelle.Location = New System.Drawing.Point(9, 177) Me.lblFunktionsstelle.Name = "lblFunktionsstelle" Me.lblFunktionsstelle.Size = New System.Drawing.Size(77, 13) Me.lblFunktionsstelle.TabIndex = 3 Me.lblFunktionsstelle.Text = "Funktionsstelle" ' 'txtBezeichnung ' Me.txtBezeichnung.Location = New System.Drawing.Point(105, 44) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(274, 20) Me.txtBezeichnung.TabIndex = 6 ' 'lblBeschreibung ' Me.lblBeschreibung.AutoSize = True Me.lblBeschreibung.Location = New System.Drawing.Point(9, 47) Me.lblBeschreibung.Name = "lblBeschreibung" Me.lblBeschreibung.Size = New System.Drawing.Size(72, 13) Me.lblBeschreibung.TabIndex = 5 Me.lblBeschreibung.Text = "Beschreibung" ' 'txtBeschreibung ' Me.txtBeschreibung.Location = New System.Drawing.Point(105, 69) Me.txtBeschreibung.Multiline = True Me.txtBeschreibung.Name = "txtBeschreibung" Me.txtBeschreibung.Size = New System.Drawing.Size(274, 61) Me.txtBeschreibung.TabIndex = 8 ' 'lblBemerkung ' Me.lblBemerkung.AutoSize = True Me.lblBemerkung.Location = New System.Drawing.Point(9, 72) Me.lblBemerkung.Name = "lblBemerkung" Me.lblBemerkung.Size = New System.Drawing.Size(72, 13) Me.lblBemerkung.TabIndex = 7 Me.lblBemerkung.Text = "Beschreibung" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(394, 98) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 11 Me.Label1.Text = "Mutierer" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(394, 73) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 13) Me.Label2.TabIndex = 10 Me.Label2.Text = "Mutiert am" ' 'lblErstelltam ' Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(394, 47) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(55, 13) Me.lblErstelltam.TabIndex = 9 Me.lblErstelltam.Text = "Erstellt am" ' 'txtErstelltam ' Me.txtErstelltam.Location = New System.Drawing.Point(455, 44) Me.txtErstelltam.Name = "txtErstelltam" Me.txtErstelltam.ReadOnly = True Me.txtErstelltam.Size = New System.Drawing.Size(159, 20) Me.txtErstelltam.TabIndex = 12 ' 'txtMutiertam ' Me.txtMutiertam.Location = New System.Drawing.Point(455, 70) Me.txtMutiertam.Name = "txtMutiertam" Me.txtMutiertam.ReadOnly = True Me.txtMutiertam.Size = New System.Drawing.Size(159, 20) Me.txtMutiertam.TabIndex = 13 ' 'txtMutierer ' Me.txtMutierer.Location = New System.Drawing.Point(455, 95) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(159, 20) Me.txtMutierer.TabIndex = 14 ' 'cbAktiv ' Me.cbAktiv.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cbAktiv.AutoSize = True Me.cbAktiv.Location = New System.Drawing.Point(455, 123) Me.cbAktiv.Name = "cbAktiv" Me.cbAktiv.Size = New System.Drawing.Size(15, 14) Me.cbAktiv.TabIndex = 15 Me.cbAktiv.UseVisualStyleBackColor = True ' 'lblAktiv ' Me.lblAktiv.AutoSize = True Me.lblAktiv.Location = New System.Drawing.Point(394, 123) Me.lblAktiv.Name = "lblAktiv" Me.lblAktiv.Size = New System.Drawing.Size(31, 13) Me.lblAktiv.TabIndex = 16 Me.lblAktiv.Text = "Aktiv" ' 'lblParent ' Me.lblParent.AutoSize = True Me.lblParent.Location = New System.Drawing.Point(176, 151) Me.lblParent.Name = "lblParent" Me.lblParent.Size = New System.Drawing.Size(38, 13) Me.lblParent.TabIndex = 17 Me.lblParent.Text = "Parent" ' 'txtParent ' Me.txtParent.Location = New System.Drawing.Point(218, 148) Me.txtParent.Name = "txtParent" Me.txtParent.ReadOnly = True Me.txtParent.Size = New System.Drawing.Size(161, 20) Me.txtParent.TabIndex = 18 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.cbCID) Me.GroupBox2.Controls.Add(Me.lblCID) Me.GroupBox2.Controls.Add(Me.ToolStrip1) Me.GroupBox2.Controls.Add(Me.txtBezeichnung) Me.GroupBox2.Controls.Add(Me.txtParent) Me.GroupBox2.Controls.Add(Me.lblFunktionsnummer) Me.GroupBox2.Controls.Add(Me.lblParent) Me.GroupBox2.Controls.Add(Me.txtFunktionsnummer) Me.GroupBox2.Controls.Add(Me.lblAktiv) Me.GroupBox2.Controls.Add(Me.lblFunktionsstelle) Me.GroupBox2.Controls.Add(Me.cbAktiv) Me.GroupBox2.Controls.Add(Me.txtFunktionsstelle) Me.GroupBox2.Controls.Add(Me.txtMutierer) Me.GroupBox2.Controls.Add(Me.lblBeschreibung) Me.GroupBox2.Controls.Add(Me.txtMutiertam) Me.GroupBox2.Controls.Add(Me.lblBemerkung) Me.GroupBox2.Controls.Add(Me.txtErstelltam) Me.GroupBox2.Controls.Add(Me.txtBeschreibung) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.lblErstelltam) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(631, 203) Me.GroupBox2.TabIndex = 20 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Allgemein" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1Mitarbeiter) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(631, 267) Me.GroupBox1.TabIndex = 22 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Mitarbeiter" ' 'C1Mitarbeiter ' Me.C1Mitarbeiter.AllowDrop = True Me.C1Mitarbeiter.AlternatingRows = True Me.C1Mitarbeiter.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Mitarbeiter.FetchRowStyles = True Me.C1Mitarbeiter.FilterBar = True Me.C1Mitarbeiter.GroupByCaption = "Drag a column header here to group by that column" Me.C1Mitarbeiter.Images.Add(CType(resources.GetObject("C1Mitarbeiter.Images"), System.Drawing.Image)) Me.C1Mitarbeiter.Location = New System.Drawing.Point(3, 16) Me.C1Mitarbeiter.Name = "C1Mitarbeiter" Me.C1Mitarbeiter.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Mitarbeiter.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Mitarbeiter.PreviewInfo.ZoomFactor = 75.0R Me.C1Mitarbeiter.PrintInfo.PageSettings = CType(resources.GetObject("C1Mitarbeiter.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Mitarbeiter.Size = New System.Drawing.Size(625, 248) Me.C1Mitarbeiter.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Mitarbeiter.TabIndex = 10 Me.C1Mitarbeiter.Text = "C1TrueDBGrid1" Me.C1Mitarbeiter.PropBag = resources.GetString("C1Mitarbeiter.PropBag") ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 203) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.Beziehungen1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox1) Me.SplitContainer1.Size = New System.Drawing.Size(631, 481) Me.SplitContainer1.SplitterDistance = 210 Me.SplitContainer1.TabIndex = 21 ' 'Beziehungen1 ' Me.Beziehungen1.ConnectionString = Nothing Me.Beziehungen1.Dock = System.Windows.Forms.DockStyle.Fill Me.Beziehungen1.KeyValue = 0 Me.Beziehungen1.Location = New System.Drawing.Point(0, 0) Me.Beziehungen1.Mitarbeiternr = 0 Me.Beziehungen1.Name = "Beziehungen1" Me.Beziehungen1.Size = New System.Drawing.Size(631, 210) Me.Beziehungen1.TabIndex = 0 Me.Beziehungen1.TempFilePath = Nothing Me.Beziehungen1.Type = Nothing ' 'lblCID ' Me.lblCID.AutoSize = True Me.lblCID.Location = New System.Drawing.Point(176, 177) Me.lblCID.Name = "lblCID" Me.lblCID.Size = New System.Drawing.Size(66, 13) Me.lblCID.TabIndex = 19 Me.lblCID.Text = "CID-relevant" ' 'cbCID ' Me.cbCID.AutoSize = True Me.cbCID.Location = New System.Drawing.Point(248, 177) Me.cbCID.Name = "cbCID" Me.cbCID.Size = New System.Drawing.Size(15, 14) Me.cbCID.TabIndex = 20 Me.cbCID.UseVisualStyleBackColor = True ' 'BEA_FunktionDetail ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.GroupBox2) Me.Name = "BEA_FunktionDetail" Me.Size = New System.Drawing.Size(631, 684) Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) CType(Me.C1Mitarbeiter, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents lblFunktionsnummer As System.Windows.Forms.Label Friend WithEvents txtFunktionsnummer As System.Windows.Forms.TextBox Friend WithEvents txtFunktionsstelle As System.Windows.Forms.TextBox Friend WithEvents lblFunktionsstelle As System.Windows.Forms.Label Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox Friend WithEvents lblBeschreibung As System.Windows.Forms.Label Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox Friend WithEvents lblBemerkung As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents txtErstelltam As System.Windows.Forms.TextBox Friend WithEvents txtMutiertam As System.Windows.Forms.TextBox Friend WithEvents txtMutierer As System.Windows.Forms.TextBox Friend WithEvents cbAktiv As System.Windows.Forms.CheckBox Friend WithEvents lblAktiv As System.Windows.Forms.Label Friend WithEvents lblParent As System.Windows.Forms.Label Friend WithEvents txtParent As System.Windows.Forms.TextBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents C1Mitarbeiter As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents Beziehungen1 As _MyBeziehungen.Beziehungen Friend WithEvents cbCID As System.Windows.Forms.CheckBox Friend WithEvents lblCID As System.Windows.Forms.Label End Class