资源简介
密码123456
挺好的数据库系统实例,祝你学习愉快1
代码片段和文件信息
//文件名:BuildingForm.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Microsoft.Office.Interop.Excel;
using System.Reflection;
using Microsoft.Office.Core;
namespace MyCommunity
{
public partial class BuildingForm : Form
{
public BuildingForm()
{
InitializeComponent();
}
public string MyCommunity;
private void 楼栋信息BindingNavigatorSaveItem_Click(object sender EventArgs e)
{
this.Validate();
this.楼栋信息BindingSource.EndEdit();
this.楼栋信息TableAdapter.Update(this.dBCommunityDataSet.楼栋信息);
}
private void BuildingForm_Load(object sender EventArgs e)
{
// TODO: 这行代码将数据加载到表“dBCommunityDataSet.楼栋信息”中
this.楼栋信息TableAdapter.Fill(this.dBCommunityDataSet.楼栋信息);
}
private void 打印ToolStripButton_Click(object sender EventArgs e)
{//打印楼栋信息
ApplicationClass MyExcel;
Workbooks MyWorkBooks;
Workbook MyWorkBook;
Worksheet MyWorkSheet;
char MyColumns;
Range MyRange;
object[] MyData = new object[500 35];
int i j;
MyExcel = new ApplicationClass();
MyExcel.Visible = true;
if (MyExcel == null)
{
MessageBox.Show(“Excel程序无法启动!“ “信息提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
return;
}
MyWorkBooks = MyExcel.Workbooks;
MyWorkBook = MyWorkBooks.Add(Missing.Value);
MyWorkSheet = (Worksheet)MyWorkBook.Worksheets[1];
MyColumns = (char)(this.dBCommunityDataSet.楼栋信息.Columns.Count + 64);
MyRange = MyWorkSheet.get_Range(“A5“ MyColumns.ToString() + “5“);
int Count = 0;
foreach (DataColumn MyNewColumn in this.dBCommunityDataSet.楼栋信息.Columns)
{
MyData[0 Count] = MyNewColumn.ColumnName;
Count = Count + 1;
}
j = 1;
//输出数据库记录
foreach (DataRow MyRow in this.dBCommunityDataSet.楼栋信息.Rows)
{
for (i = 0; i < this.dBCommunityDataSet.楼栋信息.Columns.Count; i++)
{
MyData[j i] = MyRow[i].ToString();
}
j++;
}
MyRange = MyRange.get_Resize(this.dBCommunityDataSet.楼栋信息.Rows.Count + 1 this.dBCommunityDataSet.楼栋信息.Columns.Count);
MyRange.Value2 = MyData;
MyRange.EntireColumn.AutoFit();
MyWorkSheet.Cells[2 2] = this.MyCommunity+ “楼栋信息表“;
Range MyRange22 = MyWorkSheet.get_Range(“B2“ “B2“);
MyRange22.Font.Bold = true;
MyRange22.Font.Size = “20“;
MyWorkShee
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 459 2007-10-04 16:32 第1章 小区物业管理系统\MyCommunity\app.config
文件 20971520 2011-10-16 23:29 第1章 小区物业管理系统\MyCommunity\bin\Debug\Data\DBCommunity.mdf
文件 10485760 2011-10-16 23:29 第1章 小区物业管理系统\MyCommunity\bin\Debug\Data\DBCommunity_log.ldf
文件 991232 2011-10-16 23:29 第1章 小区物业管理系统\MyCommunity\bin\Debug\MyCommunity.exe
文件 459 2007-10-04 16:32 第1章 小区物业管理系统\MyCommunity\bin\Debug\MyCommunity.exe.config
文件 1091072 2011-10-16 23:29 第1章 小区物业管理系统\MyCommunity\bin\Debug\MyCommunity.pdb
文件 5632 2005-11-11 22:25 第1章 小区物业管理系统\MyCommunity\bin\Debug\MyCommunity.vshost.exe
文件 459 2007-10-04 16:32 第1章 小区物业管理系统\MyCommunity\bin\Debug\MyCommunity.vshost.exe.config
文件 20971520 2007-10-11 23:22 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\DBCommunity.mdf
文件 10485760 2007-10-11 23:22 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\DBCommunity_log.ldf
文件 66964 2007-07-07 09:03 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\GodLakeHome.JPG
文件 766 2006-12-10 16:49 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\GodLakeLogo.ico
文件 55218 2007-06-27 09:39 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\HuaMeiHome.jpg
文件 2238 1996-07-04 00:00 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\HuaMeiLogo.ico
文件 72032 2007-10-08 21:14 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\ShowGodLakeHome.JPG
文件 62013 2007-10-08 21:14 第1章 小区物业管理系统\MyCommunity\bin\Release\Data\ShowHuaMeiHome.jpg
文件 950272 2011-03-08 14:16 第1章 小区物业管理系统\MyCommunity\bin\Release\MyCommunity.exe
文件 459 2007-10-04 16:32 第1章 小区物业管理系统\MyCommunity\bin\Release\MyCommunity.exe.config
文件 886272 2011-03-08 14:16 第1章 小区物业管理系统\MyCommunity\bin\Release\MyCommunity.pdb
文件 5632 2005-11-11 22:25 第1章 小区物业管理系统\MyCommunity\bin\Release\MyCommunity.vshost.exe
文件 459 2007-10-04 16:32 第1章 小区物业管理系统\MyCommunity\bin\Release\MyCommunity.vshost.exe.config
文件 3300 2007-10-10 14:29 第1章 小区物业管理系统\MyCommunity\BuildingForm.cs
文件 42465 2007-10-05 11:42 第1章 小区物业管理系统\MyCommunity\BuildingForm.Designer.cs
文件 15608 2007-10-05 11:42 第1章 小区物业管理系统\MyCommunity\BuildingForm.resx
文件 3095 2007-10-10 14:29 第1章 小区物业管理系统\MyCommunity\ChangeUserPasswordForm.cs
文件 8759 2007-10-05 11:35 第1章 小区物业管理系统\MyCommunity\ChangeUserPasswordForm.Designer.cs
文件 7080 2007-10-05 11:35 第1章 小区物业管理系统\MyCommunity\ChangeUserPasswordForm.resx
文件 3586 2007-10-10 14:29 第1章 小区物业管理系统\MyCommunity\CommonPropertyForm.cs
文件 39956 2007-10-05 17:04 第1章 小区物业管理系统\MyCommunity\CommonPropertyForm.Designer.cs
文件 15418 2007-10-05 17:04 第1章 小区物业管理系统\MyCommunity\CommonPropertyForm.resx
............此处省略191个文件信息
评论
共有 条评论