File: PluginsForm.Designer.cs

package info (click to toggle)
keepass2 2.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,496 kB
  • sloc: cs: 87,098; xml: 6,569; cpp: 311; makefile: 49; sh: 9
file content (204 lines) | stat: -rw-r--r-- 8,591 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
namespace KeePass.Forms
{
	partial class PluginsForm
	{
		/// <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_lvPlugins = new KeePass.UI.CustomListViewEx();
			this.m_lblSeparator = new System.Windows.Forms.Label();
			this.m_bannerImage = new System.Windows.Forms.PictureBox();
			this.m_grpPluginDesc = new System.Windows.Forms.GroupBox();
			this.m_lblSelectedPluginDesc = new System.Windows.Forms.Label();
			this.m_linkPlugins = new System.Windows.Forms.LinkLabel();
			this.m_grpCache = new System.Windows.Forms.GroupBox();
			this.m_cbCacheDeleteOld = new System.Windows.Forms.CheckBox();
			this.m_btnClearCache = new System.Windows.Forms.Button();
			this.m_lblCacheSize = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
			this.m_grpPluginDesc.SuspendLayout();
			this.m_grpCache.SuspendLayout();
			this.SuspendLayout();
			// 
			// m_btnClose
			// 
			this.m_btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnClose.Location = new System.Drawing.Point(532, 431);
			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_lvPlugins
			// 
			this.m_lvPlugins.FullRowSelect = true;
			this.m_lvPlugins.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.m_lvPlugins.HideSelection = false;
			this.m_lvPlugins.Location = new System.Drawing.Point(12, 66);
			this.m_lvPlugins.Name = "m_lvPlugins";
			this.m_lvPlugins.ShowItemToolTips = true;
			this.m_lvPlugins.Size = new System.Drawing.Size(595, 165);
			this.m_lvPlugins.TabIndex = 1;
			this.m_lvPlugins.UseCompatibleStateImageBehavior = false;
			this.m_lvPlugins.View = System.Windows.Forms.View.Details;
			this.m_lvPlugins.SelectedIndexChanged += new System.EventHandler(this.OnPluginListSelectedIndexChanged);
			// 
			// m_lblSeparator
			// 
			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.m_lblSeparator.Location = new System.Drawing.Point(0, 422);
			this.m_lblSeparator.Name = "m_lblSeparator";
			this.m_lblSeparator.Size = new System.Drawing.Size(619, 2);
			this.m_lblSeparator.TabIndex = 4;
			// 
			// 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(619, 60);
			this.m_bannerImage.TabIndex = 0;
			this.m_bannerImage.TabStop = false;
			// 
			// m_grpPluginDesc
			// 
			this.m_grpPluginDesc.Controls.Add(this.m_lblSelectedPluginDesc);
			this.m_grpPluginDesc.Location = new System.Drawing.Point(12, 237);
			this.m_grpPluginDesc.Name = "m_grpPluginDesc";
			this.m_grpPluginDesc.Size = new System.Drawing.Size(595, 102);
			this.m_grpPluginDesc.TabIndex = 2;
			this.m_grpPluginDesc.TabStop = false;
			// 
			// m_lblSelectedPluginDesc
			// 
			this.m_lblSelectedPluginDesc.Location = new System.Drawing.Point(6, 16);
			this.m_lblSelectedPluginDesc.Name = "m_lblSelectedPluginDesc";
			this.m_lblSelectedPluginDesc.Size = new System.Drawing.Size(583, 64);
			this.m_lblSelectedPluginDesc.TabIndex = 0;
			this.m_lblSelectedPluginDesc.Text = "<>";
			// 
			// m_linkPlugins
			// 
			this.m_linkPlugins.AutoSize = true;
			this.m_linkPlugins.Location = new System.Drawing.Point(9, 436);
			this.m_linkPlugins.Name = "m_linkPlugins";
			this.m_linkPlugins.Size = new System.Drawing.Size(95, 13);
			this.m_linkPlugins.TabIndex = 5;
			this.m_linkPlugins.TabStop = true;
			this.m_linkPlugins.Text = "Get more plugins...";
			this.m_linkPlugins.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnPluginsLinkClicked);
			// 
			// m_grpCache
			// 
			this.m_grpCache.Controls.Add(this.m_cbCacheDeleteOld);
			this.m_grpCache.Controls.Add(this.m_btnClearCache);
			this.m_grpCache.Controls.Add(this.m_lblCacheSize);
			this.m_grpCache.Location = new System.Drawing.Point(12, 345);
			this.m_grpCache.Name = "m_grpCache";
			this.m_grpCache.Size = new System.Drawing.Size(595, 65);
			this.m_grpCache.TabIndex = 3;
			this.m_grpCache.TabStop = false;
			this.m_grpCache.Text = "Plugin Cache";
			// 
			// m_cbCacheDeleteOld
			// 
			this.m_cbCacheDeleteOld.AutoSize = true;
			this.m_cbCacheDeleteOld.Location = new System.Drawing.Point(9, 40);
			this.m_cbCacheDeleteOld.Name = "m_cbCacheDeleteOld";
			this.m_cbCacheDeleteOld.Size = new System.Drawing.Size(215, 17);
			this.m_cbCacheDeleteOld.TabIndex = 2;
			this.m_cbCacheDeleteOld.Text = "Delete old files from cache automatically";
			this.m_cbCacheDeleteOld.UseVisualStyleBackColor = true;
			// 
			// m_btnClearCache
			// 
			this.m_btnClearCache.Location = new System.Drawing.Point(509, 19);
			this.m_btnClearCache.Name = "m_btnClearCache";
			this.m_btnClearCache.Size = new System.Drawing.Size(75, 23);
			this.m_btnClearCache.TabIndex = 1;
			this.m_btnClearCache.Text = "C&lear";
			this.m_btnClearCache.UseVisualStyleBackColor = true;
			this.m_btnClearCache.Click += new System.EventHandler(this.OnBtnClearCache);
			// 
			// m_lblCacheSize
			// 
			this.m_lblCacheSize.Location = new System.Drawing.Point(6, 19);
			this.m_lblCacheSize.Name = "m_lblCacheSize";
			this.m_lblCacheSize.Size = new System.Drawing.Size(497, 18);
			this.m_lblCacheSize.TabIndex = 0;
			this.m_lblCacheSize.Text = "Data in cache (size):";
			// 
			// PluginsForm
			// 
			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(619, 466);
			this.Controls.Add(this.m_grpCache);
			this.Controls.Add(this.m_linkPlugins);
			this.Controls.Add(this.m_grpPluginDesc);
			this.Controls.Add(this.m_lblSeparator);
			this.Controls.Add(this.m_lvPlugins);
			this.Controls.Add(this.m_btnClose);
			this.Controls.Add(this.m_bannerImage);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "PluginsForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Plugins";
			this.Load += new System.EventHandler(this.OnFormLoad);
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
			this.m_grpPluginDesc.ResumeLayout(false);
			this.m_grpCache.ResumeLayout(false);
			this.m_grpCache.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.PictureBox m_bannerImage;
		private System.Windows.Forms.Button m_btnClose;
		private KeePass.UI.CustomListViewEx m_lvPlugins;
		private System.Windows.Forms.Label m_lblSeparator;
		private System.Windows.Forms.GroupBox m_grpPluginDesc;
		private System.Windows.Forms.Label m_lblSelectedPluginDesc;
		private System.Windows.Forms.LinkLabel m_linkPlugins;
		private System.Windows.Forms.GroupBox m_grpCache;
		private System.Windows.Forms.Button m_btnClearCache;
		private System.Windows.Forms.Label m_lblCacheSize;
		private System.Windows.Forms.CheckBox m_cbCacheDeleteOld;
	}
}