NewFolderDialog.designer.cs (4128B)
1 namespace LanTool 2 { 3 partial class NewFolderDialog 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 protected override void Dispose(bool disposing) 15 { 16 if (disposing && (components != null)) 17 { 18 components.Dispose(); 19 } 20 base.Dispose(disposing); 21 } 22 23 #region Windows Form Designer generated code 24 25 /// <summary> 26 /// Required method for Designer support - do not modify 27 /// the contents of this method with the code editor. 28 /// </summary> 29 private void InitializeComponent() 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewFolderDialog)); 32 this.cancelButton = new System.Windows.Forms.Button(); 33 this.executeButton = new System.Windows.Forms.Button(); 34 this.newFolderTextBox = new System.Windows.Forms.TextBox(); 35 this.newFolderLabel = new System.Windows.Forms.Label(); 36 this.dokLabel = new System.Windows.Forms.Label(); 37 this.SuspendLayout(); 38 // 39 // cancelButton 40 // 41 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 42 this.cancelButton.Location = new System.Drawing.Point(280, 79); 43 this.cancelButton.Name = "cancelButton"; 44 this.cancelButton.Size = new System.Drawing.Size(75, 23); 45 this.cancelButton.TabIndex = 2; 46 this.cancelButton.Text = "Abbruch"; 47 this.cancelButton.UseVisualStyleBackColor = true; 48 // 49 // executeButton 50 // 51 this.executeButton.DialogResult = System.Windows.Forms.DialogResult.OK; 52 this.executeButton.Location = new System.Drawing.Point(199, 79); 53 this.executeButton.Name = "executeButton"; 54 this.executeButton.Size = new System.Drawing.Size(75, 23); 55 this.executeButton.TabIndex = 1; 56 this.executeButton.Text = "Erstellen"; 57 this.executeButton.UseVisualStyleBackColor = true; 58 // 59 // newFolderTextBox 60 // 61 this.newFolderTextBox.Location = new System.Drawing.Point(73, 12); 62 this.newFolderTextBox.Name = "newFolderTextBox"; 63 this.newFolderTextBox.Size = new System.Drawing.Size(281, 20); 64 this.newFolderTextBox.TabIndex = 0; 65 // 66 // newFolderLabel 67 // 68 this.newFolderLabel.AutoSize = true; 69 this.newFolderLabel.Location = new System.Drawing.Point(12, 12); 70 this.newFolderLabel.Name = "newFolderLabel"; 71 this.newFolderLabel.Size = new System.Drawing.Size(39, 13); 72 this.newFolderLabel.TabIndex = 3; 73 this.newFolderLabel.Text = "Ordner"; 74 // 75 // dokLabel 76 // 77 this.dokLabel.AutoSize = true; 78 this.dokLabel.Location = new System.Drawing.Point(70, 44); 79 this.dokLabel.Name = "dokLabel"; 80 this.dokLabel.Size = new System.Drawing.Size(171, 13); 81 this.dokLabel.TabIndex = 4; 82 this.dokLabel.Text = "Namen für neuen Ordner eingeben"; 83 // 84 // NewFolderDialog 85 // 86 this.AcceptButton = this.executeButton; 87 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 88 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 89 this.ClientSize = new System.Drawing.Size(365, 116); 90 this.Controls.Add(this.dokLabel); 91 this.Controls.Add(this.newFolderLabel); 92 this.Controls.Add(this.newFolderTextBox); 93 this.Controls.Add(this.executeButton); 94 this.Controls.Add(this.cancelButton); 95 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 96 this.Name = "NewFolderDialog"; 97 this.Text = "Namen für neuen Ordner eingeben"; 98 this.ResumeLayout(false); 99 this.PerformLayout(); 100 101 } 102 103 #endregion 104 105 private System.Windows.Forms.Button cancelButton; 106 private System.Windows.Forms.Button executeButton; 107 private System.Windows.Forms.TextBox newFolderTextBox; 108 private System.Windows.Forms.Label newFolderLabel; 109 private System.Windows.Forms.Label dokLabel; 110 } 111 }