File: EditAutoTypeItemForm.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 (255 lines) | stat: -rw-r--r-- 11,303 bytes parent folder | download
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
namespace KeePass.Forms
{
	partial class EditAutoTypeItemForm
	{
		/// <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_bannerImage = new System.Windows.Forms.PictureBox();
			this.m_btnOK = new System.Windows.Forms.Button();
			this.m_btnCancel = new System.Windows.Forms.Button();
			this.m_btnHelp = new System.Windows.Forms.Button();
			this.m_lblTargetWindow = new System.Windows.Forms.Label();
			this.m_lblKeySeqInsertInfo = new System.Windows.Forms.Label();
			this.m_lblSeparator = new System.Windows.Forms.Label();
			this.m_rbKeySeq = new KeePass.UI.CustomRichTextBoxEx();
			this.m_rtbPlaceholders = new KeePass.UI.CustomRichTextBoxEx();
			this.m_cmbWindow = new KeePass.UI.ImageComboBoxEx();
			this.m_lblOpenHint = new System.Windows.Forms.Label();
			this.m_lnkWildcardRegexHint = new System.Windows.Forms.LinkLabel();
			this.m_rbSeqDefault = new System.Windows.Forms.RadioButton();
			this.m_rbSeqCustom = new System.Windows.Forms.RadioButton();
			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
			this.SuspendLayout();
			// 
			// 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(511, 60);
			this.m_bannerImage.TabIndex = 0;
			this.m_bannerImage.TabStop = false;
			// 
			// m_btnOK
			// 
			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.m_btnOK.Location = new System.Drawing.Point(343, 388);
			this.m_btnOK.Name = "m_btnOK";
			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
			this.m_btnOK.TabIndex = 8;
			this.m_btnOK.Text = "&OK";
			this.m_btnOK.UseVisualStyleBackColor = true;
			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
			// 
			// m_btnCancel
			// 
			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnCancel.Location = new System.Drawing.Point(424, 388);
			this.m_btnCancel.Name = "m_btnCancel";
			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
			this.m_btnCancel.TabIndex = 9;
			this.m_btnCancel.Text = "&Cancel";
			this.m_btnCancel.UseVisualStyleBackColor = true;
			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
			// 
			// m_btnHelp
			// 
			this.m_btnHelp.Location = new System.Drawing.Point(12, 388);
			this.m_btnHelp.Name = "m_btnHelp";
			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
			this.m_btnHelp.TabIndex = 10;
			this.m_btnHelp.Text = "&Help";
			this.m_btnHelp.UseVisualStyleBackColor = true;
			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
			// 
			// m_lblTargetWindow
			// 
			this.m_lblTargetWindow.AutoSize = true;
			this.m_lblTargetWindow.Location = new System.Drawing.Point(9, 75);
			this.m_lblTargetWindow.Name = "m_lblTargetWindow";
			this.m_lblTargetWindow.Size = new System.Drawing.Size(80, 13);
			this.m_lblTargetWindow.TabIndex = 12;
			this.m_lblTargetWindow.Text = "Target window:";
			// 
			// m_lblKeySeqInsertInfo
			// 
			this.m_lblKeySeqInsertInfo.AutoSize = true;
			this.m_lblKeySeqInsertInfo.Location = new System.Drawing.Point(29, 213);
			this.m_lblKeySeqInsertInfo.Name = "m_lblKeySeqInsertInfo";
			this.m_lblKeySeqInsertInfo.Size = new System.Drawing.Size(94, 13);
			this.m_lblKeySeqInsertInfo.TabIndex = 6;
			this.m_lblKeySeqInsertInfo.Text = "Insert placeholder:";
			// 
			// m_lblSeparator
			// 
			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.m_lblSeparator.Location = new System.Drawing.Point(0, 379);
			this.m_lblSeparator.Name = "m_lblSeparator";
			this.m_lblSeparator.Size = new System.Drawing.Size(511, 2);
			this.m_lblSeparator.TabIndex = 11;
			// 
			// m_rbKeySeq
			// 
			this.m_rbKeySeq.DetectUrls = false;
			this.m_rbKeySeq.Font = new System.Drawing.Font("Courier New", 8.25F);
			this.m_rbKeySeq.HideSelection = false;
			this.m_rbKeySeq.Location = new System.Drawing.Point(32, 187);
			this.m_rbKeySeq.Multiline = false;
			this.m_rbKeySeq.Name = "m_rbKeySeq";
			this.m_rbKeySeq.Size = new System.Drawing.Size(467, 20);
			this.m_rbKeySeq.TabIndex = 5;
			this.m_rbKeySeq.Text = "";
			this.m_rbKeySeq.TextChanged += new System.EventHandler(this.OnTextChangedKeySeq);
			// 
			// m_rtbPlaceholders
			// 
			this.m_rtbPlaceholders.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.m_rtbPlaceholders.Location = new System.Drawing.Point(32, 229);
			this.m_rtbPlaceholders.Name = "m_rtbPlaceholders";
			this.m_rtbPlaceholders.ReadOnly = true;
			this.m_rtbPlaceholders.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
			this.m_rtbPlaceholders.Size = new System.Drawing.Size(467, 136);
			this.m_rtbPlaceholders.TabIndex = 7;
			this.m_rtbPlaceholders.Text = "";
			this.m_rtbPlaceholders.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.OnPlaceholdersLinkClicked);
			// 
			// m_cmbWindow
			// 
			this.m_cmbWindow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
			this.m_cmbWindow.DropDownHeight = 218;
			this.m_cmbWindow.FormattingEnabled = true;
			this.m_cmbWindow.IntegralHeight = false;
			this.m_cmbWindow.Location = new System.Drawing.Point(95, 72);
			this.m_cmbWindow.MaxDropDownItems = 12;
			this.m_cmbWindow.Name = "m_cmbWindow";
			this.m_cmbWindow.OrderedImageList = null;
			this.m_cmbWindow.Size = new System.Drawing.Size(404, 21);
			this.m_cmbWindow.TabIndex = 0;
			this.m_cmbWindow.SelectedIndexChanged += new System.EventHandler(this.OnWindowSelectedIndexChanged);
			this.m_cmbWindow.TextUpdate += new System.EventHandler(this.OnWindowTextUpdate);
			// 
			// m_lblOpenHint
			// 
			this.m_lblOpenHint.AutoSize = true;
			this.m_lblOpenHint.Location = new System.Drawing.Point(92, 99);
			this.m_lblOpenHint.Name = "m_lblOpenHint";
			this.m_lblOpenHint.Size = new System.Drawing.Size(351, 13);
			this.m_lblOpenHint.TabIndex = 1;
			this.m_lblOpenHint.Text = "Click the drop-down button on the right to see currently opened windows.";
			// 
			// m_lnkWildcardRegexHint
			// 
			this.m_lnkWildcardRegexHint.AutoSize = true;
			this.m_lnkWildcardRegexHint.Location = new System.Drawing.Point(92, 116);
			this.m_lnkWildcardRegexHint.Name = "m_lnkWildcardRegexHint";
			this.m_lnkWildcardRegexHint.Size = new System.Drawing.Size(270, 13);
			this.m_lnkWildcardRegexHint.TabIndex = 2;
			this.m_lnkWildcardRegexHint.TabStop = true;
			this.m_lnkWildcardRegexHint.Text = "Simple wildcards and regular expressions are supported.";
			this.m_lnkWildcardRegexHint.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnWildcardRegexLinkClicked);
			// 
			// m_rbSeqDefault
			// 
			this.m_rbSeqDefault.AutoSize = true;
			this.m_rbSeqDefault.Location = new System.Drawing.Point(12, 142);
			this.m_rbSeqDefault.Name = "m_rbSeqDefault";
			this.m_rbSeqDefault.Size = new System.Drawing.Size(234, 17);
			this.m_rbSeqDefault.TabIndex = 3;
			this.m_rbSeqDefault.TabStop = true;
			this.m_rbSeqDefault.Text = "Use default keystroke sequence of the entry";
			this.m_rbSeqDefault.UseVisualStyleBackColor = true;
			this.m_rbSeqDefault.CheckedChanged += new System.EventHandler(this.OnSeqDefaultCheckedChanged);
			// 
			// m_rbSeqCustom
			// 
			this.m_rbSeqCustom.AutoSize = true;
			this.m_rbSeqCustom.Location = new System.Drawing.Point(12, 164);
			this.m_rbSeqCustom.Name = "m_rbSeqCustom";
			this.m_rbSeqCustom.Size = new System.Drawing.Size(183, 17);
			this.m_rbSeqCustom.TabIndex = 4;
			this.m_rbSeqCustom.TabStop = true;
			this.m_rbSeqCustom.Text = "Use custom keystroke sequence:";
			this.m_rbSeqCustom.UseVisualStyleBackColor = true;
			this.m_rbSeqCustom.CheckedChanged += new System.EventHandler(this.OnSeqCustomCheckedChanged);
			// 
			// EditAutoTypeItemForm
			// 
			this.AcceptButton = this.m_btnOK;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.m_btnCancel;
			this.ClientSize = new System.Drawing.Size(511, 423);
			this.Controls.Add(this.m_rbSeqCustom);
			this.Controls.Add(this.m_rbSeqDefault);
			this.Controls.Add(this.m_lnkWildcardRegexHint);
			this.Controls.Add(this.m_lblOpenHint);
			this.Controls.Add(this.m_cmbWindow);
			this.Controls.Add(this.m_rtbPlaceholders);
			this.Controls.Add(this.m_rbKeySeq);
			this.Controls.Add(this.m_lblSeparator);
			this.Controls.Add(this.m_lblKeySeqInsertInfo);
			this.Controls.Add(this.m_lblTargetWindow);
			this.Controls.Add(this.m_btnHelp);
			this.Controls.Add(this.m_btnCancel);
			this.Controls.Add(this.m_btnOK);
			this.Controls.Add(this.m_bannerImage);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "EditAutoTypeItemForm";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Edit Auto-Type Item";
			this.Load += new System.EventHandler(this.OnFormLoad);
			this.Shown += new System.EventHandler(this.OnFormShown);
			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.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.PictureBox m_bannerImage;
		private System.Windows.Forms.Button m_btnOK;
		private System.Windows.Forms.Button m_btnCancel;
		private System.Windows.Forms.Button m_btnHelp;
		private System.Windows.Forms.Label m_lblTargetWindow;
		private System.Windows.Forms.Label m_lblKeySeqInsertInfo;
		private System.Windows.Forms.Label m_lblSeparator;
		private KeePass.UI.CustomRichTextBoxEx m_rbKeySeq;
		private KeePass.UI.CustomRichTextBoxEx m_rtbPlaceholders;
		private KeePass.UI.ImageComboBoxEx m_cmbWindow;
		private System.Windows.Forms.Label m_lblOpenHint;
		private System.Windows.Forms.LinkLabel m_lnkWildcardRegexHint;
		private System.Windows.Forms.RadioButton m_rbSeqDefault;
		private System.Windows.Forms.RadioButton m_rbSeqCustom;
	}
}