📄 studentinfo.cs
字号:
// da4
//
this.da4.SelectCommand = this.sqlSelectCommand4;
this.da4.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "民族代码表", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("民族编号", "民族编号"),
new System.Data.Common.DataColumnMapping("民族", "民族")})});
//
// sqlSelectCommand4
//
this.sqlSelectCommand4.CommandText = "SELECT 民族编号, 民族 FROM 民族代码表";
this.sqlSelectCommand4.Connection = this.sqlConnection1;
//
// da5
//
this.da5.SelectCommand = this.sqlSelectCommand5;
this.da5.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "学籍代码表", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("学籍编号", "学籍编号"),
new System.Data.Common.DataColumnMapping("学籍名称", "学籍名称")})});
//
// sqlSelectCommand5
//
this.sqlSelectCommand5.CommandText = "SELECT 学籍编号, 学籍名称 FROM 学籍代码表";
this.sqlSelectCommand5.Connection = this.sqlConnection1;
//
// da2
//
this.da2.SelectCommand = this.sqlSelectCommand6;
this.da2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "政治面貌代码表", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("政治面貌编号", "政治面貌编号"),
new System.Data.Common.DataColumnMapping("政治面貌", "政治面貌")})});
//
// sqlSelectCommand6
//
this.sqlSelectCommand6.CommandText = "SELECT 政治面貌编号, 政治面貌 FROM 政治面貌代码表";
this.sqlSelectCommand6.Connection = this.sqlConnection1;
//
// txt4
//
this.txt4.Location = new System.Drawing.Point(24, 32);
this.txt4.Name = "txt4";
this.txt4.ReadOnly = true;
this.txt4.Size = new System.Drawing.Size(112, 21);
this.txt4.TabIndex = 7;
this.txt4.Text = "";
//
// label4
//
this.label4.Location = new System.Drawing.Point(24, 16);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 16);
this.label4.TabIndex = 5;
this.label4.Text = "学号";
//
// txt5
//
this.txt5.Location = new System.Drawing.Point(160, 32);
this.txt5.Name = "txt5";
this.txt5.ReadOnly = true;
this.txt5.Size = new System.Drawing.Size(120, 21);
this.txt5.TabIndex = 8;
this.txt5.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(160, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 16);
this.label5.TabIndex = 2;
this.label5.Text = "姓名";
//
// label6
//
this.label6.Location = new System.Drawing.Point(304, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 3;
this.label6.Text = "性别";
//
// txt7
//
this.txt7.Location = new System.Drawing.Point(24, 80);
this.txt7.Name = "txt7";
this.txt7.ReadOnly = true;
this.txt7.Size = new System.Drawing.Size(136, 21);
this.txt7.TabIndex = 9;
this.txt7.Text = "";
//
// txt6
//
this.txt6.Location = new System.Drawing.Point(424, 32);
this.txt6.Name = "txt6";
this.txt6.ReadOnly = true;
this.txt6.Size = new System.Drawing.Size(136, 21);
this.txt6.TabIndex = 6;
this.txt6.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(424, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(48, 16);
this.label9.TabIndex = 4;
this.label9.Text = "年级";
//
// cmb1
//
this.cmb1.Enabled = false;
this.cmb1.Items.AddRange(new object[] {
"男",
"女"});
this.cmb1.Location = new System.Drawing.Point(304, 32);
this.cmb1.Name = "cmb1";
this.cmb1.Size = new System.Drawing.Size(88, 20);
this.cmb1.TabIndex = 10;
//
// label7
//
this.label7.Location = new System.Drawing.Point(24, 64);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 16);
this.label7.TabIndex = 5;
this.label7.Text = "身份证编号";
//
// cmb2
//
this.cmb2.Enabled = false;
this.cmb2.Location = new System.Drawing.Point(576, 32);
this.cmb2.Name = "cmb2";
this.cmb2.Size = new System.Drawing.Size(128, 20);
this.cmb2.TabIndex = 10;
//
// label8
//
this.label8.Location = new System.Drawing.Point(576, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(100, 16);
this.label8.TabIndex = 3;
this.label8.Text = "班级";
//
// label10
//
this.label10.Location = new System.Drawing.Point(192, 64);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(100, 16);
this.label10.TabIndex = 3;
this.label10.Text = "政治面貌";
//
// cmb3
//
this.cmb3.Enabled = false;
this.cmb3.Location = new System.Drawing.Point(192, 80);
this.cmb3.Name = "cmb3";
this.cmb3.Size = new System.Drawing.Size(128, 20);
this.cmb3.TabIndex = 10;
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
//
// label11
//
this.label11.Location = new System.Drawing.Point(352, 64);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(100, 16);
this.label11.TabIndex = 3;
this.label11.Text = "民族";
//
// cmb4
//
this.cmb4.Enabled = false;
this.cmb4.Location = new System.Drawing.Point(352, 80);
this.cmb4.Name = "cmb4";
this.cmb4.Size = new System.Drawing.Size(88, 20);
this.cmb4.TabIndex = 10;
//
// label12
//
this.label12.Location = new System.Drawing.Point(472, 64);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(100, 16);
this.label12.TabIndex = 3;
this.label12.Text = "籍贯";
//
// cmb5
//
this.cmb5.Enabled = false;
this.cmb5.Location = new System.Drawing.Point(472, 80);
this.cmb5.Name = "cmb5";
this.cmb5.Size = new System.Drawing.Size(104, 20);
this.cmb5.TabIndex = 10;
//
// label13
//
this.label13.Location = new System.Drawing.Point(600, 64);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(72, 16);
this.label13.TabIndex = 3;
this.label13.Text = "学籍";
//
// cmb6
//
this.cmb6.Enabled = false;
this.cmb6.Location = new System.Drawing.Point(600, 80);
this.cmb6.Name = "cmb6";
this.cmb6.Size = new System.Drawing.Size(104, 20);
this.cmb6.TabIndex = 10;
//
// da6
//
this.da6.SelectCommand = this.sqlSelectCommand2;
this.da6.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "班级信息", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("班级编号", "班级编号"),
new System.Data.Common.DataColumnMapping("年级", "年级"),
new System.Data.Common.DataColumnMapping("班级名称", "班级名称"),
new System.Data.Common.DataColumnMapping("班级简称", "班级简称"),
new System.Data.Common.DataColumnMapping("人数", "人数"),
new System.Data.Common.DataColumnMapping("班主任", "班主任")})});
//
// sqlSelectCommand2
//
this.sqlSelectCommand2.CommandText = "SELECT 班级编号, 年级, 班级名称, 班级简称, 人数, 班主任 FROM 班级信息";
this.sqlSelectCommand2.Connection = this.sqlConnection1;
//
// sqlSelectCommand1
//
this.sqlSelectCommand1.CommandText = "SELECT 学号, 姓名, 班级编号, 性别, 年级, 政治面貌编号, 民族编号, 籍贯编号, 身份证号, 学籍编号 FROM 学生信息 WHERE (学号 L" +
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -