namespace ToolsDoksImportExport { partial class Form1 { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtConnctionstring = new System.Windows.Forms.TextBox(); this.txtDokumentID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtFilename = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.btnExport = new System.Windows.Forms.Button(); this.btnImport = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 13); this.label1.TabIndex = 0; this.label1.Text = "ConnectionString"; // // txtConnctionstring // this.txtConnctionstring.Location = new System.Drawing.Point(137, 32); this.txtConnctionstring.Name = "txtConnctionstring"; this.txtConnctionstring.Size = new System.Drawing.Size(492, 20); this.txtConnctionstring.TabIndex = 1; // // txtDokumentID // this.txtDokumentID.Location = new System.Drawing.Point(137, 59); this.txtDokumentID.Name = "txtDokumentID"; this.txtDokumentID.Size = new System.Drawing.Size(185, 20); this.txtDokumentID.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 13); this.label2.TabIndex = 2; this.label2.Text = "Dokument-ID:"; // // txtFilename // this.txtFilename.Location = new System.Drawing.Point(137, 94); this.txtFilename.Name = "txtFilename"; this.txtFilename.Size = new System.Drawing.Size(492, 20); this.txtFilename.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 13); this.label3.TabIndex = 4; this.label3.Text = "FileName:"; // // btnExport // this.btnExport.Location = new System.Drawing.Point(37, 163); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(75, 23); this.btnExport.TabIndex = 6; this.btnExport.Text = "Export"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnImport // this.btnImport.Location = new System.Drawing.Point(137, 163); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(75, 23); this.btnImport.TabIndex = 7; this.btnImport.Text = "Import"; this.btnImport.UseVisualStyleBackColor = true; this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(989, 495); this.Controls.Add(this.btnImport); this.Controls.Add(this.btnExport); this.Controls.Add(this.txtFilename); this.Controls.Add(this.label3); this.Controls.Add(this.txtDokumentID); this.Controls.Add(this.label2); this.Controls.Add(this.txtConnctionstring); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Import / Export from Doks"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtConnctionstring; private System.Windows.Forms.TextBox txtDokumentID; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtFilename; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnImport; } }