namespace OnDoc.UIControls.Administrator { partial class frmDokTypCopy { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDokTypCopy)); this.label1 = new System.Windows.Forms.Label(); this.txtdokumenttyp = new System.Windows.Forms.TextBox(); this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.btnCopy = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(29, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 13); this.label1.TabIndex = 0; this.label1.Text = "Source:"; // // txtdokumenttyp // this.txtdokumenttyp.Location = new System.Drawing.Point(116, 25); this.txtdokumenttyp.Name = "txtdokumenttyp"; this.txtdokumenttyp.ReadOnly = true; this.txtdokumenttyp.Size = new System.Drawing.Size(412, 20); this.txtdokumenttyp.TabIndex = 1; // // checkedListBox1 // this.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Items.AddRange(new object[] { "Dokumenttyp", "Vorlagenfelder", "Office-Vorlage"}); this.checkedListBox1.Location = new System.Drawing.Point(32, 76); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(231, 64); this.checkedListBox1.TabIndex = 2; // // btnCopy // this.btnCopy.Location = new System.Drawing.Point(188, 175); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(75, 23); this.btnCopy.TabIndex = 3; this.btnCopy.Text = "Kopieren"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(32, 175); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Abbruch"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // frmDokTypCopy // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(542, 223); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnCopy); this.Controls.Add(this.checkedListBox1); this.Controls.Add(this.txtdokumenttyp); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmDokTypCopy"; this.Text = "Dokumenttyp kopieren"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtdokumenttyp; private System.Windows.Forms.CheckedListBox checkedListBox1; private System.Windows.Forms.Button btnCopy; private System.Windows.Forms.Button btnCancel; } }