40 Star 85 Fork 38

codeman35 / weixinHttpApi2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainForm.Designer.cs 6.55 KB
一键复制 编辑 原始数据 按行查看 历史
codeman35 提交于 2016-01-12 15:30 . no commit message
namespace demo_win_httpsocket
{
partial class MainForm
{
/// <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.picErWeiMa = new System.Windows.Forms.PictureBox();
this.txtBoxMessage = new System.Windows.Forms.TextBox();
this.btnGetUserList = new System.Windows.Forms.Button();
this.btnSendFile = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
this.lstBoxUser = new System.Windows.Forms.ListBox();
this.lstMessage = new System.Windows.Forms.ListBox();
((System.ComponentModel.ISupportInitialize)(this.picErWeiMa)).BeginInit();
this.SuspendLayout();
//
// picErWeiMa
//
this.picErWeiMa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picErWeiMa.Location = new System.Drawing.Point(424, 97);
this.picErWeiMa.Name = "picErWeiMa";
this.picErWeiMa.Size = new System.Drawing.Size(300, 300);
this.picErWeiMa.TabIndex = 0;
this.picErWeiMa.TabStop = false;
//
// txtBoxMessage
//
this.txtBoxMessage.Location = new System.Drawing.Point(341, 3);
this.txtBoxMessage.Multiline = true;
this.txtBoxMessage.Name = "txtBoxMessage";
this.txtBoxMessage.Size = new System.Drawing.Size(779, 237);
this.txtBoxMessage.TabIndex = 12;
this.txtBoxMessage.Visible = false;
//
// btnGetUserList
//
this.btnGetUserList.Location = new System.Drawing.Point(341, 246);
this.btnGetUserList.Name = "btnGetUserList";
this.btnGetUserList.Size = new System.Drawing.Size(124, 23);
this.btnGetUserList.TabIndex = 9;
this.btnGetUserList.Text = "获取最新用户列表";
this.btnGetUserList.UseVisualStyleBackColor = true;
this.btnGetUserList.Visible = false;
this.btnGetUserList.Click += new System.EventHandler(this.btnGetUserList_Click);
//
// btnSendFile
//
this.btnSendFile.Location = new System.Drawing.Point(925, 246);
this.btnSendFile.Name = "btnSendFile";
this.btnSendFile.Size = new System.Drawing.Size(75, 23);
this.btnSendFile.TabIndex = 10;
this.btnSendFile.Text = "发送文件";
this.btnSendFile.UseVisualStyleBackColor = true;
this.btnSendFile.Visible = false;
this.btnSendFile.Click += new System.EventHandler(this.btnSendFile_Click);
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(1045, 246);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(75, 23);
this.btnSend.TabIndex = 11;
this.btnSend.Text = "发送信息";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Visible = false;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// lstBoxUser
//
this.lstBoxUser.FormattingEnabled = true;
this.lstBoxUser.ItemHeight = 12;
this.lstBoxUser.Location = new System.Drawing.Point(3, 3);
this.lstBoxUser.Name = "lstBoxUser";
this.lstBoxUser.ScrollAlwaysVisible = true;
this.lstBoxUser.Size = new System.Drawing.Size(331, 268);
this.lstBoxUser.TabIndex = 8;
this.lstBoxUser.Visible = false;
//
// lstMessage
//
this.lstMessage.FormattingEnabled = true;
this.lstMessage.HorizontalScrollbar = true;
this.lstMessage.ItemHeight = 12;
this.lstMessage.Location = new System.Drawing.Point(3, 275);
this.lstMessage.Name = "lstMessage";
this.lstMessage.ScrollAlwaysVisible = true;
this.lstMessage.Size = new System.Drawing.Size(1117, 232);
this.lstMessage.TabIndex = 7;
this.lstMessage.Visible = false;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1124, 510);
this.Controls.Add(this.picErWeiMa);
this.Controls.Add(this.txtBoxMessage);
this.Controls.Add(this.btnGetUserList);
this.Controls.Add(this.btnSendFile);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.lstBoxUser);
this.Controls.Add(this.lstMessage);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.Load += new System.EventHandler(this.MainForm_Load_1);
((System.ComponentModel.ISupportInitialize)(this.picErWeiMa)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picErWeiMa;
private System.Windows.Forms.TextBox txtBoxMessage;
private System.Windows.Forms.Button btnGetUserList;
private System.Windows.Forms.Button btnSendFile;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.ListBox lstBoxUser;
private System.Windows.Forms.ListBox lstMessage;
}
}
1
https://gitee.com/lxwcode/weixinHttpApi2.0.git
git@gitee.com:lxwcode/weixinHttpApi2.0.git
lxwcode
weixinHttpApi2.0
weixinHttpApi2.0
master

搜索帮助