📄 qxpdadataset.designer.cs
字号:
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
qxpdaDataSet ds = new qxpdaDataSet();
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
return type;
}
public delegate void bdz_baseRowChangeEventHandler(object sender, bdz_baseRowChangeEvent e);
public delegate void c_codeRowChangeEventHandler(object sender, c_codeRowChangeEvent e);
public delegate void line_baseRowChangeEventHandler(object sender, line_baseRowChangeEvent e);
public delegate void line_crossRowChangeEventHandler(object sender, line_crossRowChangeEvent e);
public delegate void pole_towerRowChangeEventHandler(object sender, pole_towerRowChangeEvent e);
public delegate void subline_baseRowChangeEventHandler(object sender, subline_baseRowChangeEvent e);
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class bdz_baseDataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnbdz_code;
private System.Data.DataColumn columnbdz_name;
private System.Data.DataColumn columnx1;
private System.Data.DataColumn columny1;
private System.Data.DataColumn columnx2;
private System.Data.DataColumn columny2;
private System.Data.DataColumn columnx3;
private System.Data.DataColumn columny3;
private System.Data.DataColumn columnx4;
private System.Data.DataColumn columny4;
private System.Data.DataColumn columnvoltage_level;
private System.Data.DataColumn columnall_capability;
private System.Data.DataColumn columnpmt_num;
private System.Data.DataColumn columnmain_capability;
private System.Data.DataColumn columnrun_date;
private System.Data.DataColumn columnremark;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bdz_baseDataTable() {
this.TableName = "bdz_base";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal bdz_baseDataTable(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;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn bdz_codeColumn {
get {
return this.columnbdz_code;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn bdz_nameColumn {
get {
return this.columnbdz_name;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn x1Column {
get {
return this.columnx1;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn y1Column {
get {
return this.columny1;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn x2Column {
get {
return this.columnx2;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn y2Column {
get {
return this.columny2;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn x3Column {
get {
return this.columnx3;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn y3Column {
get {
return this.columny3;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn x4Column {
get {
return this.columnx4;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn y4Column {
get {
return this.columny4;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn voltage_levelColumn {
get {
return this.columnvoltage_level;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn all_capabilityColumn {
get {
return this.columnall_capability;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn pmt_numColumn {
get {
return this.columnpmt_num;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn main_capabilityColumn {
get {
return this.columnmain_capability;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn run_dateColumn {
get {
return this.columnrun_date;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn remarkColumn {
get {
return this.columnremark;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bdz_baseRow this[int index] {
get {
return ((bdz_baseRow)(this.Rows[index]));
}
}
public event bdz_baseRowChangeEventHandler bdz_baseRowChanging;
public event bdz_baseRowChangeEventHandler bdz_baseRowChanged;
public event bdz_baseRowChangeEventHandler bdz_baseRowDeleting;
public event bdz_baseRowChangeEventHandler bdz_baseRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addbdz_baseRow(bdz_baseRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bdz_baseRow Addbdz_baseRow(string bdz_name, decimal x1, decimal y1, decimal x2, decimal y2, decimal x3, decimal y3, decimal x4, decimal y4, string voltage_level, string all_capability, int pmt_num, string main_capability, System.DateTime run_date, string remark) {
bdz_baseRow rowbdz_baseRow = ((bdz_baseRow)(this.NewRow()));
rowbdz_baseRow.ItemArray = new object[] {
null,
bdz_name,
x1,
y1,
x2,
y2,
x3,
y3,
x4,
y4,
voltage_level,
all_capability,
pmt_num,
main_capability,
run_date,
remark};
this.Rows.Add(rowbdz_baseRow);
return rowbdz_baseRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bdz_baseRow FindBybdz_code(int bdz_code) {
return ((bdz_baseRow)(this.Rows.Find(new object[] {
bdz_code})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
bdz_baseDataTable cln = ((bdz_baseDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new bdz_baseDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnbdz_code = base.Columns["bdz_code"];
this.columnbdz_name = base.Columns["bdz_name"];
this.columnx1 = base.Columns["x1"];
this.columny1 = base.Columns["y1"];
this.columnx2 = base.Columns["x2"];
this.columny2 = base.Columns["y2"];
this.columnx3 = base.Columns["x3"];
this.columny3 = base.Columns["y3"];
this.columnx4 = base.Columns["x4"];
this.columny4 = base.Columns["y4"];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -