_ Partial Class frmFinma_Definition 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(frmFinma_Definition)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.TSBtnSave = New System.Windows.Forms.ToolStripButton() Me.Label1 = New System.Windows.Forms.Label() Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.RichTextBox2 = New System.Windows.Forms.RichTextBox() Me.cbAktiv = New System.Windows.Forms.CheckBox() Me.lblAktiv = New System.Windows.Forms.Label() Me.txtMutierer = New System.Windows.Forms.TextBox() Me.txtMutiertam = New System.Windows.Forms.TextBox() Me.txtErstelltam = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.lblErstelltam = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() 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(663, 24) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'DateiToolStripMenuItem ' Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20) Me.DateiToolStripMenuItem.Text = "&Datei" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(663, 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 = "ToolStripButton1" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'TSBtnSave ' Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSave.Name = "TSBtnSave" Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) Me.TSBtnSave.Text = "ToolStripButton1" Me.TSBtnSave.ToolTipText = "Daten speichern" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 66) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "FINMA RS" ' 'RichTextBox1 ' Me.RichTextBox1.Location = New System.Drawing.Point(132, 256) Me.RichTextBox1.Name = "RichTextBox1" Me.RichTextBox1.Size = New System.Drawing.Size(523, 96) Me.RichTextBox1.TabIndex = 4 Me.RichTextBox1.Text = "Selektion und Deklaration der Sicherheitsstandards" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 92) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 13) Me.Label2.TabIndex = 6 Me.Label2.Text = "Ref. ISO" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(132, 66) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 20) Me.TextBox1.TabIndex = 7 Me.TextBox1.Text = "24" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(132, 92) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(100, 20) Me.TextBox2.TabIndex = 8 Me.TextBox2.Text = "5.1.1" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(132, 118) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(100, 20) Me.TextBox3.TabIndex = 10 Me.TextBox3.Text = "5.1.1.1" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 118) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(71, 13) Me.Label3.TabIndex = 9 Me.Label3.Text = "Ref. Kontrolle" ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(132, 144) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 11 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 145) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 13) Me.Label4.TabIndex = 12 Me.Label4.Text = "Ketegorie" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(12, 172) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(100, 13) Me.Label5.TabIndex = 14 Me.Label5.Text = "Normative Vorlagen" ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(132, 172) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(121, 21) Me.ComboBox2.TabIndex = 13 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(12, 199) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(91, 13) Me.Label6.TabIndex = 16 Me.Label6.Text = "Grundsatz FINMA" ' 'ComboBox3 ' Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(132, 199) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(259, 21) Me.ComboBox3.TabIndex = 15 Me.ComboBox3.Text = "Sicherheitsstandards für Infrastruktur und Technologie" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(12, 229) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(114, 13) Me.Label7.TabIndex = 18 Me.Label7.Text = "Unterpunkt FINMA RS" ' 'ComboBox4 ' Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(132, 229) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(259, 21) Me.ComboBox4.TabIndex = 17 Me.ComboBox4.Text = "Sicherheitsstandards" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(12, 259) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(51, 13) Me.Label8.TabIndex = 19 Me.Label8.Text = "Definition" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(12, 361) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(58, 13) Me.Label9.TabIndex = 21 Me.Label9.Text = "Ergänzung" ' 'RichTextBox2 ' Me.RichTextBox2.Location = New System.Drawing.Point(132, 358) Me.RichTextBox2.Name = "RichTextBox2" Me.RichTextBox2.Size = New System.Drawing.Size(523, 96) Me.RichTextBox2.TabIndex = 20 Me.RichTextBox2.Text = "Die SIcherheitsstandards müssen in Bezug auf die Grösse der Bank und den Grad der" & _ " Komplexität seiner IT-Architektur angemessen sein" ' '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(496, 138) Me.cbAktiv.Name = "cbAktiv" Me.cbAktiv.Size = New System.Drawing.Size(15, 14) Me.cbAktiv.TabIndex = 38 Me.cbAktiv.UseVisualStyleBackColor = True ' 'lblAktiv ' Me.lblAktiv.AutoSize = True Me.lblAktiv.Location = New System.Drawing.Point(435, 138) Me.lblAktiv.Name = "lblAktiv" Me.lblAktiv.Size = New System.Drawing.Size(31, 13) Me.lblAktiv.TabIndex = 37 Me.lblAktiv.Text = "Aktiv" ' 'txtMutierer ' Me.txtMutierer.Location = New System.Drawing.Point(496, 110) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(159, 20) Me.txtMutierer.TabIndex = 36 ' 'txtMutiertam ' Me.txtMutiertam.Location = New System.Drawing.Point(496, 85) Me.txtMutiertam.Name = "txtMutiertam" Me.txtMutiertam.ReadOnly = True Me.txtMutiertam.Size = New System.Drawing.Size(159, 20) Me.txtMutiertam.TabIndex = 35 ' 'txtErstelltam ' Me.txtErstelltam.Location = New System.Drawing.Point(496, 59) Me.txtErstelltam.Name = "txtErstelltam" Me.txtErstelltam.ReadOnly = True Me.txtErstelltam.Size = New System.Drawing.Size(159, 20) Me.txtErstelltam.TabIndex = 34 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(435, 113) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(45, 13) Me.Label10.TabIndex = 33 Me.Label10.Text = "Mutierer" ' 'lblErstelltam ' Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(435, 62) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(55, 13) Me.lblErstelltam.TabIndex = 31 Me.lblErstelltam.Text = "Erstellt am" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(435, 88) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(56, 13) Me.Label11.TabIndex = 32 Me.Label11.Text = "Mutiert am" ' 'frmFinma_Definition ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(663, 473) Me.Controls.Add(Me.cbAktiv) Me.Controls.Add(Me.lblAktiv) Me.Controls.Add(Me.txtMutierer) Me.Controls.Add(Me.txtMutiertam) Me.Controls.Add(Me.txtErstelltam) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.lblErstelltam) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.RichTextBox2) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.RichTextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "frmFinma_Definition" Me.Text = "frmFinma_Definition" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents ComboBox4 As System.Windows.Forms.ComboBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents RichTextBox2 As System.Windows.Forms.RichTextBox Friend WithEvents cbAktiv As System.Windows.Forms.CheckBox Friend WithEvents lblAktiv As System.Windows.Forms.Label Friend WithEvents txtMutierer As System.Windows.Forms.TextBox Friend WithEvents txtMutiertam As System.Windows.Forms.TextBox Friend WithEvents txtErstelltam As System.Windows.Forms.TextBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label End Class