namespace JC_MeasuringSystem { partial class ST_MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ST_MainForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.SystemMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.TabForm = new Infragistics.Win.UltraWinTabControl.UltraTabControl(); this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TabForm)).BeginInit(); this.TabForm.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.TabForm, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1103, 25); this.tableLayoutPanel1.TabIndex = 8; // // menuStrip1 // this.menuStrip1.AutoSize = false; this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 9F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SystemMainMenu}); this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.MdiWindowListItem = this.SystemMainMenu; this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.menuStrip1.Size = new System.Drawing.Size(80, 25); this.menuStrip1.TabIndex = 3; this.menuStrip1.ItemAdded += new System.Windows.Forms.ToolStripItemEventHandler(this.menuStrip1_ItemAdded); // // SystemMainMenu // this.SystemMainMenu.Name = "SystemMainMenu"; this.SystemMainMenu.ShowShortcutKeys = false; this.SystemMainMenu.Size = new System.Drawing.Size(44, 21); this.SystemMainMenu.Text = "系统"; // // TabForm // appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.TabForm.ClientAreaAppearance = appearance2; this.TabForm.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab; this.TabForm.Controls.Add(this.ultraTabSharedControlsPage1); this.TabForm.Dock = System.Windows.Forms.DockStyle.Fill; this.TabForm.InterRowSpacing = new Infragistics.Win.DefaultableInteger(0); this.TabForm.InterTabSpacing = new Infragistics.Win.DefaultableInteger(0); this.TabForm.Location = new System.Drawing.Point(80, 2); this.TabForm.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0); this.TabForm.MaxVisibleTabRows = 1; this.TabForm.Name = "TabForm"; this.TabForm.NavigationStyle = Infragistics.Win.UltraWinTabControl.NavigationStyle.Activate; this.TabForm.SharedControlsPage = this.ultraTabSharedControlsPage1; this.TabForm.Size = new System.Drawing.Size(1023, 23); this.TabForm.TabCloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.WhenSelectedOrHotTracked; appearance4.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance4.ImageBackground"))); this.TabForm.TabHeaderAreaAppearance = appearance4; this.TabForm.TabIndex = 4; this.TabForm.TabPageMargins.Bottom = 0; this.TabForm.TabPageMargins.Left = 0; this.TabForm.TabPageMargins.Right = 0; this.TabForm.TabPageMargins.Top = 0; this.TabForm.TabsPerRow = 1; this.TabForm.UseOsThemes = Infragistics.Win.DefaultableBoolean.False; this.TabForm.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007; this.TabForm.ActiveTabChanged += new Infragistics.Win.UltraWinTabControl.ActiveTabChangedEventHandler(this.TabForm_ActiveTabChanged); this.TabForm.TabClosing += new Infragistics.Win.UltraWinTabControl.TabClosingEventHandler(this.TabForm_TabClosing); // // ultraTabSharedControlsPage1 // this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20); this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1"; this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1021, 2); // // timer1 // this.timer1.Interval = 200; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // ST_MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1103, 458); this.Controls.Add(this.tableLayoutPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.Name = "ST_MainForm"; this.Text = "九钢计量"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ST_MainForm_FormClosing); this.Load += new System.EventHandler(this.ST_MainForm_Load); this.MdiChildActivate += new System.EventHandler(this.ST_MainForm_MdiChildActivate); this.tableLayoutPanel1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TabForm)).EndInit(); this.TabForm.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem SystemMainMenu; private Infragistics.Win.UltraWinTabControl.UltraTabControl TabForm; private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1; private System.Windows.Forms.Timer timer1; } }