You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
20 KiB
130 lines
20 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML xmlns:MSHelp="http://msdn.microsoft.com/mshelp" DIR="LTR"><HEAD>
|
|
<meta name="GENERATOR" content="VBdocman .NET - documentation generator; http://www.vbdocman.com">
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=UTF-8">
|
|
<TITLE>frmApplikationAbhaengigkeit.InitializeComponent -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
|
|
<MSHelp:RLTitle Title="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_0000000000001332"/>
|
|
<MSHelp:Keyword Index="K" Term="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="frmApplikationAbhaengigkeit.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.frmApplikationAbhaengigkeit.InitializeComponent"/>
|
|
<MSHelp:Attr Name="DevLang" Value="VB"/>
|
|
<MSHelp:Attr Name="DevLangVers" Value="kbLangVB"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Basic"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Studio"/>
|
|
<MSHelp:Attr Name="DocSet" Value="VSM"/>
|
|
<MSHelp:Attr Name="Product" Value="VB"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVBp700"/>
|
|
<MSHelp:Attr Name="Product" Value="VSA"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVSA"/>
|
|
<MSHelp:Attr Name="Technology" Value="ManagedCode"/>
|
|
<MSHelp:Attr Name="TechnologyVers" Value="kbManagedCode"/>
|
|
<MSHelp:Attr Name="TopicType" Value="kbSyntax"/>
|
|
<MSHelp:Attr Name="TargetOS" Value="Windows"/>
|
|
<MSHelp:Attr Name="Locale" Value="kbEnglish"/>
|
|
</xml>
|
|
<META name="rtfFileName" content="">
|
|
<META NAME="save" CONTENT="history">
|
|
<!--CSS_START-->
|
|
<SCRIPT SRC="MSHelp/scripts/dtuelink.js"></SCRIPT>
|
|
<!--CSS_END-->
|
|
<SCRIPT language="JavaScript">
|
|
function indent(level) {
|
|
for (i=1; i<=level; i++) {
|
|
document.write(" ");
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<body topmargin=0 id="bodyID" class = "dtBODY"><!--NONSCROLLING BANNER START-->
|
|
<div id="nsbanner">
|
|
<div id="bannerrow1">
|
|
<TABLE CLASS="bannerparthead" CELLSPACING=0>
|
|
<TR ID="hdr">
|
|
<TD CLASS="runninghead" nowrap>Vertragsverwaltung-Klassenbibliothek</TD>
|
|
<TD CLASS="product" nowrap> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<H1 class="dtH1"><A NAME="topic_0000000000001332"></A>frmApplikationAbhaengigkeit.InitializeComponent -Methode</H1>
|
|
</div></div>
|
|
<!--NONSCROLLING BANNER END-->
|
|
|
|
<DIV id="nstext" valign="bottom"><!---->
|
|
|
|
|
|
|
|
|
|
|
|
<PRE class="syntax"><SPAN class="lang">[Visual Basic]
|
|
</SPAN><B><System.Diagnostics.DebuggerStepThrough()> _ <br>Private Sub InitializeComponent()</B></PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Quellcode</H4>
|
|
<pre class="code"><SPAN class="lang">[Visual Basic]</SPAN>
|
|
Private Sub InitializeComponent() <br> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmApplikationAbhaengigkeit)) <br> Me.MenuStrip1 = New System.Windows.Forms.MenuStrip <br> Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.ToolStrip1 = New System.Windows.Forms.ToolStrip <br> Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton <br> Me.TSBtnSave = New System.Windows.Forms.ToolStripButton <br> Me.TSBtnNew = New System.Windows.Forms.ToolStripButton <br> Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton <br> Me.btnApplikationSuche2 = New System.Windows.Forms.Button <br> Me.txtApplikation2 = New System.Windows.Forms.TextBox <br> Me.lblApplikation2 = New System.Windows.Forms.Label <br> Me.btnApplikationsuche1 = New System.Windows.Forms.Button <br> Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox <br> Me.lblSecurityLebel = New System.Windows.Forms.Label <br> Me.txtMutierer = New System.Windows.Forms.TextBox <br> Me.txtMutiertam = New System.Windows.Forms.TextBox <br> Me.txtErstelltam = New System.Windows.Forms.TextBox <br> Me.lblMutierer = New System.Windows.Forms.Label <br> Me.lblMutiertam = New System.Windows.Forms.Label <br> Me.lblErstelltam = New System.Windows.Forms.Label <br> Me.cbaktiv = New System.Windows.Forms.CheckBox <br> Me.txtApplikation1 = New System.Windows.Forms.TextBox <br> Me.lblApplikation1 = New System.Windows.Forms.Label <br> Me.txtBemerkung = New System.Windows.Forms.TextBox <br> Me.lblBemerkung = New System.Windows.Forms.Label <br> Me.MenuStrip1.SuspendLayout() <br> Me.ToolStrip1.SuspendLayout() <br> Me.SuspendLayout() <br> ' <br> 'MenuStrip1 <br> ' <br> Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem}) <br> Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) <br> Me.MenuStrip1.Name = "MenuStrip1" <br> Me.MenuStrip1.Size = New System.Drawing.Size(645, 24) <br> Me.MenuStrip1.TabIndex = 11 <br> Me.MenuStrip1.Tag = "" <br> Me.MenuStrip1.Text = "Hauptmenu" <br> ' <br> 'DateiToolStripMenuItem <br> ' <br> Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) <br> Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" <br> Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20) <br> Me.DateiToolStripMenuItem.Tag = "" <br> Me.DateiToolStripMenuItem.Text = "&Datei" <br> ' <br> 'BeendenToolStripMenuItem <br> ' <br> Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" <br> Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22) <br> Me.BeendenToolStripMenuItem.Tag = "" <br> Me.BeendenToolStripMenuItem.Text = "&Beenden" <br> ' <br> 'ToolStrip1 <br> ' <br> Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnNew, Me.TSBtnDelete}) <br> Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) <br> Me.ToolStrip1.Name = "ToolStrip1" <br> Me.ToolStrip1.Size = New System.Drawing.Size(645, 25) <br> Me.ToolStrip1.TabIndex = 12 <br> Me.ToolStrip1.Text = "Toolstrip Vertragspartner" <br> ' <br> 'TSBtnQuit <br> ' <br> Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) <br> Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnQuit.Name = "TSBtnQuit" <br> Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnQuit.Text = "Fenster schliessen" <br> Me.TSBtnQuit.ToolTipText = "Fenster schliessen" <br> ' <br> 'TSBtnSave <br> ' <br> Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) <br> Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnSave.Name = "TSBtnSave" <br> Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnSave.Text = "Daten speichern" <br> Me.TSBtnSave.ToolTipText = "Daten speichern" <br> ' <br> 'TSBtnNew <br> ' <br> Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image) <br> Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnNew.Name = "TSBtnNew" <br> Me.TSBtnNew.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnNew.Text = "Neuer Datensatz" <br> Me.TSBtnNew.ToolTipText = "Neuer Datensatz" <br> ' <br> 'TSBtnDelete <br> ' <br> Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image) <br> Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnDelete.Name = "TSBtnDelete" <br> Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnDelete.Text = "Datensatz inaktivieren" <br> Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren" <br> ' <br> 'btnApplikationSuche2 <br> ' <br> Me.btnApplikationSuche2.Image = CType(resources.GetObject("btnApplikationSuche2.Image"), System.Drawing.Image) <br> Me.btnApplikationSuche2.Location = New System.Drawing.Point(407, 88) <br> Me.btnApplikationSuche2.Name = "btnApplikationSuche2" <br> Me.btnApplikationSuche2.Size = New System.Drawing.Size(20, 20) <br> Me.btnApplikationSuche2.TabIndex = 185 <br> Me.btnApplikationSuche2.Text = "Button1" <br> Me.btnApplikationSuche2.UseVisualStyleBackColor = True <br> ' <br> 'txtApplikation2 <br> ' <br> Me.txtApplikation2.Location = New System.Drawing.Point(143, 88) <br> Me.txtApplikation2.Name = "txtApplikation2" <br> Me.txtApplikation2.ReadOnly = True <br> Me.txtApplikation2.Size = New System.Drawing.Size(268, 20) <br> Me.txtApplikation2.TabIndex = 170 <br> ' <br> 'lblApplikation2 <br> ' <br> Me.lblApplikation2.AutoSize = True <br> Me.lblApplikation2.Location = New System.Drawing.Point(12, 91) <br> Me.lblApplikation2.Name = "lblApplikation2" <br> Me.lblApplikation2.Size = New System.Drawing.Size(65, 13) <br> Me.lblApplikation2.TabIndex = 184 <br> Me.lblApplikation2.Text = "Applikation2" <br> ' <br> 'btnApplikationsuche1 <br> ' <br> Me.btnApplikationsuche1.Image = CType(resources.GetObject("btnApplikationsuche1.Image"), System.Drawing.Image) <br> Me.btnApplikationsuche1.Location = New System.Drawing.Point(407, 64) <br> Me.btnApplikationsuche1.Name = "btnApplikationsuche1" <br> Me.btnApplikationsuche1.Size = New System.Drawing.Size(20, 20) <br> Me.btnApplikationsuche1.TabIndex = 183 <br> Me.btnApplikationsuche1.Text = "Button1" <br> Me.btnApplikationsuche1.UseVisualStyleBackColor = True <br> ' <br> 'cboxSecurityLevel <br> ' <br> Me.cboxSecurityLevel.FormattingEnabled = True <br> Me.cboxSecurityLevel.Location = New System.Drawing.Point(538, 159) <br> Me.cboxSecurityLevel.Name = "cboxSecurityLevel" <br> Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21) <br> Me.cboxSecurityLevel.TabIndex = 176 <br> ' <br> 'lblSecurityLebel <br> ' <br> Me.lblSecurityLebel.AutoSize = True <br> Me.lblSecurityLebel.Location = New System.Drawing.Point(459, 162) <br> Me.lblSecurityLebel.Name = "lblSecurityLebel" <br> Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13) <br> Me.lblSecurityLebel.TabIndex = 182 <br> Me.lblSecurityLebel.Text = "SecurityLevel" <br> ' <br> 'txtMutierer <br> ' <br> Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder <br> Me.txtMutierer.Location = New System.Drawing.Point(538, 107) <br> Me.txtMutierer.Name = "txtMutierer" <br> Me.txtMutierer.ReadOnly = True <br> Me.txtMutierer.Size = New System.Drawing.Size(78, 20) <br> Me.txtMutierer.TabIndex = 174 <br> Me.txtMutierer.TabStop = False <br> ' <br> 'txtMutiertam <br> ' <br> Me.txtMutiertam.BackColor = System.Drawing.SystemColors.InactiveBorder <br> Me.txtMutiertam.Location = New System.Drawing.Point(538, 84) <br> Me.txtMutiertam.Name = "txtMutiertam" <br> Me.txtMutiertam.ReadOnly = True <br> Me.txtMutiertam.Size = New System.Drawing.Size(79, 20) <br> Me.txtMutiertam.TabIndex = 173 <br> Me.txtMutiertam.TabStop = False <br> ' <br> 'txtErstelltam <br> ' <br> Me.txtErstelltam.BackColor = System.Drawing.SystemColors.InactiveBorder <br> Me.txtErstelltam.Location = New System.Drawing.Point(538, 60) <br> Me.txtErstelltam.Name = "txtErstelltam" <br> Me.txtErstelltam.ReadOnly = True <br> Me.txtErstelltam.Size = New System.Drawing.Size(79, 20) <br> Me.txtErstelltam.TabIndex = 172 <br> Me.txtErstelltam.TabStop = False <br> ' <br> 'lblMutierer <br> ' <br> Me.lblMutierer.AccessibleDescription = "Name" <br> Me.lblMutierer.AutoSize = True <br> Me.lblMutierer.Location = New System.Drawing.Point(460, 111) <br> Me.lblMutierer.Name = "lblMutierer" <br> Me.lblMutierer.Size = New System.Drawing.Size(69, 13) <br> Me.lblMutierer.TabIndex = 181 <br> Me.lblMutierer.Text = "Mutiert durch" <br> ' <br> 'lblMutiertam <br> ' <br> Me.lblMutiertam.AccessibleDescription = "Name" <br> Me.lblMutiertam.AutoSize = True <br> Me.lblMutiertam.Location = New System.Drawing.Point(460, 88) <br> Me.lblMutiertam.Name = "lblMutiertam" <br> Me.lblMutiertam.Size = New System.Drawing.Size(56, 13) <br> Me.lblMutiertam.TabIndex = 180 <br> Me.lblMutiertam.Text = "Mutiert am" <br> ' <br> 'lblErstelltam <br> ' <br> Me.lblErstelltam.AccessibleDescription = "Name" <br> Me.lblErstelltam.AutoSize = True <br> Me.lblErstelltam.Location = New System.Drawing.Point(461, 63) <br> Me.lblErstelltam.Name = "lblErstelltam" <br> Me.lblErstelltam.Size = New System.Drawing.Size(55, 13) <br> Me.lblErstelltam.TabIndex = 179 <br> Me.lblErstelltam.Text = "Erstellt am" <br> ' <br> 'cbaktiv <br> ' <br> Me.cbaktiv.Location = New System.Drawing.Point(457, 133) <br> Me.cbaktiv.Name = "cbaktiv" <br> Me.cbaktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes <br> Me.cbaktiv.Size = New System.Drawing.Size(94, 20) <br> Me.cbaktiv.TabIndex = 175 <br> Me.cbaktiv.Text = "Aktiv" <br> Me.cbaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight <br> Me.cbaktiv.UseVisualStyleBackColor = True <br> ' <br> 'txtApplikation1 <br> ' <br> Me.txtApplikation1.Location = New System.Drawing.Point(143, 64) <br> Me.txtApplikation1.Name = "txtApplikation1" <br> Me.txtApplikation1.ReadOnly = True <br> Me.txtApplikation1.Size = New System.Drawing.Size(268, 20) <br> Me.txtApplikation1.TabIndex = 169 <br> ' <br> 'lblApplikation1 <br> ' <br> Me.lblApplikation1.AutoSize = True <br> Me.lblApplikation1.Location = New System.Drawing.Point(12, 67) <br> Me.lblApplikation1.Name = "lblApplikation1" <br> Me.lblApplikation1.Size = New System.Drawing.Size(59, 13) <br> Me.lblApplikation1.TabIndex = 178 <br> Me.lblApplikation1.Text = "Applikation" <br> ' <br> 'txtBemerkung <br> ' <br> Me.txtBemerkung.Location = New System.Drawing.Point(143, 119) <br> Me.txtBemerkung.Multiline = True <br> Me.txtBemerkung.Name = "txtBemerkung" <br> Me.txtBemerkung.Size = New System.Drawing.Size(268, 75) <br> Me.txtBemerkung.TabIndex = 171 <br> ' <br> 'lblBemerkung <br> ' <br> Me.lblBemerkung.AutoSize = True <br> Me.lblBemerkung.Location = New System.Drawing.Point(12, 122) <br> Me.lblBemerkung.Name = "lblBemerkung" <br> Me.lblBemerkung.Size = New System.Drawing.Size(61, 13) <br> Me.lblBemerkung.TabIndex = 177 <br> Me.lblBemerkung.Text = "Bemerkung" <br> ' <br> 'frmApplikationAbhaengigkeit <br> ' <br> Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) <br> Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font <br> Me.ClientSize = New System.Drawing.Size(645, 206) <br> Me.Controls.Add(Me.btnApplikationSuche2) <br> Me.Controls.Add(Me.txtApplikation2) <br> Me.Controls.Add(Me.lblApplikation2) <br> Me.Controls.Add(Me.btnApplikationsuche1) <br> Me.Controls.Add(Me.cboxSecurityLevel) <br> Me.Controls.Add(Me.lblSecurityLebel) <br> Me.Controls.Add(Me.txtMutierer) <br> Me.Controls.Add(Me.txtMutiertam) <br> Me.Controls.Add(Me.txtErstelltam) <br> Me.Controls.Add(Me.lblMutierer) <br> Me.Controls.Add(Me.lblMutiertam) <br> Me.Controls.Add(Me.lblErstelltam) <br> Me.Controls.Add(Me.cbaktiv) <br> Me.Controls.Add(Me.txtApplikation1) <br> Me.Controls.Add(Me.lblApplikation1) <br> Me.Controls.Add(Me.txtBemerkung) <br> Me.Controls.Add(Me.lblBemerkung) <br> Me.Controls.Add(Me.ToolStrip1) <br> Me.Controls.Add(Me.MenuStrip1) <br> Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) <br> Me.Name = "frmApplikationAbhaengigkeit" <br> Me.Text = "Applikationsabhängigkeit" <br> Me.MenuStrip1.ResumeLayout(False) <br> Me.MenuStrip1.PerformLayout() <br> Me.ToolStrip1.ResumeLayout(False) <br> Me.ToolStrip1.PerformLayout() <br> Me.ResumeLayout(False) <br> Me.PerformLayout() <br> <br> End Sub
|
|
</pre>
|
|
|
|
|
|
|
|
<H4 class="dtH4">Forderungen</H4>
|
|
<P><b class="le">Plattformen: </b>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</P>
|
|
|
|
|
|
<H4 class="dtH4">Siehe auch</H4>
|
|
<p>
|
|
<a href="topic_000000000000132F.html">frmApplikationAbhaengigkeit</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|