1 namespace Mesen.GUI.Forms.Config
2 {
3 	partial class ctrlEmulatorShortcuts
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 				components.Dispose();
18 			}
19 			base.Dispose(disposing);
20 		}
21 
22 		#region Component Designer generated code
23 
24 		/// <summary>
25 		/// Required method for Designer support - do not modify
26 		/// the contents of this method with the code editor.
27 		/// </summary>
InitializeComponent()28 		private void InitializeComponent()
29 		{
30 			this.gridShortcuts = new System.Windows.Forms.DataGridView();
31 			this.colAction = new System.Windows.Forms.DataGridViewTextBoxColumn();
32 			this.colBinding1 = new System.Windows.Forms.DataGridViewButtonColumn();
33 			this.colBinding2 = new System.Windows.Forms.DataGridViewButtonColumn();
34 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35 			this.pnlConflictWarning = new System.Windows.Forms.Panel();
36 			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
37 			this.picWarning = new System.Windows.Forms.PictureBox();
38 			this.lblShortcutWarning = new System.Windows.Forms.Label();
39 			((System.ComponentModel.ISupportInitialize)(this.gridShortcuts)).BeginInit();
40 			this.tableLayoutPanel1.SuspendLayout();
41 			this.pnlConflictWarning.SuspendLayout();
42 			this.tableLayoutPanel2.SuspendLayout();
43 			((System.ComponentModel.ISupportInitialize)(this.picWarning)).BeginInit();
44 			this.SuspendLayout();
45 			//
46 			// gridShortcuts
47 			//
48 			this.gridShortcuts.AllowUserToAddRows = false;
49 			this.gridShortcuts.AllowUserToDeleteRows = false;
50 			this.gridShortcuts.AllowUserToResizeColumns = false;
51 			this.gridShortcuts.AllowUserToResizeRows = false;
52 			this.gridShortcuts.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
53 			this.gridShortcuts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
54 			this.gridShortcuts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
55             this.colAction,
56             this.colBinding1,
57             this.colBinding2});
58 			this.gridShortcuts.Dock = System.Windows.Forms.DockStyle.Fill;
59 			this.gridShortcuts.Location = new System.Drawing.Point(0, 32);
60 			this.gridShortcuts.Margin = new System.Windows.Forms.Padding(0);
61 			this.gridShortcuts.MultiSelect = false;
62 			this.gridShortcuts.Name = "gridShortcuts";
63 			this.gridShortcuts.RowHeadersVisible = false;
64 			this.gridShortcuts.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
65 			this.gridShortcuts.Size = new System.Drawing.Size(448, 216);
66 			this.gridShortcuts.TabIndex = 2;
67 			this.gridShortcuts.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridShortcuts_CellMouseDown);
68 			//
69 			// colAction
70 			//
71 			this.colAction.HeaderText = "Action";
72 			this.colAction.Name = "colAction";
73 			this.colAction.ReadOnly = true;
74 			this.colAction.Resizable = System.Windows.Forms.DataGridViewTriState.False;
75 			this.colAction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
76 			this.colAction.Width = 233;
77 			//
78 			// colBinding1
79 			//
80 			this.colBinding1.HeaderText = "Binding #1";
81 			this.colBinding1.Name = "colBinding1";
82 			this.colBinding1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
83 			this.colBinding1.Width = 110;
84 			//
85 			// colBinding2
86 			//
87 			this.colBinding2.HeaderText = "Binding #2";
88 			this.colBinding2.Name = "colBinding2";
89 			this.colBinding2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
90 			this.colBinding2.Width = 110;
91 			//
92 			// tableLayoutPanel1
93 			//
94 			this.tableLayoutPanel1.ColumnCount = 1;
95 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
96 			this.tableLayoutPanel1.Controls.Add(this.pnlConflictWarning, 0, 0);
97 			this.tableLayoutPanel1.Controls.Add(this.gridShortcuts, 0, 1);
98 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
99 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
100 			this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
101 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
102 			this.tableLayoutPanel1.RowCount = 2;
103 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
104 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
105 			this.tableLayoutPanel1.Size = new System.Drawing.Size(448, 248);
106 			this.tableLayoutPanel1.TabIndex = 3;
107 			//
108 			// pnlConflictWarning
109 			//
110 			this.pnlConflictWarning.BackColor = System.Drawing.Color.WhiteSmoke;
111 			this.pnlConflictWarning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
112 			this.pnlConflictWarning.Controls.Add(this.tableLayoutPanel2);
113 			this.pnlConflictWarning.Dock = System.Windows.Forms.DockStyle.Fill;
114 			this.pnlConflictWarning.Location = new System.Drawing.Point(0, 0);
115 			this.pnlConflictWarning.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
116 			this.pnlConflictWarning.Name = "pnlConflictWarning";
117 			this.pnlConflictWarning.Size = new System.Drawing.Size(448, 30);
118 			this.pnlConflictWarning.TabIndex = 20;
119 			this.pnlConflictWarning.Visible = false;
120 			//
121 			// tableLayoutPanel2
122 			//
123 			this.tableLayoutPanel2.ColumnCount = 2;
124 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
125 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
126 			this.tableLayoutPanel2.Controls.Add(this.picWarning, 0, 0);
127 			this.tableLayoutPanel2.Controls.Add(this.lblShortcutWarning, 1, 0);
128 			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
129 			this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
130 			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
131 			this.tableLayoutPanel2.RowCount = 1;
132 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
133 			this.tableLayoutPanel2.Size = new System.Drawing.Size(446, 28);
134 			this.tableLayoutPanel2.TabIndex = 0;
135 			//
136 			// picWarning
137 			//
138 			this.picWarning.Anchor = System.Windows.Forms.AnchorStyles.None;
139 			this.picWarning.Image = global::Mesen.GUI.Properties.Resources.Warning;
140 			this.picWarning.Location = new System.Drawing.Point(3, 6);
141 			this.picWarning.Name = "picWarning";
142 			this.picWarning.Size = new System.Drawing.Size(16, 16);
143 			this.picWarning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
144 			this.picWarning.TabIndex = 0;
145 			this.picWarning.TabStop = false;
146 			//
147 			// lblShortcutWarning
148 			//
149 			this.lblShortcutWarning.Dock = System.Windows.Forms.DockStyle.Fill;
150 			this.lblShortcutWarning.Location = new System.Drawing.Point(25, 0);
151 			this.lblShortcutWarning.Name = "lblShortcutWarning";
152 			this.lblShortcutWarning.Size = new System.Drawing.Size(418, 28);
153 			this.lblShortcutWarning.TabIndex = 1;
154 			this.lblShortcutWarning.Text = "Warning: Your current configuration contains conflicting key bindings. If this is not intentional, please review and correct your key bindings.";
155 			//
156 			// ctrlEmulatorShortcuts
157 			//
158 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
159 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
160 			this.Controls.Add(this.tableLayoutPanel1);
161 			this.Name = "ctrlEmulatorShortcuts";
162 			this.Size = new System.Drawing.Size(448, 248);
163 			((System.ComponentModel.ISupportInitialize)(this.gridShortcuts)).EndInit();
164 			this.tableLayoutPanel1.ResumeLayout(false);
165 			this.pnlConflictWarning.ResumeLayout(false);
166 			this.tableLayoutPanel2.ResumeLayout(false);
167 			this.tableLayoutPanel2.PerformLayout();
168 			((System.ComponentModel.ISupportInitialize)(this.picWarning)).EndInit();
169 			this.ResumeLayout(false);
170 
171 		}
172 
173 		#endregion
174 		private System.Windows.Forms.DataGridView gridShortcuts;
175 		private System.Windows.Forms.DataGridViewTextBoxColumn colAction;
176 		private System.Windows.Forms.DataGridViewButtonColumn colBinding1;
177 		private System.Windows.Forms.DataGridViewButtonColumn colBinding2;
178 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
179 		private System.Windows.Forms.Panel pnlConflictWarning;
180 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
181 		private System.Windows.Forms.PictureBox picWarning;
182 		private System.Windows.Forms.Label lblShortcutWarning;
183 	}
184 }
185