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

📄 compare.designer.cs

📁 用C#写的关于虚拟存储器的算法
💻 CS
字号:
namespace WindowsApplication1
{
    partial class Compare
    {
        /// <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.xuliegeshu = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.queyeLv = new System.Windows.Forms.TextBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.queyeCishu = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lru = new System.Windows.Forms.Button();
            this.fifo = new System.Windows.Forms.Button();
            this.randompage = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxWuli = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBoxYemian = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // xuliegeshu
            // 
            this.xuliegeshu.Location = new System.Drawing.Point(358, 37);
            this.xuliegeshu.Name = "xuliegeshu";
            this.xuliegeshu.ReadOnly = true;
            this.xuliegeshu.Size = new System.Drawing.Size(28, 21);
            this.xuliegeshu.TabIndex = 12;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(306, 43);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 11;
            this.label5.Text = "序列数:";
            // 
            // queyeLv
            // 
            this.queyeLv.Location = new System.Drawing.Point(358, 101);
            this.queyeLv.Name = "queyeLv";
            this.queyeLv.ReadOnly = true;
            this.queyeLv.Size = new System.Drawing.Size(28, 21);
            this.queyeLv.TabIndex = 9;
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.HorizontalScrollbar = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Items.AddRange(new object[] {
            "页面替换过程:"});
            this.listBox1.Location = new System.Drawing.Point(146, 20);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(154, 160);
            this.listBox1.TabIndex = 10;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.listBox2);
            this.groupBox3.Controls.Add(this.xuliegeshu);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.textBox1);
            this.groupBox3.Controls.Add(this.listBox1);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Controls.Add(this.queyeLv);
            this.groupBox3.Controls.Add(this.queyeCishu);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Location = new System.Drawing.Point(2, 59);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(401, 205);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "页面置换结果";
            // 
            // queyeCishu
            // 
            this.queyeCishu.Location = new System.Drawing.Point(358, 69);
            this.queyeCishu.Name = "queyeCishu";
            this.queyeCishu.ReadOnly = true;
            this.queyeCishu.Size = new System.Drawing.Size(28, 21);
            this.queyeCishu.TabIndex = 8;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(306, 104);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 5;
            this.label8.Text = "缺页率:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(306, 75);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 4;
            this.label7.Text = "缺页数:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(2, 190);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(89, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "随机页面序列:";
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.HorizontalScrollbar = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Items.AddRange(new object[] {
            "物理块状态:"});
            this.listBox2.Location = new System.Drawing.Point(6, 20);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(125, 160);
            this.listBox2.TabIndex = 13;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(97, 181);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(301, 21);
            this.textBox1.TabIndex = 1;
            this.textBox1.WordWrap = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lru);
            this.groupBox2.Controls.Add(this.fifo);
            this.groupBox2.Controls.Add(this.randompage);
            this.groupBox2.Location = new System.Drawing.Point(6, 270);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(401, 50);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "选择页面置换算法";
            // 
            // lru
            // 
            this.lru.Location = new System.Drawing.Point(271, 18);
            this.lru.Name = "lru";
            this.lru.Size = new System.Drawing.Size(75, 23);
            this.lru.TabIndex = 2;
            this.lru.Text = "LRU算法";
            this.lru.UseVisualStyleBackColor = true;
            this.lru.Click += new System.EventHandler(this.lru_Click);
            // 
            // fifo
            // 
            this.fifo.Location = new System.Drawing.Point(168, 18);
            this.fifo.Name = "fifo";
            this.fifo.Size = new System.Drawing.Size(75, 23);
            this.fifo.TabIndex = 1;
            this.fifo.Text = "FIFO算法";
            this.fifo.UseVisualStyleBackColor = true;
            this.fifo.Click += new System.EventHandler(this.fifo_Click);
            // 
            // randompage
            // 
            this.randompage.Location = new System.Drawing.Point(25, 18);
            this.randompage.Name = "randompage";
            this.randompage.Size = new System.Drawing.Size(115, 23);
            this.randompage.TabIndex = 0;
            this.randompage.Text = "生成随机页面序列";
            this.randompage.UseVisualStyleBackColor = true;
            this.randompage.Click += new System.EventHandler(this.randompage_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(208, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "页面总数:";
            // 
            // textBoxWuli
            // 
            this.textBoxWuli.Location = new System.Drawing.Point(100, 16);
            this.textBoxWuli.Name = "textBoxWuli";
            this.textBoxWuli.Size = new System.Drawing.Size(56, 21);
            this.textBoxWuli.TabIndex = 1;
            this.textBoxWuli.Text = "3";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBoxYemian);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBoxWuli);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(2, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(401, 41);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "输入初始化信息";
            // 
            // textBoxYemian
            // 
            this.textBoxYemian.Location = new System.Drawing.Point(291, 16);
            this.textBoxYemian.MaxLength = 100;
            this.textBoxYemian.Name = "textBoxYemian";
            this.textBoxYemian.Size = new System.Drawing.Size(56, 21);
            this.textBoxYemian.TabIndex = 3;
            this.textBoxYemian.Text = "6";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(17, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "物理块数:";
            // 
            // Compare
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(416, 325);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "Compare";
            this.Text = "Compare";
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox xuliegeshu;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox queyeLv;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ListBox listBox2;
        private System.Windows.Forms.TextBox queyeCishu;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button lru;
        private System.Windows.Forms.Button fifo;
        private System.Windows.Forms.Button randompage;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxWuli;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBoxYemian;
        private System.Windows.Forms.Label label2;
    }
}

⌨️ 快捷键说明

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