replaced cec-config-gui by libCEC tray
[deb_libcec.git] / src / LibCecTray / controller / applications / internal / XBMCControllerUI.Designer.cs
1 namespace LibCECTray.controller.applications.@internal
2 {
3 partial class XBMCControllerUI
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.cbStartFullScreen = new System.Windows.Forms.CheckBox();
33 this.buttonBindingSource = new System.Windows.Forms.BindingSource(this.components);
34 this.bConfigure = new System.Windows.Forms.Button();
35 this.bStartApplication = new System.Windows.Forms.Button();
36 this.cbStandbyScreensaver = new System.Windows.Forms.CheckBox();
37 this.cbUseTvLanguage = new System.Windows.Forms.CheckBox();
38 this.bLoadConfig = new System.Windows.Forms.Button();
39 this.bSaveConfig = new System.Windows.Forms.Button();
40 this.cbStandbyTvStandby = new System.Windows.Forms.CheckBox();
41 this.cbInactiveSource = new System.Windows.Forms.CheckBox();
42 ((System.ComponentModel.ISupportInitialize)(this.buttonBindingSource)).BeginInit();
43 this.SuspendLayout();
44 //
45 // cbStartFullScreen
46 //
47 this.cbStartFullScreen.AutoSize = true;
48 this.cbStartFullScreen.Checked = true;
49 this.cbStartFullScreen.CheckState = System.Windows.Forms.CheckState.Checked;
50 this.cbStartFullScreen.Enabled = false;
51 this.cbStartFullScreen.Location = new System.Drawing.Point(12, 12);
52 this.cbStartFullScreen.Name = "cbStartFullScreen";
53 this.cbStartFullScreen.Size = new System.Drawing.Size(121, 17);
54 this.cbStartFullScreen.TabIndex = 50;
55 this.cbStartFullScreen.Text = "app_start_fullscreen";
56 this.cbStartFullScreen.UseVisualStyleBackColor = true;
57 //
58 // bConfigure
59 //
60 this.bConfigure.Location = new System.Drawing.Point(503, 8);
61 this.bConfigure.Name = "bConfigure";
62 this.bConfigure.Size = new System.Drawing.Size(75, 23);
63 this.bConfigure.TabIndex = 49;
64 this.bConfigure.Text = "Configure";
65 this.bConfigure.UseVisualStyleBackColor = true;
66 this.bConfigure.Click += new System.EventHandler(this.BConfigureClick);
67 //
68 // bStartApplication
69 //
70 this.bStartApplication.Enabled = false;
71 this.bStartApplication.Location = new System.Drawing.Point(11, 271);
72 this.bStartApplication.Name = "bStartApplication";
73 this.bStartApplication.Size = new System.Drawing.Size(119, 23);
74 this.bStartApplication.TabIndex = 45;
75 this.bStartApplication.Text = "Start application";
76 this.bStartApplication.UseVisualStyleBackColor = true;
77 this.bStartApplication.Click += new System.EventHandler(this.BStartApplicationClick);
78 //
79 // cbStandbyScreensaver
80 //
81 this.cbStandbyScreensaver.AutoSize = true;
82 this.cbStandbyScreensaver.Enabled = false;
83 this.cbStandbyScreensaver.Location = new System.Drawing.Point(11, 66);
84 this.cbStandbyScreensaver.Name = "cbStandbyScreensaver";
85 this.cbStandbyScreensaver.Size = new System.Drawing.Size(151, 17);
86 this.cbStandbyScreensaver.TabIndex = 53;
87 this.cbStandbyScreensaver.Text = "app_standby_screensaver";
88 this.cbStandbyScreensaver.UseVisualStyleBackColor = true;
89 //
90 // cbUseTvLanguage
91 //
92 this.cbUseTvLanguage.AutoSize = true;
93 this.cbUseTvLanguage.Enabled = false;
94 this.cbUseTvLanguage.Location = new System.Drawing.Point(11, 43);
95 this.cbUseTvLanguage.Name = "cbUseTvLanguage";
96 this.cbUseTvLanguage.Size = new System.Drawing.Size(132, 17);
97 this.cbUseTvLanguage.TabIndex = 51;
98 this.cbUseTvLanguage.Text = "app_use_tv_language";
99 this.cbUseTvLanguage.UseVisualStyleBackColor = true;
100 //
101 // bLoadConfig
102 //
103 this.bLoadConfig.Enabled = false;
104 this.bLoadConfig.Location = new System.Drawing.Point(186, 271);
105 this.bLoadConfig.Name = "bLoadConfig";
106 this.bLoadConfig.Size = new System.Drawing.Size(119, 23);
107 this.bLoadConfig.TabIndex = 55;
108 this.bLoadConfig.Text = "Import configuration";
109 this.bLoadConfig.UseVisualStyleBackColor = true;
110 this.bLoadConfig.Click += new System.EventHandler(this.BLoadConfigClick);
111 //
112 // bSaveConfig
113 //
114 this.bSaveConfig.Enabled = false;
115 this.bSaveConfig.Location = new System.Drawing.Point(311, 271);
116 this.bSaveConfig.Name = "bSaveConfig";
117 this.bSaveConfig.Size = new System.Drawing.Size(119, 23);
118 this.bSaveConfig.TabIndex = 56;
119 this.bSaveConfig.Text = "Save configuration";
120 this.bSaveConfig.UseVisualStyleBackColor = true;
121 this.bSaveConfig.Click += new System.EventHandler(this.BSaveConfigClick);
122 //
123 // cbStandbyTvStandby
124 //
125 this.cbStandbyTvStandby.AutoSize = true;
126 this.cbStandbyTvStandby.Enabled = false;
127 this.cbStandbyTvStandby.Location = new System.Drawing.Point(11, 89);
128 this.cbStandbyTvStandby.Name = "cbStandbyTvStandby";
129 this.cbStandbyTvStandby.Size = new System.Drawing.Size(163, 17);
130 this.cbStandbyTvStandby.TabIndex = 57;
131 this.cbStandbyTvStandby.Text = "app_standby_on_tv_standby";
132 this.cbStandbyTvStandby.UseVisualStyleBackColor = true;
133 //
134 // cbInactiveSource
135 //
136 this.cbInactiveSource.AutoSize = true;
137 this.cbInactiveSource.Enabled = false;
138 this.cbInactiveSource.Location = new System.Drawing.Point(11, 112);
139 this.cbInactiveSource.Name = "cbInactiveSource";
140 this.cbInactiveSource.Size = new System.Drawing.Size(154, 17);
141 this.cbInactiveSource.TabIndex = 58;
142 this.cbInactiveSource.Text = "app_send_inactive_source";
143 this.cbInactiveSource.UseVisualStyleBackColor = true;
144 //
145 // XBMCControllerUI
146 //
147 this.ClientSize = new System.Drawing.Size(576, 306);
148 this.Controls.Add(this.cbInactiveSource);
149 this.Controls.Add(this.cbStandbyTvStandby);
150 this.Controls.Add(this.bSaveConfig);
151 this.Controls.Add(this.bLoadConfig);
152 this.Controls.Add(this.cbStandbyScreensaver);
153 this.Controls.Add(this.cbUseTvLanguage);
154 this.Controls.Add(this.cbStartFullScreen);
155 this.Controls.Add(this.bConfigure);
156 this.Controls.Add(this.bStartApplication);
157 this.Name = "XBMCControllerUI";
158 this.Text = "XBMCControllerUI";
159 ((System.ComponentModel.ISupportInitialize)(this.buttonBindingSource)).EndInit();
160 this.ResumeLayout(false);
161 this.PerformLayout();
162
163 }
164
165 #endregion
166
167 private System.Windows.Forms.CheckBox cbStartFullScreen;
168 private System.Windows.Forms.BindingSource buttonBindingSource;
169 private System.Windows.Forms.Button bConfigure;
170 private System.Windows.Forms.Button bStartApplication;
171 private System.Windows.Forms.CheckBox cbStandbyScreensaver;
172 private System.Windows.Forms.CheckBox cbUseTvLanguage;
173 private System.Windows.Forms.Button bLoadConfig;
174 private System.Windows.Forms.Button bSaveConfig;
175 private System.Windows.Forms.CheckBox cbStandbyTvStandby;
176 private System.Windows.Forms.CheckBox cbInactiveSource;
177 }
178 }