1 namespace KeePass.Forms
2 {
3 	partial class EditStringForm
4 	{
5 		/// <summary>
6 		/// Erforderliche Designervariable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Verwendete Ressourcen bereinigen.
12 		/// </summary>
13 		/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
Dispose(bool disposing)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 Vom Windows Form-Designer generierter Code
24 
25 		/// <summary>
26 		/// Erforderliche Methode für die Designerunterstützung.
27 		/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditStringForm));
32 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
33 			this.m_lblStringValueDesc = new System.Windows.Forms.Label();
34 			this.m_lblStringIdDesc = new System.Windows.Forms.Label();
35 			this.m_lblIDIntro = new System.Windows.Forms.Label();
36 			this.m_richStringValue = new KeePass.UI.CustomRichTextBoxEx();
37 			this.m_lblSeparator = new System.Windows.Forms.Label();
38 			this.m_btnOK = new System.Windows.Forms.Button();
39 			this.m_btnCancel = new System.Windows.Forms.Button();
40 			this.m_btnHelp = new System.Windows.Forms.Button();
41 			this.m_cbProtect = new System.Windows.Forms.CheckBox();
42 			this.m_lblValidationInfo = new System.Windows.Forms.Label();
43 			this.m_cmbStringName = new System.Windows.Forms.ComboBox();
44 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
45 			this.SuspendLayout();
46 			//
47 			// m_bannerImage
48 			//
49 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
50 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
51 			this.m_bannerImage.Name = "m_bannerImage";
52 			this.m_bannerImage.Size = new System.Drawing.Size(409, 60);
53 			this.m_bannerImage.TabIndex = 0;
54 			this.m_bannerImage.TabStop = false;
55 			//
56 			// m_lblStringValueDesc
57 			//
58 			this.m_lblStringValueDesc.AutoSize = true;
59 			this.m_lblStringValueDesc.Location = new System.Drawing.Point(12, 156);
60 			this.m_lblStringValueDesc.Name = "m_lblStringValueDesc";
61 			this.m_lblStringValueDesc.Size = new System.Drawing.Size(37, 13);
62 			this.m_lblStringValueDesc.TabIndex = 4;
63 			this.m_lblStringValueDesc.Text = "&Value:";
64 			//
65 			// m_lblStringIdDesc
66 			//
67 			this.m_lblStringIdDesc.AutoSize = true;
68 			this.m_lblStringIdDesc.Location = new System.Drawing.Point(12, 116);
69 			this.m_lblStringIdDesc.Name = "m_lblStringIdDesc";
70 			this.m_lblStringIdDesc.Size = new System.Drawing.Size(38, 13);
71 			this.m_lblStringIdDesc.TabIndex = 1;
72 			this.m_lblStringIdDesc.Text = "&Name:";
73 			//
74 			// m_lblIDIntro
75 			//
76 			this.m_lblIDIntro.Location = new System.Drawing.Point(12, 67);
77 			this.m_lblIDIntro.Name = "m_lblIDIntro";
78 			this.m_lblIDIntro.Size = new System.Drawing.Size(385, 40);
79 			this.m_lblIDIntro.TabIndex = 0;
80 			this.m_lblIDIntro.Text = resources.GetString("m_lblIDIntro.Text");
81 			//
82 			// m_richStringValue
83 			//
84 			this.m_richStringValue.Location = new System.Drawing.Point(56, 154);
85 			this.m_richStringValue.Name = "m_richStringValue";
86 			this.m_richStringValue.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
87 			this.m_richStringValue.Size = new System.Drawing.Size(341, 78);
88 			this.m_richStringValue.TabIndex = 5;
89 			this.m_richStringValue.Text = "";
90 			//
91 			// m_lblSeparator
92 			//
93 			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
94 			this.m_lblSeparator.Location = new System.Drawing.Point(0, 271);
95 			this.m_lblSeparator.Name = "m_lblSeparator";
96 			this.m_lblSeparator.Size = new System.Drawing.Size(409, 2);
97 			this.m_lblSeparator.TabIndex = 7;
98 			//
99 			// m_btnOK
100 			//
101 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
102 			this.m_btnOK.Location = new System.Drawing.Point(241, 282);
103 			this.m_btnOK.Name = "m_btnOK";
104 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
105 			this.m_btnOK.TabIndex = 9;
106 			this.m_btnOK.Text = "OK";
107 			this.m_btnOK.UseVisualStyleBackColor = true;
108 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
109 			//
110 			// m_btnCancel
111 			//
112 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
113 			this.m_btnCancel.Location = new System.Drawing.Point(322, 282);
114 			this.m_btnCancel.Name = "m_btnCancel";
115 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
116 			this.m_btnCancel.TabIndex = 10;
117 			this.m_btnCancel.Text = "Cancel";
118 			this.m_btnCancel.UseVisualStyleBackColor = true;
119 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
120 			//
121 			// m_btnHelp
122 			//
123 			this.m_btnHelp.Location = new System.Drawing.Point(12, 282);
124 			this.m_btnHelp.Name = "m_btnHelp";
125 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
126 			this.m_btnHelp.TabIndex = 8;
127 			this.m_btnHelp.Text = "&Help";
128 			this.m_btnHelp.UseVisualStyleBackColor = true;
129 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
130 			//
131 			// m_cbProtect
132 			//
133 			this.m_cbProtect.AutoSize = true;
134 			this.m_cbProtect.Location = new System.Drawing.Point(56, 238);
135 			this.m_cbProtect.Name = "m_cbProtect";
136 			this.m_cbProtect.Size = new System.Drawing.Size(179, 17);
137 			this.m_cbProtect.TabIndex = 6;
138 			this.m_cbProtect.Text = "&Protect value in process memory";
139 			this.m_cbProtect.UseVisualStyleBackColor = true;
140 			//
141 			// m_lblValidationInfo
142 			//
143 			this.m_lblValidationInfo.ForeColor = System.Drawing.Color.Crimson;
144 			this.m_lblValidationInfo.Location = new System.Drawing.Point(53, 137);
145 			this.m_lblValidationInfo.Name = "m_lblValidationInfo";
146 			this.m_lblValidationInfo.Size = new System.Drawing.Size(344, 14);
147 			this.m_lblValidationInfo.TabIndex = 3;
148 			this.m_lblValidationInfo.Text = "<>";
149 			//
150 			// m_cmbStringName
151 			//
152 			this.m_cmbStringName.FormattingEnabled = true;
153 			this.m_cmbStringName.Location = new System.Drawing.Point(56, 113);
154 			this.m_cmbStringName.Name = "m_cmbStringName";
155 			this.m_cmbStringName.Size = new System.Drawing.Size(341, 21);
156 			this.m_cmbStringName.TabIndex = 2;
157 			this.m_cmbStringName.TextChanged += new System.EventHandler(this.OnNameTextChanged);
158 			//
159 			// EditStringForm
160 			//
161 			this.AcceptButton = this.m_btnOK;
162 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
164 			this.CancelButton = this.m_btnCancel;
165 			this.ClientSize = new System.Drawing.Size(409, 317);
166 			this.Controls.Add(this.m_cmbStringName);
167 			this.Controls.Add(this.m_lblValidationInfo);
168 			this.Controls.Add(this.m_cbProtect);
169 			this.Controls.Add(this.m_btnHelp);
170 			this.Controls.Add(this.m_btnCancel);
171 			this.Controls.Add(this.m_btnOK);
172 			this.Controls.Add(this.m_lblSeparator);
173 			this.Controls.Add(this.m_richStringValue);
174 			this.Controls.Add(this.m_lblIDIntro);
175 			this.Controls.Add(this.m_lblStringIdDesc);
176 			this.Controls.Add(this.m_lblStringValueDesc);
177 			this.Controls.Add(this.m_bannerImage);
178 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
179 			this.MaximizeBox = false;
180 			this.MinimizeBox = false;
181 			this.Name = "EditStringForm";
182 			this.ShowInTaskbar = false;
183 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
184 			this.Text = "Edit Entry String";
185 			this.Load += new System.EventHandler(this.OnFormLoad);
186 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
187 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
188 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
189 			this.ResumeLayout(false);
190 			this.PerformLayout();
191 
192 		}
193 
194 		#endregion
195 
196 		private System.Windows.Forms.PictureBox m_bannerImage;
197 		private System.Windows.Forms.Label m_lblStringValueDesc;
198 		private System.Windows.Forms.Label m_lblStringIdDesc;
199 		private System.Windows.Forms.Label m_lblIDIntro;
200 		private KeePass.UI.CustomRichTextBoxEx m_richStringValue;
201 		private System.Windows.Forms.Label m_lblSeparator;
202 		private System.Windows.Forms.Button m_btnOK;
203 		private System.Windows.Forms.Button m_btnCancel;
204 		private System.Windows.Forms.Button m_btnHelp;
205 		private System.Windows.Forms.CheckBox m_cbProtect;
206 		private System.Windows.Forms.Label m_lblValidationInfo;
207 		private System.Windows.Forms.ComboBox m_cmbStringName;
208 	}
209 }