ST_MainForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace JC_MeasuringSystem
  2. {
  3. partial class ST_MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ST_MainForm));
  32. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  33. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  34. this.SystemMainMenu = new System.Windows.Forms.ToolStripMenuItem();
  35. this.TabForm = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  36. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  37. this.timer1 = new System.Windows.Forms.Timer(this.components);
  38. this.tableLayoutPanel1.SuspendLayout();
  39. this.menuStrip1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.TabForm)).BeginInit();
  41. this.TabForm.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // tableLayoutPanel1
  45. //
  46. this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  47. this.tableLayoutPanel1.ColumnCount = 2;
  48. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  49. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  50. this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
  51. this.tableLayoutPanel1.Controls.Add(this.TabForm, 1, 0);
  52. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  54. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  55. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  56. this.tableLayoutPanel1.RowCount = 1;
  57. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  58. this.tableLayoutPanel1.Size = new System.Drawing.Size(1103, 25);
  59. this.tableLayoutPanel1.TabIndex = 8;
  60. //
  61. // menuStrip1
  62. //
  63. this.menuStrip1.AutoSize = false;
  64. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  65. this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  66. this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 9F);
  67. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.SystemMainMenu});
  69. this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
  70. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  71. this.menuStrip1.MdiWindowListItem = this.SystemMainMenu;
  72. this.menuStrip1.Name = "menuStrip1";
  73. this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
  74. this.menuStrip1.Size = new System.Drawing.Size(80, 25);
  75. this.menuStrip1.TabIndex = 3;
  76. this.menuStrip1.ItemAdded += new System.Windows.Forms.ToolStripItemEventHandler(this.menuStrip1_ItemAdded);
  77. //
  78. // SystemMainMenu
  79. //
  80. this.SystemMainMenu.Name = "SystemMainMenu";
  81. this.SystemMainMenu.ShowShortcutKeys = false;
  82. this.SystemMainMenu.Size = new System.Drawing.Size(44, 21);
  83. this.SystemMainMenu.Text = "系统";
  84. //
  85. // TabForm
  86. //
  87. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  88. this.TabForm.ClientAreaAppearance = appearance2;
  89. this.TabForm.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
  90. this.TabForm.Controls.Add(this.ultraTabSharedControlsPage1);
  91. this.TabForm.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.TabForm.InterRowSpacing = new Infragistics.Win.DefaultableInteger(0);
  93. this.TabForm.InterTabSpacing = new Infragistics.Win.DefaultableInteger(0);
  94. this.TabForm.Location = new System.Drawing.Point(80, 2);
  95. this.TabForm.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
  96. this.TabForm.MaxVisibleTabRows = 1;
  97. this.TabForm.Name = "TabForm";
  98. this.TabForm.NavigationStyle = Infragistics.Win.UltraWinTabControl.NavigationStyle.Activate;
  99. this.TabForm.SharedControlsPage = this.ultraTabSharedControlsPage1;
  100. this.TabForm.Size = new System.Drawing.Size(1023, 23);
  101. this.TabForm.TabCloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.WhenSelectedOrHotTracked;
  102. appearance4.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance4.ImageBackground")));
  103. this.TabForm.TabHeaderAreaAppearance = appearance4;
  104. this.TabForm.TabIndex = 4;
  105. this.TabForm.TabPageMargins.Bottom = 0;
  106. this.TabForm.TabPageMargins.Left = 0;
  107. this.TabForm.TabPageMargins.Right = 0;
  108. this.TabForm.TabPageMargins.Top = 0;
  109. this.TabForm.TabsPerRow = 1;
  110. this.TabForm.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
  111. this.TabForm.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  112. this.TabForm.ActiveTabChanged += new Infragistics.Win.UltraWinTabControl.ActiveTabChangedEventHandler(this.TabForm_ActiveTabChanged);
  113. this.TabForm.TabClosing += new Infragistics.Win.UltraWinTabControl.TabClosingEventHandler(this.TabForm_TabClosing);
  114. //
  115. // ultraTabSharedControlsPage1
  116. //
  117. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
  118. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  119. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1021, 2);
  120. //
  121. // timer1
  122. //
  123. this.timer1.Interval = 200;
  124. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  125. //
  126. // ST_MainForm
  127. //
  128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  130. this.ClientSize = new System.Drawing.Size(1103, 458);
  131. this.Controls.Add(this.tableLayoutPanel1);
  132. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  133. this.IsMdiContainer = true;
  134. this.MainMenuStrip = this.menuStrip1;
  135. this.Name = "ST_MainForm";
  136. this.Text = "九钢计量";
  137. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  138. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ST_MainForm_FormClosing);
  139. this.Load += new System.EventHandler(this.ST_MainForm_Load);
  140. this.MdiChildActivate += new System.EventHandler(this.ST_MainForm_MdiChildActivate);
  141. this.tableLayoutPanel1.ResumeLayout(false);
  142. this.menuStrip1.ResumeLayout(false);
  143. this.menuStrip1.PerformLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.TabForm)).EndInit();
  145. this.TabForm.ResumeLayout(false);
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  150. private System.Windows.Forms.MenuStrip menuStrip1;
  151. private System.Windows.Forms.ToolStripMenuItem SystemMainMenu;
  152. private Infragistics.Win.UltraWinTabControl.UltraTabControl TabForm;
  153. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  154. private System.Windows.Forms.Timer timer1;
  155. }
  156. }