📄 form1.designer.cs
字号:
namespace SMS
{
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.t_eid = new System.Windows.Forms.TextBox();
this.lbe1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.t_gateid = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.t_pwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.t_uid = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgv_receive = new System.Windows.Forms.DataGridView();
this.button2 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.t_sendMemo = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.t_sendTime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.t_sendNo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.l_money = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_receive)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// t_eid
//
this.t_eid.Location = new System.Drawing.Point(64, 18);
this.t_eid.Name = "t_eid";
this.t_eid.Size = new System.Drawing.Size(75, 21);
this.t_eid.TabIndex = 0;
this.t_eid.Text = "0";
//
// lbe1
//
this.lbe1.AutoSize = true;
this.lbe1.Location = new System.Drawing.Point(11, 27);
this.lbe1.Name = "lbe1";
this.lbe1.Size = new System.Drawing.Size(47, 12);
this.lbe1.TabIndex = 1;
this.lbe1.Text = "企业ID:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.t_gateid);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.t_pwd);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.t_uid);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.t_eid);
this.groupBox1.Controls.Add(this.lbe1);
this.groupBox1.Location = new System.Drawing.Point(1, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(619, 49);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "网关参数";
//
// t_gateid
//
this.t_gateid.Location = new System.Drawing.Point(549, 18);
this.t_gateid.Name = "t_gateid";
this.t_gateid.Size = new System.Drawing.Size(63, 21);
this.t_gateid.TabIndex = 6;
this.t_gateid.Text = "100";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(469, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 12);
this.label3.TabIndex = 7;
this.label3.Text = "短信发送通道:";
//
// t_pwd
//
this.t_pwd.Location = new System.Drawing.Point(363, 20);
this.t_pwd.Name = "t_pwd";
this.t_pwd.Size = new System.Drawing.Size(100, 21);
this.t_pwd.TabIndex = 4;
this.t_pwd.Text = "10086";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(308, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 5;
this.label2.Text = "登陆密码:";
//
// t_uid
//
this.t_uid.Location = new System.Drawing.Point(202, 18);
this.t_uid.Name = "t_uid";
this.t_uid.Size = new System.Drawing.Size(100, 21);
this.t_uid.TabIndex = 2;
this.t_uid.Text = "10086";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(145, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 3;
this.label1.Text = "登陆账号:";
//
// dgv_receive
//
this.dgv_receive.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_receive.Location = new System.Drawing.Point(1, 278);
this.dgv_receive.Name = "dgv_receive";
this.dgv_receive.RowTemplate.Height = 23;
this.dgv_receive.Size = new System.Drawing.Size(619, 242);
this.dgv_receive.TabIndex = 4;
//
// button2
//
this.button2.Location = new System.Drawing.Point(148, 253);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(94, 23);
this.button2.TabIndex = 11;
this.button2.Text = "重新读取短信";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.RoyalBlue;
this.label7.Location = new System.Drawing.Point(1, 258);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(142, 14);
this.label7.TabIndex = 12;
this.label7.Text = "已收到最新短信列表";
this.label7.Click += new System.EventHandler(this.label7_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -