91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 14.59MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-29
  • 語言: 其他
  • 標簽: c#??系統??

資源簡介

學生管理系統學生管理系統學生管理系統學生管理系統絕對經典

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?DevExpress.XtraEditors;
using?System.Data.OleDb;

namespace?DevExpress.XtraBars.Demos.RibbonSimplePad?
{
????public?partial?class?AddClass?:?DevExpress.XtraEditors.XtraForm
????{
????????public?AddClass()
????????{
????????????InitializeComponent();
????????}

????????private?void?AddClass_Load(object?sender?EventArgs?e)
????????{
???????????
????????????dateEdit2.Text?=?DateTime.Now.Year?.ToString?();
????????????reflash();//刷新數據
????????????dataGrid1.DataSource?=?gridControl1.DataSource;
???????
???????????DataSet?ds1?=?new?DataSet();
???????????ds1.Clear();
????????????string?k?=?“Data?Source=xsxxdb.mdb;Jet?OLEDB:Engine?Type=5;Provider=Microsoft.Jet.OLEDB.4.0;“;
????????????OleDbConnection?cn?=?new?OleDbConnection(k);

????????????cn.Open();
????????????comboBoxEdit1.Properties.Items.Clear();//清空
??????????

????????????????OleDbDataAdapter?adp?=?new?OleDbDataAdapter(“select?specialtyidspecialtyname?from?specialtyinfo“?cn);

????????????????adp.Fill(ds1?“class“);//填允專業列表!!!!!!!!!!!!!!
???????????????
????????????????for?(int?i?=?0;?ds1.Tables[“class“].Rows.Count?>?i;?i++)
????????????????{
????????????????????this.comboBoxEdit1.Properties.Items.AddRange(new?object[]?{?ds1.Tables[“class“].Rows[i][1]?});
????????????????????this.comboBoxEdit3.Properties.Items.AddRange(new?object[]?{?ds1.Tables[“class“].Rows[i][1]?});
????????????????}
????????????????comboBoxEdit1.SelectedIndex?=?0;
????????????????comboBoxEdit3.SelectedIndex?=?0;

????????????cn.Close();
???????????
????????}

????????private?void?simpleButton2_Click(object?sender?EventArgs?e)
????????{
??????????
?????????????this.Close();
????????}

????????private?void?simpleButton1_Click(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????if?(textEdit1.Text.Trim()?==?““?||?textEdit2.Text.Trim()?==?““?||?textEdit3.Text.Trim()?==?““?||?comboBoxEdit2.Text.Trim()?==?““?||?comboBoxEdit3.Text.Trim()?==?““?||?dateEdit2.Text.Trim()?==?““)
????????????????????MessageBox.Show(“請輸入完整班級信息!“?“提示“);
????????????????else?if?(isnum(comboBoxEdit2.Text.Trim().ToString())?==?false)
????????????????????MessageBox.Show(“年制不是數字“);
????????????????else?if?(int.Parse(comboBoxEdit2.Text.Trim())??7)
????????????????????MessageBox.Show(“年制為2--7“?“提示“);
????????????????else
????????????????{
????????????????????string?k?=?“Data?Source=xsxxdb.mdb;Jet?OLEDB:Engine?Type=5;Provider=Microsoft.Jet.OLEDB.4.0;“;
????????????????????OleDbConnection?cn?=?new?OleDbConnection(k);
????????????????????cn.Open();
????????????????????OleDbCommand?cmd?=?new?OleDbCommand(“select?*?from?classinfo?where?classname=‘“?+?textEdit1.Text.Trim()?+?“‘“?cn);
????????????????????if?(null?!=?cmd.ExecuteScalar())
???????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????15121??2008-01-13?19:36??學生管理系統C#\AddClass.cs

?????文件??????22067??2008-01-13?18:11??學生管理系統C#\AddClass.Designer.cs

?????文件???????6004??2008-01-13?18:11??學生管理系統C#\AddClass.resx

?????文件??????19682??2010-01-08?02:02??學生管理系統C#\addCourse.cs

?????文件??????21595??2008-01-13?09:33??學生管理系統C#\addCourse.Designer.cs

?????文件???????7418??2008-01-13?09:33??學生管理系統C#\addCourse.resx

?????文件???????8199??2008-01-12?21:33??學生管理系統C#\AddScore.cs

?????文件??????24779??2008-01-12?21:33??學生管理系統C#\AddScore.Designer.cs

?????文件???????7241??2008-01-12?21:33??學生管理系統C#\AddScore.resx

?????文件???????1941??2008-01-13?09:33??學生管理系統C#\AddSpecialty.cs

?????文件???????5840??2008-01-13?09:33??學生管理系統C#\AddSpecialty.Designer.cs

?????文件???????5814??2008-01-13?09:33??學生管理系統C#\AddSpecialty.resx

?????文件???????6642??2008-01-13?09:33??學生管理系統C#\AddStudent.cs

?????文件??????21178??2008-01-13?09:33??學生管理系統C#\AddStudent.Designer.cs

?????文件???????6391??2008-01-13?09:33??學生管理系統C#\AddStudent.resx

?????文件????????413??2008-01-03?14:28??學生管理系統C#\app.config

?????文件???????1915??2007-08-02?16:36??學生管理系統C#\AssemblyInfo.cs

?????文件?????528384??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.Data.v7.2.dll

?????文件????1024000??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.OfficeSkins.v7.2.dll

?????文件?????167936??2007-08-02?16:24??學生管理系統C#\bin\Debug\DevExpress.Tutorials.v7.2.dll

?????文件????3665920??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.Utils.v7.2.dll

?????文件????1548288??2007-08-02?16:23??學生管理系統C#\bin\Debug\DevExpress.XtraBars.v7.2.dll

?????文件?????245760??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.XtraEditors.v7.2.Design.dll

?????文件????1376256??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.XtraEditors.v7.2.dll

?????文件????1232896??2007-08-02?16:25??學生管理系統C#\bin\Debug\DevExpress.XtraGrid.v7.2.dll

?????文件?????307200??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.XtraNavBar.v7.2.dll

?????文件?????221184??2007-08-02?16:25??學生管理系統C#\bin\Debug\DevExpress.XtraPivotGrid.v7.2.Core.dll

?????文件?????286720??2007-08-02?16:25??學生管理系統C#\bin\Debug\DevExpress.XtraPivotGrid.v7.2.dll

?????文件????1531904??2007-08-02?16:23??學生管理系統C#\bin\Debug\DevExpress.XtraPrinting.v7.2.dll

?????文件?????286720??2007-08-02?16:22??學生管理系統C#\bin\Debug\DevExpress.XtraRichTextEdit.v7.2.dll

............此處省略110個文件信息

評論

共有 條評論