123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- namespace AGV_WPF
- {
- partial class DispatchSystem7352
- {
- /// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.tabPage1 = 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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(983, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 542);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(983, 22);
- this.statusStrip1.TabIndex = 1;
- this.statusStrip1.Text = "statusStrip1";
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dataGridView1);
- this.tabPage1.Location = new System.Drawing.Point(4, 30);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(975, 484);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "PLC½»»¥ÐźÅ";
- this.tabPage1.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(3, 3);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(969, 478);
- this.dataGridView1.TabIndex = 0;
- //
- // ¹¤Î»Ãû³Æ
- //
- this.¹¤Î»Ãû³Æ.HeaderText = "¹¤Î»Ãû³Æ";
- this.¹¤Î»Ãû³Æ.Name = "¹¤Î»Ãû³Æ";
- this.¹¤Î»Ãû³Æ.ReadOnly = true;
- //
- // ÐòºÅ
- //
- this.ÐòºÅ.HeaderText = "ÐòºÅ";
- this.ÐòºÅ.Name = "ÐòºÅ";
- this.ÐòºÅ.ReadOnly = true;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- 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.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(983, 518);
- this.tabControl1.TabIndex = 2;
- //
- // DispatchSystem7352
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(983, 564);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "DispatchSystem7352";
- this.Text = "µ÷¶ÈÄ£¿é";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.DispatchSystem7352_Load);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ÐòºÅ;
- private System.Windows.Forms.DataGridViewTextBoxColumn ¹¤Î»Ãû³Æ;
- private System.Windows.Forms.TabControl tabControl1;
- }
- }
|