namespace ChanSort.Loader.LG.Binary { partial class TvSettingsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TvSettingsForm)); this.grpOption = new DevExpress.XtraEditors.GroupControl(); this.cbHbbTv = new DevExpress.XtraEditors.CheckEdit(); this.cbCustomCountry = new DevExpress.XtraEditors.CheckEdit(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.grpHotelMode = new DevExpress.XtraEditors.GroupControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.cbDtvUpdate = new DevExpress.XtraEditors.CheckEdit(); this.cbHotelMode = new DevExpress.XtraEditors.CheckEdit(); this.cbAutoChannelUpdate = new DevExpress.XtraEditors.CheckEdit(); this.grpSetup = new DevExpress.XtraEditors.GroupControl(); this.grpInformation = new DevExpress.XtraEditors.GroupControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.lblHotelMenuAutoDetect = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.grpOption)).BeginInit(); this.grpOption.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbHbbTv.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbCustomCountry.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpHotelMode)).BeginInit(); this.grpHotelMode.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbDtvUpdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbHotelMode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbAutoChannelUpdate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpSetup)).BeginInit(); this.grpSetup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpInformation)).BeginInit(); this.grpInformation.SuspendLayout(); this.SuspendLayout(); // // grpOption // this.grpOption.Controls.Add(this.cbHbbTv); this.grpOption.Controls.Add(this.cbCustomCountry); this.grpOption.Controls.Add(this.comboBoxEdit1); this.grpOption.Controls.Add(this.labelControl1); resources.ApplyResources(this.grpOption, "grpOption"); this.grpOption.Name = "grpOption"; // // cbHbbTv // resources.ApplyResources(this.cbHbbTv, "cbHbbTv"); this.cbHbbTv.Name = "cbHbbTv"; this.cbHbbTv.Properties.Caption = resources.GetString("cbHbbTv.Properties.Caption"); // // cbCustomCountry // resources.ApplyResources(this.cbCustomCountry, "cbCustomCountry"); this.cbCustomCountry.Name = "cbCustomCountry"; this.cbCustomCountry.Properties.Caption = resources.GetString("cbCustomCountry.Properties.Caption"); this.cbCustomCountry.CheckedChanged += new System.EventHandler(this.cbCustomCountry_CheckedChanged); // // comboBoxEdit1 // resources.ApplyResources(this.comboBoxEdit1, "comboBoxEdit1"); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("comboBoxEdit1.Properties.Buttons"))))}); this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // labelControl1 // resources.ApplyResources(this.labelControl1, "labelControl1"); this.labelControl1.Name = "labelControl1"; // // btnOk // resources.ApplyResources(this.btnOk, "btnOk"); this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Name = "btnOk"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; // // grpHotelMode // this.grpHotelMode.Controls.Add(this.labelControl3); this.grpHotelMode.Controls.Add(this.labelControl2); this.grpHotelMode.Controls.Add(this.cbDtvUpdate); this.grpHotelMode.Controls.Add(this.cbHotelMode); resources.ApplyResources(this.grpHotelMode, "grpHotelMode"); this.grpHotelMode.Name = "grpHotelMode"; // // labelControl3 // resources.ApplyResources(this.labelControl3, "labelControl3"); this.labelControl3.Name = "labelControl3"; // // labelControl2 // resources.ApplyResources(this.labelControl2, "labelControl2"); this.labelControl2.Name = "labelControl2"; // // cbDtvUpdate // resources.ApplyResources(this.cbDtvUpdate, "cbDtvUpdate"); this.cbDtvUpdate.Name = "cbDtvUpdate"; this.cbDtvUpdate.Properties.Caption = resources.GetString("cbDtvUpdate.Properties.Caption"); // // cbHotelMode // resources.ApplyResources(this.cbHotelMode, "cbHotelMode"); this.cbHotelMode.Name = "cbHotelMode"; this.cbHotelMode.Properties.Caption = resources.GetString("cbHotelMode.Properties.Caption"); // // cbAutoChannelUpdate // resources.ApplyResources(this.cbAutoChannelUpdate, "cbAutoChannelUpdate"); this.cbAutoChannelUpdate.Name = "cbAutoChannelUpdate"; this.cbAutoChannelUpdate.Properties.Caption = resources.GetString("cbAutoChannelUpdate.Properties.Caption"); // // grpSetup // this.grpSetup.Controls.Add(this.cbAutoChannelUpdate); resources.ApplyResources(this.grpSetup, "grpSetup"); this.grpSetup.Name = "grpSetup"; // // grpInformation // this.grpInformation.Controls.Add(this.labelControl4); resources.ApplyResources(this.grpInformation, "grpInformation"); this.grpInformation.Name = "grpInformation"; // // labelControl4 // resources.ApplyResources(this.labelControl4, "labelControl4"); this.labelControl4.Name = "labelControl4"; // // lblHotelMenuAutoDetect // resources.ApplyResources(this.lblHotelMenuAutoDetect, "lblHotelMenuAutoDetect"); this.lblHotelMenuAutoDetect.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lblHotelMenuAutoDetect.Appearance.ForeColor"))); this.lblHotelMenuAutoDetect.Name = "lblHotelMenuAutoDetect"; this.lblHotelMenuAutoDetect.Click += new System.EventHandler(this.lblHotelMenuAutoDetect_Click); // // TvSettingsForm // this.AcceptButton = this.btnOk; this.Appearance.Options.UseBackColor = true; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.Controls.Add(this.lblHotelMenuAutoDetect); this.Controls.Add(this.grpHotelMode); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.grpOption); this.Controls.Add(this.grpSetup); this.Controls.Add(this.grpInformation); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TvSettingsForm"; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.TvSettingsForm_Load); ((System.ComponentModel.ISupportInitialize)(this.grpOption)).EndInit(); this.grpOption.ResumeLayout(false); this.grpOption.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbHbbTv.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbCustomCountry.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpHotelMode)).EndInit(); this.grpHotelMode.ResumeLayout(false); this.grpHotelMode.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbDtvUpdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbHotelMode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbAutoChannelUpdate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpSetup)).EndInit(); this.grpSetup.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grpInformation)).EndInit(); this.grpInformation.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.GroupControl grpOption; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.CheckEdit cbCustomCountry; private DevExpress.XtraEditors.GroupControl grpHotelMode; private DevExpress.XtraEditors.CheckEdit cbHbbTv; private DevExpress.XtraEditors.CheckEdit cbDtvUpdate; private DevExpress.XtraEditors.CheckEdit cbHotelMode; private DevExpress.XtraEditors.CheckEdit cbAutoChannelUpdate; private DevExpress.XtraEditors.GroupControl grpSetup; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.GroupControl grpInformation; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl lblHotelMenuAutoDetect; } }