📄 form1.designer.cs
字号:
namespace Ex13_17
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtPower = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtJQHM = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBTL = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtCOM = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnSend = new System.Windows.Forms.Button();
this.txtContent = new System.Windows.Forms.TextBox();
this.txtSJHM = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.btnResvice = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnFind = new System.Windows.Forms.Button();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtPower);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtJQHM);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtBTL);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtCOM);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(14, 17);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(366, 100);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "系统信息设置";
//
// txtPower
//
this.txtPower.Location = new System.Drawing.Point(79, 66);
this.txtPower.Name = "txtPower";
this.txtPower.Size = new System.Drawing.Size(156, 21);
this.txtPower.TabIndex = 1;
this.txtPower.Text = "YIWU-IJDD-CDQW-JDWG";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(237, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 12);
this.label5.TabIndex = 0;
this.label5.Text = "**输入设备授权号码**";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 73);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "授权号码:";
//
// txtJQHM
//
this.txtJQHM.Location = new System.Drawing.Point(79, 43);
this.txtJQHM.Name = "txtJQHM";
this.txtJQHM.ReadOnly = true;
this.txtJQHM.Size = new System.Drawing.Size(281, 21);
this.txtJQHM.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "机器号码:";
//
// txtBTL
//
this.txtBTL.Location = new System.Drawing.Point(260, 21);
this.txtBTL.Name = "txtBTL";
this.txtBTL.ReadOnly = true;
this.txtBTL.Size = new System.Drawing.Size(100, 21);
this.txtBTL.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(193, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "波特率:";
//
// txtCOM
//
this.txtCOM.Location = new System.Drawing.Point(79, 21);
this.txtCOM.Name = "txtCOM";
this.txtCOM.ReadOnly = true;
this.txtCOM.Size = new System.Drawing.Size(100, 21);
this.txtCOM.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "COM端口:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSend);
this.groupBox2.Controls.Add(this.txtContent);
this.groupBox2.Controls.Add(this.txtSJHM);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(389, 17);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(395, 100);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "手机短信息发送";
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(229, 12);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(75, 23);
this.btnSend.TabIndex = 3;
this.btnSend.Text = "信息发送";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// txtContent
//
this.txtContent.Location = new System.Drawing.Point(79, 38);
this.txtContent.Multiline = true;
this.txtContent.Name = "txtContent";
this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtContent.Size = new System.Drawing.Size(304, 56);
this.txtContent.TabIndex = 2;
//
// txtSJHM
//
this.txtSJHM.Location = new System.Drawing.Point(79, 14);
this.txtSJHM.Name = "txtSJHM";
this.txtSJHM.Size = new System.Drawing.Size(100, 21);
this.txtSJHM.TabIndex = 2;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 42);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 1;
this.label7.Text = "内容:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 23);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 1;
this.label6.Text = "手机号码:";
//
// btnResvice
//
this.btnResvice.Location = new System.Drawing.Point(278, 8);
this.btnResvice.Name = "btnResvice";
this.btnResvice.Size = new System.Drawing.Size(117, 23);
this.btnResvice.TabIndex = 4;
this.btnResvice.Text = "烟草销售信息采集";
this.btnResvice.UseVisualStyleBackColor = true;
this.btnResvice.Click += new System.EventHandler(this.btnResvice_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(6, 37);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(389, 178);
this.dataGridView1.TabIndex = 5;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnFind);
this.groupBox3.Controls.Add(this.dataGridView2);
this.groupBox3.Controls.Add(this.dataGridView1);
this.groupBox3.Controls.Add(this.btnResvice);
this.groupBox3.Location = new System.Drawing.Point(6, 123);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(783, 227);
this.groupBox3.TabIndex = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "烟草销售信息采集";
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(691, 10);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(75, 23);
this.btnFind.TabIndex = 6;
this.btnFind.Text = "统计";
this.btnFind.UseVisualStyleBackColor = true;
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(401, 37);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(376, 178);
this.dataGridView2.TabIndex = 5;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(793, 357);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "烟草销售手机短信息采集系统";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtPower;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtJQHM;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBTL;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCOM;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnResvice;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.TextBox txtContent;
private System.Windows.Forms.TextBox txtSJHM;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.Button btnFind;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -