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

📄 requestform.designer.cs

📁 北大青鸟的教学程序
💻 CS
字号:
namespace MyQQ
{
    partial class RequestForm
    {
        /// <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(RequestForm));
            this.lblMessage = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnAllow = new System.Windows.Forms.Button();
            this.pnlBackGroud = new System.Windows.Forms.Panel();
            this.picIcon = new System.Windows.Forms.PictureBox();
            this.ilIcons = new System.Windows.Forms.ImageList(this.components);
            this.pnlBackGroud.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
            this.SuspendLayout();
            // 
            // lblMessage
            // 
            this.lblMessage.AutoSize = true;
            this.lblMessage.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMessage.Location = new System.Drawing.Point(75, 26);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(0, 14);
            this.lblMessage.TabIndex = 0;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
            this.btnCancel.Location = new System.Drawing.Point(264, 105);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(70, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnAllow
            // 
            this.btnAllow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAllow.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAllow.BackgroundImage")));
            this.btnAllow.Location = new System.Drawing.Point(188, 105);
            this.btnAllow.Name = "btnAllow";
            this.btnAllow.Size = new System.Drawing.Size(70, 23);
            this.btnAllow.TabIndex = 2;
            this.btnAllow.Text = "同意";
            this.btnAllow.UseVisualStyleBackColor = true;
            this.btnAllow.Click += new System.EventHandler(this.btnAllow_Click);
            // 
            // pnlBackGroud
            // 
            this.pnlBackGroud.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlBackGroud.BackColor = System.Drawing.Color.White;
            this.pnlBackGroud.Controls.Add(this.picIcon);
            this.pnlBackGroud.Controls.Add(this.lblMessage);
            this.pnlBackGroud.Location = new System.Drawing.Point(4, 2);
            this.pnlBackGroud.Name = "pnlBackGroud";
            this.pnlBackGroud.Size = new System.Drawing.Size(336, 94);
            this.pnlBackGroud.TabIndex = 3;
            // 
            // picIcon
            // 
            this.picIcon.Location = new System.Drawing.Point(17, 16);
            this.picIcon.Name = "picIcon";
            this.picIcon.Size = new System.Drawing.Size(40, 40);
            this.picIcon.TabIndex = 3;
            this.picIcon.TabStop = false;
            // 
            // ilIcons
            // 
            this.ilIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilIcons.ImageStream")));
            this.ilIcons.TransparentColor = System.Drawing.Color.White;
            this.ilIcons.Images.SetKeyName(0, "");
            this.ilIcons.Images.SetKeyName(1, "");
            this.ilIcons.Images.SetKeyName(2, "");
            this.ilIcons.Images.SetKeyName(3, "");
            this.ilIcons.Images.SetKeyName(4, "");
            this.ilIcons.Images.SetKeyName(5, "");
            this.ilIcons.Images.SetKeyName(6, "");
            this.ilIcons.Images.SetKeyName(7, "");
            this.ilIcons.Images.SetKeyName(8, "");
            this.ilIcons.Images.SetKeyName(9, "");
            this.ilIcons.Images.SetKeyName(10, "");
            this.ilIcons.Images.SetKeyName(11, "");
            this.ilIcons.Images.SetKeyName(12, "");
            this.ilIcons.Images.SetKeyName(13, "");
            this.ilIcons.Images.SetKeyName(14, "");
            this.ilIcons.Images.SetKeyName(15, "");
            this.ilIcons.Images.SetKeyName(16, "");
            this.ilIcons.Images.SetKeyName(17, "");
            this.ilIcons.Images.SetKeyName(18, "");
            this.ilIcons.Images.SetKeyName(19, "");
            this.ilIcons.Images.SetKeyName(20, "");
            this.ilIcons.Images.SetKeyName(21, "");
            this.ilIcons.Images.SetKeyName(22, "");
            this.ilIcons.Images.SetKeyName(23, "");
            this.ilIcons.Images.SetKeyName(24, "");
            this.ilIcons.Images.SetKeyName(25, "");
            this.ilIcons.Images.SetKeyName(26, "");
            this.ilIcons.Images.SetKeyName(27, "");
            this.ilIcons.Images.SetKeyName(28, "");
            this.ilIcons.Images.SetKeyName(29, "");
            this.ilIcons.Images.SetKeyName(30, "");
            this.ilIcons.Images.SetKeyName(31, "");
            this.ilIcons.Images.SetKeyName(32, "");
            this.ilIcons.Images.SetKeyName(33, "");
            this.ilIcons.Images.SetKeyName(34, "");
            this.ilIcons.Images.SetKeyName(35, "");
            this.ilIcons.Images.SetKeyName(36, "");
            this.ilIcons.Images.SetKeyName(37, "");
            this.ilIcons.Images.SetKeyName(38, "");
            this.ilIcons.Images.SetKeyName(39, "");
            this.ilIcons.Images.SetKeyName(40, "");
            this.ilIcons.Images.SetKeyName(41, "");
            this.ilIcons.Images.SetKeyName(42, "");
            this.ilIcons.Images.SetKeyName(43, "");
            this.ilIcons.Images.SetKeyName(44, "");
            this.ilIcons.Images.SetKeyName(45, "");
            this.ilIcons.Images.SetKeyName(46, "");
            this.ilIcons.Images.SetKeyName(47, "");
            this.ilIcons.Images.SetKeyName(48, "");
            this.ilIcons.Images.SetKeyName(49, "");
            this.ilIcons.Images.SetKeyName(50, "");
            this.ilIcons.Images.SetKeyName(51, "");
            this.ilIcons.Images.SetKeyName(52, "");
            this.ilIcons.Images.SetKeyName(53, "");
            this.ilIcons.Images.SetKeyName(54, "");
            this.ilIcons.Images.SetKeyName(55, "");
            this.ilIcons.Images.SetKeyName(56, "");
            this.ilIcons.Images.SetKeyName(57, "");
            this.ilIcons.Images.SetKeyName(58, "");
            this.ilIcons.Images.SetKeyName(59, "");
            this.ilIcons.Images.SetKeyName(60, "");
            this.ilIcons.Images.SetKeyName(61, "");
            this.ilIcons.Images.SetKeyName(62, "");
            this.ilIcons.Images.SetKeyName(63, "");
            this.ilIcons.Images.SetKeyName(64, "");
            this.ilIcons.Images.SetKeyName(65, "");
            this.ilIcons.Images.SetKeyName(66, "");
            this.ilIcons.Images.SetKeyName(67, "");
            this.ilIcons.Images.SetKeyName(68, "");
            this.ilIcons.Images.SetKeyName(69, "");
            this.ilIcons.Images.SetKeyName(70, "");
            this.ilIcons.Images.SetKeyName(71, "");
            this.ilIcons.Images.SetKeyName(72, "");
            this.ilIcons.Images.SetKeyName(73, "");
            this.ilIcons.Images.SetKeyName(74, "");
            this.ilIcons.Images.SetKeyName(75, "");
            this.ilIcons.Images.SetKeyName(76, "");
            this.ilIcons.Images.SetKeyName(77, "");
            this.ilIcons.Images.SetKeyName(78, "");
            this.ilIcons.Images.SetKeyName(79, "");
            this.ilIcons.Images.SetKeyName(80, "");
            this.ilIcons.Images.SetKeyName(81, "");
            this.ilIcons.Images.SetKeyName(82, "");
            this.ilIcons.Images.SetKeyName(83, "");
            this.ilIcons.Images.SetKeyName(84, "");
            this.ilIcons.Images.SetKeyName(85, "");
            this.ilIcons.Images.SetKeyName(86, "");
            this.ilIcons.Images.SetKeyName(87, "");
            this.ilIcons.Images.SetKeyName(88, "");
            this.ilIcons.Images.SetKeyName(89, "");
            this.ilIcons.Images.SetKeyName(90, "");
            this.ilIcons.Images.SetKeyName(91, "");
            this.ilIcons.Images.SetKeyName(92, "");
            this.ilIcons.Images.SetKeyName(93, "");
            this.ilIcons.Images.SetKeyName(94, "");
            this.ilIcons.Images.SetKeyName(95, "");
            this.ilIcons.Images.SetKeyName(96, "");
            this.ilIcons.Images.SetKeyName(97, "");
            this.ilIcons.Images.SetKeyName(98, "");
            this.ilIcons.Images.SetKeyName(99, "");
            this.ilIcons.Images.SetKeyName(100, "back.bmp");
            // 
            // RequestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.LightSkyBlue;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(343, 140);
            this.Controls.Add(this.pnlBackGroud);
            this.Controls.Add(this.btnAllow);
            this.Controls.Add(this.btnCancel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "RequestForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "系统消息";
            this.Load += new System.EventHandler(this.RequestForm_Load);
            this.pnlBackGroud.ResumeLayout(false);
            this.pnlBackGroud.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label lblMessage;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnAllow;
        private System.Windows.Forms.Panel pnlBackGroud;
        private System.Windows.Forms.PictureBox picIcon;
        private System.Windows.Forms.ImageList ilIcons;
    }
}

⌨️ 快捷键说明

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