1 namespace KeePass.Forms
2 {
3 	partial class ImportMethodForm
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(ImportMethodForm));
32 			this.m_btnOK = new System.Windows.Forms.Button();
33 			this.m_btnCancel = new System.Windows.Forms.Button();
34 			this.m_lblIntro = new System.Windows.Forms.Label();
35 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
36 			this.m_radioCreateNew = new System.Windows.Forms.RadioButton();
37 			this.m_lblCreateNewHint = new System.Windows.Forms.Label();
38 			this.m_radioKeepExisting = new System.Windows.Forms.RadioButton();
39 			this.m_lblExistingHint = new System.Windows.Forms.Label();
40 			this.m_radioOverwrite = new System.Windows.Forms.RadioButton();
41 			this.m_lblOverwriteHint = new System.Windows.Forms.Label();
42 			this.m_radioOverwriteIfNewer = new System.Windows.Forms.RadioButton();
43 			this.m_lblOverwriteIfNewerHint = new System.Windows.Forms.Label();
44 			this.m_radioSynchronize = new System.Windows.Forms.RadioButton();
45 			this.m_lblSynchronizeHint = new System.Windows.Forms.Label();
46 			this.m_lblSeparator = new System.Windows.Forms.Label();
47 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
48 			this.SuspendLayout();
49 			//
50 			// m_btnOK
51 			//
52 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
53 			this.m_btnOK.Location = new System.Drawing.Point(345, 431);
54 			this.m_btnOK.Name = "m_btnOK";
55 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
56 			this.m_btnOK.TabIndex = 12;
57 			this.m_btnOK.Text = "OK";
58 			this.m_btnOK.UseVisualStyleBackColor = true;
59 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
60 			//
61 			// m_btnCancel
62 			//
63 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
64 			this.m_btnCancel.Location = new System.Drawing.Point(426, 431);
65 			this.m_btnCancel.Name = "m_btnCancel";
66 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
67 			this.m_btnCancel.TabIndex = 13;
68 			this.m_btnCancel.Text = "Cancel";
69 			this.m_btnCancel.UseVisualStyleBackColor = true;
70 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
71 			//
72 			// m_lblIntro
73 			//
74 			this.m_lblIntro.Location = new System.Drawing.Point(12, 72);
75 			this.m_lblIntro.Name = "m_lblIntro";
76 			this.m_lblIntro.Size = new System.Drawing.Size(489, 28);
77 			this.m_lblIntro.TabIndex = 0;
78 			this.m_lblIntro.Text = "The file format that you have selected to import supports group and/or entry IDs." +
79 				" Please choose an import behavior.";
80 			//
81 			// m_bannerImage
82 			//
83 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
84 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
85 			this.m_bannerImage.Name = "m_bannerImage";
86 			this.m_bannerImage.Size = new System.Drawing.Size(513, 60);
87 			this.m_bannerImage.TabIndex = 3;
88 			this.m_bannerImage.TabStop = false;
89 			//
90 			// m_radioCreateNew
91 			//
92 			this.m_radioCreateNew.AutoSize = true;
93 			this.m_radioCreateNew.Location = new System.Drawing.Point(15, 114);
94 			this.m_radioCreateNew.Name = "m_radioCreateNew";
95 			this.m_radioCreateNew.Size = new System.Drawing.Size(60, 17);
96 			this.m_radioCreateNew.TabIndex = 1;
97 			this.m_radioCreateNew.TabStop = true;
98 			this.m_radioCreateNew.Text = "<DYN>";
99 			this.m_radioCreateNew.UseVisualStyleBackColor = true;
100 			//
101 			// m_lblCreateNewHint
102 			//
103 			this.m_lblCreateNewHint.Location = new System.Drawing.Point(32, 134);
104 			this.m_lblCreateNewHint.Name = "m_lblCreateNewHint";
105 			this.m_lblCreateNewHint.Size = new System.Drawing.Size(469, 28);
106 			this.m_lblCreateNewHint.TabIndex = 2;
107 			this.m_lblCreateNewHint.Text = "If you select this option, KeePass will create new IDs for all groups and entries" +
108 				". Consequently, no existing groups and entries of the currently open database wi" +
109 				"ll be modified or overwritten.";
110 			//
111 			// m_radioKeepExisting
112 			//
113 			this.m_radioKeepExisting.AutoSize = true;
114 			this.m_radioKeepExisting.Location = new System.Drawing.Point(15, 174);
115 			this.m_radioKeepExisting.Name = "m_radioKeepExisting";
116 			this.m_radioKeepExisting.Size = new System.Drawing.Size(60, 17);
117 			this.m_radioKeepExisting.TabIndex = 3;
118 			this.m_radioKeepExisting.TabStop = true;
119 			this.m_radioKeepExisting.Text = "<DYN>";
120 			this.m_radioKeepExisting.UseVisualStyleBackColor = true;
121 			//
122 			// m_lblExistingHint
123 			//
124 			this.m_lblExistingHint.Location = new System.Drawing.Point(32, 194);
125 			this.m_lblExistingHint.Name = "m_lblExistingHint";
126 			this.m_lblExistingHint.Size = new System.Drawing.Size(469, 27);
127 			this.m_lblExistingHint.TabIndex = 4;
128 			this.m_lblExistingHint.Text = "Existing entries of the currently open database will not be modified. Only new en" +
129 				"tries will be added.";
130 			//
131 			// m_radioOverwrite
132 			//
133 			this.m_radioOverwrite.AutoSize = true;
134 			this.m_radioOverwrite.Location = new System.Drawing.Point(15, 233);
135 			this.m_radioOverwrite.Name = "m_radioOverwrite";
136 			this.m_radioOverwrite.Size = new System.Drawing.Size(60, 17);
137 			this.m_radioOverwrite.TabIndex = 5;
138 			this.m_radioOverwrite.TabStop = true;
139 			this.m_radioOverwrite.Text = "<DYN>";
140 			this.m_radioOverwrite.UseVisualStyleBackColor = true;
141 			//
142 			// m_lblOverwriteHint
143 			//
144 			this.m_lblOverwriteHint.Location = new System.Drawing.Point(32, 253);
145 			this.m_lblOverwriteHint.Name = "m_lblOverwriteHint";
146 			this.m_lblOverwriteHint.Size = new System.Drawing.Size(469, 28);
147 			this.m_lblOverwriteHint.TabIndex = 6;
148 			this.m_lblOverwriteHint.Text = "KeePass will replace all existing groups and entries by the ones in the file to i" +
149 				"mport, if they have the same ID.";
150 			//
151 			// m_radioOverwriteIfNewer
152 			//
153 			this.m_radioOverwriteIfNewer.AutoSize = true;
154 			this.m_radioOverwriteIfNewer.Location = new System.Drawing.Point(15, 293);
155 			this.m_radioOverwriteIfNewer.Name = "m_radioOverwriteIfNewer";
156 			this.m_radioOverwriteIfNewer.Size = new System.Drawing.Size(60, 17);
157 			this.m_radioOverwriteIfNewer.TabIndex = 7;
158 			this.m_radioOverwriteIfNewer.TabStop = true;
159 			this.m_radioOverwriteIfNewer.Text = "<DYN>";
160 			this.m_radioOverwriteIfNewer.UseVisualStyleBackColor = true;
161 			//
162 			// m_lblOverwriteIfNewerHint
163 			//
164 			this.m_lblOverwriteIfNewerHint.Location = new System.Drawing.Point(32, 313);
165 			this.m_lblOverwriteIfNewerHint.Name = "m_lblOverwriteIfNewerHint";
166 			this.m_lblOverwriteIfNewerHint.Size = new System.Drawing.Size(469, 27);
167 			this.m_lblOverwriteIfNewerHint.TabIndex = 8;
168 			this.m_lblOverwriteIfNewerHint.Text = "KeePass will compare the last-modified times of the groups/entries and replace th" +
169 				"e existing ones only if the ones to import are newer.";
170 			//
171 			// m_radioSynchronize
172 			//
173 			this.m_radioSynchronize.AutoSize = true;
174 			this.m_radioSynchronize.Location = new System.Drawing.Point(15, 352);
175 			this.m_radioSynchronize.Name = "m_radioSynchronize";
176 			this.m_radioSynchronize.Size = new System.Drawing.Size(60, 17);
177 			this.m_radioSynchronize.TabIndex = 9;
178 			this.m_radioSynchronize.TabStop = true;
179 			this.m_radioSynchronize.Text = "<DYN>";
180 			this.m_radioSynchronize.UseVisualStyleBackColor = true;
181 			//
182 			// m_lblSynchronizeHint
183 			//
184 			this.m_lblSynchronizeHint.Location = new System.Drawing.Point(32, 372);
185 			this.m_lblSynchronizeHint.Name = "m_lblSynchronizeHint";
186 			this.m_lblSynchronizeHint.Size = new System.Drawing.Size(469, 40);
187 			this.m_lblSynchronizeHint.TabIndex = 10;
188 			this.m_lblSynchronizeHint.Text = resources.GetString("m_lblSynchronizeHint.Text");
189 			//
190 			// m_lblSeparator
191 			//
192 			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
193 			this.m_lblSeparator.Location = new System.Drawing.Point(0, 425);
194 			this.m_lblSeparator.Name = "m_lblSeparator";
195 			this.m_lblSeparator.Size = new System.Drawing.Size(513, 2);
196 			this.m_lblSeparator.TabIndex = 11;
197 			//
198 			// ImportMethodForm
199 			//
200 			this.AcceptButton = this.m_btnOK;
201 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203 			this.CancelButton = this.m_btnCancel;
204 			this.ClientSize = new System.Drawing.Size(513, 466);
205 			this.Controls.Add(this.m_lblSeparator);
206 			this.Controls.Add(this.m_lblSynchronizeHint);
207 			this.Controls.Add(this.m_radioSynchronize);
208 			this.Controls.Add(this.m_lblOverwriteIfNewerHint);
209 			this.Controls.Add(this.m_radioOverwriteIfNewer);
210 			this.Controls.Add(this.m_lblOverwriteHint);
211 			this.Controls.Add(this.m_radioOverwrite);
212 			this.Controls.Add(this.m_lblExistingHint);
213 			this.Controls.Add(this.m_radioKeepExisting);
214 			this.Controls.Add(this.m_lblCreateNewHint);
215 			this.Controls.Add(this.m_radioCreateNew);
216 			this.Controls.Add(this.m_bannerImage);
217 			this.Controls.Add(this.m_lblIntro);
218 			this.Controls.Add(this.m_btnCancel);
219 			this.Controls.Add(this.m_btnOK);
220 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
221 			this.MaximizeBox = false;
222 			this.MinimizeBox = false;
223 			this.Name = "ImportMethodForm";
224 			this.ShowInTaskbar = false;
225 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
226 			this.Text = "<DYN>";
227 			this.Load += new System.EventHandler(this.OnFormLoad);
228 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
229 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
230 			this.ResumeLayout(false);
231 			this.PerformLayout();
232 
233 		}
234 
235 		#endregion
236 
237 		private System.Windows.Forms.Button m_btnOK;
238 		private System.Windows.Forms.Button m_btnCancel;
239 		private System.Windows.Forms.Label m_lblIntro;
240 		private System.Windows.Forms.PictureBox m_bannerImage;
241 		private System.Windows.Forms.RadioButton m_radioCreateNew;
242 		private System.Windows.Forms.Label m_lblCreateNewHint;
243 		private System.Windows.Forms.RadioButton m_radioKeepExisting;
244 		private System.Windows.Forms.Label m_lblExistingHint;
245 		private System.Windows.Forms.RadioButton m_radioOverwrite;
246 		private System.Windows.Forms.Label m_lblOverwriteHint;
247 		private System.Windows.Forms.RadioButton m_radioOverwriteIfNewer;
248 		private System.Windows.Forms.Label m_lblOverwriteIfNewerHint;
249 		private System.Windows.Forms.RadioButton m_radioSynchronize;
250 		private System.Windows.Forms.Label m_lblSynchronizeHint;
251 		private System.Windows.Forms.Label m_lblSeparator;
252 	}
253 }