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

📄 form1.designer.cs

📁 C#编写的
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            this.xinjianye.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.xinjianye.Location = new System.Drawing.Point(284, 517);
            this.xinjianye.Name = "xinjianye";
            this.xinjianye.Size = new System.Drawing.Size(75, 23);
            this.xinjianye.TabIndex = 16;
            this.xinjianye.Text = "新建页";
            this.xinjianye.UseVisualStyleBackColor = true;
            this.xinjianye.Click += new System.EventHandler(this.button2_Click);
            // 
            // baocun
            // 
            this.baocun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.baocun.Location = new System.Drawing.Point(365, 517);
            this.baocun.Name = "baocun";
            this.baocun.Size = new System.Drawing.Size(75, 23);
            this.baocun.TabIndex = 16;
            this.baocun.Text = "保存";
            this.baocun.UseVisualStyleBackColor = true;
            this.baocun.Click += new System.EventHandler(this.baocun_Click);
            // 
            // sancu
            // 
            this.sancu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.sancu.Location = new System.Drawing.Point(450, 517);
            this.sancu.Name = "sancu";
            this.sancu.Size = new System.Drawing.Size(75, 23);
            this.sancu.TabIndex = 16;
            this.sancu.Text = "删除";
            this.sancu.UseVisualStyleBackColor = true;
            this.sancu.Click += new System.EventHandler(this.sancu_Click);
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Document = this.printDocument1;
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(77, 50);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 20;
            // 
            // ziti
            // 
            this.ziti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ziti.Location = new System.Drawing.Point(450, 15);
            this.ziti.Name = "ziti";
            this.ziti.Size = new System.Drawing.Size(75, 23);
            this.ziti.TabIndex = 21;
            this.ziti.Text = "字体";
            this.ziti.UseVisualStyleBackColor = true;
            this.ziti.Click += new System.EventHandler(this.ziti_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.恢复到ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(159, 26);
            // 
            // 恢复到ToolStripMenuItem
            // 
            this.恢复到ToolStripMenuItem.Name = "恢复到ToolStripMenuItem";
            this.恢复到ToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.恢复到ToolStripMenuItem.Text = "恢复到初始状态";
            this.恢复到ToolStripMenuItem.Click += new System.EventHandler(this.恢复到ToolStripMenuItem_Click);
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.Location = new System.Drawing.Point(256, 518);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(26, 21);
            this.textBox2.TabIndex = 23;
            this.textBox2.Text = "1";
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
            // 
            // label17
            // 
            this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(75, 80);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(317, 12);
            this.label17.TabIndex = 24;
            this.label17.Text = "科目         考试日期         成绩";
            // 
            // From1
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(531, 543);
            this.ContextMenuStrip = this.contextMenuStrip1;
            this.Controls.Add(this.label17);
            this.Controls.Add(this.ziti);
            this.Controls.Add(this.sanbianju);
            this.Controls.Add(this.zoubianju);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.sancu);
            this.Controls.Add(this.baocun);
            this.Controls.Add(this.xinjianye);
            this.Controls.Add(this.xiayiye);
            this.Controls.Add(this.sanyiye);
            this.Controls.Add(this.dayin);
            this.Controls.Add(this.dayinyulan);
            this.Controls.Add(this.cazao);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.duandajia);
            this.Controls.Add(this.xialiaojia);
            this.Controls.Add(this.dianhanjia2);
            this.Controls.Add(this.dianhanjia1);
            this.Controls.Add(this.sougongjia);
            this.Controls.Add(this.wancensijian);
            this.Controls.Add(this.sencansulian);
            this.Controls.Add(this.cicun);
            this.Controls.Add(this.danhao);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "From1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "成绩管理系统";
            this.TopMost = true;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.From1_FormClosed);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.From1_DragDrop);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.From1_FormClosing);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.From1_DragEnter);
            this.Load += new System.EventHandler(this.From1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox danhao;
        private System.Windows.Forms.RichTextBox cicun;
        private System.Windows.Forms.TextBox sencansulian;
        private System.Windows.Forms.TextBox wancensijian;
        private System.Windows.Forms.TextBox sougongjia;
        private System.Windows.Forms.TextBox dianhanjia1;
        private System.Windows.Forms.TextBox dianhanjia2;
        private System.Windows.Forms.TextBox xialiaojia;
        private System.Windows.Forms.TextBox duandajia;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Button cazao;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.TextBox zoubianju;
        private System.Windows.Forms.TextBox sanbianju;
        private System.Windows.Forms.Button dayinyulan;
        private System.Windows.Forms.Button dayin;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Button sanyiye;
        private System.Windows.Forms.Button xiayiye;
        private System.Windows.Forms.Button xinjianye;
        private System.Windows.Forms.Button baocun;
        private System.Windows.Forms.Button sancu;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.FontDialog fontDialog1;
        private System.Windows.Forms.Button ziti;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 恢复到ToolStripMenuItem;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label17;
    }
}

⌨️ 快捷键说明

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