File: DatabaseOperationsForm.Designer.cs

package info (click to toggle)
keepass2 2.57%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,516 kB
  • sloc: cs: 120,930; xml: 6,271; cpp: 322; sh: 53; makefile: 49
file content (328 lines) | stat: -rw-r--r-- 15,236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
namespace KeePass.Forms
{
	partial class DatabaseOperationsForm
	{
		/// <summary>
		/// Erforderliche Designervariable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Verwendete Ressourcen bereinigen.
		/// </summary>
		/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
		protected override void Dispose(bool disposing)
		{
			if(disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Vom Windows Form-Designer generierter Code

		/// <summary>
		/// Erforderliche Methode für die Designerunterstützung.
		/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
		/// </summary>
		private void InitializeComponent()
		{
			this.m_btnClose = new System.Windows.Forms.Button();
			this.m_bannerImage = new System.Windows.Forms.PictureBox();
			this.m_grpHistoryDelete = new System.Windows.Forms.GroupBox();
			this.m_lblEntryHistoryWarning = new System.Windows.Forms.Label();
			this.m_btnHistoryEntriesDelete = new System.Windows.Forms.Button();
			this.m_numHistoryDays = new System.Windows.Forms.NumericUpDown();
			this.m_lblHistoryEntriesDays = new System.Windows.Forms.Label();
			this.m_lblDeleteHistoryEntries = new System.Windows.Forms.Label();
			this.m_lblTrashIcon = new System.Windows.Forms.Label();
			this.m_tabMain = new System.Windows.Forms.TabControl();
			this.m_tabCleanUp = new System.Windows.Forms.TabPage();
			this.m_grpDeletedObjectsInfo = new System.Windows.Forms.GroupBox();
			this.m_lblDelObjInfoWarning = new System.Windows.Forms.Label();
			this.m_btnRemoveDelObjInfo = new System.Windows.Forms.Button();
			this.m_lblTrashIcon2 = new System.Windows.Forms.Label();
			this.m_lblDelObjInfoIntro = new System.Windows.Forms.Label();
			this.m_tabCustomData = new System.Windows.Forms.TabPage();
			this.m_btnCDDel = new System.Windows.Forms.Button();
			this.m_lvCustomData = new KeePass.UI.CustomListViewEx();
			this.m_pbStatus = new System.Windows.Forms.ProgressBar();
			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
			this.m_grpHistoryDelete.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryDays)).BeginInit();
			this.m_tabMain.SuspendLayout();
			this.m_tabCleanUp.SuspendLayout();
			this.m_grpDeletedObjectsInfo.SuspendLayout();
			this.m_tabCustomData.SuspendLayout();
			this.SuspendLayout();
			// 
			// m_btnClose
			// 
			this.m_btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnClose.Location = new System.Drawing.Point(376, 354);
			this.m_btnClose.Name = "m_btnClose";
			this.m_btnClose.Size = new System.Drawing.Size(75, 23);
			this.m_btnClose.TabIndex = 0;
			this.m_btnClose.Text = "Close";
			this.m_btnClose.UseVisualStyleBackColor = true;
			this.m_btnClose.Click += new System.EventHandler(this.OnBtnClose);
			// 
			// m_bannerImage
			// 
			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
			this.m_bannerImage.Name = "m_bannerImage";
			this.m_bannerImage.Size = new System.Drawing.Size(463, 60);
			this.m_bannerImage.TabIndex = 1;
			this.m_bannerImage.TabStop = false;
			// 
			// m_grpHistoryDelete
			// 
			this.m_grpHistoryDelete.Controls.Add(this.m_lblEntryHistoryWarning);
			this.m_grpHistoryDelete.Controls.Add(this.m_btnHistoryEntriesDelete);
			this.m_grpHistoryDelete.Controls.Add(this.m_numHistoryDays);
			this.m_grpHistoryDelete.Controls.Add(this.m_lblHistoryEntriesDays);
			this.m_grpHistoryDelete.Controls.Add(this.m_lblDeleteHistoryEntries);
			this.m_grpHistoryDelete.Controls.Add(this.m_lblTrashIcon);
			this.m_grpHistoryDelete.Location = new System.Drawing.Point(6, 6);
			this.m_grpHistoryDelete.Name = "m_grpHistoryDelete";
			this.m_grpHistoryDelete.Size = new System.Drawing.Size(417, 118);
			this.m_grpHistoryDelete.TabIndex = 0;
			this.m_grpHistoryDelete.TabStop = false;
			this.m_grpHistoryDelete.Text = "Entry history";
			// 
			// m_lblEntryHistoryWarning
			// 
			this.m_lblEntryHistoryWarning.Location = new System.Drawing.Point(44, 81);
			this.m_lblEntryHistoryWarning.Name = "m_lblEntryHistoryWarning";
			this.m_lblEntryHistoryWarning.Size = new System.Drawing.Size(367, 29);
			this.m_lblEntryHistoryWarning.TabIndex = 5;
			this.m_lblEntryHistoryWarning.Text = "Clicking the \'Delete\' button will remove all history entries older than the speci" +
				"fied number of days. There is no way to get them back.";
			// 
			// m_btnHistoryEntriesDelete
			// 
			this.m_btnHistoryEntriesDelete.Location = new System.Drawing.Point(335, 52);
			this.m_btnHistoryEntriesDelete.Name = "m_btnHistoryEntriesDelete";
			this.m_btnHistoryEntriesDelete.Size = new System.Drawing.Size(75, 23);
			this.m_btnHistoryEntriesDelete.TabIndex = 4;
			this.m_btnHistoryEntriesDelete.Text = "&Delete";
			this.m_btnHistoryEntriesDelete.UseVisualStyleBackColor = true;
			this.m_btnHistoryEntriesDelete.Click += new System.EventHandler(this.OnBtnDelete);
			// 
			// m_numHistoryDays
			// 
			this.m_numHistoryDays.Location = new System.Drawing.Point(239, 54);
			this.m_numHistoryDays.Maximum = new decimal(new int[] {
            3650,
            0,
            0,
            0});
			this.m_numHistoryDays.Name = "m_numHistoryDays";
			this.m_numHistoryDays.Size = new System.Drawing.Size(59, 20);
			this.m_numHistoryDays.TabIndex = 3;
			this.m_numHistoryDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.m_numHistoryDays.Value = new decimal(new int[] {
            365,
            0,
            0,
            0});
			// 
			// m_lblHistoryEntriesDays
			// 
			this.m_lblHistoryEntriesDays.AutoSize = true;
			this.m_lblHistoryEntriesDays.Location = new System.Drawing.Point(44, 56);
			this.m_lblHistoryEntriesDays.Name = "m_lblHistoryEntriesDays";
			this.m_lblHistoryEntriesDays.Size = new System.Drawing.Size(189, 13);
			this.m_lblHistoryEntriesDays.TabIndex = 2;
			this.m_lblHistoryEntriesDays.Text = "Delete &history entries older than (days):";
			// 
			// m_lblDeleteHistoryEntries
			// 
			this.m_lblDeleteHistoryEntries.Location = new System.Drawing.Point(44, 17);
			this.m_lblDeleteHistoryEntries.Name = "m_lblDeleteHistoryEntries";
			this.m_lblDeleteHistoryEntries.Size = new System.Drawing.Size(367, 31);
			this.m_lblDeleteHistoryEntries.TabIndex = 1;
			this.m_lblDeleteHistoryEntries.Text = "History entries (shown on the \'History\' tab page of the entry dialog) can be dele" +
				"ted. This will decrease the database size a bit.";
			// 
			// m_lblTrashIcon
			// 
			this.m_lblTrashIcon.Image = global::KeePass.Properties.Resources.B32x32_Trashcan_Full;
			this.m_lblTrashIcon.Location = new System.Drawing.Point(6, 16);
			this.m_lblTrashIcon.Name = "m_lblTrashIcon";
			this.m_lblTrashIcon.Size = new System.Drawing.Size(32, 32);
			this.m_lblTrashIcon.TabIndex = 0;
			// 
			// m_tabMain
			// 
			this.m_tabMain.Controls.Add(this.m_tabCleanUp);
			this.m_tabMain.Controls.Add(this.m_tabCustomData);
			this.m_tabMain.Location = new System.Drawing.Point(12, 66);
			this.m_tabMain.Name = "m_tabMain";
			this.m_tabMain.SelectedIndex = 0;
			this.m_tabMain.Size = new System.Drawing.Size(439, 276);
			this.m_tabMain.TabIndex = 1;
			// 
			// m_tabCleanUp
			// 
			this.m_tabCleanUp.Controls.Add(this.m_grpDeletedObjectsInfo);
			this.m_tabCleanUp.Controls.Add(this.m_grpHistoryDelete);
			this.m_tabCleanUp.Location = new System.Drawing.Point(4, 22);
			this.m_tabCleanUp.Name = "m_tabCleanUp";
			this.m_tabCleanUp.Padding = new System.Windows.Forms.Padding(3);
			this.m_tabCleanUp.Size = new System.Drawing.Size(431, 250);
			this.m_tabCleanUp.TabIndex = 0;
			this.m_tabCleanUp.Text = "Clean Up";
			this.m_tabCleanUp.UseVisualStyleBackColor = true;
			// 
			// m_grpDeletedObjectsInfo
			// 
			this.m_grpDeletedObjectsInfo.Controls.Add(this.m_lblDelObjInfoWarning);
			this.m_grpDeletedObjectsInfo.Controls.Add(this.m_btnRemoveDelObjInfo);
			this.m_grpDeletedObjectsInfo.Controls.Add(this.m_lblTrashIcon2);
			this.m_grpDeletedObjectsInfo.Controls.Add(this.m_lblDelObjInfoIntro);
			this.m_grpDeletedObjectsInfo.Location = new System.Drawing.Point(6, 130);
			this.m_grpDeletedObjectsInfo.Name = "m_grpDeletedObjectsInfo";
			this.m_grpDeletedObjectsInfo.Size = new System.Drawing.Size(417, 114);
			this.m_grpDeletedObjectsInfo.TabIndex = 1;
			this.m_grpDeletedObjectsInfo.TabStop = false;
			this.m_grpDeletedObjectsInfo.Text = "Deleted objects information";
			// 
			// m_lblDelObjInfoWarning
			// 
			this.m_lblDelObjInfoWarning.Location = new System.Drawing.Point(44, 67);
			this.m_lblDelObjInfoWarning.Name = "m_lblDelObjInfoWarning";
			this.m_lblDelObjInfoWarning.Size = new System.Drawing.Size(367, 41);
			this.m_lblDelObjInfoWarning.TabIndex = 3;
			this.m_lblDelObjInfoWarning.Text = "Warning! After removing this information, deleted objects (groups, entries, ...) " +
				"may reappear when synchronizing the current database with another one (which sti" +
				"ll contains the objects).";
			// 
			// m_btnRemoveDelObjInfo
			// 
			this.m_btnRemoveDelObjInfo.Location = new System.Drawing.Point(335, 16);
			this.m_btnRemoveDelObjInfo.Name = "m_btnRemoveDelObjInfo";
			this.m_btnRemoveDelObjInfo.Size = new System.Drawing.Size(75, 23);
			this.m_btnRemoveDelObjInfo.TabIndex = 2;
			this.m_btnRemoveDelObjInfo.Text = "D&elete";
			this.m_btnRemoveDelObjInfo.UseVisualStyleBackColor = true;
			this.m_btnRemoveDelObjInfo.Click += new System.EventHandler(this.OnBtnRemoveDelObjInfo);
			// 
			// m_lblTrashIcon2
			// 
			this.m_lblTrashIcon2.Image = global::KeePass.Properties.Resources.B32x32_Trashcan_Full;
			this.m_lblTrashIcon2.Location = new System.Drawing.Point(6, 16);
			this.m_lblTrashIcon2.Name = "m_lblTrashIcon2";
			this.m_lblTrashIcon2.Size = new System.Drawing.Size(32, 32);
			this.m_lblTrashIcon2.TabIndex = 0;
			// 
			// m_lblDelObjInfoIntro
			// 
			this.m_lblDelObjInfoIntro.Location = new System.Drawing.Point(44, 17);
			this.m_lblDelObjInfoIntro.Name = "m_lblDelObjInfoIntro";
			this.m_lblDelObjInfoIntro.Size = new System.Drawing.Size(285, 41);
			this.m_lblDelObjInfoIntro.TabIndex = 1;
			this.m_lblDelObjInfoIntro.Text = "KeePass keeps some information about deleted objects. This information can be rem" +
				"oved in order to reduce the size of the database.";
			// 
			// m_tabCustomData
			// 
			this.m_tabCustomData.Controls.Add(this.m_btnCDDel);
			this.m_tabCustomData.Controls.Add(this.m_lvCustomData);
			this.m_tabCustomData.Location = new System.Drawing.Point(4, 22);
			this.m_tabCustomData.Name = "m_tabCustomData";
			this.m_tabCustomData.Size = new System.Drawing.Size(431, 250);
			this.m_tabCustomData.TabIndex = 1;
			this.m_tabCustomData.Text = "Plugin Data";
			this.m_tabCustomData.UseVisualStyleBackColor = true;
			// 
			// m_btnCDDel
			// 
			this.m_btnCDDel.Location = new System.Drawing.Point(349, 220);
			this.m_btnCDDel.Name = "m_btnCDDel";
			this.m_btnCDDel.Size = new System.Drawing.Size(75, 23);
			this.m_btnCDDel.TabIndex = 1;
			this.m_btnCDDel.Text = "&Delete";
			this.m_btnCDDel.UseVisualStyleBackColor = true;
			this.m_btnCDDel.Click += new System.EventHandler(this.OnBtnCDDel);
			// 
			// m_lvCustomData
			// 
			this.m_lvCustomData.FullRowSelect = true;
			this.m_lvCustomData.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.m_lvCustomData.HideSelection = false;
			this.m_lvCustomData.Location = new System.Drawing.Point(6, 12);
			this.m_lvCustomData.Name = "m_lvCustomData";
			this.m_lvCustomData.ShowItemToolTips = true;
			this.m_lvCustomData.Size = new System.Drawing.Size(417, 202);
			this.m_lvCustomData.TabIndex = 0;
			this.m_lvCustomData.UseCompatibleStateImageBehavior = false;
			this.m_lvCustomData.View = System.Windows.Forms.View.Details;
			this.m_lvCustomData.SelectedIndexChanged += new System.EventHandler(this.OnCustomDataSelectedIndexChanged);
			// 
			// m_pbStatus
			// 
			this.m_pbStatus.Location = new System.Drawing.Point(12, 359);
			this.m_pbStatus.Name = "m_pbStatus";
			this.m_pbStatus.Size = new System.Drawing.Size(341, 13);
			this.m_pbStatus.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
			this.m_pbStatus.TabIndex = 2;
			// 
			// DatabaseOperationsForm
			// 
			this.AcceptButton = this.m_btnClose;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.m_btnClose;
			this.ClientSize = new System.Drawing.Size(463, 389);
			this.Controls.Add(this.m_pbStatus);
			this.Controls.Add(this.m_tabMain);
			this.Controls.Add(this.m_bannerImage);
			this.Controls.Add(this.m_btnClose);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "DatabaseOperationsForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "<DYN>";
			this.Load += new System.EventHandler(this.OnFormLoad);
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
			this.m_grpHistoryDelete.ResumeLayout(false);
			this.m_grpHistoryDelete.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryDays)).EndInit();
			this.m_tabMain.ResumeLayout(false);
			this.m_tabCleanUp.ResumeLayout(false);
			this.m_grpDeletedObjectsInfo.ResumeLayout(false);
			this.m_tabCustomData.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Button m_btnClose;
		private System.Windows.Forms.PictureBox m_bannerImage;
		private System.Windows.Forms.GroupBox m_grpHistoryDelete;
		private System.Windows.Forms.Label m_lblTrashIcon;
		private System.Windows.Forms.NumericUpDown m_numHistoryDays;
		private System.Windows.Forms.Label m_lblHistoryEntriesDays;
		private System.Windows.Forms.Label m_lblDeleteHistoryEntries;
		private System.Windows.Forms.Button m_btnHistoryEntriesDelete;
		private System.Windows.Forms.TabControl m_tabMain;
		private System.Windows.Forms.TabPage m_tabCleanUp;
		private System.Windows.Forms.Label m_lblEntryHistoryWarning;
		private System.Windows.Forms.ProgressBar m_pbStatus;
		private System.Windows.Forms.GroupBox m_grpDeletedObjectsInfo;
		private System.Windows.Forms.Label m_lblTrashIcon2;
		private System.Windows.Forms.Label m_lblDelObjInfoIntro;
		private System.Windows.Forms.Label m_lblDelObjInfoWarning;
		private System.Windows.Forms.Button m_btnRemoveDelObjInfo;
		private System.Windows.Forms.TabPage m_tabCustomData;
		private KeePass.UI.CustomListViewEx m_lvCustomData;
		private System.Windows.Forms.Button m_btnCDDel;
	}
}