123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
-
- namespace AGV_WPF
- {
- partial class WirelessDockingSystem
- {
- /// <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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- 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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- richTextBox2 = new System.Windows.Forms.RichTextBox();
- this.tabPage2.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3);
- this.menuStrip1.Size = new System.Drawing.Size(1228, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 504);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
- this.statusStrip1.Size = new System.Drawing.Size(1228, 22);
- this.statusStrip1.TabIndex = 1;
- this.statusStrip1.Text = "statusStrip1";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.richTextBox1);
- this.tabPage2.Location = new System.Drawing.Point(4, 30);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage2.Size = new System.Drawing.Size(1053, 446);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "透传信息";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // richTextBox1
- //
- this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox1.Font = new System.Drawing.Font("宋体", 12F);
- this.richTextBox1.Location = new System.Drawing.Point(4, 4);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(1045, 438);
- this.richTextBox1.TabIndex = 0;
- this.richTextBox1.Text = "";
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.panel1);
- this.tabPage1.Font = new System.Drawing.Font("宋体", 9F);
- this.tabPage1.Location = new System.Drawing.Point(4, 30);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage1.Size = new System.Drawing.Size(1220, 446);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "IO透传";
- this.tabPage1.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.dataGridView1);
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1215, 350);
- this.panel1.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.序号,
- this.设备名称,
- this.地址,
- this.更新时间});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 0);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(1215, 350);
- this.dataGridView1.TabIndex = 0;
- //
- // 序号
- //
- this.序号.HeaderText = "序号";
- this.序号.Name = "序号";
- this.序号.ReadOnly = true;
- this.序号.Width = 54;
- //
- // 设备名称
- //
- this.设备名称.HeaderText = "设备名称";
- this.设备名称.Name = "设备名称";
- this.设备名称.ReadOnly = true;
- this.设备名称.Width = 78;
- //
- // 地址
- //
- this.地址.HeaderText = "地址";
- this.地址.Name = "地址";
- this.地址.ReadOnly = true;
- this.地址.Width = 54;
- //
- // 更新时间
- //
- this.更新时间.HeaderText = "更新时间";
- this.更新时间.Name = "更新时间";
- this.更新时间.ReadOnly = true;
- this.更新时间.Width = 78;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- 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(4);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1228, 480);
- this.tabControl1.TabIndex = 2;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(richTextBox2);
- 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(1053, 446);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "询问信息";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // richTextBox2
- //
- richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- richTextBox2.Font = new System.Drawing.Font("宋体", 12F);
- richTextBox2.Location = new System.Drawing.Point(3, 3);
- richTextBox2.Name = "richTextBox2";
- richTextBox2.Size = new System.Drawing.Size(1047, 440);
- richTextBox2.TabIndex = 1;
- richTextBox2.Text = "";
- //
- // WirelessDockingSystem
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1228, 526);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.Font = new System.Drawing.Font("宋体", 12F);
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "WirelessDockingSystem";
- this.Text = "无线对接系统";
- this.Load += new System.EventHandler(this.WirelessDockingSystem_Load);
- this.tabPage2.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage3.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 tabPage2;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 设备名称;
- private System.Windows.Forms.DataGridViewTextBoxColumn 地址;
- private System.Windows.Forms.DataGridViewTextBoxColumn 更新时间;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.RichTextBox richTextBox2;
- }
- }
|