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

📄 configure.designer.cs

📁 可以收藏RSS和ATOM格式新闻频道,还可以收藏常用的html格式的网址;可以在新闻快客的地址栏直接输入任何网址浏览网页官方网址:http://t811.uu1001.com
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace NewsReader
{
    partial class Configure
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Configure));
            this.grbBase = new System.Windows.Forms.GroupBox();
            this.chkAutoUpdate = new System.Windows.Forms.CheckBox();
            this.chkAutoUpCh = new System.Windows.Forms.CheckBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.grbNet = new System.Windows.Forms.GroupBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.chkENet = new System.Windows.Forms.CheckBox();
            this.grbLanguage = new System.Windows.Forms.GroupBox();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.rdozhs = new System.Windows.Forms.RadioButton();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.grbBase.SuspendLayout();
            this.panel1.SuspendLayout();
            this.grbNet.SuspendLayout();
            this.panel2.SuspendLayout();
            this.grbLanguage.SuspendLayout();
            this.SuspendLayout();
            // 
            // grbBase
            // 
            this.grbBase.Controls.Add(this.chkAutoUpdate);
            this.grbBase.Controls.Add(this.chkAutoUpCh);
            this.grbBase.Controls.Add(this.panel1);
            this.grbBase.Location = new System.Drawing.Point(12, 6);
            this.grbBase.Name = "grbBase";
            this.grbBase.Size = new System.Drawing.Size(322, 100);
            this.grbBase.TabIndex = 0;
            this.grbBase.TabStop = false;
            this.grbBase.Text = "基本配置";
            // 
            // chkAutoUpdate
            // 
            this.chkAutoUpdate.AutoSize = true;
            this.chkAutoUpdate.Location = new System.Drawing.Point(15, 74);
            this.chkAutoUpdate.Name = "chkAutoUpdate";
            this.chkAutoUpdate.Size = new System.Drawing.Size(168, 16);
            this.chkAutoUpdate.TabIndex = 2;
            this.chkAutoUpdate.Text = "允许自动检测程序最新版本";
            this.chkAutoUpdate.UseVisualStyleBackColor = true;
            // 
            // chkAutoUpCh
            // 
            this.chkAutoUpCh.AutoSize = true;
            this.chkAutoUpCh.Location = new System.Drawing.Point(15, 21);
            this.chkAutoUpCh.Name = "chkAutoUpCh";
            this.chkAutoUpCh.Size = new System.Drawing.Size(96, 16);
            this.chkAutoUpCh.TabIndex = 1;
            this.chkAutoUpCh.Text = "允许自动更新";
            this.chkAutoUpCh.UseVisualStyleBackColor = true;
            this.chkAutoUpCh.CheckedChanged += new System.EventHandler(this.chkAutoUpCh_CheckedChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(30, 41);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(286, 23);
            this.panel1.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(181, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "秒";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(114, 1);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(61, 20);
            this.comboBox1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(24, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "自动更新时间:";
            // 
            // grbNet
            // 
            this.grbNet.Controls.Add(this.panel2);
            this.grbNet.Controls.Add(this.chkENet);
            this.grbNet.Location = new System.Drawing.Point(12, 112);
            this.grbNet.Name = "grbNet";
            this.grbNet.Size = new System.Drawing.Size(322, 160);
            this.grbNet.TabIndex = 0;
            this.grbNet.TabStop = false;
            this.grbNet.Text = "网络配置";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.maskedTextBox4);
            this.panel2.Controls.Add(this.maskedTextBox3);
            this.panel2.Controls.Add(this.maskedTextBox2);
            this.panel2.Controls.Add(this.maskedTextBox1);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Location = new System.Drawing.Point(18, 45);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(298, 98);
            this.panel2.TabIndex = 1;
            // 
            // maskedTextBox4
            // 
            this.maskedTextBox4.Location = new System.Drawing.Point(95, 72);
            this.maskedTextBox4.Name = "maskedTextBox4";
            this.maskedTextBox4.Size = new System.Drawing.Size(155, 21);
            this.maskedTextBox4.TabIndex = 7;
            // 
            // maskedTextBox3
            // 
            this.maskedTextBox3.Location = new System.Drawing.Point(95, 49);
            this.maskedTextBox3.Name = "maskedTextBox3";
            this.maskedTextBox3.Size = new System.Drawing.Size(155, 21);
            this.maskedTextBox3.TabIndex = 6;
            // 
            // maskedTextBox2
            // 
            this.maskedTextBox2.Location = new System.Drawing.Point(95, 26);
            this.maskedTextBox2.Name = "maskedTextBox2";
            this.maskedTextBox2.Size = new System.Drawing.Size(155, 21);
            this.maskedTextBox2.TabIndex = 5;
            // 
            // maskedTextBox1
            // 
            this.maskedTextBox1.Location = new System.Drawing.Point(95, 3);
            this.maskedTextBox1.Name = "maskedTextBox1";

⌨️ 快捷键说明

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