📄 form1.designer.cs
字号:
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.t_sendMemo);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.t_sendTime);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.t_sendNo);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(1, 56);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(619, 193);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "发送短信";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(318, 46);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(287, 12);
this.label8.TabIndex = 12;
this.label8.Text = "空代表立即发送.定时发送格式:2008-12-20 12:20:00";
//
// button3
//
this.button3.Location = new System.Drawing.Point(298, 161);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 11;
this.button3.Text = "清 空";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(190, 161);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 10;
this.button1.Text = "发 送";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// t_sendMemo
//
this.t_sendMemo.Location = new System.Drawing.Point(190, 67);
this.t_sendMemo.Multiline = true;
this.t_sendMemo.Name = "t_sendMemo";
this.t_sendMemo.Size = new System.Drawing.Size(280, 88);
this.t_sendMemo.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(125, 100);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 8;
this.label6.Text = "短信内容:";
//
// t_sendTime
//
this.t_sendTime.Location = new System.Drawing.Point(191, 40);
this.t_sendTime.Name = "t_sendTime";
this.t_sendTime.Size = new System.Drawing.Size(124, 21);
this.t_sendTime.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(126, 46);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 6;
this.label5.Text = "发送时间:";
//
// t_sendNo
//
this.t_sendNo.Location = new System.Drawing.Point(191, 13);
this.t_sendNo.Name = "t_sendNo";
this.t_sendNo.Size = new System.Drawing.Size(280, 21);
this.t_sendNo.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(126, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 4;
this.label4.Text = "接收号码:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(311, 260);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(83, 12);
this.label9.TabIndex = 13;
this.label9.Text = "当前账户余额:";
//
// l_money
//
this.l_money.AutoSize = true;
this.l_money.ForeColor = System.Drawing.Color.Red;
this.l_money.Location = new System.Drawing.Point(393, 259);
this.l_money.Name = "l_money";
this.l_money.Size = new System.Drawing.Size(0, 12);
this.l_money.TabIndex = 14;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(625, 522);
this.Controls.Add(this.l_money);
this.Controls.Add(this.label9);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.dgv_receive);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "星幻短信接口(WebService)演示版 www.xhsms.com www.woxp.cn";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_receive)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox t_eid;
private System.Windows.Forms.Label lbe1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox t_gateid;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox t_pwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox t_uid;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgv_receive;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox t_sendMemo;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox t_sendTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox t_sendNo;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label l_money;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -