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