Imported Upstream version 2.2.0
[deb_libcec.git] / src / LibCecTray / controller / applications / CecButtonConfigUI.Designer.cs
CommitLineData
cbbe90dd
JB
1namespace LibCECTray.controller.applications
2{
3 partial class CecButtonConfigUI
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>
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>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 this.lButtonName = new System.Windows.Forms.Label();
33 this.tbAction = new System.Windows.Forms.TextBox();
34 this.label1 = new System.Windows.Forms.Label();
35 this.bDefault = new System.Windows.Forms.Button();
36 this.bClose = new System.Windows.Forms.Button();
37 this.label2 = new System.Windows.Forms.Label();
38 this.cbAddKey = new System.Windows.Forms.ComboBox();
39 this.bAddKey = new System.Windows.Forms.Button();
40 this.bClear = new System.Windows.Forms.Button();
41 this.label3 = new System.Windows.Forms.Label();
42 this.label4 = new System.Windows.Forms.Label();
43 this.cbAddAction = new System.Windows.Forms.ComboBox();
44 this.bAddAction = new System.Windows.Forms.Button();
45 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
46 this.SuspendLayout();
47 //
48 // lButtonName
49 //
50 this.lButtonName.AutoSize = true;
51 this.lButtonName.Location = new System.Drawing.Point(91, 9);
52 this.lButtonName.Name = "lButtonName";
53 this.lButtonName.Size = new System.Drawing.Size(72, 13);
54 this.lButtonName.TabIndex = 0;
55 this.lButtonName.Text = "[button name]";
56 //
57 // tbAction
58 //
59 this.tbAction.Location = new System.Drawing.Point(79, 32);
60 this.tbAction.Name = "tbAction";
61 this.tbAction.ReadOnly = true;
62 this.tbAction.Size = new System.Drawing.Size(187, 20);
63 this.tbAction.TabIndex = 1;
64 this.toolTip1.SetToolTip(this.tbAction, "click on an entry to remove it");
65 this.tbAction.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ButtonControlCheckSelection);
66 this.tbAction.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ButtonControlCheckSelection);
67 this.tbAction.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ButtonControlCheckSelection);
68 this.tbAction.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ButtonControlCheckSelection);
69 //
70 // label1
71 //
72 this.label1.AutoSize = true;
73 this.label1.Location = new System.Drawing.Point(12, 35);
74 this.label1.Name = "label1";
75 this.label1.Size = new System.Drawing.Size(61, 13);
76 this.label1.TabIndex = 2;
77 this.label1.Text = "Mapped to:";
78 //
79 // bDefault
80 //
81 this.bDefault.Location = new System.Drawing.Point(15, 125);
82 this.bDefault.Name = "bDefault";
83 this.bDefault.Size = new System.Drawing.Size(75, 23);
84 this.bDefault.TabIndex = 3;
85 this.bDefault.Text = "Default";
86 this.bDefault.UseVisualStyleBackColor = true;
87 this.bDefault.Click += new System.EventHandler(this.BDefaultClick);
88 //
89 // bClose
90 //
91 this.bClose.Location = new System.Drawing.Point(178, 125);
92 this.bClose.Name = "bClose";
93 this.bClose.Size = new System.Drawing.Size(75, 23);
94 this.bClose.TabIndex = 4;
95 this.bClose.Text = "Close";
96 this.bClose.UseVisualStyleBackColor = true;
97 this.bClose.Click += new System.EventHandler(this.BCloseClick);
98 //
99 // label2
100 //
101 this.label2.AutoSize = true;
102 this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103 this.label2.Location = new System.Drawing.Point(9, 9);
104 this.label2.Name = "label2";
105 this.label2.Size = new System.Drawing.Size(76, 13);
106 this.label2.TabIndex = 5;
107 this.label2.Text = "CEC Button:";
108 //
109 // cbAddKey
110 //
111 this.cbAddKey.FormattingEnabled = true;
112 this.cbAddKey.Location = new System.Drawing.Point(79, 58);
113 this.cbAddKey.Name = "cbAddKey";
114 this.cbAddKey.Size = new System.Drawing.Size(150, 21);
115 this.cbAddKey.TabIndex = 6;
116 //
117 // bAddKey
118 //
119 this.bAddKey.Location = new System.Drawing.Point(235, 57);
120 this.bAddKey.Name = "bAddKey";
121 this.bAddKey.Size = new System.Drawing.Size(31, 23);
122 this.bAddKey.TabIndex = 7;
123 this.bAddKey.Text = "+";
124 this.bAddKey.UseVisualStyleBackColor = true;
125 this.bAddKey.Click += new System.EventHandler(this.BAddKeyClick);
126 //
127 // bClear
128 //
129 this.bClear.Location = new System.Drawing.Point(97, 125);
130 this.bClear.Name = "bClear";
131 this.bClear.Size = new System.Drawing.Size(75, 23);
132 this.bClear.TabIndex = 8;
133 this.bClear.Text = "Clear";
134 this.bClear.UseVisualStyleBackColor = true;
135 this.bClear.Click += new System.EventHandler(this.BClearClick);
136 //
137 // label3
138 //
139 this.label3.AutoSize = true;
140 this.label3.Location = new System.Drawing.Point(12, 61);
141 this.label3.Name = "label3";
142 this.label3.Size = new System.Drawing.Size(49, 13);
143 this.label3.TabIndex = 9;
144 this.label3.Text = "Add key:";
145 //
146 // label4
147 //
148 this.label4.AutoSize = true;
149 this.label4.Location = new System.Drawing.Point(12, 88);
150 this.label4.Name = "label4";
151 this.label4.Size = new System.Drawing.Size(61, 13);
152 this.label4.TabIndex = 10;
153 this.label4.Text = "Add action:";
154 //
155 // cbAddAction
156 //
157 this.cbAddAction.FormattingEnabled = true;
158 this.cbAddAction.Location = new System.Drawing.Point(79, 85);
159 this.cbAddAction.Name = "cbAddAction";
160 this.cbAddAction.Size = new System.Drawing.Size(150, 21);
161 this.cbAddAction.TabIndex = 11;
162 //
163 // bAddAction
164 //
165 this.bAddAction.Location = new System.Drawing.Point(235, 83);
166 this.bAddAction.Name = "bAddAction";
167 this.bAddAction.Size = new System.Drawing.Size(31, 23);
168 this.bAddAction.TabIndex = 12;
169 this.bAddAction.Text = "+";
170 this.bAddAction.UseVisualStyleBackColor = true;
171 this.bAddAction.Click += new System.EventHandler(this.BAddActionClick);
172 //
173 // toolTip1
174 //
175 this.toolTip1.IsBalloon = true;
176 //
177 // CecButtonConfigUI
178 //
179 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181 this.ClientSize = new System.Drawing.Size(281, 162);
182 this.Controls.Add(this.bAddAction);
183 this.Controls.Add(this.cbAddAction);
184 this.Controls.Add(this.label4);
185 this.Controls.Add(this.label3);
186 this.Controls.Add(this.bClear);
187 this.Controls.Add(this.bAddKey);
188 this.Controls.Add(this.cbAddKey);
189 this.Controls.Add(this.label2);
190 this.Controls.Add(this.bClose);
191 this.Controls.Add(this.bDefault);
192 this.Controls.Add(this.label1);
193 this.Controls.Add(this.tbAction);
194 this.Controls.Add(this.lButtonName);
195 this.Name = "CecButtonConfigUI";
196 this.ShowIcon = false;
197 this.ShowInTaskbar = false;
198 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
199 this.Text = "Button configuration";
200 this.TopMost = true;
201 this.ResumeLayout(false);
202 this.PerformLayout();
203
204 }
205
206 #endregion
207
208 private System.Windows.Forms.Label lButtonName;
209 private System.Windows.Forms.TextBox tbAction;
210 private System.Windows.Forms.Label label1;
211 private System.Windows.Forms.Button bDefault;
212 private System.Windows.Forms.Button bClose;
213 private System.Windows.Forms.Label label2;
214 private System.Windows.Forms.ComboBox cbAddKey;
215 private System.Windows.Forms.Button bAddKey;
216 private System.Windows.Forms.Button bClear;
217 private System.Windows.Forms.Label label3;
218 private System.Windows.Forms.Label label4;
219 private System.Windows.Forms.ComboBox cbAddAction;
220 private System.Windows.Forms.Button bAddAction;
221 private System.Windows.Forms.ToolTip toolTip1;
222 }
223}