1 namespace KeePass.Forms
2 {
3 	partial class EcasActionForm
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Clean up any resources being used.
12 		/// </summary>
13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24 
25 		/// <summary>
26 		/// Required method for Designer support - do not modify
27 		/// the contents of this method with the code editor.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.m_cmbActions = new System.Windows.Forms.ComboBox();
32 			this.m_lblAction = new System.Windows.Forms.Label();
33 			this.m_btnOK = new System.Windows.Forms.Button();
34 			this.m_btnCancel = new System.Windows.Forms.Button();
35 			this.m_dgvParams = new System.Windows.Forms.DataGridView();
36 			this.m_lblParamHint = new System.Windows.Forms.Label();
37 			this.m_lblSep = new System.Windows.Forms.Label();
38 			this.m_btnHelp = new System.Windows.Forms.Button();
39 			((System.ComponentModel.ISupportInitialize)(this.m_dgvParams)).BeginInit();
40 			this.SuspendLayout();
41 			//
42 			// m_cmbActions
43 			//
44 			this.m_cmbActions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
45 			this.m_cmbActions.FormattingEnabled = true;
46 			this.m_cmbActions.Location = new System.Drawing.Point(12, 30);
47 			this.m_cmbActions.Name = "m_cmbActions";
48 			this.m_cmbActions.Size = new System.Drawing.Size(510, 21);
49 			this.m_cmbActions.TabIndex = 1;
50 			this.m_cmbActions.SelectedIndexChanged += new System.EventHandler(this.OnActionsSelectedIndexChanged);
51 			//
52 			// m_lblAction
53 			//
54 			this.m_lblAction.AutoSize = true;
55 			this.m_lblAction.Location = new System.Drawing.Point(9, 14);
56 			this.m_lblAction.Name = "m_lblAction";
57 			this.m_lblAction.Size = new System.Drawing.Size(40, 13);
58 			this.m_lblAction.TabIndex = 0;
59 			this.m_lblAction.Text = "&Action:";
60 			//
61 			// m_btnOK
62 			//
63 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
64 			this.m_btnOK.Location = new System.Drawing.Point(366, 289);
65 			this.m_btnOK.Name = "m_btnOK";
66 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
67 			this.m_btnOK.TabIndex = 6;
68 			this.m_btnOK.Text = "OK";
69 			this.m_btnOK.UseVisualStyleBackColor = true;
70 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
71 			//
72 			// m_btnCancel
73 			//
74 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
75 			this.m_btnCancel.Location = new System.Drawing.Point(447, 289);
76 			this.m_btnCancel.Name = "m_btnCancel";
77 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
78 			this.m_btnCancel.TabIndex = 7;
79 			this.m_btnCancel.Text = "Cancel";
80 			this.m_btnCancel.UseVisualStyleBackColor = true;
81 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
82 			//
83 			// m_dgvParams
84 			//
85 			this.m_dgvParams.AllowUserToAddRows = false;
86 			this.m_dgvParams.AllowUserToDeleteRows = false;
87 			this.m_dgvParams.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
88 			this.m_dgvParams.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
89 			this.m_dgvParams.Location = new System.Drawing.Point(12, 57);
90 			this.m_dgvParams.Name = "m_dgvParams";
91 			this.m_dgvParams.Size = new System.Drawing.Size(510, 180);
92 			this.m_dgvParams.TabIndex = 2;
93 			//
94 			// m_lblParamHint
95 			//
96 			this.m_lblParamHint.Location = new System.Drawing.Point(9, 249);
97 			this.m_lblParamHint.Name = "m_lblParamHint";
98 			this.m_lblParamHint.Size = new System.Drawing.Size(513, 15);
99 			this.m_lblParamHint.TabIndex = 3;
100 			this.m_lblParamHint.Text = "<>";
101 			//
102 			// m_lblSep
103 			//
104 			this.m_lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
105 			this.m_lblSep.Location = new System.Drawing.Point(0, 280);
106 			this.m_lblSep.Name = "m_lblSep";
107 			this.m_lblSep.Size = new System.Drawing.Size(535, 2);
108 			this.m_lblSep.TabIndex = 4;
109 			//
110 			// m_btnHelp
111 			//
112 			this.m_btnHelp.Location = new System.Drawing.Point(12, 289);
113 			this.m_btnHelp.Name = "m_btnHelp";
114 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
115 			this.m_btnHelp.TabIndex = 5;
116 			this.m_btnHelp.Text = "&Help";
117 			this.m_btnHelp.UseVisualStyleBackColor = true;
118 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
119 			//
120 			// EcasActionForm
121 			//
122 			this.AcceptButton = this.m_btnOK;
123 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
124 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
125 			this.CancelButton = this.m_btnCancel;
126 			this.ClientSize = new System.Drawing.Size(534, 324);
127 			this.Controls.Add(this.m_btnHelp);
128 			this.Controls.Add(this.m_lblSep);
129 			this.Controls.Add(this.m_lblParamHint);
130 			this.Controls.Add(this.m_dgvParams);
131 			this.Controls.Add(this.m_btnCancel);
132 			this.Controls.Add(this.m_btnOK);
133 			this.Controls.Add(this.m_lblAction);
134 			this.Controls.Add(this.m_cmbActions);
135 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
136 			this.MaximizeBox = false;
137 			this.MinimizeBox = false;
138 			this.Name = "EcasActionForm";
139 			this.ShowInTaskbar = false;
140 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
141 			this.Text = "<>";
142 			this.Load += new System.EventHandler(this.OnFormLoad);
143 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
144 			((System.ComponentModel.ISupportInitialize)(this.m_dgvParams)).EndInit();
145 			this.ResumeLayout(false);
146 			this.PerformLayout();
147 
148 		}
149 
150 		#endregion
151 
152 		private System.Windows.Forms.ComboBox m_cmbActions;
153 		private System.Windows.Forms.Label m_lblAction;
154 		private System.Windows.Forms.Button m_btnOK;
155 		private System.Windows.Forms.Button m_btnCancel;
156 		private System.Windows.Forms.DataGridView m_dgvParams;
157 		private System.Windows.Forms.Label m_lblParamHint;
158 		private System.Windows.Forms.Label m_lblSep;
159 		private System.Windows.Forms.Button m_btnHelp;
160 	}
161 }