Imported Upstream version 2.2.0
[deb_libcec.git] / src / LibCecTray / controller / applications / ApplicationControllerUI.Designer.cs
CommitLineData
cbbe90dd
JB
1namespace LibCECTray.controller.applications
2{
3 partial class ApplicationControllerUI
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 Component 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.cbAutoStartApplication = new System.Windows.Forms.CheckBox();
33 this.bStartApplication = new System.Windows.Forms.Button();
34 this.cbControlApplication = new System.Windows.Forms.CheckBox();
35 this.dgButtonConfig = new System.Windows.Forms.DataGridView();
36 this.buttonBindingSource = new System.Windows.Forms.BindingSource(this.components);
37 this.cbSuppressKeypress = new System.Windows.Forms.CheckBox();
38 this.bConfigure = new System.Windows.Forms.Button();
39 this.cbStartFullScreen = new System.Windows.Forms.CheckBox();
40 ((System.ComponentModel.ISupportInitialize)(this.dgButtonConfig)).BeginInit();
41 ((System.ComponentModel.ISupportInitialize)(this.buttonBindingSource)).BeginInit();
42 this.SuspendLayout();
43 //
44 // cbAutoStartApplication
45 //
46 this.cbAutoStartApplication.AutoSize = true;
47 this.cbAutoStartApplication.Checked = true;
48 this.cbAutoStartApplication.CheckState = System.Windows.Forms.CheckState.Checked;
49 this.cbAutoStartApplication.Enabled = false;
50 this.cbAutoStartApplication.Location = new System.Drawing.Point(131, 14);
51 this.cbAutoStartApplication.Name = "cbAutoStartApplication";
52 this.cbAutoStartApplication.Size = new System.Drawing.Size(91, 17);
53 this.cbAutoStartApplication.TabIndex = 38;
54 this.cbAutoStartApplication.Text = "app_autostart";
55 this.cbAutoStartApplication.UseVisualStyleBackColor = true;
56 //
57 // bStartApplication
58 //
59 this.bStartApplication.Enabled = false;
60 this.bStartApplication.Location = new System.Drawing.Point(12, 318);
61 this.bStartApplication.Name = "bStartApplication";
62 this.bStartApplication.Size = new System.Drawing.Size(119, 23);
63 this.bStartApplication.TabIndex = 37;
64 this.bStartApplication.Text = "Start application";
65 this.bStartApplication.UseVisualStyleBackColor = true;
66 this.bStartApplication.Click += new System.EventHandler(this.BStartApplicationClick);
67 //
68 // cbControlApplication
69 //
70 this.cbControlApplication.AutoSize = true;
71 this.cbControlApplication.Checked = true;
72 this.cbControlApplication.CheckState = System.Windows.Forms.CheckState.Checked;
73 this.cbControlApplication.Enabled = false;
74 this.cbControlApplication.Location = new System.Drawing.Point(12, 14);
75 this.cbControlApplication.Name = "cbControlApplication";
76 this.cbControlApplication.Size = new System.Drawing.Size(82, 17);
77 this.cbControlApplication.TabIndex = 36;
78 this.cbControlApplication.Text = "app_control";
79 this.cbControlApplication.UseVisualStyleBackColor = true;
80 //
81 // dgButtonConfig
82 //
83 this.dgButtonConfig.AllowUserToAddRows = false;
84 this.dgButtonConfig.AllowUserToDeleteRows = false;
85 this.dgButtonConfig.AutoGenerateColumns = false;
86 this.dgButtonConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
87 this.dgButtonConfig.DataSource = this.buttonBindingSource;
88 this.dgButtonConfig.Location = new System.Drawing.Point(12, 60);
89 this.dgButtonConfig.Name = "dgButtonConfig";
90 this.dgButtonConfig.Size = new System.Drawing.Size(566, 252);
91 this.dgButtonConfig.TabIndex = 40;
92 //
93 // cbSuppressKeypress
94 //
95 this.cbSuppressKeypress.AutoSize = true;
96 this.cbSuppressKeypress.Checked = true;
97 this.cbSuppressKeypress.CheckState = System.Windows.Forms.CheckState.Checked;
98 this.cbSuppressKeypress.Enabled = false;
99 this.cbSuppressKeypress.Location = new System.Drawing.Point(262, 14);
100 this.cbSuppressKeypress.Name = "cbSuppressKeypress";
101 this.cbSuppressKeypress.Size = new System.Drawing.Size(170, 17);
102 this.cbSuppressKeypress.TabIndex = 41;
103 this.cbSuppressKeypress.Text = "app_suppress_when_selected";
104 this.cbSuppressKeypress.UseVisualStyleBackColor = true;
105 //
106 // bConfigure
107 //
108 this.bConfigure.Location = new System.Drawing.Point(503, 8);
109 this.bConfigure.Name = "bConfigure";
110 this.bConfigure.Size = new System.Drawing.Size(75, 23);
111 this.bConfigure.TabIndex = 42;
112 this.bConfigure.Text = "Configure";
113 this.bConfigure.UseVisualStyleBackColor = true;
114 this.bConfigure.Click += new System.EventHandler(this.BConfigureClick);
115 //
116 // cbStartFullScreen
117 //
118 this.cbStartFullScreen.AutoSize = true;
119 this.cbStartFullScreen.Checked = true;
120 this.cbStartFullScreen.CheckState = System.Windows.Forms.CheckState.Checked;
121 this.cbStartFullScreen.Enabled = false;
122 this.cbStartFullScreen.Location = new System.Drawing.Point(12, 37);
123 this.cbStartFullScreen.Name = "cbStartFullScreen";
124 this.cbStartFullScreen.Size = new System.Drawing.Size(121, 17);
125 this.cbStartFullScreen.TabIndex = 43;
126 this.cbStartFullScreen.Text = "app_start_fullscreen";
127 this.cbStartFullScreen.UseVisualStyleBackColor = true;
128 //
129 // ApplicationControllerUI
130 //
131 this.ClientSize = new System.Drawing.Size(576, 306);
132 this.Controls.Add(this.cbStartFullScreen);
133 this.Controls.Add(this.bConfigure);
134 this.Controls.Add(this.cbSuppressKeypress);
135 this.Controls.Add(this.dgButtonConfig);
136 this.Controls.Add(this.cbAutoStartApplication);
137 this.Controls.Add(this.bStartApplication);
138 this.Controls.Add(this.cbControlApplication);
139 this.Name = "ApplicationControllerUI";
140 ((System.ComponentModel.ISupportInitialize)(this.dgButtonConfig)).EndInit();
141 ((System.ComponentModel.ISupportInitialize)(this.buttonBindingSource)).EndInit();
142 this.ResumeLayout(false);
143 this.PerformLayout();
144
145 }
146
147 #endregion
148
149 private System.Windows.Forms.CheckBox cbAutoStartApplication;
150 private System.Windows.Forms.Button bStartApplication;
151 private System.Windows.Forms.CheckBox cbControlApplication;
152 private System.Windows.Forms.DataGridView dgButtonConfig;
153 private System.Windows.Forms.BindingSource buttonBindingSource;
154 private System.Windows.Forms.CheckBox cbSuppressKeypress;
155 private System.Windows.Forms.Button bConfigure;
156 private System.Windows.Forms.CheckBox cbStartFullScreen;
157
158 }
159}