namespace Inet.Viewer.WinForms.Export { partial class ExcelODSSettingsControl { /// /// 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 Component 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(ExcelODSSettingsControl)); this.chbNewSheetPerGroup = new System.Windows.Forms.CheckBox(); this.cmbGroupLevels = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.cmbNavigation = new System.Windows.Forms.ComboBox(); this.cmbCellDistr = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // chbNewSheetPerGroup // resources.ApplyResources(this.chbNewSheetPerGroup, "chbNewSheetPerGroup"); this.chbNewSheetPerGroup.Name = "chbNewSheetPerGroup"; this.chbNewSheetPerGroup.UseVisualStyleBackColor = true; // // cmbGroupLevels // resources.ApplyResources(this.cmbGroupLevels, "cmbGroupLevels"); this.cmbGroupLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbGroupLevels.FormattingEnabled = true; this.cmbGroupLevels.Items.AddRange(new object[] { resources.GetString("cmbGroupLevels.Items"), resources.GetString("cmbGroupLevels.Items1"), resources.GetString("cmbGroupLevels.Items2"), resources.GetString("cmbGroupLevels.Items3"), resources.GetString("cmbGroupLevels.Items4"), resources.GetString("cmbGroupLevels.Items5"), resources.GetString("cmbGroupLevels.Items6"), resources.GetString("cmbGroupLevels.Items7")}); this.cmbGroupLevels.Name = "cmbGroupLevels"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // cmbNavigation // resources.ApplyResources(this.cmbNavigation, "cmbNavigation"); this.cmbNavigation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbNavigation.FormattingEnabled = true; this.cmbNavigation.Items.AddRange(new object[] { resources.GetString("cmbNavigation.Items"), resources.GetString("cmbNavigation.Items1"), resources.GetString("cmbNavigation.Items2")}); this.cmbNavigation.Name = "cmbNavigation"; // // cmbCellDistr // resources.ApplyResources(this.cmbCellDistr, "cmbCellDistr"); this.cmbCellDistr.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCellDistr.FormattingEnabled = true; this.cmbCellDistr.Items.AddRange(new object[] { resources.GetString("cmbCellDistr.Items"), resources.GetString("cmbCellDistr.Items1"), resources.GetString("cmbCellDistr.Items2"), resources.GetString("cmbCellDistr.Items3"), resources.GetString("cmbCellDistr.Items4"), resources.GetString("cmbCellDistr.Items5"), resources.GetString("cmbCellDistr.Items6")}); this.cmbCellDistr.Name = "cmbCellDistr"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // ExcelODSSettingsControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chbNewSheetPerGroup); this.Controls.Add(this.cmbGroupLevels); this.Controls.Add(this.label3); this.Controls.Add(this.cmbCellDistr); this.Controls.Add(this.label2); this.Controls.Add(this.cmbNavigation); this.Controls.Add(this.label1); this.Name = "ExcelODSSettingsControl"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbNavigation; private System.Windows.Forms.ComboBox cmbCellDistr; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbGroupLevels; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox chbNewSheetPerGroup; } }