📄 db_hrpdataset.designer.cs
字号:
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
db_HRPDataSet ds = new db_HRPDataSet();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
public delegate void tb_AttendanceRowChangeEventHandler(object sender, tb_AttendanceRowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class tb_AttendanceDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
private global::System.Data.DataColumn columnID;
private global::System.Data.DataColumn columnMonthWage;
private global::System.Data.DataColumn columnEmployeeID;
private global::System.Data.DataColumn columnEmployeeName;
private global::System.Data.DataColumn columnAppeared;
private global::System.Data.DataColumn columnLeave;
private global::System.Data.DataColumn columnLateEarly;
private global::System.Data.DataColumn columnAbsentWork;
private global::System.Data.DataColumn columnOvertime;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tb_AttendanceDataTable() {
this.TableName = "tb_Attendance";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal tb_AttendanceDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected tb_AttendanceDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn IDColumn {
get {
return this.columnID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn MonthWageColumn {
get {
return this.columnMonthWage;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn EmployeeIDColumn {
get {
return this.columnEmployeeID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn EmployeeNameColumn {
get {
return this.columnEmployeeName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn AppearedColumn {
get {
return this.columnAppeared;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn LeaveColumn {
get {
return this.columnLeave;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn LateEarlyColumn {
get {
return this.columnLateEarly;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn AbsentWorkColumn {
get {
return this.columnAbsentWork;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn OvertimeColumn {
get {
return this.columnOvertime;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tb_AttendanceRow this[int index] {
get {
return ((tb_AttendanceRow)(this.Rows[index]));
}
}
public event tb_AttendanceRowChangeEventHandler tb_AttendanceRowChanging;
public event tb_AttendanceRowChangeEventHandler tb_AttendanceRowChanged;
public event tb_AttendanceRowChangeEventHandler tb_AttendanceRowDeleting;
public event tb_AttendanceRowChangeEventHandler tb_AttendanceRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addtb_AttendanceRow(tb_AttendanceRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tb_AttendanceRow Addtb_AttendanceRow(string MonthWage, string EmployeeID, string EmployeeName, decimal Appeared, decimal Leave, decimal LateEarly, decimal AbsentWork, decimal Overtime) {
tb_AttendanceRow rowtb_AttendanceRow = ((tb_AttendanceRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
MonthWage,
EmployeeID,
EmployeeName,
Appeared,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -