基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
/***********************
|
||||
* 说明:生产过程模版
|
||||
* 创建人:龚宇超
|
||||
* 创建日期:
|
||||
* 修改人:
|
||||
* 修改日期:
|
||||
* 修改备注:
|
||||
* 版本:1.0.0.0
|
||||
***********************/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Lskj.Util;
|
||||
using System.Windows.Forms;
|
||||
using Lskj.Control;
|
||||
using Lskj.Data;
|
||||
using Lskj.Model;
|
||||
using Lskj.Business;
|
||||
|
||||
namespace Lskj.Production2
|
||||
{
|
||||
public class DllBaseClass : IForm
|
||||
{
|
||||
public DllBaseClass()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 附件入口构造函数
|
||||
/// </summary>
|
||||
/// <param name="args">The arguments.</param>
|
||||
public DllBaseClass(string[] args)
|
||||
{
|
||||
try
|
||||
{
|
||||
FrmMain frmMain = new FrmMain();
|
||||
this.SubForm = frmMain;
|
||||
frmMain.SysModel = new DynamicProductionModel(args);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogUtil.WriteError("Lskj.Production2.dll--参数错误-->" + args.ToString(), ex);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 窗口
|
||||
/// </summary>
|
||||
public Form SubForm { get; set; }
|
||||
}
|
||||
}
|
||||
Generated
+370
@@ -0,0 +1,370 @@
|
||||
namespace Lskj.Production2
|
||||
{
|
||||
partial class FrmMain
|
||||
{
|
||||
/// <summary>
|
||||
/// 必需的设计器变量。
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 清理所有正在使用的资源。
|
||||
/// </summary>
|
||||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows 窗体设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.TimeOut = new System.Windows.Forms.Timer(this.components);
|
||||
this.splitContainerRight = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.groupControl = new DevExpress.XtraEditors.GroupControl();
|
||||
this.pl_Message = new DevExpress.XtraEditors.PanelControl();
|
||||
this.messageInfo = new DevExpress.XtraEditors.LabelControl();
|
||||
this.pl_Manager = new DevExpress.XtraEditors.PanelControl();
|
||||
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnSubmit = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnStart = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.textBox = new System.Windows.Forms.TextBox();
|
||||
this.panelRightTop = new DevExpress.XtraEditors.PanelControl();
|
||||
this.pl_top_search = new DevExpress.XtraEditors.PanelControl();
|
||||
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.lbSearch = new DevExpress.XtraEditors.LabelControl();
|
||||
this.cbField = new System.Windows.Forms.ComboBox();
|
||||
this.txtFixKey = new System.Windows.Forms.TextBox();
|
||||
this.tabRightDetail = new Lskj.Control.TabControlEx();
|
||||
this.splitContainerMain = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.tabLeftBottomDetail = new Lskj.Control.GridControlEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit();
|
||||
this.splitContainerRight.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
||||
this.panelControl3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
|
||||
this.groupControl.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_Message)).BeginInit();
|
||||
this.pl_Message.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_Manager)).BeginInit();
|
||||
this.pl_Manager.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelRightTop)).BeginInit();
|
||||
this.panelRightTop.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit();
|
||||
this.pl_top_search.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
|
||||
this.splitContainerMain.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// TimeOut
|
||||
//
|
||||
this.TimeOut.Interval = 500;
|
||||
this.TimeOut.Tick += new System.EventHandler(this.OnSimulateClick);
|
||||
//
|
||||
// splitContainerRight
|
||||
//
|
||||
this.splitContainerRight.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.splitContainerRight.Appearance.Options.UseBackColor = true;
|
||||
this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainerRight.Horizontal = false;
|
||||
this.splitContainerRight.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainerRight.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.splitContainerRight.Name = "splitContainerRight";
|
||||
this.splitContainerRight.Panel1.Controls.Add(this.panelControl3);
|
||||
this.splitContainerRight.Panel1.Controls.Add(this.panelRightTop);
|
||||
this.splitContainerRight.Panel1.Text = "Panel1";
|
||||
this.splitContainerRight.Panel2.Controls.Add(this.tabRightDetail);
|
||||
this.splitContainerRight.Panel2.Text = "Panel2";
|
||||
this.splitContainerRight.Size = new System.Drawing.Size(1918, 911);
|
||||
this.splitContainerRight.SplitterPosition = 378;
|
||||
this.splitContainerRight.TabIndex = 0;
|
||||
this.splitContainerRight.Text = "splitContainerControl3";
|
||||
this.splitContainerRight.SplitterPositionChanged += new System.EventHandler(this.splitContainerRight_SplitterPositionChanged);
|
||||
//
|
||||
// panelControl3
|
||||
//
|
||||
this.panelControl3.Controls.Add(this.tabLeftBottomDetail);
|
||||
this.panelControl3.Controls.Add(this.groupControl);
|
||||
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelControl3.Location = new System.Drawing.Point(0, 50);
|
||||
this.panelControl3.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panelControl3.Name = "panelControl3";
|
||||
this.panelControl3.Size = new System.Drawing.Size(1918, 328);
|
||||
this.panelControl3.TabIndex = 4;
|
||||
//
|
||||
// groupControl
|
||||
//
|
||||
this.groupControl.Controls.Add(this.pl_Message);
|
||||
this.groupControl.Controls.Add(this.pl_Manager);
|
||||
this.groupControl.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.groupControl.Location = new System.Drawing.Point(2, 238);
|
||||
this.groupControl.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupControl.Name = "groupControl";
|
||||
this.groupControl.Size = new System.Drawing.Size(1914, 88);
|
||||
this.groupControl.TabIndex = 2;
|
||||
this.groupControl.Text = "用户操作";
|
||||
//
|
||||
// pl_Message
|
||||
//
|
||||
this.pl_Message.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.pl_Message.Controls.Add(this.messageInfo);
|
||||
this.pl_Message.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_Message.Location = new System.Drawing.Point(581, 27);
|
||||
this.pl_Message.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.pl_Message.Name = "pl_Message";
|
||||
this.pl_Message.Size = new System.Drawing.Size(1331, 59);
|
||||
this.pl_Message.TabIndex = 1;
|
||||
//
|
||||
// messageInfo
|
||||
//
|
||||
this.messageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.messageInfo.Appearance.Font = new System.Drawing.Font("宋体", 14F);
|
||||
this.messageInfo.Appearance.ForeColor = System.Drawing.Color.Red;
|
||||
this.messageInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.messageInfo.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
||||
this.messageInfo.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.messageInfo.Location = new System.Drawing.Point(8, 13);
|
||||
this.messageInfo.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.messageInfo.Name = "messageInfo";
|
||||
this.messageInfo.Size = new System.Drawing.Size(1265, 34);
|
||||
this.messageInfo.TabIndex = 0;
|
||||
this.messageInfo.Text = "提示信息";
|
||||
//
|
||||
// pl_Manager
|
||||
//
|
||||
this.pl_Manager.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.pl_Manager.Controls.Add(this.simpleButton2);
|
||||
this.pl_Manager.Controls.Add(this.btnSubmit);
|
||||
this.pl_Manager.Controls.Add(this.btnStart);
|
||||
this.pl_Manager.Controls.Add(this.textBox);
|
||||
this.pl_Manager.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.pl_Manager.Location = new System.Drawing.Point(2, 27);
|
||||
this.pl_Manager.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.pl_Manager.Name = "pl_Manager";
|
||||
this.pl_Manager.Size = new System.Drawing.Size(579, 59);
|
||||
this.pl_Manager.TabIndex = 0;
|
||||
//
|
||||
// simpleButton2
|
||||
//
|
||||
this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.simpleButton2.Appearance.Options.UseFont = true;
|
||||
this.simpleButton2.Location = new System.Drawing.Point(487, 14);
|
||||
this.simpleButton2.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.simpleButton2.Name = "simpleButton2";
|
||||
this.simpleButton2.Size = new System.Drawing.Size(84, 30);
|
||||
this.simpleButton2.TabIndex = 2;
|
||||
this.simpleButton2.Text = "帮助文档";
|
||||
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
||||
//
|
||||
// btnSubmit
|
||||
//
|
||||
this.btnSubmit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnSubmit.Appearance.Options.UseFont = true;
|
||||
this.btnSubmit.Location = new System.Drawing.Point(393, 14);
|
||||
this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnSubmit.Name = "btnSubmit";
|
||||
this.btnSubmit.Size = new System.Drawing.Size(84, 30);
|
||||
this.btnSubmit.TabIndex = 2;
|
||||
this.btnSubmit.Text = "提交";
|
||||
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
|
||||
//
|
||||
// btnStart
|
||||
//
|
||||
this.btnStart.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnStart.Appearance.Options.UseFont = true;
|
||||
this.btnStart.Location = new System.Drawing.Point(300, 14);
|
||||
this.btnStart.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnStart.Name = "btnStart";
|
||||
this.btnStart.Size = new System.Drawing.Size(84, 30);
|
||||
this.btnStart.TabIndex = 1;
|
||||
this.btnStart.Text = "开始";
|
||||
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
||||
//
|
||||
// textBox
|
||||
//
|
||||
this.textBox.Font = new System.Drawing.Font("宋体", 12F);
|
||||
this.textBox.Location = new System.Drawing.Point(7, 14);
|
||||
this.textBox.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.textBox.Name = "textBox";
|
||||
this.textBox.Size = new System.Drawing.Size(279, 30);
|
||||
this.textBox.TabIndex = 0;
|
||||
this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
|
||||
//
|
||||
// panelRightTop
|
||||
//
|
||||
this.panelRightTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.panelRightTop.Controls.Add(this.pl_top_search);
|
||||
this.panelRightTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panelRightTop.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelRightTop.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panelRightTop.Name = "panelRightTop";
|
||||
this.panelRightTop.Size = new System.Drawing.Size(1918, 50);
|
||||
this.panelRightTop.TabIndex = 3;
|
||||
//
|
||||
// pl_top_search
|
||||
//
|
||||
this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.pl_top_search.Controls.Add(this.btnSearch);
|
||||
this.pl_top_search.Controls.Add(this.lbSearch);
|
||||
this.pl_top_search.Controls.Add(this.cbField);
|
||||
this.pl_top_search.Controls.Add(this.txtFixKey);
|
||||
this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pl_top_search.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_top_search.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.pl_top_search.Name = "pl_top_search";
|
||||
this.pl_top_search.Size = new System.Drawing.Size(1918, 42);
|
||||
this.pl_top_search.TabIndex = 0;
|
||||
//
|
||||
// btnSearch
|
||||
//
|
||||
this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.btnSearch.Appearance.Options.UseFont = true;
|
||||
this.btnSearch.Location = new System.Drawing.Point(419, 6);
|
||||
this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnSearch.Name = "btnSearch";
|
||||
this.btnSearch.Size = new System.Drawing.Size(84, 30);
|
||||
this.btnSearch.TabIndex = 36;
|
||||
this.btnSearch.Text = "查询(&Q)";
|
||||
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
||||
//
|
||||
// lbSearch
|
||||
//
|
||||
this.lbSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.lbSearch.Location = new System.Drawing.Point(12, 12);
|
||||
this.lbSearch.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.lbSearch.Name = "lbSearch";
|
||||
this.lbSearch.Size = new System.Drawing.Size(30, 15);
|
||||
this.lbSearch.TabIndex = 35;
|
||||
this.lbSearch.Text = "查询";
|
||||
//
|
||||
// cbField
|
||||
//
|
||||
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbField.FormattingEnabled = true;
|
||||
this.cbField.Location = new System.Drawing.Point(55, 9);
|
||||
this.cbField.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.cbField.Name = "cbField";
|
||||
this.cbField.Size = new System.Drawing.Size(141, 26);
|
||||
this.cbField.TabIndex = 33;
|
||||
this.cbField.Tag = "";
|
||||
//
|
||||
// txtFixKey
|
||||
//
|
||||
this.txtFixKey.Location = new System.Drawing.Point(205, 9);
|
||||
this.txtFixKey.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.txtFixKey.Name = "txtFixKey";
|
||||
this.txtFixKey.Size = new System.Drawing.Size(204, 26);
|
||||
this.txtFixKey.TabIndex = 34;
|
||||
//
|
||||
// tabRightDetail
|
||||
//
|
||||
this.tabRightDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabRightDetail.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabRightDetail.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tabRightDetail.Name = "tabRightDetail";
|
||||
this.tabRightDetail.Size = new System.Drawing.Size(1918, 527);
|
||||
this.tabRightDetail.TabIndex = 0;
|
||||
//
|
||||
// splitContainerMain
|
||||
//
|
||||
this.splitContainerMain.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.splitContainerMain.Appearance.Options.UseBackColor = true;
|
||||
this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainerMain.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.splitContainerMain.Name = "splitContainerMain";
|
||||
this.splitContainerMain.Panel1.Text = "Panel1";
|
||||
this.splitContainerMain.Panel2.Controls.Add(this.splitContainerRight);
|
||||
this.splitContainerMain.Panel2.Text = "Panel2";
|
||||
this.splitContainerMain.Size = new System.Drawing.Size(1924, 911);
|
||||
this.splitContainerMain.SplitterPosition = 0;
|
||||
this.splitContainerMain.TabIndex = 0;
|
||||
this.splitContainerMain.Text = "splitContainerControl1";
|
||||
//
|
||||
// tabLeftBottomDetail
|
||||
//
|
||||
this.tabLeftBottomDetail.AdapterObj = null;
|
||||
this.tabLeftBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabLeftBottomDetail.Location = new System.Drawing.Point(2, 2);
|
||||
this.tabLeftBottomDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tabLeftBottomDetail.Name = "tabLeftBottomDetail";
|
||||
this.tabLeftBottomDetail.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.tabLeftBottomDetail.Size = new System.Drawing.Size(1914, 236);
|
||||
this.tabLeftBottomDetail.TabIndex = 3;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1924, 911);
|
||||
this.Controls.Add(this.splitContainerMain);
|
||||
this.KeyPreview = true;
|
||||
this.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.Name = "FrmMain";
|
||||
this.Text = "生产过程";
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
|
||||
this.Resize += new System.EventHandler(this.FrmMain_Resize);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit();
|
||||
this.splitContainerRight.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
||||
this.panelControl3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
|
||||
this.groupControl.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_Message)).EndInit();
|
||||
this.pl_Message.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_Manager)).EndInit();
|
||||
this.pl_Manager.ResumeLayout(false);
|
||||
this.pl_Manager.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelRightTop)).EndInit();
|
||||
this.panelRightTop.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit();
|
||||
this.pl_top_search.ResumeLayout(false);
|
||||
this.pl_top_search.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
|
||||
this.splitContainerMain.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private System.Windows.Forms.Timer TimeOut;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitContainerRight;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl3;
|
||||
private DevExpress.XtraEditors.GroupControl groupControl;
|
||||
private DevExpress.XtraEditors.PanelControl pl_Message;
|
||||
private DevExpress.XtraEditors.LabelControl messageInfo;
|
||||
private DevExpress.XtraEditors.PanelControl pl_Manager;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSubmit;
|
||||
private DevExpress.XtraEditors.SimpleButton btnStart;
|
||||
private System.Windows.Forms.TextBox textBox;
|
||||
private DevExpress.XtraEditors.PanelControl panelRightTop;
|
||||
private DevExpress.XtraEditors.PanelControl pl_top_search;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
||||
private DevExpress.XtraEditors.LabelControl lbSearch;
|
||||
private System.Windows.Forms.ComboBox cbField;
|
||||
private System.Windows.Forms.TextBox txtFixKey;
|
||||
private Control.TabControlEx tabRightDetail;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitContainerMain;
|
||||
private Control.GridControlEx tabLeftBottomDetail;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="TimeOut.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -0,0 +1,153 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{58D60EB9-6A55-4BB9-84F0-2C9DABEB0DE2}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Lskj.Production2</RootNamespace>
|
||||
<AssemblyName>Lskj.Production2</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\Debug\Lib\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>..\..\Debug\AllMethodXml\Lskj.Production.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\..\Release\Lib\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Pdf.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.Utils.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Pdf.v15.2.Drawing, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraPdfViewer.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Runtime.Remoting" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DllBaseClass.cs" />
|
||||
<Compile Include="FrmMain.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmMain.Designer.cs">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="FrmMain.resx">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Lskj.Business\Lskj.Business.csproj">
|
||||
<Project>{7eafccc2-a18f-49e9-85c6-a984966cfd01}</Project>
|
||||
<Name>Lskj.Business</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Control\Lskj.Control.csproj">
|
||||
<Project>{447cdc40-659f-4cca-9ed6-8e818b4cf8bf}</Project>
|
||||
<Name>Lskj.Control</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Core\Lskj.Core.csproj">
|
||||
<Project>{2a1be6ac-1077-491b-a754-c5822fe8121e}</Project>
|
||||
<Name>Lskj.Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Data\Lskj.Data.csproj">
|
||||
<Project>{308b9b18-9be2-495c-9c64-eed81d567813}</Project>
|
||||
<Name>Lskj.Data</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Model\Lskj.Model.csproj">
|
||||
<Project>{52bc40e0-c0c6-4f78-996b-cae028d209ca}</Project>
|
||||
<Name>Lskj.Model</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Util\Lskj.Util.csproj">
|
||||
<Project>{a51bf642-6543-4de3-8948-83f558b72bd4}</Project>
|
||||
<Name>Lskj.Util</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的常规信息通过以下
|
||||
// 特性集控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("Lskj.Production")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Lskj.Production")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 使此程序集中的类型
|
||||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
||||
// 则将该类型上的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("f903f0e7-8b3f-4f10-836e-f880a6a486a4")]
|
||||
|
||||
// 程序集的版本信息由下面四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 内部版本号
|
||||
// 修订号
|
||||
//
|
||||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -0,0 +1,63 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.Production2.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Lskj.Production2.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NPOI" publicKeyToken="0df73ec7942b34e1" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.1.3.1" newVersion="2.1.3.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Spire.XLS" publicKeyToken="663f351905198cb3" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-10.3.8.0" newVersion="10.3.8.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Spire.Presentation" publicKeyToken="663f351905198cb3" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.3.6.0" newVersion="5.3.6.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Spire.Doc" publicKeyToken="663f351905198cb3" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-8.3.15.0" newVersion="8.3.15.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user