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

📄 subscribeform.designer.cs

📁 用C#+SQLCE开发的RSS读取工具
💻 CS
字号:
namespace MobileReader
{
    partial class SubscribeForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu mainMenu1;

        /// <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.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.OkMenuItem = new System.Windows.Forms.MenuItem();
            this.CancelMenuItem = new System.Windows.Forms.MenuItem();
            this.label1 = new System.Windows.Forms.Label();
            this.UrlTextBox = new System.Windows.Forms.TextBox();
            this.TitleTextBox = new System.Windows.Forms.TextBox();
            this.TitleLabel = new System.Windows.Forms.Label();
            this.GetTitleButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.OkMenuItem);
            this.mainMenu1.MenuItems.Add(this.CancelMenuItem);
            // 
            // OkMenuItem
            // 
            this.OkMenuItem.Text = "确定";
            this.OkMenuItem.Click += new System.EventHandler(this.OkMenuItem_Click);
            // 
            // CancelMenuItem
            // 
            this.CancelMenuItem.Text = "取消";
            this.CancelMenuItem.Click += new System.EventHandler(this.CancelMenuItem_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(4, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 20);
            this.label1.Text = "Url:";
            // 
            // UrlTextBox
            // 
            this.UrlTextBox.Location = new System.Drawing.Point(3, 27);
            this.UrlTextBox.Name = "UrlTextBox";
            this.UrlTextBox.Size = new System.Drawing.Size(233, 21);
            this.UrlTextBox.TabIndex = 5;
            this.UrlTextBox.Text = "http://www.microsoft.com/china/msdn/rss.xml";
            // 
            // TitleTextBox
            // 
            this.TitleTextBox.Location = new System.Drawing.Point(4, 74);
            this.TitleTextBox.Name = "TitleTextBox";
            this.TitleTextBox.Size = new System.Drawing.Size(233, 21);
            this.TitleTextBox.TabIndex = 6;
            // 
            // TitleLabel
            // 
            this.TitleLabel.Location = new System.Drawing.Point(3, 51);
            this.TitleLabel.Name = "TitleLabel";
            this.TitleLabel.Size = new System.Drawing.Size(100, 20);
            this.TitleLabel.Text = "标题:";
            // 
            // GetTitleButton
            // 
            this.GetTitleButton.Location = new System.Drawing.Point(4, 101);
            this.GetTitleButton.Name = "GetTitleButton";
            this.GetTitleButton.Size = new System.Drawing.Size(72, 20);
            this.GetTitleButton.TabIndex = 8;
            this.GetTitleButton.Text = "获取标题";
            this.GetTitleButton.Click += new System.EventHandler(this.GetTitleButton_Click);
            // 
            // SubscribeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.GetTitleButton);
            this.Controls.Add(this.UrlTextBox);
            this.Controls.Add(this.TitleTextBox);
            this.Controls.Add(this.TitleLabel);
            this.Controls.Add(this.label1);
            this.Menu = this.mainMenu1;
            this.Name = "SubscribeForm";
            this.Text = "订阅";
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox UrlTextBox;
        private System.Windows.Forms.TextBox TitleTextBox;
        private System.Windows.Forms.Label TitleLabel;
        private System.Windows.Forms.Button GetTitleButton;
        private System.Windows.Forms.MenuItem OkMenuItem;
        private System.Windows.Forms.MenuItem CancelMenuItem;

    }
}

⌨️ 快捷键说明

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