MainWindow.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. using System.Windows.Forms;
  2. using IntelligentControlForsx.ChildForms;
  3. using IntelligentControlForsx.MyControls;
  4. namespace IntelligentControlForsx
  5. {
  6. partial class MainWindow
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  33. this.title1 = new IntelligentControlForsx.MyControls.Title();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.bottomWarning = new IntelligentControlForsx.MyControls.BottomWarning();
  37. this.bottom1 = new IntelligentControlForsx.MyControls.Bottom2();
  38. this.loginInfo = new IntelligentControlForsx.MyControls.LoginInfo();
  39. this.tableLayoutPanel1.SuspendLayout();
  40. this.panel2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // tableLayoutPanel1
  44. //
  45. this.tableLayoutPanel1.ColumnCount = 1;
  46. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  47. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  48. this.tableLayoutPanel1.Controls.Add(this.title1, 0, 0);
  49. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  51. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  52. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  53. this.tableLayoutPanel1.RowCount = 2;
  54. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
  55. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  56. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  57. this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 71);
  58. this.tableLayoutPanel1.TabIndex = 7;
  59. //
  60. // title1
  61. //
  62. this.title1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.title1.Location = new System.Drawing.Point(0, 0);
  64. this.title1.Margin = new System.Windows.Forms.Padding(0);
  65. this.title1.Name = "title1";
  66. this.title1.Size = new System.Drawing.Size(1920, 71);
  67. this.title1.TabIndex = 2;
  68. //
  69. // panel1
  70. //
  71. this.panel1.BackColor = System.Drawing.Color.White;
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panel1.Location = new System.Drawing.Point(0, 71);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(1920, 1009);
  76. this.panel1.TabIndex = 9;
  77. //
  78. // panel2
  79. //
  80. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  81. this.panel2.Controls.Add(this.bottomWarning);
  82. this.panel2.Controls.Add(this.bottom1);
  83. this.panel2.Controls.Add(this.loginInfo);
  84. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  85. this.panel2.Location = new System.Drawing.Point(0, 1040);
  86. this.panel2.Name = "panel2";
  87. this.panel2.Size = new System.Drawing.Size(1920, 40);
  88. this.panel2.TabIndex = 10;
  89. //
  90. // bottomWarning
  91. //
  92. this.bottomWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  93. this.bottomWarning.Dock = System.Windows.Forms.DockStyle.Right;
  94. this.bottomWarning.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.bottomWarning.Location = new System.Drawing.Point(1325, 0);
  96. this.bottomWarning.Name = "bottomWarning";
  97. this.bottomWarning.Size = new System.Drawing.Size(595, 40);
  98. this.bottomWarning.TabIndex = 0;
  99. //
  100. // bottom1
  101. //
  102. this.bottom1.AutoSize = true;
  103. this.bottom1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  104. this.bottom1.DefaultLable = null;
  105. this.bottom1.Location = new System.Drawing.Point(630, 0);
  106. this.bottom1.Name = "bottom1";
  107. this.bottom1.Size = new System.Drawing.Size(1320, 39);
  108. this.bottom1.TabIndex = 0;
  109. //
  110. // loginInfo
  111. //
  112. this.loginInfo.BackColor = System.Drawing.Color.Transparent;
  113. this.loginInfo.Dock = System.Windows.Forms.DockStyle.Left;
  114. this.loginInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.loginInfo.Location = new System.Drawing.Point(0, 0);
  116. this.loginInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  117. this.loginInfo.Name = "loginInfo";
  118. this.loginInfo.Size = new System.Drawing.Size(630, 40);
  119. this.loginInfo.TabIndex = 0;
  120. //
  121. // MainWindow
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(35)))), ((int)(((byte)(77)))));
  126. this.ClientSize = new System.Drawing.Size(1920, 1080);
  127. this.Controls.Add(this.panel2);
  128. this.Controls.Add(this.panel1);
  129. this.Controls.Add(this.tableLayoutPanel1);
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  131. this.IsMdiContainer = true;
  132. this.Name = "MainWindow";
  133. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  134. this.tableLayoutPanel1.ResumeLayout(false);
  135. this.panel2.ResumeLayout(false);
  136. this.panel2.PerformLayout();
  137. this.ResumeLayout(false);
  138. }
  139. #endregion
  140. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  141. private MyControls.Title title1;
  142. public Panel panel1;
  143. private Panel panel2;
  144. private MyControls.Bottom2 bottom1;
  145. private MyControls.BottomWarning bottomWarning;
  146. private MyControls.LoginInfo loginInfo;
  147. }
  148. }