⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 VS2005下开发的基于C#版本的GPRS拨号软件,适用用华为和西门子的MODOEM
💻 CS
字号:
/// Copyright(c) Emtronix Inc.
/// 
/// 程序作者:李林 leeleen@emtronix.com
///                leeleen@sjtu.org
///                leeleen@263.net
/// 
/// 最后修改时间:2008-05-23 汶川8级地震余震期间
/// +86-28-86180660
/// 成都英创信息技术有限公司
/// Emtronix是英创公司的注册商标
/// 本程序免费提供给购买英创公司EM9000产品的客户使用
/// 未购买英创公司产品的客户或未获得英创授权的客户不得使用

namespace EM9000_GPRS_Dial
{
    partial class GPRS_FORM
    {
        /// <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.Dial_button = new System.Windows.Forms.Button();
            this.Hang_button = new System.Windows.Forms.Button();
            this.Exit_button = new System.Windows.Forms.Button();
            this.Mark_label = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // Dial_button
            // 
            this.Dial_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.Dial_button.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
            this.Dial_button.Location = new System.Drawing.Point(33, 70);
            this.Dial_button.Name = "Dial_button";
            this.Dial_button.Size = new System.Drawing.Size(100, 100);
            this.Dial_button.TabIndex = 0;
            this.Dial_button.Text = "拨号连接";
            this.Dial_button.Click += new System.EventHandler(this.Dial_button_Click);
            // 
            // Hang_button
            // 
            this.Hang_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.Hang_button.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
            this.Hang_button.Location = new System.Drawing.Point(166, 70);
            this.Hang_button.Name = "Hang_button";
            this.Hang_button.Size = new System.Drawing.Size(100, 100);
            this.Hang_button.TabIndex = 1;
            this.Hang_button.Text = "挂 断";
            this.Hang_button.Click += new System.EventHandler(this.Hang_button_Click);
            // 
            // Exit_button
            // 
            this.Exit_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.Exit_button.Location = new System.Drawing.Point(33, 30);
            this.Exit_button.Name = "Exit_button";
            this.Exit_button.Size = new System.Drawing.Size(100, 25);
            this.Exit_button.TabIndex = 2;
            this.Exit_button.Text = "退出";
            this.Exit_button.Click += new System.EventHandler(this.Exit_button_Click);
            // 
            // Mark_label
            // 
            this.Mark_label.Location = new System.Drawing.Point(164, 35);
            this.Mark_label.Name = "Mark_label";
            this.Mark_label.Size = new System.Drawing.Size(117, 20);
            this.Mark_label.Text = "Emtronix®©2008";
            // 
            // GPRS_FORM
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.ClientSize = new System.Drawing.Size(298, 205);
            this.Controls.Add(this.Mark_label);
            this.Controls.Add(this.Exit_button);
            this.Controls.Add(this.Hang_button);
            this.Controls.Add(this.Dial_button);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "GPRS_FORM";
            this.Text = "英创Emtronix®EM9000 GPRS拨号例程";
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button Dial_button;
        private System.Windows.Forms.Button Hang_button;
        private System.Windows.Forms.Button Exit_button;
        private System.Windows.Forms.Label Mark_label;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -