123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- namespace AGV_WPF
- {
- partial class DispatchHZ
- {
- /// <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.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.工位名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dataGridView2 = new AGV_WPF_Global.DataGridViewNew();
- this.序号1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.下线位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.零件 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.计划料框 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.调整料框 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.总框数需求 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.已上线料框数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.statusStrip1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- this.SuspendLayout();
- //
- // statusStrip1
- //
- this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 483);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
- this.statusStrip1.Size = new System.Drawing.Size(1069, 22);
- this.statusStrip1.TabIndex = 0;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
- this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
- //
- // menuStrip1
- //
- this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
- this.menuStrip1.Size = new System.Drawing.Size(1069, 24);
- this.menuStrip1.TabIndex = 1;
- this.menuStrip1.Text = "menuStrip1";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
- this.tabControl1.Location = new System.Drawing.Point(0, 24);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1069, 459);
- this.tabControl1.TabIndex = 2;
- //
- // tabPage1
- //
- this.tabPage1.Location = new System.Drawing.Point(4, 30);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage1.Size = new System.Drawing.Size(1061, 425);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "配置信息";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dataGridView1);
- this.tabPage2.Location = new System.Drawing.Point(4, 30);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage2.Size = new System.Drawing.Size(1061, 425);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "工位信息";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.序号,
- this.工位名称});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(2, 2);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 51;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(1057, 421);
- this.dataGridView1.TabIndex = 2;
- //
- // 序号
- //
- this.序号.HeaderText = "序号";
- this.序号.MinimumWidth = 6;
- this.序号.Name = "序号";
- this.序号.ReadOnly = true;
- //
- // 工位名称
- //
- this.工位名称.HeaderText = "工位名称";
- this.工位名称.MinimumWidth = 6;
- this.工位名称.Name = "工位名称";
- this.工位名称.ReadOnly = true;
- //
- // tabPage3
- //
- this.tabPage3.Location = new System.Drawing.Point(4, 30);
- this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage3.Size = new System.Drawing.Size(1061, 425);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "下料点信息";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(richTextBox1);
- 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(1061, 425);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "交互信息";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // richTextBox1
- //
- richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- richTextBox1.Location = new System.Drawing.Point(3, 3);
- richTextBox1.Name = "richTextBox1";
- richTextBox1.Size = new System.Drawing.Size(1055, 419);
- richTextBox1.TabIndex = 1;
- richTextBox1.Text = "";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.panel1);
- 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(1061, 425);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "生产计划";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.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.panel1.Controls.Add(this.dataGridView2);
- this.panel1.Location = new System.Drawing.Point(0, 90);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1061, 335);
- this.panel1.TabIndex = 0;
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AllowUserToDeleteRows = false;
- this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.序号1,
- this.下线位置,
- this.零件,
- this.计划料框,
- this.调整料框,
- this.总框数需求,
- this.已上线料框数});
- this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView2.Location = new System.Drawing.Point(0, 0);
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.RowTemplate.Height = 23;
- this.dataGridView2.Size = new System.Drawing.Size(1061, 335);
- this.dataGridView2.TabIndex = 0;
- //
- // 序号1
- //
- this.序号1.HeaderText = "序号1";
- this.序号1.Name = "序号1";
- //
- // 下线位置
- //
- this.下线位置.HeaderText = "下线位置";
- this.下线位置.Name = "下线位置";
- //
- // 零件
- //
- this.零件.HeaderText = "零件";
- this.零件.Name = "零件";
- //
- // 计划料框
- //
- this.计划料框.HeaderText = "计划料框";
- this.计划料框.Name = "计划料框";
- //
- // 调整料框
- //
- this.调整料框.HeaderText = "调整料框";
- this.调整料框.Name = "调整料框";
- //
- // 总框数需求
- //
- this.总框数需求.HeaderText = "总框数需求";
- this.总框数需求.Name = "总框数需求";
- //
- // 已上线料框数
- //
- this.已上线料框数.HeaderText = "已上线料框数";
- this.已上线料框数.Name = "已上线料框数";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(149, 0);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 3;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(271, 1);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 4;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // DispatchHZ
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1069, 505);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "DispatchHZ";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "调度模块";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.DispatchHZ_Load);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.tabPage4.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 工位名称;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.Panel panel1;
- private AGV_WPF_Global.DataGridViewNew dataGridView2;
- private System.Windows.Forms.DataGridViewTextBoxColumn 序号1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 下线位置;
- private System.Windows.Forms.DataGridViewTextBoxColumn 零件;
- private System.Windows.Forms.DataGridViewTextBoxColumn 计划料框;
- private System.Windows.Forms.DataGridViewTextBoxColumn 调整料框;
- private System.Windows.Forms.DataGridViewTextBoxColumn 总框数需求;
- private System.Windows.Forms.DataGridViewTextBoxColumn 已上线料框数;
- public static System.Windows.Forms.RichTextBox richTextBox1;
- }
- }
|