Main.Designer.cs
资源名称:Email.rar [点击查看]
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:3k
源码类别:
Email客户端
开发平台:
C#
- namespace LYBemail
- {
- partial class Main
- {
- /// <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.btn_write = new System.Windows.Forms.Button();
- this.btn_receive = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btn_write
- //
- this.btn_write.Location = new System.Drawing.Point(12, 11);
- this.btn_write.Name = "btn_write";
- this.btn_write.Size = new System.Drawing.Size(75, 56);
- this.btn_write.TabIndex = 0;
- this.btn_write.Text = "写信";
- this.btn_write.UseVisualStyleBackColor = true;
- this.btn_write.Click += new System.EventHandler(this.btn_write_Click);
- //
- // btn_receive
- //
- this.btn_receive.Location = new System.Drawing.Point(95, 12);
- this.btn_receive.Name = "btn_receive";
- this.btn_receive.Size = new System.Drawing.Size(75, 55);
- this.btn_receive.TabIndex = 1;
- this.btn_receive.Text = "收信";
- this.btn_receive.UseVisualStyleBackColor = true;
- this.btn_receive.Click += new System.EventHandler(this.btn_receive_Click);
- //
- // Main
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(182, 79);
- this.Controls.Add(this.btn_receive);
- this.Controls.Add(this.btn_write);
- this.Name = "Main";
- this.Text = "LYBemail";
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btn_write;
- private System.Windows.Forms.Button btn_receive;
- }
- }