162 lines
5.8 KiB
VB.net
162 lines
5.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(25, 22)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(172, 23)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "Start Word"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Items.AddRange(New Object() {"", "WORD_1", "WORD_2", "WORD_3"})
|
|
Me.ComboBox1.Location = New System.Drawing.Point(615, 24)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox1.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(570, 27)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "Addin"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(25, 51)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(172, 23)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = "Start Excel"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(570, 54)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Addin"
|
|
'
|
|
'ComboBox2
|
|
'
|
|
Me.ComboBox2.FormattingEnabled = True
|
|
Me.ComboBox2.Items.AddRange(New Object() {"", "excel_1", "excel_2", "excel_3"})
|
|
Me.ComboBox2.Location = New System.Drawing.Point(615, 51)
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox2.TabIndex = 4
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(203, 22)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button3.TabIndex = 6
|
|
Me.Button3.Text = "Datei"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(284, 22)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(268, 20)
|
|
Me.TextBox1.TabIndex = 7
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(284, 48)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(268, 20)
|
|
Me.TextBox2.TabIndex = 9
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Location = New System.Drawing.Point(203, 48)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 8
|
|
Me.Button4.Text = "Datei"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(771, 427)
|
|
Me.Controls.Add(Me.TextBox2)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.ComboBox2)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Name = "Form1"
|
|
Me.Text = "Form1"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents ComboBox2 As ComboBox
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Button4 As Button
|
|
End Class
|