_ Partial Class frmMassnahme 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMassnahme)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.txtBezeichnung = New DevComponents.DotNetBar.Controls.TextBoxX() Me.lblBezeichnung = New System.Windows.Forms.Label() Me.lblAktiv = New System.Windows.Forms.Label() Me.cbaktiv = New System.Windows.Forms.CheckBox() Me.btnAbbruch = New System.Windows.Forms.Button() Me.btnSave = New System.Windows.Forms.Button() Me.txtBeschreibung = New System.Windows.Forms.TextBox() Me.lblBeschreibung = New System.Windows.Forms.Label() Me.lblTermin = New System.Windows.Forms.Label() Me.dtTermin = New System.Windows.Forms.DateTimePicker() Me.cbboxVerantwortlich = New System.Windows.Forms.ComboBox() Me.lblVerantwortlich = New System.Windows.Forms.Label() Me.txtResultat = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(706, 25) Me.ToolStrip1.TabIndex = 9 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" ' '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" Me.ToolStripButton1.Visible = False ' 'txtBezeichnung ' ' ' ' Me.txtBezeichnung.Border.Class = "TextBoxBorder" Me.txtBezeichnung.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square Me.txtBezeichnung.Location = New System.Drawing.Point(91, 28) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.PreventEnterBeep = True Me.txtBezeichnung.Size = New System.Drawing.Size(599, 20) Me.txtBezeichnung.TabIndex = 0 ' 'lblBezeichnung ' Me.lblBezeichnung.AutoSize = True Me.lblBezeichnung.Location = New System.Drawing.Point(15, 30) Me.lblBezeichnung.Name = "lblBezeichnung" Me.lblBezeichnung.Size = New System.Drawing.Size(69, 13) Me.lblBezeichnung.TabIndex = 50 Me.lblBezeichnung.Text = "Bezeichnung" ' 'lblAktiv ' Me.lblAktiv.AutoSize = True Me.lblAktiv.Location = New System.Drawing.Point(605, 193) Me.lblAktiv.Name = "lblAktiv" Me.lblAktiv.Size = New System.Drawing.Size(31, 13) Me.lblAktiv.TabIndex = 49 Me.lblAktiv.Text = "Aktiv" ' 'cbaktiv ' Me.cbaktiv.AutoSize = True Me.cbaktiv.Location = New System.Drawing.Point(675, 192) Me.cbaktiv.Name = "cbaktiv" Me.cbaktiv.Size = New System.Drawing.Size(15, 14) Me.cbaktiv.TabIndex = 3 Me.cbaktiv.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(608, 393) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(75, 23) Me.btnAbbruch.TabIndex = 7 Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(8, 393) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 6 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'txtBeschreibung ' Me.txtBeschreibung.Location = New System.Drawing.Point(91, 54) Me.txtBeschreibung.Multiline = True Me.txtBeschreibung.Name = "txtBeschreibung" Me.txtBeschreibung.Size = New System.Drawing.Size(599, 123) Me.txtBeschreibung.TabIndex = 1 ' 'lblBeschreibung ' Me.lblBeschreibung.AutoSize = True Me.lblBeschreibung.Location = New System.Drawing.Point(15, 57) Me.lblBeschreibung.Name = "lblBeschreibung" Me.lblBeschreibung.Size = New System.Drawing.Size(72, 13) Me.lblBeschreibung.TabIndex = 48 Me.lblBeschreibung.Text = "Beschreibung" ' 'lblTermin ' Me.lblTermin.AutoSize = True Me.lblTermin.Location = New System.Drawing.Point(15, 192) Me.lblTermin.Name = "lblTermin" Me.lblTermin.Size = New System.Drawing.Size(39, 13) Me.lblTermin.TabIndex = 51 Me.lblTermin.Text = "Termin" ' 'dtTermin ' Me.dtTermin.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtTermin.Location = New System.Drawing.Point(91, 187) Me.dtTermin.Name = "dtTermin" Me.dtTermin.Size = New System.Drawing.Size(125, 20) Me.dtTermin.TabIndex = 2 ' 'cbboxVerantwortlich ' Me.cbboxVerantwortlich.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append Me.cbboxVerantwortlich.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbboxVerantwortlich.FormattingEnabled = True Me.cbboxVerantwortlich.Location = New System.Drawing.Point(91, 213) Me.cbboxVerantwortlich.Name = "cbboxVerantwortlich" Me.cbboxVerantwortlich.Size = New System.Drawing.Size(125, 21) Me.cbboxVerantwortlich.TabIndex = 4 ' 'lblVerantwortlich ' Me.lblVerantwortlich.AutoSize = True Me.lblVerantwortlich.Location = New System.Drawing.Point(15, 216) Me.lblVerantwortlich.Name = "lblVerantwortlich" Me.lblVerantwortlich.Size = New System.Drawing.Size(74, 13) Me.lblVerantwortlich.TabIndex = 54 Me.lblVerantwortlich.Text = "Verantwortlich" ' 'txtResultat ' Me.txtResultat.Location = New System.Drawing.Point(91, 253) Me.txtResultat.Multiline = True Me.txtResultat.Name = "txtResultat" Me.txtResultat.Size = New System.Drawing.Size(599, 123) Me.txtResultat.TabIndex = 5 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 256) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(46, 13) Me.Label1.TabIndex = 56 Me.Label1.Text = "Resultat" ' 'frmMassnahme ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(706, 427) Me.Controls.Add(Me.txtResultat) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cbboxVerantwortlich) Me.Controls.Add(Me.lblVerantwortlich) Me.Controls.Add(Me.dtTermin) Me.Controls.Add(Me.lblTermin) Me.Controls.Add(Me.txtBezeichnung) Me.Controls.Add(Me.lblBezeichnung) Me.Controls.Add(Me.lblAktiv) Me.Controls.Add(Me.cbaktiv) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnSave) Me.Controls.Add(Me.txtBeschreibung) Me.Controls.Add(Me.lblBeschreibung) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMassnahme" Me.Text = "Massnahme" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TSBtnQuit As ToolStripButton Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents txtBezeichnung As DevComponents.DotNetBar.Controls.TextBoxX Friend WithEvents lblBezeichnung As Label Friend WithEvents lblAktiv As Label Friend WithEvents cbaktiv As CheckBox Friend WithEvents btnAbbruch As Button Friend WithEvents btnSave As Button Friend WithEvents txtBeschreibung As TextBox Friend WithEvents lblBeschreibung As Label Friend WithEvents lblTermin As Label Friend WithEvents dtTermin As DateTimePicker Friend WithEvents cbboxVerantwortlich As ComboBox Friend WithEvents lblVerantwortlich As Label Friend WithEvents txtResultat As TextBox Friend WithEvents Label1 As Label End Class