1 namespace KeePass.Forms
2 {
3 	partial class PluginsForm
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 			this.m_btnClose = new System.Windows.Forms.Button();
32 			this.m_lvPlugins = new KeePass.UI.CustomListViewEx();
33 			this.m_lblSeparator = new System.Windows.Forms.Label();
34 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
35 			this.m_grpPluginDesc = new System.Windows.Forms.GroupBox();
36 			this.m_lblSelectedPluginDesc = new System.Windows.Forms.Label();
37 			this.m_grpCache = new System.Windows.Forms.GroupBox();
38 			this.m_cbCacheDeleteOld = new System.Windows.Forms.CheckBox();
39 			this.m_btnClearCache = new System.Windows.Forms.Button();
40 			this.m_lblCacheSize = new System.Windows.Forms.Label();
41 			this.m_btnMore = new System.Windows.Forms.Button();
42 			this.m_btnOpenFolder = new System.Windows.Forms.Button();
43 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
44 			this.m_grpPluginDesc.SuspendLayout();
45 			this.m_grpCache.SuspendLayout();
46 			this.SuspendLayout();
47 			//
48 			// m_btnClose
49 			//
50 			this.m_btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
51 			this.m_btnClose.Location = new System.Drawing.Point(532, 431);
52 			this.m_btnClose.Name = "m_btnClose";
53 			this.m_btnClose.Size = new System.Drawing.Size(75, 23);
54 			this.m_btnClose.TabIndex = 6;
55 			this.m_btnClose.Text = "Close";
56 			this.m_btnClose.UseVisualStyleBackColor = true;
57 			this.m_btnClose.Click += new System.EventHandler(this.OnBtnClose);
58 			//
59 			// m_lvPlugins
60 			//
61 			this.m_lvPlugins.FullRowSelect = true;
62 			this.m_lvPlugins.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
63 			this.m_lvPlugins.HideSelection = false;
64 			this.m_lvPlugins.Location = new System.Drawing.Point(12, 66);
65 			this.m_lvPlugins.Name = "m_lvPlugins";
66 			this.m_lvPlugins.ShowItemToolTips = true;
67 			this.m_lvPlugins.Size = new System.Drawing.Size(595, 165);
68 			this.m_lvPlugins.TabIndex = 0;
69 			this.m_lvPlugins.UseCompatibleStateImageBehavior = false;
70 			this.m_lvPlugins.View = System.Windows.Forms.View.Details;
71 			this.m_lvPlugins.SelectedIndexChanged += new System.EventHandler(this.OnPluginListSelectedIndexChanged);
72 			//
73 			// m_lblSeparator
74 			//
75 			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
76 			this.m_lblSeparator.Location = new System.Drawing.Point(0, 422);
77 			this.m_lblSeparator.Name = "m_lblSeparator";
78 			this.m_lblSeparator.Size = new System.Drawing.Size(619, 2);
79 			this.m_lblSeparator.TabIndex = 3;
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(619, 60);
87 			this.m_bannerImage.TabIndex = 0;
88 			this.m_bannerImage.TabStop = false;
89 			//
90 			// m_grpPluginDesc
91 			//
92 			this.m_grpPluginDesc.Controls.Add(this.m_lblSelectedPluginDesc);
93 			this.m_grpPluginDesc.Location = new System.Drawing.Point(12, 237);
94 			this.m_grpPluginDesc.Name = "m_grpPluginDesc";
95 			this.m_grpPluginDesc.Size = new System.Drawing.Size(595, 102);
96 			this.m_grpPluginDesc.TabIndex = 1;
97 			this.m_grpPluginDesc.TabStop = false;
98 			//
99 			// m_lblSelectedPluginDesc
100 			//
101 			this.m_lblSelectedPluginDesc.Location = new System.Drawing.Point(6, 16);
102 			this.m_lblSelectedPluginDesc.Name = "m_lblSelectedPluginDesc";
103 			this.m_lblSelectedPluginDesc.Size = new System.Drawing.Size(583, 64);
104 			this.m_lblSelectedPluginDesc.TabIndex = 0;
105 			this.m_lblSelectedPluginDesc.Text = "<>";
106 			//
107 			// m_grpCache
108 			//
109 			this.m_grpCache.Controls.Add(this.m_cbCacheDeleteOld);
110 			this.m_grpCache.Controls.Add(this.m_btnClearCache);
111 			this.m_grpCache.Controls.Add(this.m_lblCacheSize);
112 			this.m_grpCache.Location = new System.Drawing.Point(12, 345);
113 			this.m_grpCache.Name = "m_grpCache";
114 			this.m_grpCache.Size = new System.Drawing.Size(595, 65);
115 			this.m_grpCache.TabIndex = 2;
116 			this.m_grpCache.TabStop = false;
117 			this.m_grpCache.Text = "Plugin Cache";
118 			//
119 			// m_cbCacheDeleteOld
120 			//
121 			this.m_cbCacheDeleteOld.AutoSize = true;
122 			this.m_cbCacheDeleteOld.Location = new System.Drawing.Point(9, 40);
123 			this.m_cbCacheDeleteOld.Name = "m_cbCacheDeleteOld";
124 			this.m_cbCacheDeleteOld.Size = new System.Drawing.Size(215, 17);
125 			this.m_cbCacheDeleteOld.TabIndex = 2;
126 			this.m_cbCacheDeleteOld.Text = "&Delete old files from cache automatically";
127 			this.m_cbCacheDeleteOld.UseVisualStyleBackColor = true;
128 			//
129 			// m_btnClearCache
130 			//
131 			this.m_btnClearCache.Location = new System.Drawing.Point(509, 19);
132 			this.m_btnClearCache.Name = "m_btnClearCache";
133 			this.m_btnClearCache.Size = new System.Drawing.Size(75, 23);
134 			this.m_btnClearCache.TabIndex = 1;
135 			this.m_btnClearCache.Text = "&Clear";
136 			this.m_btnClearCache.UseVisualStyleBackColor = true;
137 			this.m_btnClearCache.Click += new System.EventHandler(this.OnBtnClearCache);
138 			//
139 			// m_lblCacheSize
140 			//
141 			this.m_lblCacheSize.Location = new System.Drawing.Point(6, 19);
142 			this.m_lblCacheSize.Name = "m_lblCacheSize";
143 			this.m_lblCacheSize.Size = new System.Drawing.Size(497, 18);
144 			this.m_lblCacheSize.TabIndex = 0;
145 			this.m_lblCacheSize.Text = "Data in cache (size):";
146 			//
147 			// m_btnMore
148 			//
149 			this.m_btnMore.Location = new System.Drawing.Point(12, 431);
150 			this.m_btnMore.Name = "m_btnMore";
151 			this.m_btnMore.Size = new System.Drawing.Size(115, 23);
152 			this.m_btnMore.TabIndex = 4;
153 			this.m_btnMore.Text = "&Get More Plugins...";
154 			this.m_btnMore.UseVisualStyleBackColor = true;
155 			this.m_btnMore.Click += new System.EventHandler(this.OnBtnGetMore);
156 			//
157 			// m_btnOpenFolder
158 			//
159 			this.m_btnOpenFolder.Location = new System.Drawing.Point(133, 431);
160 			this.m_btnOpenFolder.Name = "m_btnOpenFolder";
161 			this.m_btnOpenFolder.Size = new System.Drawing.Size(83, 23);
162 			this.m_btnOpenFolder.TabIndex = 5;
163 			this.m_btnOpenFolder.Text = "Open &Folder";
164 			this.m_btnOpenFolder.UseVisualStyleBackColor = true;
165 			this.m_btnOpenFolder.Click += new System.EventHandler(this.OnBtnOpenFolder);
166 			//
167 			// PluginsForm
168 			//
169 			this.AcceptButton = this.m_btnClose;
170 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
171 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
172 			this.CancelButton = this.m_btnClose;
173 			this.ClientSize = new System.Drawing.Size(619, 466);
174 			this.Controls.Add(this.m_btnOpenFolder);
175 			this.Controls.Add(this.m_btnMore);
176 			this.Controls.Add(this.m_grpCache);
177 			this.Controls.Add(this.m_grpPluginDesc);
178 			this.Controls.Add(this.m_lblSeparator);
179 			this.Controls.Add(this.m_lvPlugins);
180 			this.Controls.Add(this.m_btnClose);
181 			this.Controls.Add(this.m_bannerImage);
182 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
183 			this.MaximizeBox = false;
184 			this.MinimizeBox = false;
185 			this.Name = "PluginsForm";
186 			this.ShowInTaskbar = false;
187 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
188 			this.Text = "Plugins";
189 			this.Load += new System.EventHandler(this.OnFormLoad);
190 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
191 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
192 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
193 			this.m_grpPluginDesc.ResumeLayout(false);
194 			this.m_grpCache.ResumeLayout(false);
195 			this.m_grpCache.PerformLayout();
196 			this.ResumeLayout(false);
197 
198 		}
199 
200 		#endregion
201 
202 		private System.Windows.Forms.PictureBox m_bannerImage;
203 		private System.Windows.Forms.Button m_btnClose;
204 		private KeePass.UI.CustomListViewEx m_lvPlugins;
205 		private System.Windows.Forms.Label m_lblSeparator;
206 		private System.Windows.Forms.GroupBox m_grpPluginDesc;
207 		private System.Windows.Forms.Label m_lblSelectedPluginDesc;
208 		private System.Windows.Forms.GroupBox m_grpCache;
209 		private System.Windows.Forms.Button m_btnClearCache;
210 		private System.Windows.Forms.Label m_lblCacheSize;
211 		private System.Windows.Forms.CheckBox m_cbCacheDeleteOld;
212 		private System.Windows.Forms.Button m_btnMore;
213 		private System.Windows.Forms.Button m_btnOpenFolder;
214 	}
215 }