DispatchSystem7334.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 
  2. namespace AGV_WPF
  3. {
  4. partial class DispatchSystem7334
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.tabControl1 = new System.Windows.Forms.TabControl();
  31. this.tabPage1 = new System.Windows.Forms.TabPage();
  32. richTextBox1 = new System.Windows.Forms.RichTextBox();
  33. this.tabPage2 = new System.Windows.Forms.TabPage();
  34. richTextBox3 = new System.Windows.Forms.RichTextBox();
  35. this.tabPage3 = new System.Windows.Forms.TabPage();
  36. richTextBox2 = new System.Windows.Forms.RichTextBox();
  37. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  38. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.tabControl1.SuspendLayout();
  40. this.tabPage1.SuspendLayout();
  41. this.tabPage2.SuspendLayout();
  42. this.tabPage3.SuspendLayout();
  43. this.statusStrip1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // menuStrip1
  47. //
  48. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  49. this.menuStrip1.Name = "menuStrip1";
  50. this.menuStrip1.Size = new System.Drawing.Size(800, 24);
  51. this.menuStrip1.TabIndex = 0;
  52. this.menuStrip1.Text = "menuStrip1";
  53. //
  54. // tabControl1
  55. //
  56. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.tabControl1.Controls.Add(this.tabPage1);
  60. this.tabControl1.Controls.Add(this.tabPage2);
  61. this.tabControl1.Controls.Add(this.tabPage3);
  62. this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
  63. this.tabControl1.Location = new System.Drawing.Point(0, 24);
  64. this.tabControl1.Name = "tabControl1";
  65. this.tabControl1.SelectedIndex = 0;
  66. this.tabControl1.Size = new System.Drawing.Size(800, 474);
  67. this.tabControl1.TabIndex = 1;
  68. //
  69. // tabPage1
  70. //
  71. this.tabPage1.Controls.Add(richTextBox1);
  72. this.tabPage1.Font = new System.Drawing.Font("宋体", 15F);
  73. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  74. this.tabPage1.Name = "tabPage1";
  75. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  76. this.tabPage1.Size = new System.Drawing.Size(792, 440);
  77. this.tabPage1.TabIndex = 0;
  78. this.tabPage1.Text = "SPS交互";
  79. this.tabPage1.UseVisualStyleBackColor = true;
  80. //
  81. // richTextBox1
  82. //
  83. richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. richTextBox1.Location = new System.Drawing.Point(3, 3);
  85. richTextBox1.Name = "richTextBox1";
  86. richTextBox1.Size = new System.Drawing.Size(786, 434);
  87. richTextBox1.TabIndex = 0;
  88. richTextBox1.Text = "";
  89. //
  90. // tabPage2
  91. //
  92. this.tabPage2.Controls.Add(richTextBox3);
  93. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  94. this.tabPage2.Name = "tabPage2";
  95. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  96. this.tabPage2.Size = new System.Drawing.Size(792, 440);
  97. this.tabPage2.TabIndex = 1;
  98. this.tabPage2.Text = "管制信息";
  99. this.tabPage2.UseVisualStyleBackColor = true;
  100. //
  101. // richTextBox3
  102. //
  103. richTextBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  104. richTextBox3.Location = new System.Drawing.Point(3, 3);
  105. richTextBox3.Name = "richTextBox3";
  106. richTextBox3.Size = new System.Drawing.Size(786, 434);
  107. richTextBox3.TabIndex = 1;
  108. richTextBox3.Text = "";
  109. //
  110. // tabPage3
  111. //
  112. this.tabPage3.Controls.Add(richTextBox2);
  113. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  114. this.tabPage3.Name = "tabPage3";
  115. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  116. this.tabPage3.Size = new System.Drawing.Size(792, 440);
  117. this.tabPage3.TabIndex = 2;
  118. this.tabPage3.Text = "MES交互";
  119. this.tabPage3.UseVisualStyleBackColor = true;
  120. //
  121. // richTextBox2
  122. //
  123. richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  124. richTextBox2.Location = new System.Drawing.Point(3, 3);
  125. richTextBox2.Name = "richTextBox2";
  126. richTextBox2.Size = new System.Drawing.Size(786, 434);
  127. richTextBox2.TabIndex = 1;
  128. richTextBox2.Text = "";
  129. //
  130. // statusStrip1
  131. //
  132. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  133. this.toolStripStatusLabel1});
  134. this.statusStrip1.Location = new System.Drawing.Point(0, 501);
  135. this.statusStrip1.Name = "statusStrip1";
  136. this.statusStrip1.Size = new System.Drawing.Size(800, 22);
  137. this.statusStrip1.TabIndex = 2;
  138. this.statusStrip1.Text = "statusStrip1";
  139. //
  140. // toolStripStatusLabel1
  141. //
  142. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  143. this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
  144. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  145. //
  146. // DispatchSystem7334
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(800, 523);
  151. this.Controls.Add(this.statusStrip1);
  152. this.Controls.Add(this.tabControl1);
  153. this.Controls.Add(this.menuStrip1);
  154. this.MainMenuStrip = this.menuStrip1;
  155. this.Name = "DispatchSystem7334";
  156. this.Text = "调度模块";
  157. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  158. this.Load += new System.EventHandler(this.DispatchSystem7334_Load);
  159. this.tabControl1.ResumeLayout(false);
  160. this.tabPage1.ResumeLayout(false);
  161. this.tabPage2.ResumeLayout(false);
  162. this.tabPage3.ResumeLayout(false);
  163. this.statusStrip1.ResumeLayout(false);
  164. this.statusStrip1.PerformLayout();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.MenuStrip menuStrip1;
  170. private System.Windows.Forms.TabControl tabControl1;
  171. private System.Windows.Forms.TabPage tabPage1;
  172. private System.Windows.Forms.TabPage tabPage2;
  173. private System.Windows.Forms.StatusStrip statusStrip1;
  174. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  175. private System.Windows.Forms.TabPage tabPage3;
  176. public static System.Windows.Forms.RichTextBox richTextBox3;
  177. public static System.Windows.Forms.RichTextBox richTextBox2;
  178. public static System.Windows.Forms.RichTextBox richTextBox1;
  179. }
  180. }