123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
-
- namespace AGV_WPF
- {
- partial class DispatchSystem7515
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- richTextBox2 = new System.Windows.Forms.RichTextBox();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- richTextBox3 = new System.Windows.Forms.RichTextBox();
- this.statusStrip1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.SuspendLayout();
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 472);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1162, 22);
- this.statusStrip1.TabIndex = 3;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
- //
- // menuStrip1
- //
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(1162, 24);
- this.menuStrip1.TabIndex = 5;
- this.menuStrip1.Text = "menuStrip1";
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
- this.tabControl1.Location = new System.Drawing.Point(0, 27);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1162, 442);
- this.tabControl1.TabIndex = 4;
- //
- // tabPage3
- //
- this.tabPage3.Location = new System.Drawing.Point(4, 30);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(1154, 408);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "联合管制状态页面";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(richTextBox2);
- this.tabPage4.Location = new System.Drawing.Point(4, 30);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(1154, 408);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "联合管制";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // richTextBox2
- //
- richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- richTextBox2.Location = new System.Drawing.Point(3, 3);
- richTextBox2.Name = "richTextBox2";
- richTextBox2.Size = new System.Drawing.Size(1148, 402);
- richTextBox2.TabIndex = 1;
- richTextBox2.Text = "";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(richTextBox3);
- this.tabPage5.Location = new System.Drawing.Point(4, 30);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage5.Size = new System.Drawing.Size(1154, 408);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "调度管制";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // richTextBox3
- //
- richTextBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- richTextBox3.Location = new System.Drawing.Point(3, 3);
- richTextBox3.Name = "richTextBox3";
- richTextBox3.Size = new System.Drawing.Size(1148, 402);
- richTextBox3.TabIndex = 2;
- richTextBox3.Text = "";
- //
- // DispatchSystem7515
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1162, 494);
- this.Controls.Add(this.menuStrip1);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.statusStrip1);
- this.Name = "DispatchSystem7515";
- this.Text = "调度模块";
- this.Load += new System.EventHandler(this.DispatchSystem7515_Load);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- public static System.Windows.Forms.RichTextBox richTextBox2;
- public static System.Windows.Forms.RichTextBox richTextBox3;
- }
- }
|