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

📄 skill.designer.cs

📁 系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生的实习情况(实习时间、实习地点、实习内容、实习评价等)、技能培训情况(培训时间、培训地点、培训内容、所得证书等)、论文完
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.certlbl.Location = new System.Drawing.Point(21, 172);
            this.certlbl.Name = "certlbl";
            this.certlbl.Size = new System.Drawing.Size(59, 12);
            this.certlbl.TabIndex = 17;
            this.certlbl.Text = "证书得否:";
            // 
            // itemlbl
            // 
            this.itemlbl.AutoSize = true;
            this.itemlbl.Location = new System.Drawing.Point(21, 136);
            this.itemlbl.Name = "itemlbl";
            this.itemlbl.Size = new System.Drawing.Size(59, 12);
            this.itemlbl.TabIndex = 16;
            this.itemlbl.Text = "培训项目:";
            // 
            // timelbl
            // 
            this.timelbl.AutoSize = true;
            this.timelbl.Location = new System.Drawing.Point(21, 100);
            this.timelbl.Name = "timelbl";
            this.timelbl.Size = new System.Drawing.Size(59, 12);
            this.timelbl.TabIndex = 15;
            this.timelbl.Text = "培训时间:";
            // 
            // partlbl
            // 
            this.partlbl.AutoSize = true;
            this.partlbl.Location = new System.Drawing.Point(21, 64);
            this.partlbl.Name = "partlbl";
            this.partlbl.Size = new System.Drawing.Size(59, 12);
            this.partlbl.TabIndex = 14;
            this.partlbl.Text = "培训地点:";
            // 
            // snolbl
            // 
            this.snolbl.AutoSize = true;
            this.snolbl.Location = new System.Drawing.Point(21, 28);
            this.snolbl.Name = "snolbl";
            this.snolbl.Size = new System.Drawing.Size(59, 12);
            this.snolbl.TabIndex = 13;
            this.snolbl.Text = "学生学号:";
            // 
            // updatebtn
            // 
            this.updatebtn.Location = new System.Drawing.Point(381, 226);
            this.updatebtn.Name = "updatebtn";
            this.updatebtn.Size = new System.Drawing.Size(75, 23);
            this.updatebtn.TabIndex = 26;
            this.updatebtn.Text = "更新";
            this.updatebtn.UseVisualStyleBackColor = true;
            this.updatebtn.Click += new System.EventHandler(this.updatebtn_Click);
            // 
            // savebtn
            // 
            this.savebtn.Location = new System.Drawing.Point(155, 226);
            this.savebtn.Name = "savebtn";
            this.savebtn.Size = new System.Drawing.Size(75, 23);
            this.savebtn.TabIndex = 25;
            this.savebtn.Text = "保存";
            this.savebtn.UseVisualStyleBackColor = true;
            this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
            // 
            // deletebtn
            // 
            this.deletebtn.Location = new System.Drawing.Point(268, 226);
            this.deletebtn.Name = "deletebtn";
            this.deletebtn.Size = new System.Drawing.Size(75, 23);
            this.deletebtn.TabIndex = 24;
            this.deletebtn.Text = "删除";
            this.deletebtn.UseVisualStyleBackColor = true;
            this.deletebtn.Click += new System.EventHandler(this.deletebtn_Click);
            // 
            // newbtn
            // 
            this.newbtn.Location = new System.Drawing.Point(42, 226);
            this.newbtn.Name = "newbtn";
            this.newbtn.Size = new System.Drawing.Size(75, 23);
            this.newbtn.TabIndex = 23;
            this.newbtn.Text = "新增";
            this.newbtn.UseVisualStyleBackColor = true;
            this.newbtn.Click += new System.EventHandler(this.newbtn_Click);
            // 
            // skilltrain_51671TableAdapter
            // 
            this.skilltrain_51671TableAdapter.ClearBeforeFill = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(554, 244);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text = "exit";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // skill
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(681, 279);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.updatebtn);
            this.Controls.Add(this.savebtn);
            this.Controls.Add(this.deletebtn);
            this.Controls.Add(this.newbtn);
            this.Controls.Add(this.certtxt);
            this.Controls.Add(this.itemtxt);
            this.Controls.Add(this.timetxt);
            this.Controls.Add(this.parttxt);
            this.Controls.Add(this.snotxt);
            this.Controls.Add(this.certlbl);
            this.Controls.Add(this.itemlbl);
            this.Controls.Add(this.timelbl);
            this.Controls.Add(this.partlbl);
            this.Controls.Add(this.snolbl);
            this.Controls.Add(this.dataGridView1);
            this.Name = "skill";
            this.Text = "技能培训";
            this.Load += new System.EventHandler(this.skill_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.skilltrain51671BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox certtxt;
        private System.Windows.Forms.TextBox itemtxt;
        private System.Windows.Forms.TextBox timetxt;
        private System.Windows.Forms.TextBox parttxt;
        private System.Windows.Forms.TextBox snotxt;
        private System.Windows.Forms.Label certlbl;
        private System.Windows.Forms.Label itemlbl;
        private System.Windows.Forms.Label timelbl;
        private System.Windows.Forms.Label partlbl;
        private System.Windows.Forms.Label snolbl;
        private System.Windows.Forms.Button updatebtn;
        private System.Windows.Forms.Button savebtn;
        private System.Windows.Forms.Button deletebtn;
        private System.Windows.Forms.Button newbtn;
        private __NET_51671DataSet ___NET_51671DataSet;
        private System.Windows.Forms.BindingSource skilltrain51671BindingSource;
        private graduationNET.__NET_51671DataSetTableAdapters.skilltrain_51671TableAdapter skilltrain_51671TableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn snoDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn skillpartDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn skilldataDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn skillitemDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn certificatesDataGridViewTextBoxColumn;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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