_ Partial Class frmNorsware 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() Me.components = New System.ComponentModel.Container() Me.btnUpload = New System.Windows.Forms.Button() Me.rtfDetals = New System.Windows.Forms.RichTextBox() Me.Label2 = New System.Windows.Forms.Label() Me.rtfToken = New System.Windows.Forms.RichTextBox() Me.Label1 = New System.Windows.Forms.Label() Me.btnCreateToken = New System.Windows.Forms.Button() Me.scanSonstiges = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList() Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Label3 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() CType(Me.dgvData, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnUpload ' Me.btnUpload.Enabled = False Me.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnUpload.Location = New System.Drawing.Point(170, 179) Me.btnUpload.Name = "btnUpload" Me.btnUpload.Size = New System.Drawing.Size(78, 25) Me.btnUpload.TabIndex = 104 Me.btnUpload.Text = "Upload" Me.btnUpload.UseVisualStyleBackColor = True ' 'rtfDetals ' Me.rtfDetals.Location = New System.Drawing.Point(286, 30) Me.rtfDetals.Name = "rtfDetals" Me.rtfDetals.Size = New System.Drawing.Size(277, 484) Me.rtfDetals.TabIndex = 108 Me.rtfDetals.Text = "" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label2.Location = New System.Drawing.Point(12, 215) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(37, 13) Me.Label2.TabIndex = 105 Me.Label2.Text = "Status" ' 'rtfToken ' Me.rtfToken.Location = New System.Drawing.Point(12, 30) Me.rtfToken.Name = "rtfToken" Me.rtfToken.Size = New System.Drawing.Size(236, 42) Me.rtfToken.TabIndex = 109 Me.rtfToken.Text = "" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label1.Location = New System.Drawing.Point(10, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(98, 13) Me.Label1.TabIndex = 110 Me.Label1.Text = "Token (valid 24hrs)" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'btnCreateToken ' Me.btnCreateToken.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnCreateToken.Location = New System.Drawing.Point(133, 78) Me.btnCreateToken.Name = "btnCreateToken" Me.btnCreateToken.Size = New System.Drawing.Size(115, 25) Me.btnCreateToken.TabIndex = 111 Me.btnCreateToken.Text = "Create Token" Me.btnCreateToken.UseVisualStyleBackColor = True ' 'scanSonstiges ' Me.scanSonstiges._DATENSERVER_KATEGORIE = "DOKUMENTE" Me.scanSonstiges._DATENSERVER_ORDNER = "NORSWARE-UPLOAD" Me.scanSonstiges._DATENSERVER_UOrdner1 = "" Me.scanSonstiges._DATENSERVER_UOrdner2 = "" Me.scanSonstiges._DATENSERVER_UOrdner3 = "" Me.scanSonstiges._OPEN_ORIGINAL = True Me.scanSonstiges._TYPE = "PDF" Me.scanSonstiges.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.scanSonstiges.BackColor = System.Drawing.Color.White Me.scanSonstiges.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.scanSonstiges.Cursor = System.Windows.Forms.Cursors.Default Me.scanSonstiges.Location = New System.Drawing.Point(15, 106) Me.scanSonstiges.Margin = New System.Windows.Forms.Padding(0) Me.scanSonstiges.Name = "scanSonstiges" Me.scanSonstiges.Size = New System.Drawing.Size(233, 70) Me.scanSonstiges.TabIndex = 112 ' 'dgvData ' Me.dgvData.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvData.BackgroundColor = System.Drawing.Color.White Me.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvData.Location = New System.Drawing.Point(15, 231) Me.dgvData.Name = "dgvData" Me.dgvData.Size = New System.Drawing.Size(233, 252) Me.dgvData.TabIndex = 113 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label3.Location = New System.Drawing.Point(12, 486) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(0, 13) Me.Label3.TabIndex = 114 ' 'Button1 ' Me.Button1.Enabled = False Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(153, 489) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 25) Me.Button1.TabIndex = 115 Me.Button1.Text = "Send Selection" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(12, 78) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(115, 25) Me.Button2.TabIndex = 116 Me.Button2.Text = "Clear Token" Me.Button2.UseVisualStyleBackColor = True ' 'frmNorsware ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(600, 558) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.dgvData) Me.Controls.Add(Me.scanSonstiges) Me.Controls.Add(Me.btnCreateToken) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.rtfToken) Me.Controls.Add(Me.rtfDetals) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.btnUpload) Me.Name = "frmNorsware" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmNorsware" CType(Me.dgvData, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnUpload As Button Friend WithEvents rtfDetals As RichTextBox Friend WithEvents Label2 As Label Friend WithEvents rtfToken As RichTextBox Friend WithEvents Label1 As Label Friend WithEvents btnCreateToken As Button Friend WithEvents scanSonstiges As VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList Friend WithEvents dgvData As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents Label3 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class