DispatchSystem7515.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. 
  2. namespace AGV_WPF
  3. {
  4. partial class DispatchSystem7515
  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.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage3 = new System.Windows.Forms.TabPage();
  34. this.tabPage4 = new System.Windows.Forms.TabPage();
  35. richTextBox2 = new System.Windows.Forms.RichTextBox();
  36. this.tabPage5 = new System.Windows.Forms.TabPage();
  37. richTextBox3 = new System.Windows.Forms.RichTextBox();
  38. this.statusStrip1.SuspendLayout();
  39. this.tabControl1.SuspendLayout();
  40. this.tabPage4.SuspendLayout();
  41. this.tabPage5.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // statusStrip1
  45. //
  46. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  47. this.toolStripStatusLabel1});
  48. this.statusStrip1.Location = new System.Drawing.Point(0, 472);
  49. this.statusStrip1.Name = "statusStrip1";
  50. this.statusStrip1.Size = new System.Drawing.Size(1162, 22);
  51. this.statusStrip1.TabIndex = 3;
  52. this.statusStrip1.Text = "statusStrip1";
  53. //
  54. // toolStripStatusLabel1
  55. //
  56. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  57. this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
  58. //
  59. // menuStrip1
  60. //
  61. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  62. this.menuStrip1.Name = "menuStrip1";
  63. this.menuStrip1.Size = new System.Drawing.Size(1162, 24);
  64. this.menuStrip1.TabIndex = 5;
  65. this.menuStrip1.Text = "menuStrip1";
  66. //
  67. // tabControl1
  68. //
  69. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.tabControl1.Controls.Add(this.tabPage3);
  73. this.tabControl1.Controls.Add(this.tabPage4);
  74. this.tabControl1.Controls.Add(this.tabPage5);
  75. this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
  76. this.tabControl1.Location = new System.Drawing.Point(0, 27);
  77. this.tabControl1.Name = "tabControl1";
  78. this.tabControl1.SelectedIndex = 0;
  79. this.tabControl1.Size = new System.Drawing.Size(1162, 442);
  80. this.tabControl1.TabIndex = 4;
  81. //
  82. // tabPage3
  83. //
  84. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  85. this.tabPage3.Name = "tabPage3";
  86. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  87. this.tabPage3.Size = new System.Drawing.Size(1154, 408);
  88. this.tabPage3.TabIndex = 2;
  89. this.tabPage3.Text = "联合管制状态页面";
  90. this.tabPage3.UseVisualStyleBackColor = true;
  91. //
  92. // tabPage4
  93. //
  94. this.tabPage4.Controls.Add(richTextBox2);
  95. this.tabPage4.Location = new System.Drawing.Point(4, 30);
  96. this.tabPage4.Name = "tabPage4";
  97. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  98. this.tabPage4.Size = new System.Drawing.Size(1154, 408);
  99. this.tabPage4.TabIndex = 3;
  100. this.tabPage4.Text = "联合管制";
  101. this.tabPage4.UseVisualStyleBackColor = true;
  102. //
  103. // richTextBox2
  104. //
  105. richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  106. richTextBox2.Location = new System.Drawing.Point(3, 3);
  107. richTextBox2.Name = "richTextBox2";
  108. richTextBox2.Size = new System.Drawing.Size(1148, 402);
  109. richTextBox2.TabIndex = 1;
  110. richTextBox2.Text = "";
  111. //
  112. // tabPage5
  113. //
  114. this.tabPage5.Controls.Add(richTextBox3);
  115. this.tabPage5.Location = new System.Drawing.Point(4, 30);
  116. this.tabPage5.Name = "tabPage5";
  117. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  118. this.tabPage5.Size = new System.Drawing.Size(1154, 408);
  119. this.tabPage5.TabIndex = 4;
  120. this.tabPage5.Text = "调度管制";
  121. this.tabPage5.UseVisualStyleBackColor = true;
  122. //
  123. // richTextBox3
  124. //
  125. richTextBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  126. richTextBox3.Location = new System.Drawing.Point(3, 3);
  127. richTextBox3.Name = "richTextBox3";
  128. richTextBox3.Size = new System.Drawing.Size(1148, 402);
  129. richTextBox3.TabIndex = 2;
  130. richTextBox3.Text = "";
  131. //
  132. // DispatchSystem7515
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(1162, 494);
  137. this.Controls.Add(this.menuStrip1);
  138. this.Controls.Add(this.tabControl1);
  139. this.Controls.Add(this.statusStrip1);
  140. this.Name = "DispatchSystem7515";
  141. this.Text = "调度模块";
  142. this.Load += new System.EventHandler(this.DispatchSystem7515_Load);
  143. this.statusStrip1.ResumeLayout(false);
  144. this.statusStrip1.PerformLayout();
  145. this.tabControl1.ResumeLayout(false);
  146. this.tabPage4.ResumeLayout(false);
  147. this.tabPage5.ResumeLayout(false);
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private System.Windows.Forms.StatusStrip statusStrip1;
  153. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  154. private System.Windows.Forms.MenuStrip menuStrip1;
  155. private System.Windows.Forms.TabControl tabControl1;
  156. private System.Windows.Forms.TabPage tabPage3;
  157. private System.Windows.Forms.TabPage tabPage4;
  158. private System.Windows.Forms.TabPage tabPage5;
  159. public static System.Windows.Forms.RichTextBox richTextBox2;
  160. public static System.Windows.Forms.RichTextBox richTextBox3;
  161. }
  162. }