init lserp cs 5.0
@@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.PubAccraditation", "Lskj.PubAccraditation\Lskj.PubAccraditation.csproj", "{3905A2F5-FA0A-4F16-87BD-34DFAE21C18F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3905A2F5-FA0A-4F16-87BD-34DFAE21C18F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{3905A2F5-FA0A-4F16-87BD-34DFAE21C18F}.Debug|x86.Build.0 = Debug|x86
|
||||
{3905A2F5-FA0A-4F16-87BD-34DFAE21C18F}.Release|x86.ActiveCfg = Release|x86
|
||||
{3905A2F5-FA0A-4F16-87BD-34DFAE21C18F}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,136 @@
|
||||
namespace Lskj.PubAccraditation.BackSelect
|
||||
{
|
||||
partial class frmBackSelect
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.txtYj = new Lskj.MyControl.LabelTextarea();
|
||||
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.searchStep = new Lskj.MyControl.LabelComboxEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
||||
this.panelControl1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txtYj
|
||||
//
|
||||
this.txtYj.DefaultString = null;
|
||||
this.txtYj.LabelText = "返退意见";
|
||||
this.txtYj.Location = new System.Drawing.Point(36, 48);
|
||||
this.txtYj.Name = "txtYj";
|
||||
this.txtYj.Size = new System.Drawing.Size(374, 153);
|
||||
this.txtYj.TabIndex = 1;
|
||||
this.txtYj.TipMsg = "";
|
||||
this.txtYj.UnionFields = null;
|
||||
this.txtYj.UnionValue = null;
|
||||
//
|
||||
// panelControl1
|
||||
//
|
||||
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.panelControl1.Controls.Add(this.panel1);
|
||||
this.panelControl1.Controls.Add(this.simpleButton2);
|
||||
this.panelControl1.Controls.Add(this.simpleButton1);
|
||||
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panelControl1.Location = new System.Drawing.Point(0, 218);
|
||||
this.panelControl1.Name = "panelControl1";
|
||||
this.panelControl1.Size = new System.Drawing.Size(434, 56);
|
||||
this.panelControl1.TabIndex = 2;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(434, 1);
|
||||
this.panel1.TabIndex = 2;
|
||||
//
|
||||
// simpleButton2
|
||||
//
|
||||
this.simpleButton2.Location = new System.Drawing.Point(233, 12);
|
||||
this.simpleButton2.Name = "simpleButton2";
|
||||
this.simpleButton2.Size = new System.Drawing.Size(75, 29);
|
||||
this.simpleButton2.TabIndex = 1;
|
||||
this.simpleButton2.Text = "取消";
|
||||
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
||||
//
|
||||
// simpleButton1
|
||||
//
|
||||
this.simpleButton1.Location = new System.Drawing.Point(141, 12);
|
||||
this.simpleButton1.Name = "simpleButton1";
|
||||
this.simpleButton1.Size = new System.Drawing.Size(75, 29);
|
||||
this.simpleButton1.TabIndex = 0;
|
||||
this.simpleButton1.Text = "确定";
|
||||
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
||||
//
|
||||
// searchStep
|
||||
//
|
||||
this.searchStep.DefaultString = null;
|
||||
this.searchStep.LabelText = "选择返退步骤";
|
||||
this.searchStep.Location = new System.Drawing.Point(12, 15);
|
||||
this.searchStep.Name = "searchStep";
|
||||
this.searchStep.Size = new System.Drawing.Size(398, 21);
|
||||
this.searchStep.TabIndex = 3;
|
||||
this.searchStep.TipMsg = null;
|
||||
this.searchStep.UnionFields = null;
|
||||
this.searchStep.UnionValue = null;
|
||||
//
|
||||
// frmBackSelect
|
||||
//
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(434, 274);
|
||||
this.Controls.Add(this.searchStep);
|
||||
this.Controls.Add(this.panelControl1);
|
||||
this.Controls.Add(this.txtYj);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "frmBackSelect";
|
||||
this.Text = "选择返退步骤";
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
||||
this.panelControl1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private MyControl.LabelTextarea txtYj;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private MyControl.LabelComboxEx searchStep;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using CommonLib;
|
||||
using CommonLib.data;
|
||||
|
||||
namespace Lskj.PubAccraditation.BackSelect
|
||||
{
|
||||
public partial class frmBackSelect : FormBase
|
||||
{
|
||||
|
||||
public int SelectStepCode = 0;
|
||||
public string ComfirmMsg = string.Empty;
|
||||
public frmBackSelect(string typeCode, int CurrStepcode, int billType, string Billdocument_Id, string masterTable, string column_Prefix)
|
||||
{
|
||||
InitializeComponent();
|
||||
//string sql = "select * from (select stepCode,stepName " +
|
||||
// "from p_systembillflowtypestep " +
|
||||
// "where typeCode='" + typeCode + "'" +
|
||||
// " and billType=" + billType.ToString() +
|
||||
// " and stepCode<" + CurrStepcode +
|
||||
// "union all " +
|
||||
// "select 0,'退回至提交人') x order by stepcode desc ";
|
||||
string sql = "select * from (select stepCode,stepName " +
|
||||
"from p_systembillflowtypestep " +
|
||||
"where typeCode='" + typeCode + "'" +
|
||||
" and billType=" + billType+
|
||||
" and stepCode<" + CurrStepcode +
|
||||
"union all " +
|
||||
"select 0,'退回至提交人') x order by stepcode desc ";
|
||||
sql = @"select * from (select distinct a.stepCode,c.stepName
|
||||
from wms_billflowstep a
|
||||
inner join "+masterTable + @" b on a.flowsourcekey=b."+column_Prefix+@"Billdocument_Id
|
||||
inner join p_systembillflowtypestep c on a.stepCode=c.stepCode and c.billType=b."+column_Prefix+@"billtype
|
||||
where a.flowSourceKey='"+Billdocument_Id+ @"'
|
||||
and isnull(a.autoStep,0)=0
|
||||
and ISNULL(a.operDirection,'F')='F'
|
||||
and a.stepCode<" + CurrStepcode +
|
||||
"union all " +
|
||||
"select 0,'退回至提交人') x order by stepcode desc ";
|
||||
//DataTable dt = SqlHelper.ExecuteDataSet(sql).Tables[0];
|
||||
searchStep.setDataSource(sql, "stepCode", "stepName");
|
||||
searchStep.getComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
searchStep.getComboBox.SelectedValue = 9999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="flowStepTable">流转表名</param> wms_billflowstep
|
||||
/// <param name="masterTable">主表名</param>Qms_CrmFineMainTab
|
||||
/// <param name="flowTypeStepTable">流转类别表名</param>p_systembillflowtypestep
|
||||
/// <param name="currStepCode">当前步骤编号.</param>200
|
||||
/// <param name="parmaryKey">主键名</param>qms_crm_Billdocument_Id
|
||||
/// <param name="paramaryValue">主键值</param>FK2210180004
|
||||
/// <param name="columnPrefix">列前缀</param>qms_crm_
|
||||
public frmBackSelect(string flowStepTable, string masterTable, string flowTypeStepTable, int currStepCode, string parmaryKey, string paramaryValue, string columnPrefix)
|
||||
{
|
||||
InitializeComponent();
|
||||
//string sql = "select * from (select stepCode,stepName " +
|
||||
// "from p_systembillflowtypestep " +
|
||||
// "where typeCode='" + typeCode + "'" +
|
||||
// " and billType=" + billType.ToString() +
|
||||
// " and stepCode<" + CurrStepcode +
|
||||
// "union all " +
|
||||
// "select 0,'退回至提交人') x order by stepcode desc ";
|
||||
|
||||
|
||||
string sqlValue = string.Format(@"select * from (select distinct a.stepCode,c.stepName
|
||||
from {5} a
|
||||
inner join {0} b on a.flowsourcekey=b.{1}
|
||||
inner join {6} c on a.stepCode=c.stepCode and c.billType=b.{2}billtype
|
||||
where a.flowSourceKey='{3}'
|
||||
and isnull(a.autoStep,0)=0
|
||||
and ISNULL(a.operDirection,'F')='F'
|
||||
and a.stepCode<{4}
|
||||
union all
|
||||
select 0,'退回至提交人') x order by stepcode desc", masterTable, parmaryKey, columnPrefix, paramaryValue, currStepCode, flowStepTable, flowTypeStepTable);
|
||||
//DataTable dt = SqlHelper.ExecuteDataSet(sql).Tables[0];
|
||||
searchStep.setDataSource(sqlValue, "stepCode", "stepName");
|
||||
searchStep.getComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
searchStep.getComboBox.SelectedValue = 9999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
private void simpleButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.DialogResult = DialogResult.Cancel;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void simpleButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (searchStep.Text == "")
|
||||
{
|
||||
MessageBox.Show("请选择返退步骤");
|
||||
return;
|
||||
}
|
||||
if ((txtYj.Text.Trim()) == "")
|
||||
{
|
||||
MessageBox.Show("请输入返退意见");
|
||||
return;
|
||||
}
|
||||
SelectStepCode = Convert.ToInt32( searchStep.getComboBox.SelectedValue);
|
||||
ComfirmMsg = txtYj.Text;
|
||||
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
<?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>
|
||||
</root>
|
||||
@@ -0,0 +1,73 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using CommonLib;
|
||||
using CommonLib.utils;
|
||||
using System.Windows.Forms;
|
||||
using DevExpress.XtraEditors;
|
||||
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
/// <summary>
|
||||
/// c#库被调用统一接口类
|
||||
/// </summary>
|
||||
public sealed class DllBaseClass : IForm
|
||||
{
|
||||
public DllBaseClass()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//以数组传入参数,容易扩展
|
||||
public DllBaseClass(string[] obj)
|
||||
{
|
||||
try
|
||||
{
|
||||
if (obj.Length > 9 && !string.IsNullOrEmpty(obj[7]) && !string.IsNullOrEmpty(obj[8]) && !string.IsNullOrEmpty(obj[9]))
|
||||
{
|
||||
// 消息打开弹出单据审核详情界面
|
||||
FrmAccraditation frm = new FrmAccraditation();
|
||||
SubForm = frm;
|
||||
|
||||
frm.FormText = obj[0];
|
||||
frm.OperatorId = obj[1];
|
||||
frm.OperatorName = obj[2];
|
||||
frm.Privilege = obj[3];
|
||||
frm.DLLCoid = obj[4];
|
||||
frm.ModuleId = obj[5];
|
||||
frm.ModuleDllId = obj[6];
|
||||
frm.stepCode = obj[7];
|
||||
frm.billDocumentId = obj[8];
|
||||
frm.ConfirmID = obj[9];
|
||||
frm.Privilege = "1";
|
||||
frm.OverBacked = "0";
|
||||
frm.HasConfirm = Convert.ToInt32(obj[9]+"")==0?"0":"1";
|
||||
frm.WindowState = FormWindowState.Maximized;
|
||||
}
|
||||
else
|
||||
{
|
||||
FrmMain _FrmMain = new FrmMain();
|
||||
SubForm = _FrmMain;
|
||||
|
||||
_FrmMain.FormText = obj[0];
|
||||
_FrmMain.OperatorId = obj[1];
|
||||
_FrmMain.OperatorName = obj[2];
|
||||
_FrmMain.Privilege = obj[3];
|
||||
_FrmMain.DLLCoid = obj[4];
|
||||
_FrmMain.ModuleId = obj[5];
|
||||
if (obj.Length > 6)
|
||||
_FrmMain.ModuleDllId = obj[6];
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 窗口
|
||||
/// </summary>
|
||||
public Form SubForm { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,189 @@
|
||||
<?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="gcAttach.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="btnSpare.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>847, 55</value>
|
||||
</metadata>
|
||||
<metadata name="btnClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>743, 55</value>
|
||||
</metadata>
|
||||
<metadata name="btnPrint.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>644, 55</value>
|
||||
</metadata>
|
||||
<metadata name="pMprint.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1138, 55</value>
|
||||
</metadata>
|
||||
<metadata name="barManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1238, 55</value>
|
||||
</metadata>
|
||||
<metadata name="splitContainerControl1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>643, 17</value>
|
||||
</metadata>
|
||||
<metadata name="xtraTabControl1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>496, 17</value>
|
||||
</metadata>
|
||||
<metadata name="xtraTabPage1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>364, 17</value>
|
||||
</metadata>
|
||||
<metadata name="splitContainerControl2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>965, 17</value>
|
||||
</metadata>
|
||||
<metadata name="tabDetailMain.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1249, 17</value>
|
||||
</metadata>
|
||||
<metadata name="tabItem.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1151, 17</value>
|
||||
</metadata>
|
||||
<metadata name="xtraTabPage2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>232, 17</value>
|
||||
</metadata>
|
||||
<metadata name="gcRemind.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>121, 17</value>
|
||||
</metadata>
|
||||
<metadata name="xtraTabPage3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 55</value>
|
||||
</metadata>
|
||||
<metadata name="gcSign.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>952, 55</value>
|
||||
</metadata>
|
||||
<metadata name="panelControl1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>829, 17</value>
|
||||
</metadata>
|
||||
<metadata name="btnSave.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>545, 55</value>
|
||||
</metadata>
|
||||
<metadata name="btnAtt.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>455, 55</value>
|
||||
</metadata>
|
||||
<metadata name="btnReturn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>344, 55</value>
|
||||
</metadata>
|
||||
<metadata name="dpbTools.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>237, 55</value>
|
||||
</metadata>
|
||||
<metadata name="pMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1044, 55</value>
|
||||
</metadata>
|
||||
<metadata name="btnOk.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>149, 55</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -0,0 +1,850 @@
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||||
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.gridFinish = new DevExpress.XtraGrid.GridControl();
|
||||
this.gvFinish = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.stepclosed = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtDjh = new Lskj.MyControl.LabelTextEx();
|
||||
this.chkZsry = new Lskj.MyControl.LabelCheckAutoSearcherEx();
|
||||
this.dtEnd = new Lskj.MyControl.LabelCheckDateEx();
|
||||
this.dtBegin = new Lskj.MyControl.LabelCheckDateEx();
|
||||
this.gridFlow = new DevExpress.XtraGrid.GridControl();
|
||||
this.gvFlow = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
||||
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.gridMain = new Lskj.MyControl.GridControlEx();
|
||||
this.gridFlow1 = new DevExpress.XtraGrid.GridControl();
|
||||
this.gvFlow1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
||||
this.pnlCondTop = new System.Windows.Forms.Panel();
|
||||
this.sbBack = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.btnBackAudit = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnOkAudit = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.lbDate = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.btnReflash = new DevExpress.XtraEditors.SimpleButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
||||
this.tabMain.SuspendLayout();
|
||||
this.xtraTabPage1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFinish)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFinish)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFlow)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFlow)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
|
||||
this.xtraTabPage2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFlow1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFlow1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
|
||||
this.pnlCondTop.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabMain
|
||||
//
|
||||
this.tabMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.Appearance.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.Header.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
|
||||
this.tabMain.AppearancePage.HeaderActive.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
|
||||
this.tabMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.PageClient.Options.UseFont = true;
|
||||
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabMain.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
|
||||
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
|
||||
this.tabMain.LookAndFeel.UseDefaultLookAndFeel = false;
|
||||
this.tabMain.Name = "tabMain";
|
||||
this.tabMain.SelectedTabPage = this.xtraTabPage1;
|
||||
this.tabMain.Size = new System.Drawing.Size(1008, 638);
|
||||
this.tabMain.TabIndex = 0;
|
||||
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.xtraTabPage1,
|
||||
this.xtraTabPage2});
|
||||
this.tabMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabMain_SelectedPageChanged);
|
||||
this.tabMain.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.tabMain_SelectedPageChanging);
|
||||
this.tabMain.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.tabMain_Selected);
|
||||
this.tabMain.TabIndexChanged += new System.EventHandler(this.tabMain_TabIndexChanged);
|
||||
//
|
||||
// xtraTabPage1
|
||||
//
|
||||
this.xtraTabPage1.Controls.Add(this.gridFinish);
|
||||
this.xtraTabPage1.Controls.Add(this.panel2);
|
||||
this.xtraTabPage1.Controls.Add(this.gridFlow);
|
||||
this.xtraTabPage1.Name = "xtraTabPage1";
|
||||
this.xtraTabPage1.Size = new System.Drawing.Size(1006, 614);
|
||||
this.xtraTabPage1.Text = "已完成单据";
|
||||
//
|
||||
// gridFinish
|
||||
//
|
||||
this.gridFinish.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridFinish.EmbeddedNavigator.Appearance.Options.UseTextOptions = true;
|
||||
this.gridFinish.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gridFinish.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gridFinish.Location = new System.Drawing.Point(0, 37);
|
||||
this.gridFinish.MainView = this.gvFinish;
|
||||
this.gridFinish.Name = "gridFinish";
|
||||
this.gridFinish.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
||||
this.repositoryItemCheckEdit1});
|
||||
this.gridFinish.Size = new System.Drawing.Size(1006, 373);
|
||||
this.gridFinish.TabIndex = 14;
|
||||
this.gridFinish.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvFinish});
|
||||
//
|
||||
// gvFinish
|
||||
//
|
||||
this.gvFinish.Appearance.FooterPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFinish.Appearance.FooterPanel.Options.UseFont = true;
|
||||
this.gvFinish.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFinish.Appearance.HeaderPanel.Options.UseFont = true;
|
||||
this.gvFinish.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||||
this.gvFinish.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gvFinish.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gvFinish.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFinish.Appearance.Preview.Options.UseFont = true;
|
||||
this.gvFinish.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFinish.Appearance.Row.Options.UseFont = true;
|
||||
this.gvFinish.Appearance.RowSeparator.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFinish.Appearance.RowSeparator.Options.UseFont = true;
|
||||
this.gvFinish.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.gridColumn1,
|
||||
this.gridColumn2,
|
||||
this.gridColumn3,
|
||||
this.gridColumn4,
|
||||
this.gridColumn5,
|
||||
this.gridColumn6,
|
||||
this.gridColumn7,
|
||||
this.stepclosed});
|
||||
this.gvFinish.GridControl = this.gridFinish;
|
||||
this.gvFinish.IndicatorWidth = 35;
|
||||
this.gvFinish.Name = "gvFinish";
|
||||
this.gvFinish.OptionsBehavior.Editable = false;
|
||||
this.gvFinish.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
||||
this.gvFinish.OptionsView.ColumnAutoWidth = false;
|
||||
this.gvFinish.OptionsView.ShowFooter = true;
|
||||
this.gvFinish.OptionsView.ShowGroupPanel = false;
|
||||
this.gvFinish.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gvFinish_RowCellClick);
|
||||
this.gvFinish.DoubleClick += new System.EventHandler(this.gvFinish_DoubleClick);
|
||||
//
|
||||
// gridColumn1
|
||||
//
|
||||
this.gridColumn1.Caption = "单据号";
|
||||
this.gridColumn1.FieldName = "Billdocument_Id";
|
||||
this.gridColumn1.Name = "gridColumn1";
|
||||
this.gridColumn1.Visible = true;
|
||||
this.gridColumn1.VisibleIndex = 1;
|
||||
this.gridColumn1.Width = 97;
|
||||
//
|
||||
// gridColumn2
|
||||
//
|
||||
this.gridColumn2.Caption = "制单时间";
|
||||
this.gridColumn2.FieldName = "OperateDate";
|
||||
this.gridColumn2.Name = "gridColumn2";
|
||||
this.gridColumn2.Visible = true;
|
||||
this.gridColumn2.VisibleIndex = 2;
|
||||
this.gridColumn2.Width = 120;
|
||||
//
|
||||
// gridColumn3
|
||||
//
|
||||
this.gridColumn3.Caption = "制单人";
|
||||
this.gridColumn3.FieldName = "OperatorName";
|
||||
this.gridColumn3.Name = "gridColumn3";
|
||||
this.gridColumn3.Visible = true;
|
||||
this.gridColumn3.VisibleIndex = 3;
|
||||
this.gridColumn3.Width = 67;
|
||||
//
|
||||
// gridColumn4
|
||||
//
|
||||
this.gridColumn4.Caption = "提交时间";
|
||||
this.gridColumn4.FieldName = "AffirmDate";
|
||||
this.gridColumn4.Name = "gridColumn4";
|
||||
this.gridColumn4.Visible = true;
|
||||
this.gridColumn4.VisibleIndex = 4;
|
||||
this.gridColumn4.Width = 120;
|
||||
//
|
||||
// gridColumn5
|
||||
//
|
||||
this.gridColumn5.Caption = "提交人";
|
||||
this.gridColumn5.FieldName = "AffirmerName";
|
||||
this.gridColumn5.Name = "gridColumn5";
|
||||
this.gridColumn5.Visible = true;
|
||||
this.gridColumn5.VisibleIndex = 5;
|
||||
this.gridColumn5.Width = 70;
|
||||
//
|
||||
// gridColumn6
|
||||
//
|
||||
this.gridColumn6.Caption = "终审时间";
|
||||
this.gridColumn6.FieldName = "StepOverTime";
|
||||
this.gridColumn6.Name = "gridColumn6";
|
||||
this.gridColumn6.Visible = true;
|
||||
this.gridColumn6.VisibleIndex = 6;
|
||||
this.gridColumn6.Width = 120;
|
||||
//
|
||||
// gridColumn7
|
||||
//
|
||||
this.gridColumn7.Caption = "终审人";
|
||||
this.gridColumn7.FieldName = "StepOverName";
|
||||
this.gridColumn7.Name = "gridColumn7";
|
||||
this.gridColumn7.Visible = true;
|
||||
this.gridColumn7.VisibleIndex = 7;
|
||||
this.gridColumn7.Width = 78;
|
||||
//
|
||||
// stepclosed
|
||||
//
|
||||
this.stepclosed.Caption = "状态";
|
||||
this.stepclosed.FieldName = "stepClosed";
|
||||
this.stepclosed.Name = "stepclosed";
|
||||
this.stepclosed.Visible = true;
|
||||
this.stepclosed.VisibleIndex = 0;
|
||||
this.stepclosed.Width = 57;
|
||||
//
|
||||
// repositoryItemCheckEdit1
|
||||
//
|
||||
this.repositoryItemCheckEdit1.AutoHeight = false;
|
||||
this.repositoryItemCheckEdit1.Caption = "Check";
|
||||
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.panel2.Controls.Add(this.simpleButton3);
|
||||
this.panel2.Controls.Add(this.simpleButton2);
|
||||
this.panel2.Controls.Add(this.simpleButton1);
|
||||
this.panel2.Controls.Add(this.txtDjh);
|
||||
this.panel2.Controls.Add(this.chkZsry);
|
||||
this.panel2.Controls.Add(this.dtEnd);
|
||||
this.panel2.Controls.Add(this.dtBegin);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1006, 37);
|
||||
this.panel2.TabIndex = 16;
|
||||
//
|
||||
// simpleButton3
|
||||
//
|
||||
this.simpleButton3.AllowFocus = false;
|
||||
this.simpleButton3.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.simpleButton3.Appearance.Options.UseFont = true;
|
||||
this.simpleButton3.Location = new System.Drawing.Point(868, 6);
|
||||
this.simpleButton3.Name = "simpleButton3";
|
||||
this.simpleButton3.Size = new System.Drawing.Size(65, 23);
|
||||
this.simpleButton3.TabIndex = 7;
|
||||
this.simpleButton3.Text = "作废&";
|
||||
this.simpleButton3.Visible = false;
|
||||
//
|
||||
// simpleButton2
|
||||
//
|
||||
this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.simpleButton2.Appearance.Options.UseFont = true;
|
||||
this.simpleButton2.Location = new System.Drawing.Point(797, 6);
|
||||
this.simpleButton2.Name = "simpleButton2";
|
||||
this.simpleButton2.Size = new System.Drawing.Size(65, 23);
|
||||
this.simpleButton2.TabIndex = 6;
|
||||
this.simpleButton2.Text = "返审(&R)";
|
||||
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
||||
//
|
||||
// simpleButton1
|
||||
//
|
||||
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.simpleButton1.Appearance.Options.UseFont = true;
|
||||
this.simpleButton1.Location = new System.Drawing.Point(726, 6);
|
||||
this.simpleButton1.Name = "simpleButton1";
|
||||
this.simpleButton1.Size = new System.Drawing.Size(65, 23);
|
||||
this.simpleButton1.TabIndex = 5;
|
||||
this.simpleButton1.Text = "搜索(&Q)";
|
||||
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
||||
//
|
||||
// txtDjh
|
||||
//
|
||||
this.txtDjh.DefaultString = null;
|
||||
this.txtDjh.IsEmpt = false;
|
||||
this.txtDjh.LabelText = "单据号";
|
||||
this.txtDjh.Location = new System.Drawing.Point(570, 8);
|
||||
this.txtDjh.Name = "txtDjh";
|
||||
this.txtDjh.Size = new System.Drawing.Size(148, 21);
|
||||
this.txtDjh.TabIndex = 4;
|
||||
this.txtDjh.TipMsg = null;
|
||||
this.txtDjh.UnionFields = null;
|
||||
this.txtDjh.UnionValue = null;
|
||||
//
|
||||
// chkZsry
|
||||
//
|
||||
this.chkZsry.LabelText = "终审人";
|
||||
this.chkZsry.Location = new System.Drawing.Point(408, 8);
|
||||
this.chkZsry.Name = "chkZsry";
|
||||
this.chkZsry.Size = new System.Drawing.Size(153, 21);
|
||||
this.chkZsry.TabIndex = 3;
|
||||
this.chkZsry.TipMsg = null;
|
||||
//
|
||||
// dtEnd
|
||||
//
|
||||
this.dtEnd.FormatType = null;
|
||||
this.dtEnd.LabelText = "终审时间止";
|
||||
this.dtEnd.Location = new System.Drawing.Point(208, 8);
|
||||
this.dtEnd.Name = "dtEnd";
|
||||
this.dtEnd.Size = new System.Drawing.Size(193, 21);
|
||||
this.dtEnd.TabIndex = 2;
|
||||
this.dtEnd.TipMsg = null;
|
||||
//
|
||||
// dtBegin
|
||||
//
|
||||
this.dtBegin.FormatType = null;
|
||||
this.dtBegin.LabelText = "终审时间起";
|
||||
this.dtBegin.Location = new System.Drawing.Point(6, 8);
|
||||
this.dtBegin.Name = "dtBegin";
|
||||
this.dtBegin.Size = new System.Drawing.Size(196, 21);
|
||||
this.dtBegin.TabIndex = 1;
|
||||
this.dtBegin.TipMsg = null;
|
||||
//
|
||||
// gridFlow
|
||||
//
|
||||
this.gridFlow.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.gridFlow.EmbeddedNavigator.Appearance.Options.UseTextOptions = true;
|
||||
this.gridFlow.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gridFlow.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gridFlow.Location = new System.Drawing.Point(0, 410);
|
||||
this.gridFlow.MainView = this.gvFlow;
|
||||
this.gridFlow.Name = "gridFlow";
|
||||
this.gridFlow.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
||||
this.repositoryItemDateEdit1});
|
||||
this.gridFlow.Size = new System.Drawing.Size(1006, 204);
|
||||
this.gridFlow.TabIndex = 15;
|
||||
this.gridFlow.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvFlow});
|
||||
//
|
||||
// gvFlow
|
||||
//
|
||||
this.gvFlow.Appearance.FooterPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow.Appearance.FooterPanel.Options.UseFont = true;
|
||||
this.gvFlow.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow.Appearance.HeaderPanel.Options.UseFont = true;
|
||||
this.gvFlow.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||||
this.gvFlow.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gvFlow.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gvFlow.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow.Appearance.Preview.Options.UseFont = true;
|
||||
this.gvFlow.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow.Appearance.Row.Options.UseFont = true;
|
||||
this.gvFlow.Appearance.RowSeparator.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow.Appearance.RowSeparator.Options.UseFont = true;
|
||||
this.gvFlow.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.gridColumn8,
|
||||
this.gridColumn9,
|
||||
this.gridColumn10,
|
||||
this.gridColumn11,
|
||||
this.gridColumn12,
|
||||
this.gridColumn13,
|
||||
this.gridColumn14,
|
||||
this.gridColumn15});
|
||||
this.gvFlow.GridControl = this.gridFlow;
|
||||
this.gvFlow.Name = "gvFlow";
|
||||
this.gvFlow.OptionsBehavior.Editable = false;
|
||||
this.gvFlow.OptionsSelection.EnableAppearanceFocusedCell = false;
|
||||
this.gvFlow.OptionsView.ColumnAutoWidth = false;
|
||||
this.gvFlow.OptionsView.ShowFooter = true;
|
||||
this.gvFlow.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// gridColumn8
|
||||
//
|
||||
this.gridColumn8.Caption = "操作时间";
|
||||
this.gridColumn8.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.gridColumn8.FieldName = "operTime";
|
||||
this.gridColumn8.Name = "gridColumn8";
|
||||
this.gridColumn8.Visible = true;
|
||||
this.gridColumn8.VisibleIndex = 3;
|
||||
this.gridColumn8.Width = 120;
|
||||
//
|
||||
// gridColumn9
|
||||
//
|
||||
this.gridColumn9.Caption = "操作人员";
|
||||
this.gridColumn9.FieldName = "operatorName";
|
||||
this.gridColumn9.Name = "gridColumn9";
|
||||
this.gridColumn9.Visible = true;
|
||||
this.gridColumn9.VisibleIndex = 4;
|
||||
this.gridColumn9.Width = 73;
|
||||
//
|
||||
// gridColumn10
|
||||
//
|
||||
this.gridColumn10.Caption = "操作意见";
|
||||
this.gridColumn10.FieldName = "operAdvice";
|
||||
this.gridColumn10.Name = "gridColumn10";
|
||||
this.gridColumn10.Visible = true;
|
||||
this.gridColumn10.VisibleIndex = 6;
|
||||
this.gridColumn10.Width = 273;
|
||||
//
|
||||
// gridColumn11
|
||||
//
|
||||
this.gridColumn11.Caption = "步骤名称";
|
||||
this.gridColumn11.FieldName = "stepName";
|
||||
this.gridColumn11.Name = "gridColumn11";
|
||||
this.gridColumn11.Visible = true;
|
||||
this.gridColumn11.VisibleIndex = 1;
|
||||
this.gridColumn11.Width = 148;
|
||||
//
|
||||
// gridColumn12
|
||||
//
|
||||
this.gridColumn12.Caption = "步骤代码";
|
||||
this.gridColumn12.FieldName = "stepCode";
|
||||
this.gridColumn12.Name = "gridColumn12";
|
||||
this.gridColumn12.Visible = true;
|
||||
this.gridColumn12.VisibleIndex = 0;
|
||||
this.gridColumn12.Width = 65;
|
||||
//
|
||||
// gridColumn13
|
||||
//
|
||||
this.gridColumn13.Caption = "发生时间";
|
||||
this.gridColumn13.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.gridColumn13.FieldName = "happenTime";
|
||||
this.gridColumn13.Name = "gridColumn13";
|
||||
this.gridColumn13.Visible = true;
|
||||
this.gridColumn13.VisibleIndex = 2;
|
||||
this.gridColumn13.Width = 120;
|
||||
//
|
||||
// gridColumn14
|
||||
//
|
||||
this.gridColumn14.Caption = "操作方向";
|
||||
this.gridColumn14.FieldName = "operDirectionName";
|
||||
this.gridColumn14.Name = "gridColumn14";
|
||||
this.gridColumn14.Visible = true;
|
||||
this.gridColumn14.VisibleIndex = 5;
|
||||
this.gridColumn14.Width = 58;
|
||||
//
|
||||
// gridColumn15
|
||||
//
|
||||
this.gridColumn15.Caption = "自动审核";
|
||||
this.gridColumn15.FieldName = "autoStep";
|
||||
this.gridColumn15.Name = "gridColumn15";
|
||||
this.gridColumn15.Visible = true;
|
||||
this.gridColumn15.VisibleIndex = 7;
|
||||
this.gridColumn15.Width = 63;
|
||||
//
|
||||
// repositoryItemDateEdit1
|
||||
//
|
||||
this.repositoryItemDateEdit1.AutoHeight = false;
|
||||
this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.repositoryItemDateEdit1.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
|
||||
this.repositoryItemDateEdit1.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
|
||||
this.repositoryItemDateEdit1.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.repositoryItemDateEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
|
||||
//
|
||||
// xtraTabPage2
|
||||
//
|
||||
this.xtraTabPage2.Controls.Add(this.gridMain);
|
||||
this.xtraTabPage2.Controls.Add(this.gridFlow1);
|
||||
this.xtraTabPage2.Controls.Add(this.pnlCondTop);
|
||||
this.xtraTabPage2.Name = "xtraTabPage2";
|
||||
this.xtraTabPage2.Size = new System.Drawing.Size(1006, 614);
|
||||
this.xtraTabPage2.Text = "已完成单据";
|
||||
//
|
||||
// gridMain
|
||||
//
|
||||
this.gridMain.AdapterObj = null;
|
||||
this.gridMain.bomCaption = null;
|
||||
this.gridMain.bomSql = null;
|
||||
this.gridMain.ConstSql = null;
|
||||
this.gridMain.detailEnableCond = null;
|
||||
this.gridMain.detailEnableMsg = null;
|
||||
this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridMain.loadBom = null;
|
||||
this.gridMain.Location = new System.Drawing.Point(0, 37);
|
||||
this.gridMain.Name = "gridMain";
|
||||
this.gridMain.pnlMain = null;
|
||||
this.gridMain.RowColorCondtion = null;
|
||||
this.gridMain.Size = new System.Drawing.Size(1006, 373);
|
||||
this.gridMain.SourceType = 0;
|
||||
this.gridMain.Sql = null;
|
||||
this.gridMain.sqlC = null;
|
||||
this.gridMain.SumFieldsTable = null;
|
||||
this.gridMain.TabIndex = 18;
|
||||
this.gridMain.UnAllowEditChangeColor = false;
|
||||
//
|
||||
// gridFlow1
|
||||
//
|
||||
this.gridFlow1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.gridFlow1.EmbeddedNavigator.Appearance.Options.UseTextOptions = true;
|
||||
this.gridFlow1.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gridFlow1.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gridFlow1.Location = new System.Drawing.Point(0, 410);
|
||||
this.gridFlow1.MainView = this.gvFlow1;
|
||||
this.gridFlow1.Name = "gridFlow1";
|
||||
this.gridFlow1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
||||
this.repositoryItemDateEdit2});
|
||||
this.gridFlow1.Size = new System.Drawing.Size(1006, 204);
|
||||
this.gridFlow1.TabIndex = 19;
|
||||
this.gridFlow1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvFlow1});
|
||||
//
|
||||
// gvFlow1
|
||||
//
|
||||
this.gvFlow1.Appearance.FooterPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow1.Appearance.FooterPanel.Options.UseFont = true;
|
||||
this.gvFlow1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow1.Appearance.HeaderPanel.Options.UseFont = true;
|
||||
this.gvFlow1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||||
this.gvFlow1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.gvFlow1.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.gvFlow1.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow1.Appearance.Preview.Options.UseFont = true;
|
||||
this.gvFlow1.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow1.Appearance.Row.Options.UseFont = true;
|
||||
this.gvFlow1.Appearance.RowSeparator.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gvFlow1.Appearance.RowSeparator.Options.UseFont = true;
|
||||
this.gvFlow1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.gridColumn16,
|
||||
this.gridColumn17,
|
||||
this.gridColumn18,
|
||||
this.gridColumn19,
|
||||
this.gridColumn20,
|
||||
this.gridColumn21,
|
||||
this.gridColumn22,
|
||||
this.gridColumn23});
|
||||
this.gvFlow1.GridControl = this.gridFlow1;
|
||||
this.gvFlow1.Name = "gvFlow1";
|
||||
this.gvFlow1.OptionsBehavior.Editable = false;
|
||||
this.gvFlow1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
||||
this.gvFlow1.OptionsView.ColumnAutoWidth = false;
|
||||
this.gvFlow1.OptionsView.ShowFooter = true;
|
||||
this.gvFlow1.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// gridColumn16
|
||||
//
|
||||
this.gridColumn16.Caption = "操作时间";
|
||||
this.gridColumn16.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.gridColumn16.FieldName = "operTime";
|
||||
this.gridColumn16.Name = "gridColumn16";
|
||||
this.gridColumn16.Visible = true;
|
||||
this.gridColumn16.VisibleIndex = 3;
|
||||
this.gridColumn16.Width = 120;
|
||||
//
|
||||
// gridColumn17
|
||||
//
|
||||
this.gridColumn17.Caption = "操作人员";
|
||||
this.gridColumn17.FieldName = "operatorName";
|
||||
this.gridColumn17.Name = "gridColumn17";
|
||||
this.gridColumn17.Visible = true;
|
||||
this.gridColumn17.VisibleIndex = 4;
|
||||
this.gridColumn17.Width = 73;
|
||||
//
|
||||
// gridColumn18
|
||||
//
|
||||
this.gridColumn18.Caption = "操作意见";
|
||||
this.gridColumn18.FieldName = "operAdvice";
|
||||
this.gridColumn18.Name = "gridColumn18";
|
||||
this.gridColumn18.Visible = true;
|
||||
this.gridColumn18.VisibleIndex = 6;
|
||||
this.gridColumn18.Width = 273;
|
||||
//
|
||||
// gridColumn19
|
||||
//
|
||||
this.gridColumn19.Caption = "步骤名称";
|
||||
this.gridColumn19.FieldName = "stepName";
|
||||
this.gridColumn19.Name = "gridColumn19";
|
||||
this.gridColumn19.Visible = true;
|
||||
this.gridColumn19.VisibleIndex = 1;
|
||||
this.gridColumn19.Width = 148;
|
||||
//
|
||||
// gridColumn20
|
||||
//
|
||||
this.gridColumn20.Caption = "步骤代码";
|
||||
this.gridColumn20.FieldName = "stepCode";
|
||||
this.gridColumn20.Name = "gridColumn20";
|
||||
this.gridColumn20.Visible = true;
|
||||
this.gridColumn20.VisibleIndex = 0;
|
||||
this.gridColumn20.Width = 65;
|
||||
//
|
||||
// gridColumn21
|
||||
//
|
||||
this.gridColumn21.Caption = "发生时间";
|
||||
this.gridColumn21.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.gridColumn21.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.gridColumn21.FieldName = "happenTime";
|
||||
this.gridColumn21.Name = "gridColumn21";
|
||||
this.gridColumn21.Visible = true;
|
||||
this.gridColumn21.VisibleIndex = 2;
|
||||
this.gridColumn21.Width = 120;
|
||||
//
|
||||
// gridColumn22
|
||||
//
|
||||
this.gridColumn22.Caption = "操作方向";
|
||||
this.gridColumn22.FieldName = "operDirectionName";
|
||||
this.gridColumn22.Name = "gridColumn22";
|
||||
this.gridColumn22.Visible = true;
|
||||
this.gridColumn22.VisibleIndex = 5;
|
||||
this.gridColumn22.Width = 58;
|
||||
//
|
||||
// gridColumn23
|
||||
//
|
||||
this.gridColumn23.Caption = "自动审核";
|
||||
this.gridColumn23.FieldName = "autoStep";
|
||||
this.gridColumn23.Name = "gridColumn23";
|
||||
this.gridColumn23.Visible = true;
|
||||
this.gridColumn23.VisibleIndex = 7;
|
||||
this.gridColumn23.Width = 63;
|
||||
//
|
||||
// repositoryItemDateEdit2
|
||||
//
|
||||
this.repositoryItemDateEdit2.AutoHeight = false;
|
||||
this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.repositoryItemDateEdit2.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
|
||||
this.repositoryItemDateEdit2.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
|
||||
this.repositoryItemDateEdit2.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.repositoryItemDateEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
||||
this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
|
||||
//
|
||||
// pnlCondTop
|
||||
//
|
||||
this.pnlCondTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pnlCondTop.Controls.Add(this.sbBack);
|
||||
this.pnlCondTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pnlCondTop.Location = new System.Drawing.Point(0, 0);
|
||||
this.pnlCondTop.Name = "pnlCondTop";
|
||||
this.pnlCondTop.Size = new System.Drawing.Size(1006, 37);
|
||||
this.pnlCondTop.TabIndex = 17;
|
||||
//
|
||||
// sbBack
|
||||
//
|
||||
this.sbBack.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.sbBack.Appearance.Options.UseFont = true;
|
||||
this.sbBack.Location = new System.Drawing.Point(932, 6);
|
||||
this.sbBack.Name = "sbBack";
|
||||
this.sbBack.Size = new System.Drawing.Size(65, 23);
|
||||
this.sbBack.TabIndex = 6;
|
||||
this.sbBack.Text = "返审(&R)";
|
||||
this.sbBack.Click += new System.EventHandler(this.sbBack_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.btnBackAudit);
|
||||
this.panel1.Controls.Add(this.btnOkAudit);
|
||||
this.panel1.Controls.Add(this.lbDate);
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Controls.Add(this.btnReflash);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 638);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1008, 32);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// btnBackAudit
|
||||
//
|
||||
this.btnBackAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnBackAudit.Location = new System.Drawing.Point(844, 4);
|
||||
this.btnBackAudit.Name = "btnBackAudit";
|
||||
this.btnBackAudit.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnBackAudit.TabIndex = 4;
|
||||
this.btnBackAudit.Text = "批量返审(&B)";
|
||||
this.btnBackAudit.Visible = false;
|
||||
this.btnBackAudit.Click += new System.EventHandler(this.OnBtnBackAuditClick);
|
||||
//
|
||||
// btnOkAudit
|
||||
//
|
||||
this.btnOkAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOkAudit.Location = new System.Drawing.Point(763, 4);
|
||||
this.btnOkAudit.Name = "btnOkAudit";
|
||||
this.btnOkAudit.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOkAudit.TabIndex = 3;
|
||||
this.btnOkAudit.Text = "批量审核(&Y)";
|
||||
this.btnOkAudit.Visible = false;
|
||||
this.btnOkAudit.Click += new System.EventHandler(this.OnBtnOkAuditClick);
|
||||
//
|
||||
// lbDate
|
||||
//
|
||||
this.lbDate.AutoSize = true;
|
||||
this.lbDate.ForeColor = System.Drawing.Color.Red;
|
||||
this.lbDate.Location = new System.Drawing.Point(6, 11);
|
||||
this.lbDate.Name = "lbDate";
|
||||
this.lbDate.Size = new System.Drawing.Size(203, 12);
|
||||
this.lbDate.TabIndex = 2;
|
||||
this.lbDate.Text = "上次刷新时间:2014-12-15 12:30:30";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.ForeColor = System.Drawing.Color.Red;
|
||||
this.label1.Location = new System.Drawing.Point(218, 11);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(209, 12);
|
||||
this.label1.TabIndex = 1;
|
||||
this.label1.Text = "友情提示:双击单据信息进入单据审核";
|
||||
//
|
||||
// btnReflash
|
||||
//
|
||||
this.btnReflash.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnReflash.Location = new System.Drawing.Point(925, 4);
|
||||
this.btnReflash.Name = "btnReflash";
|
||||
this.btnReflash.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnReflash.TabIndex = 0;
|
||||
this.btnReflash.Text = "刷新&R";
|
||||
this.btnReflash.Click += new System.EventHandler(this.btnReflash_Click);
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1008, 670);
|
||||
this.Controls.Add(this.tabMain);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.Name = "FrmMain";
|
||||
this.Text = "单据审核";
|
||||
this.SizeChanged += new System.EventHandler(this.FrmMain_SizeChanged);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
||||
this.tabMain.ResumeLayout(false);
|
||||
this.xtraTabPage1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFinish)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFinish)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFlow)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFlow)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
|
||||
this.xtraTabPage2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridFlow1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvFlow1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
|
||||
this.pnlCondTop.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraTab.XtraTabControl tabMain;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private DevExpress.XtraEditors.SimpleButton btnReflash;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label lbDate;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||||
private DevExpress.XtraGrid.GridControl gridFinish;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvFinish;
|
||||
private DevExpress.XtraGrid.GridControl gridFlow;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvFlow;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private MyControl.LabelCheckDateEx dtEnd;
|
||||
private MyControl.LabelCheckDateEx dtBegin;
|
||||
private MyControl.LabelCheckAutoSearcherEx chkZsry;
|
||||
private MyControl.LabelTextEx txtDjh;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
||||
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
||||
private System.Windows.Forms.Panel pnlCondTop;
|
||||
private DevExpress.XtraEditors.SimpleButton sbBack;
|
||||
private MyControl.GridControlEx gridMain;
|
||||
private DevExpress.XtraGrid.GridControl gridFlow1;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvFlow1;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
|
||||
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn stepclosed;
|
||||
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOkAudit;
|
||||
private DevExpress.XtraEditors.SimpleButton btnBackAudit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,249 @@
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
partial class FrmSpare
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.gridOld = new Lskj.MyControl.GridControlEx();
|
||||
this.gridNew = new Lskj.MyControl.GridControlEx();
|
||||
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.gridHistory = new Lskj.MyControl.GridControlEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
||||
this.xtraTabControl1.SuspendLayout();
|
||||
this.xtraTabPage1.SuspendLayout();
|
||||
this.xtraTabPage2.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// xtraTabControl1
|
||||
//
|
||||
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.xtraTabControl1.Name = "xtraTabControl1";
|
||||
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
||||
this.xtraTabControl1.Size = new System.Drawing.Size(902, 552);
|
||||
this.xtraTabControl1.TabIndex = 0;
|
||||
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.xtraTabPage1,
|
||||
this.xtraTabPage2});
|
||||
//
|
||||
// xtraTabPage1
|
||||
//
|
||||
this.xtraTabPage1.Controls.Add(this.panel2);
|
||||
this.xtraTabPage1.Controls.Add(this.panel1);
|
||||
this.xtraTabPage1.Name = "xtraTabPage1";
|
||||
this.xtraTabPage1.Size = new System.Drawing.Size(896, 523);
|
||||
this.xtraTabPage1.Text = "分单";
|
||||
//
|
||||
// xtraTabPage2
|
||||
//
|
||||
this.xtraTabPage2.Controls.Add(this.gridHistory);
|
||||
this.xtraTabPage2.Name = "xtraTabPage2";
|
||||
this.xtraTabPage2.Size = new System.Drawing.Size(896, 523);
|
||||
this.xtraTabPage2.Text = "历史分单";
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOK.Location = new System.Drawing.Point(693, 6);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(93, 38);
|
||||
this.btnOK.TabIndex = 2;
|
||||
this.btnOK.Text = "确 定";
|
||||
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||||
//
|
||||
// gridOld
|
||||
//
|
||||
this.gridOld.bomCaption = null;
|
||||
this.gridOld.bomSql = null;
|
||||
this.gridOld.ConstSql = null;
|
||||
this.gridOld.detailEnableCond = null;
|
||||
this.gridOld.detailEnableMsg = null;
|
||||
this.gridOld.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridOld.loadBom = null;
|
||||
this.gridOld.Location = new System.Drawing.Point(3, 17);
|
||||
this.gridOld.Name = "gridOld";
|
||||
this.gridOld.pnlMain = null;
|
||||
this.gridOld.RowColorCondtion = null;
|
||||
this.gridOld.Size = new System.Drawing.Size(890, 227);
|
||||
this.gridOld.SourceType = 0;
|
||||
this.gridOld.Sql = null;
|
||||
this.gridOld.sqlC = null;
|
||||
this.gridOld.SumFieldsTable = null;
|
||||
this.gridOld.TabIndex = 13;
|
||||
this.gridOld.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// gridNew
|
||||
//
|
||||
this.gridNew.bomCaption = null;
|
||||
this.gridNew.bomSql = null;
|
||||
this.gridNew.ConstSql = null;
|
||||
this.gridNew.detailEnableCond = null;
|
||||
this.gridNew.detailEnableMsg = null;
|
||||
this.gridNew.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridNew.loadBom = null;
|
||||
this.gridNew.Location = new System.Drawing.Point(3, 17);
|
||||
this.gridNew.Name = "gridNew";
|
||||
this.gridNew.pnlMain = null;
|
||||
this.gridNew.RowColorCondtion = null;
|
||||
this.gridNew.Size = new System.Drawing.Size(890, 234);
|
||||
this.gridNew.SourceType = 0;
|
||||
this.gridNew.Sql = null;
|
||||
this.gridNew.sqlC = null;
|
||||
this.gridNew.SumFieldsTable = null;
|
||||
this.gridNew.TabIndex = 13;
|
||||
this.gridNew.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnClose.Location = new System.Drawing.Point(796, 5);
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.Size = new System.Drawing.Size(93, 38);
|
||||
this.btnClose.TabIndex = 3;
|
||||
this.btnClose.Text = "关 闭";
|
||||
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.gridNew);
|
||||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupBox2.Location = new System.Drawing.Point(0, 247);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(896, 254);
|
||||
this.groupBox2.TabIndex = 1;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "已选拆分数据(双击取消)";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.btnOK);
|
||||
this.panel2.Controls.Add(this.btnClose);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 473);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(896, 50);
|
||||
this.panel2.TabIndex = 7;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.gridOld);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(896, 247);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "源数据(双击拆分)";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.groupBox2);
|
||||
this.panel1.Controls.Add(this.groupBox1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(896, 523);
|
||||
this.panel1.TabIndex = 6;
|
||||
//
|
||||
// gridHistory
|
||||
//
|
||||
this.gridHistory.bomCaption = null;
|
||||
this.gridHistory.bomSql = null;
|
||||
this.gridHistory.ConstSql = null;
|
||||
this.gridHistory.detailEnableCond = null;
|
||||
this.gridHistory.detailEnableMsg = null;
|
||||
this.gridHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridHistory.loadBom = null;
|
||||
this.gridHistory.Location = new System.Drawing.Point(0, 0);
|
||||
this.gridHistory.Name = "gridHistory";
|
||||
this.gridHistory.pnlMain = null;
|
||||
this.gridHistory.RowColorCondtion = null;
|
||||
this.gridHistory.Size = new System.Drawing.Size(896, 523);
|
||||
this.gridHistory.SourceType = 0;
|
||||
this.gridHistory.Sql = null;
|
||||
this.gridHistory.sqlC = null;
|
||||
this.gridHistory.SumFieldsTable = null;
|
||||
this.gridHistory.TabIndex = 14;
|
||||
this.gridHistory.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// FrmSpare
|
||||
//
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(902, 552);
|
||||
this.Controls.Add(this.xtraTabControl1);
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmSpare";
|
||||
this.Text = "单据分单";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSpare_FormClosing);
|
||||
this.Load += new System.EventHandler(this.FrmSpare_Load);
|
||||
this.Resize += new System.EventHandler(this.FrmSpare_Resize);
|
||||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
||||
this.xtraTabControl1.ResumeLayout(false);
|
||||
this.xtraTabPage1.ResumeLayout(false);
|
||||
this.xtraTabPage2.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOK;
|
||||
private DevExpress.XtraEditors.SimpleButton btnClose;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private MyControl.GridControlEx gridNew;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private MyControl.GridControlEx gridOld;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
||||
private MyControl.GridControlEx gridHistory;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,177 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using CommonLib.data;
|
||||
using DevExpress.XtraEditors;
|
||||
using Lskj.Common;
|
||||
using CommonLib;
|
||||
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
public partial class FrmSpare : FormBase
|
||||
{
|
||||
public string Billid; // 单据号
|
||||
public string MasterTable; // 主表
|
||||
public string MasterPreFix; // 明细表
|
||||
public string DetailSql; // 明细表SQL
|
||||
public DataTable DtSource; // 数据源
|
||||
public string ResKeys; // 已拆分ID集合
|
||||
public DataTable DtNewSource;
|
||||
public DataTable DtHistory = new DataTable();
|
||||
|
||||
public FrmSpare()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
gridOld.gridView.DoubleClick += new EventHandler(gridOldView_DoubleClick);
|
||||
gridNew.gridView.DoubleClick += new EventHandler(gridNewView_DoubleClick);
|
||||
|
||||
groupBox1.Height = panel1.Height / 2;
|
||||
groupBox2.Height = panel1.Height / 2;
|
||||
}
|
||||
|
||||
private void FrmSpare_Load(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
string columsSql = string.Format(@"SELECT
|
||||
isnull(CASE WHEN ISNULL(b.userList,'')='' AND ISNULL(a.PrivilegeView,'')<>'' THEN 0 ELSE width END,0) width,
|
||||
isnull(CASE WHEN ISNULL(c.userList,'')='' AND ISNULL(a.PrivilegeView,'')<>'' THEN 1 ELSE edited END,0) isEdited,a.*
|
||||
FROM p_systembillDetail a
|
||||
LEFT JOIN (
|
||||
SELECT userList,privTypeId from p_systemPrivilege b where modId = '{0}'
|
||||
AND CHARINDEX('{1}' + ',', userList + ',') > 0
|
||||
) b on CHARINDEX(CAST(b.privTypeId AS VARCHAR(5)) + ',',a.PrivilegeView + ',') > 0
|
||||
LEFT JOIN (
|
||||
SELECT TOP 1 userList,privTypeId FROM p_systemPrivilege WHERE modId = '{0}'
|
||||
AND CHARINDEX('{1}' + ',', USERLIST + ',') > 0
|
||||
) c ON CHARINDEX(CAST(c.privTypeId AS VARCHAR(5)) + ',',a.PrivilegeOper + ',') > 0
|
||||
WHERE typeCode='{0}' and isnull(isVisible,0)=0 order by a.orderid asc", DLLCoid, OperatorName);
|
||||
|
||||
gridOld.SetColumns3(columsSql);
|
||||
gridNew.SetColumns3(columsSql);
|
||||
gridHistory.SetColumns3(columsSql);
|
||||
|
||||
gridOld.gridControl.DataSource = DtSource;
|
||||
if (DtNewSource.Rows.Count == 0)
|
||||
{
|
||||
DtNewSource = DtSource.Clone();
|
||||
}
|
||||
else
|
||||
{
|
||||
gridNew.gridControl.DataSource = DtNewSource;
|
||||
}
|
||||
|
||||
// 加载历史
|
||||
string sqlValue = string.Format("select {0}Billdocument_id from {1} where divide_bill='{2}'", MasterPreFix, MasterTable, Billid);
|
||||
DataTable dtTable = SqlHelper.ExecuteDataSet(sqlValue).Tables[0];
|
||||
string billids = string.Empty;
|
||||
List<String> listParm = PubClass.GetParamValue(DetailSql);
|
||||
foreach (DataRow item in dtTable.Rows)
|
||||
{
|
||||
foreach (string s in listParm)
|
||||
{
|
||||
string historySql = string.Empty;
|
||||
if (s.ToLower() == "{" + MasterPreFix + "billdocument_id}")
|
||||
historySql = DetailSql.Replace(s, item[MasterPreFix + "Billdocument_id"] + "");
|
||||
DataTable dt = SqlHelper.ExecuteDataSet(historySql).Tables[0];
|
||||
DtHistory.Merge(dt);
|
||||
}
|
||||
}
|
||||
|
||||
gridHistory.gridControl.DataSource = DtHistory;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
XtraMessageBox.Show("加载数据失败." + ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
private void gridOldView_DoubleClick(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
int[] rows = gridOld.gridView.GetSelectedRows();
|
||||
if (rows.Length < 1)
|
||||
return;
|
||||
DataRow row = gridOld.gridView.GetDataRow(rows[0]);
|
||||
if (row == null)
|
||||
return;
|
||||
|
||||
DataRow newRow = DtNewSource.NewRow();
|
||||
newRow.ItemArray = row.ItemArray;
|
||||
DtNewSource.Rows.InsertAt(newRow, DtNewSource.Rows.Count);
|
||||
|
||||
DtSource.Rows.Remove(row);
|
||||
|
||||
gridOld.gridControl.DataSource = DtSource;
|
||||
gridNew.gridControl.DataSource = DtNewSource;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
XtraMessageBox.Show(ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
private void gridNewView_DoubleClick(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
int[] rows = gridNew.gridView.GetSelectedRows();
|
||||
if (rows.Length < 1)
|
||||
return;
|
||||
DataRow row = gridNew.gridView.GetDataRow(rows[0]);
|
||||
if (row == null)
|
||||
return;
|
||||
|
||||
DataRow newRow = DtSource.NewRow();
|
||||
newRow.ItemArray = row.ItemArray;
|
||||
DtSource.Rows.InsertAt(newRow, DtSource.Rows.Count);
|
||||
|
||||
DtNewSource.Rows.Remove(row);
|
||||
|
||||
gridOld.gridControl.DataSource = DtSource;
|
||||
gridNew.gridControl.DataSource = DtNewSource;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
XtraMessageBox.Show(ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
private void FrmSpare_Resize(object sender, EventArgs e)
|
||||
{
|
||||
groupBox1.Height = panel1.Height / 2;
|
||||
groupBox2.Height = panel1.Height / 2;
|
||||
}
|
||||
|
||||
private void btnClose_Click(object sender, EventArgs e)
|
||||
{
|
||||
//foreach (DataRow item in DtNewSource.Rows)
|
||||
//{
|
||||
// DataRow newRow = DtSource.NewRow();
|
||||
// newRow.ItemArray = item.ItemArray;
|
||||
// DtSource.Rows.InsertAt(newRow, DtSource.Rows.Count);
|
||||
//}
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void btnOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
DialogResult result = XtraMessageBox.Show("确定拆分单据?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
|
||||
|
||||
this.DialogResult = (result == DialogResult.Yes) ? DialogResult.OK : DialogResult.No;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void FrmSpare_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
<?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>
|
||||
</root>
|
||||
@@ -0,0 +1,199 @@
|
||||
<?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>{781A5A97-921F-40F7-990A-42200E88204F}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Lskj.PubAccraditation</RootNamespace>
|
||||
<AssemblyName>Lskj.PubAccraditation</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\publish\lib\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Charts.v13.1.Core, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.Charts.v13.1.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Data.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraBars.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\DevExpress\DXperience 13.1\Bin\Framework\DevExpress.XtraBars.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraCharts.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraCharts.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraCharts.v13.1.UI, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraCharts.v13.1.UI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraTreeList.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraTreeList.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Dxper.LocalizationCHS.Win.v13.1.5, Version=13.1.5.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\引用DLL\Dxper.LocalizationCHS.Win.v13.1.5.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<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="BackSelect\frmBackSelect.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BackSelect\frmBackSelect.Designer.cs">
|
||||
<DependentUpon>frmBackSelect.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DllBaseClass.cs" />
|
||||
<Compile Include="FrmAccraditation.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmAccraditation.Designer.cs">
|
||||
<DependentUpon>FrmAccraditation.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmMain.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmMain.Designer.cs">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmRemindSelectForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmRemindSelectForm.Designer.cs">
|
||||
<DependentUpon>frmRemindSelectForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmSpare.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmSpare.Designer.cs">
|
||||
<DependentUpon>FrmSpare.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="TabModel.cs" />
|
||||
<EmbeddedResource Include="BackSelect\frmBackSelect.resx">
|
||||
<DependentUpon>frmBackSelect.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmAccraditation.resx">
|
||||
<DependentUpon>FrmAccraditation.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmMain.resx">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmRemindSelectForm.resx">
|
||||
<DependentUpon>frmRemindSelectForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmSpare.resx">
|
||||
<DependentUpon>FrmSpare.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>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="a.ico" />
|
||||
<None Include="Resources\sj.png" />
|
||||
<None Include="Resources\right_botton.png" />
|
||||
<None Include="Resources\right_bg.png" />
|
||||
<None Include="Resources\b_botton.png" />
|
||||
<None Include="Resources\12133.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\CommonLib\CommonLib.csproj">
|
||||
<Project>{3E8E6529-5D8A-4F17-8C41-27CD7380178D}</Project>
|
||||
<Name>CommonLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\ControlLib\ControlLib.csproj">
|
||||
<Project>{73C024E7-D9DC-44C3-BABC-2AA1544ECCF9}</Project>
|
||||
<Name>ControlLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.Common\Lskj.Common.csproj">
|
||||
<Project>{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}</Project>
|
||||
<Name>Lskj.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.MyControl\Lskj.MyControl.csproj">
|
||||
<Project>{F6502012-9A7C-44AE-AAC6-DE2AD02F5C11}</Project>
|
||||
<Name>Lskj.MyControl</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.PubPower\Lskj.PubPower.csproj">
|
||||
<Project>{F9D85AB9-300C-4BF6-87D6-29127755117A}</Project>
|
||||
<Name>Lskj.PubPower</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.PubUtils\Lskj.PubUtils.csproj">
|
||||
<Project>{752386CB-FD63-4565-980F-E8F72A520F77}</Project>
|
||||
<Name>Lskj.PubUtils</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.PubUtils\Lskj.PubUtils.csproj">
|
||||
<Project>{752386CB-FD63-4565-980F-E8F72A520F77}</Project>
|
||||
<Name>Lskj.PubUtils</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using Lskj.PubAccraditation;
|
||||
|
||||
namespace Lskj.PubBill
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// 应用程序的主入口点。
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new FrmMain());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的常规信息通过以下
|
||||
// 特性集控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("Lskj.Attachment")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Lskj.Attachment")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 使此程序集中的类型
|
||||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
||||
// 则将该类型上的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("8d043aea-aeb3-4672-8686-0b0fd6549cee")]
|
||||
// 程序集的版本信息由下面四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 内部版本号
|
||||
// 修订号
|
||||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.12")]
|
||||
@@ -0,0 +1,98 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.1
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubAccraditation.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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.PubAccraditation.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;
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap _12133 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("_12133", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap b_botton {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("b_botton", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap right_bg {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("right_bg", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap right_botton {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("right_botton", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap sj {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("sj", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,136 @@
|
||||
<?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>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="b_botton" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\b_botton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="right_bg" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\right_bg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="right_botton" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\right_botton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sj" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\sj.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_12133" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\12133.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,30 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.1
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubAccraditation.Properties
|
||||
{
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||
{
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Lskj.MyControl;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
public class TabModel
|
||||
{
|
||||
private GridControlEx gc;
|
||||
public GridControlEx Gc
|
||||
{
|
||||
get { return gc; }
|
||||
set { gc = value; }
|
||||
}
|
||||
public String StepName { get; set; }
|
||||
public Label StepLabel { get; set; }
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 66 KiB |
@@ -0,0 +1,421 @@
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
partial class frmRemindSelectForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
||||
this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.id = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.loginaccount = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.name = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.btnDelRemind = new System.Windows.Forms.Button();
|
||||
this.btnAddRemind = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gvRemind = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gcRemind = new DevExpress.XtraGrid.GridControl();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.gcConfirm = new DevExpress.XtraGrid.GridControl();
|
||||
this.gvConfirm = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.btnDelConfirm = new System.Windows.Forms.Button();
|
||||
this.btnAddConfirm = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.pl_Center = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.pl_Buttom = new System.Windows.Forms.Panel();
|
||||
this.tvLeft = new Lskj.MyControl.TreeViewEx();
|
||||
this.pl_Left = new System.Windows.Forms.Panel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvRemind)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcRemind)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcConfirm)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvConfirm)).BeginInit();
|
||||
this.panel6.SuspendLayout();
|
||||
this.pl_Center.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.pl_Buttom.SuspendLayout();
|
||||
this.pl_Left.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// gcMain
|
||||
//
|
||||
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.gcMain.MainView = this.gvMain;
|
||||
this.gcMain.Name = "gcMain";
|
||||
this.gcMain.Size = new System.Drawing.Size(584, 343);
|
||||
this.gcMain.TabIndex = 0;
|
||||
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvMain});
|
||||
//
|
||||
// gvMain
|
||||
//
|
||||
this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.id,
|
||||
this.loginaccount,
|
||||
this.name});
|
||||
this.gvMain.GridControl = this.gcMain;
|
||||
this.gvMain.Name = "gvMain";
|
||||
this.gvMain.OptionsSelection.MultiSelect = true;
|
||||
this.gvMain.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// id
|
||||
//
|
||||
this.id.Caption = "编号";
|
||||
this.id.FieldName = "id";
|
||||
this.id.Name = "id";
|
||||
this.id.OptionsColumn.AllowEdit = false;
|
||||
this.id.Visible = true;
|
||||
this.id.VisibleIndex = 0;
|
||||
//
|
||||
// loginaccount
|
||||
//
|
||||
this.loginaccount.Caption = "工号";
|
||||
this.loginaccount.FieldName = "loginaccount";
|
||||
this.loginaccount.Name = "loginaccount";
|
||||
this.loginaccount.OptionsColumn.AllowEdit = false;
|
||||
this.loginaccount.Visible = true;
|
||||
this.loginaccount.VisibleIndex = 1;
|
||||
//
|
||||
// name
|
||||
//
|
||||
this.name.Caption = "姓名";
|
||||
this.name.FieldName = "name";
|
||||
this.name.Name = "name";
|
||||
this.name.OptionsColumn.AllowEdit = false;
|
||||
this.name.Visible = true;
|
||||
this.name.VisibleIndex = 2;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Controls.Add(this.btnDelRemind);
|
||||
this.panel3.Controls.Add(this.btnAddRemind);
|
||||
this.panel3.Controls.Add(this.label1);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(292, 30);
|
||||
this.panel3.TabIndex = 3;
|
||||
//
|
||||
// btnDelRemind
|
||||
//
|
||||
this.btnDelRemind.Location = new System.Drawing.Point(156, 3);
|
||||
this.btnDelRemind.Name = "btnDelRemind";
|
||||
this.btnDelRemind.Size = new System.Drawing.Size(62, 23);
|
||||
this.btnDelRemind.TabIndex = 2;
|
||||
this.btnDelRemind.Text = "删除";
|
||||
this.btnDelRemind.UseVisualStyleBackColor = true;
|
||||
this.btnDelRemind.Click += new System.EventHandler(this.btnDelRemind_Click);
|
||||
//
|
||||
// btnAddRemind
|
||||
//
|
||||
this.btnAddRemind.Location = new System.Drawing.Point(224, 3);
|
||||
this.btnAddRemind.Name = "btnAddRemind";
|
||||
this.btnAddRemind.Size = new System.Drawing.Size(62, 23);
|
||||
this.btnAddRemind.TabIndex = 1;
|
||||
this.btnAddRemind.Text = "添加";
|
||||
this.btnAddRemind.UseVisualStyleBackColor = true;
|
||||
this.btnAddRemind.Click += new System.EventHandler(this.btnAddRemind_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(10, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "提醒人列表";
|
||||
//
|
||||
// gridColumn3
|
||||
//
|
||||
this.gridColumn3.Caption = "姓名";
|
||||
this.gridColumn3.FieldName = "name";
|
||||
this.gridColumn3.Name = "gridColumn3";
|
||||
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
||||
this.gridColumn3.Visible = true;
|
||||
this.gridColumn3.VisibleIndex = 0;
|
||||
//
|
||||
// gridColumn2
|
||||
//
|
||||
this.gridColumn2.Caption = "工号";
|
||||
this.gridColumn2.FieldName = "loginaccount";
|
||||
this.gridColumn2.Name = "gridColumn2";
|
||||
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
||||
//
|
||||
// gvRemind
|
||||
//
|
||||
this.gvRemind.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.gridColumn2,
|
||||
this.gridColumn3});
|
||||
this.gvRemind.GridControl = this.gcRemind;
|
||||
this.gvRemind.Name = "gvRemind";
|
||||
this.gvRemind.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// gcRemind
|
||||
//
|
||||
this.gcRemind.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcRemind.Location = new System.Drawing.Point(0, 0);
|
||||
this.gcRemind.MainView = this.gvRemind;
|
||||
this.gcRemind.Name = "gcRemind";
|
||||
this.gcRemind.Size = new System.Drawing.Size(292, 212);
|
||||
this.gcRemind.TabIndex = 1;
|
||||
this.gcRemind.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvRemind});
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.panel5);
|
||||
this.panel2.Controls.Add(this.panel6);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.panel2.Location = new System.Drawing.Point(292, 0);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(292, 242);
|
||||
this.panel2.TabIndex = 3;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Controls.Add(this.gcConfirm);
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel5.Location = new System.Drawing.Point(0, 30);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(292, 212);
|
||||
this.panel5.TabIndex = 6;
|
||||
//
|
||||
// gcConfirm
|
||||
//
|
||||
this.gcConfirm.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcConfirm.Location = new System.Drawing.Point(0, 0);
|
||||
this.gcConfirm.MainView = this.gvConfirm;
|
||||
this.gcConfirm.Name = "gcConfirm";
|
||||
this.gcConfirm.Size = new System.Drawing.Size(292, 212);
|
||||
this.gcConfirm.TabIndex = 1;
|
||||
this.gcConfirm.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gvConfirm});
|
||||
//
|
||||
// gvConfirm
|
||||
//
|
||||
this.gvConfirm.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.gridColumn5,
|
||||
this.gridColumn6});
|
||||
this.gvConfirm.GridControl = this.gcConfirm;
|
||||
this.gvConfirm.Name = "gvConfirm";
|
||||
this.gvConfirm.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// gridColumn5
|
||||
//
|
||||
this.gridColumn5.Caption = "工号";
|
||||
this.gridColumn5.FieldName = "loginaccount";
|
||||
this.gridColumn5.Name = "gridColumn5";
|
||||
this.gridColumn5.OptionsColumn.AllowEdit = false;
|
||||
//
|
||||
// gridColumn6
|
||||
//
|
||||
this.gridColumn6.Caption = "姓名";
|
||||
this.gridColumn6.FieldName = "name";
|
||||
this.gridColumn6.Name = "gridColumn6";
|
||||
this.gridColumn6.OptionsColumn.AllowEdit = false;
|
||||
this.gridColumn6.Visible = true;
|
||||
this.gridColumn6.VisibleIndex = 0;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Controls.Add(this.btnDelConfirm);
|
||||
this.panel6.Controls.Add(this.btnAddConfirm);
|
||||
this.panel6.Controls.Add(this.label2);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(292, 30);
|
||||
this.panel6.TabIndex = 5;
|
||||
//
|
||||
// btnDelConfirm
|
||||
//
|
||||
this.btnDelConfirm.Location = new System.Drawing.Point(156, 3);
|
||||
this.btnDelConfirm.Name = "btnDelConfirm";
|
||||
this.btnDelConfirm.Size = new System.Drawing.Size(62, 23);
|
||||
this.btnDelConfirm.TabIndex = 3;
|
||||
this.btnDelConfirm.Text = "删除";
|
||||
this.btnDelConfirm.UseVisualStyleBackColor = true;
|
||||
this.btnDelConfirm.Click += new System.EventHandler(this.btnDelConfirm_Click);
|
||||
//
|
||||
// btnAddConfirm
|
||||
//
|
||||
this.btnAddConfirm.Location = new System.Drawing.Point(224, 3);
|
||||
this.btnAddConfirm.Name = "btnAddConfirm";
|
||||
this.btnAddConfirm.Size = new System.Drawing.Size(62, 23);
|
||||
this.btnAddConfirm.TabIndex = 2;
|
||||
this.btnAddConfirm.Text = "添加";
|
||||
this.btnAddConfirm.UseVisualStyleBackColor = true;
|
||||
this.btnAddConfirm.Click += new System.EventHandler(this.btnAddConfirm_Click);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(10, 9);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "确认人列表";
|
||||
//
|
||||
// pl_Center
|
||||
//
|
||||
this.pl_Center.Controls.Add(this.gcMain);
|
||||
this.pl_Center.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_Center.Location = new System.Drawing.Point(200, 0);
|
||||
this.pl_Center.Name = "pl_Center";
|
||||
this.pl_Center.Size = new System.Drawing.Size(584, 343);
|
||||
this.pl_Center.TabIndex = 5;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.gcRemind);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 30);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(292, 212);
|
||||
this.panel4.TabIndex = 4;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.panel4);
|
||||
this.panel1.Controls.Add(this.panel3);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(292, 242);
|
||||
this.panel1.TabIndex = 2;
|
||||
//
|
||||
// pl_Buttom
|
||||
//
|
||||
this.pl_Buttom.Controls.Add(this.panel2);
|
||||
this.pl_Buttom.Controls.Add(this.panel1);
|
||||
this.pl_Buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_Buttom.Location = new System.Drawing.Point(200, 343);
|
||||
this.pl_Buttom.Name = "pl_Buttom";
|
||||
this.pl_Buttom.Size = new System.Drawing.Size(584, 242);
|
||||
this.pl_Buttom.TabIndex = 4;
|
||||
//
|
||||
// tvLeft
|
||||
//
|
||||
this.tvLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tvLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.tvLeft.MyAfterSelect = null;
|
||||
this.tvLeft.Name = "tvLeft";
|
||||
this.tvLeft.Size = new System.Drawing.Size(200, 585);
|
||||
this.tvLeft.TabIndex = 0;
|
||||
//
|
||||
// pl_Left
|
||||
//
|
||||
this.pl_Left.Controls.Add(this.tvLeft);
|
||||
this.pl_Left.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.pl_Left.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_Left.Name = "pl_Left";
|
||||
this.pl_Left.Size = new System.Drawing.Size(200, 585);
|
||||
this.pl_Left.TabIndex = 3;
|
||||
//
|
||||
// frmRemindSelectForm
|
||||
//
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(784, 585);
|
||||
this.Controls.Add(this.pl_Center);
|
||||
this.Controls.Add(this.pl_Buttom);
|
||||
this.Controls.Add(this.pl_Left);
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.Name = "frmRemindSelectForm";
|
||||
this.Text = "选择";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRemindSelectForm_FormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvRemind)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcRemind)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcConfirm)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gvConfirm)).EndInit();
|
||||
this.panel6.ResumeLayout(false);
|
||||
this.panel6.PerformLayout();
|
||||
this.pl_Center.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.pl_Buttom.ResumeLayout(false);
|
||||
this.pl_Left.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraGrid.GridControl gcMain;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn id;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn loginaccount;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn name;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.Button btnDelRemind;
|
||||
private System.Windows.Forms.Button btnAddRemind;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvRemind;
|
||||
private DevExpress.XtraGrid.GridControl gcRemind;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Panel panel5;
|
||||
private DevExpress.XtraGrid.GridControl gcConfirm;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gvConfirm;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
||||
private System.Windows.Forms.Panel panel6;
|
||||
private System.Windows.Forms.Button btnDelConfirm;
|
||||
private System.Windows.Forms.Button btnAddConfirm;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Panel pl_Center;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Panel pl_Buttom;
|
||||
private MyControl.TreeViewEx tvLeft;
|
||||
private System.Windows.Forms.Panel pl_Left;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,339 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using CommonLib.data;
|
||||
using DevExpress.XtraEditors;
|
||||
using CommonLib;
|
||||
using Lskj.Common;
|
||||
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
public partial class frmRemindSelectForm : FormBase
|
||||
{
|
||||
// 传入参数
|
||||
public string FieldValue;
|
||||
|
||||
// 需要返回的数据
|
||||
public string ConfirmOpers = "";
|
||||
public string RemindOpers = "";
|
||||
|
||||
// 左侧树,表名
|
||||
private string Hr_PersonSpecTab = string.Empty;
|
||||
|
||||
public frmRemindSelectForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
tvLeft.GetTreeView.AfterSelect += new TreeViewEventHandler(tvLeft_AfterSelect);
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
this.GetPersonSpecTabName();
|
||||
this.InitTreeViewEx();
|
||||
this.InitGridViewEx();
|
||||
}
|
||||
|
||||
#region 私有方法
|
||||
private void GetPersonSpecTabName()
|
||||
{
|
||||
string sqlValue = "select * from p_SystemTab";
|
||||
DataTable dtTable = SqlHelper.ExecuteDataSet(sqlValue).Tables[0];
|
||||
|
||||
if (dtTable.Columns.Contains("Hr_SpecTab"))
|
||||
{
|
||||
Hr_PersonSpecTab = dtTable.Rows[0]["Hr_SpecTab"] + "";
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 初始化树结构
|
||||
/// </summary>
|
||||
private void InitTreeViewEx()
|
||||
{
|
||||
string treeSql = string.Empty;
|
||||
if (string.IsNullOrEmpty(Hr_PersonSpecTab))
|
||||
{
|
||||
treeSql = "select SpeciesNo,SpeciesName from Hr_PeraonnelSpecTab";
|
||||
}
|
||||
else
|
||||
{
|
||||
treeSql = "select SpeciesNo,SpeciesName from " + Hr_PersonSpecTab;
|
||||
}
|
||||
PubClass.BindTree(treeSql, tvLeft.GetTreeView);
|
||||
}
|
||||
/// <summary>
|
||||
/// 初始化表格数据
|
||||
/// </summary>
|
||||
private void InitGridViewEx()
|
||||
{
|
||||
string sqlValue = "select employeeId id,loginaccount,employeename name from P_employeeTab where sign=0";
|
||||
DataTable dtTable = SqlHelper.ExecuteDataSet(sqlValue).Tables[0];
|
||||
gcMain.DataSource = dtTable;
|
||||
|
||||
string sqlValue2 = string.Format("select comfirmOpers,remindOpers from p_baseflowOper where modid = '{0}' and keyvalue='{1}'", ModuleId, FieldValue);
|
||||
DataTable dtTable2 = SqlHelper.ExecuteDataSet(sqlValue2).Tables[0];
|
||||
|
||||
if (dtTable2.Rows.Count > 0)
|
||||
{
|
||||
string comfirm = dtTable2.Rows[0]["comfirmOpers"] + "";
|
||||
string remind = dtTable2.Rows[0]["remindOpers"] + "";
|
||||
|
||||
string loginaccount = "loginaccount";
|
||||
string name = "name";
|
||||
|
||||
if (!string.IsNullOrEmpty(comfirm))
|
||||
{
|
||||
DataTable dtConfirm = new DataTable();
|
||||
dtConfirm.Columns.Add(loginaccount);
|
||||
dtConfirm.Columns.Add(name);
|
||||
|
||||
comfirm = comfirm.Replace(" ", "").Replace(",,", ",").Trim(',');
|
||||
string[] comfirms = comfirm.Split(',');
|
||||
for (int i = 0; i < comfirms.Length; i++)
|
||||
{
|
||||
DataRow row = dtConfirm.NewRow();
|
||||
row[name] = comfirms[i];
|
||||
dtConfirm.Rows.Add(row);
|
||||
}
|
||||
gcConfirm.DataSource = dtConfirm;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(remind))
|
||||
{
|
||||
DataTable dtRemind = new DataTable();
|
||||
dtRemind.Columns.Add(loginaccount);
|
||||
dtRemind.Columns.Add(name);
|
||||
|
||||
remind = remind.Replace(" ", "").Replace(",,", ",").Trim(',');
|
||||
string[] reminds = remind.Split(',');
|
||||
for (int i = 0; i < reminds.Length; i++)
|
||||
{
|
||||
DataRow row = dtRemind.NewRow();
|
||||
row[name] = reminds[i];
|
||||
dtRemind.Rows.Add(row);
|
||||
}
|
||||
gcRemind.DataSource = dtRemind;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
protected void tvLeft_AfterSelect(object sender, TreeViewEventArgs e)
|
||||
{
|
||||
if (e.Action == TreeViewAction.ByMouse)
|
||||
{
|
||||
string strWhere = " and SpeciesNo like '" + e.Node.Name + "%'";
|
||||
|
||||
string sqlValue = "select employeeId id,loginaccount,employeename name from P_employeeTab where sign=0 " + strWhere;
|
||||
DataTable dtTable = SqlHelper.ExecuteDataSet(sqlValue).Tables[0];
|
||||
gcMain.DataSource = dtTable;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 添加提醒人
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnAddRemind_Click(object sender, EventArgs e)
|
||||
{
|
||||
int[] rows = gvMain.GetSelectedRows();
|
||||
if (rows.Length == 0)
|
||||
{
|
||||
XtraMessageBox.Show("请选择员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
string loginaccount = "loginaccount";
|
||||
string name = "name";
|
||||
|
||||
DataTable dtTable = gcRemind.DataSource as DataTable;
|
||||
if (dtTable == null)
|
||||
{
|
||||
dtTable = new DataTable();
|
||||
dtTable.Columns.Add(loginaccount);
|
||||
dtTable.Columns.Add(name);
|
||||
}
|
||||
|
||||
for (int i = 0; i < rows.Length; i++)
|
||||
{
|
||||
DataRow row = gvMain.GetDataRow(rows[i]);
|
||||
|
||||
if (dtTable.Rows.Cast<DataRow>().FirstOrDefault(x => (x[name] + "") == (row[name] + "")) == null)
|
||||
{
|
||||
DataRow newRow = dtTable.NewRow();
|
||||
newRow[loginaccount] = row[loginaccount];
|
||||
newRow[name] = row[name];
|
||||
dtTable.Rows.Add(newRow);
|
||||
}
|
||||
}
|
||||
gcRemind.DataSource = dtTable;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 添加确认人
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnAddConfirm_Click(object sender, EventArgs e)
|
||||
{
|
||||
int[] rows = gvMain.GetSelectedRows();
|
||||
if (rows.Length == 0)
|
||||
{
|
||||
XtraMessageBox.Show("请选择员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
string loginaccount = "loginaccount";
|
||||
string name = "name";
|
||||
|
||||
DataTable dtTable = gcConfirm.DataSource as DataTable;
|
||||
if (dtTable == null)
|
||||
{
|
||||
dtTable = new DataTable();
|
||||
dtTable.Columns.Add(loginaccount);
|
||||
dtTable.Columns.Add(name);
|
||||
}
|
||||
|
||||
for (int i = 0; i < rows.Length; i++)
|
||||
{
|
||||
DataRow row = gvMain.GetDataRow(rows[i]);
|
||||
|
||||
if (dtTable.Rows.Cast<DataRow>().FirstOrDefault(x => (x[name] + "") == (row[name] + "")) == null)
|
||||
{
|
||||
DataRow newRow = dtTable.NewRow();
|
||||
newRow[loginaccount] = row[loginaccount];
|
||||
newRow[name] = row[name];
|
||||
dtTable.Rows.Add(newRow);
|
||||
}
|
||||
}
|
||||
gcConfirm.DataSource = dtTable;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 删除提醒人
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnDelRemind_Click(object sender, EventArgs e)
|
||||
{
|
||||
int[] rows = gvRemind.GetSelectedRows();
|
||||
if (rows.Length == 0)
|
||||
{
|
||||
XtraMessageBox.Show("请选择要删除的员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
DataTable dtTable = gcRemind.DataSource as DataTable;
|
||||
|
||||
if (dtTable != null)
|
||||
{
|
||||
for (int i = 0; i < rows.Length; i++)
|
||||
{
|
||||
DataRow row = gvRemind.GetDataRow(rows[i]);
|
||||
|
||||
DataRow selectRow = dtTable.Rows.Cast<DataRow>().FirstOrDefault(x => x["name"] + "" == row["name"] + "");
|
||||
if (selectRow != null)
|
||||
{
|
||||
if (string.IsNullOrEmpty(selectRow["loginaccount"] + ""))
|
||||
{
|
||||
XtraMessageBox.Show("无法删除[" + selectRow["name"] + "]员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
dtTable.Rows.Remove(selectRow);
|
||||
}
|
||||
}
|
||||
}
|
||||
gcRemind.DataSource = dtTable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 删除确认人
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnDelConfirm_Click(object sender, EventArgs e)
|
||||
{
|
||||
int[] rows = gvConfirm.GetSelectedRows();
|
||||
if (rows.Length == 0)
|
||||
{
|
||||
XtraMessageBox.Show("请选择要删除的员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
DataTable dtTable = gcConfirm.DataSource as DataTable;
|
||||
|
||||
if (dtTable != null)
|
||||
{
|
||||
for (int i = 0; i < rows.Length; i++)
|
||||
{
|
||||
DataRow row = gvConfirm.GetDataRow(rows[i]);
|
||||
|
||||
DataRow selectRow = dtTable.Rows.Cast<DataRow>().FirstOrDefault(x => x["name"] + "" == row["name"] + "");
|
||||
if (selectRow != null)
|
||||
{
|
||||
if (string.IsNullOrEmpty(selectRow["loginaccount"] + ""))
|
||||
{
|
||||
XtraMessageBox.Show("无法删除[" + selectRow["name"] + "]员工.");
|
||||
}
|
||||
else
|
||||
{
|
||||
dtTable.Rows.Remove(selectRow);
|
||||
}
|
||||
}
|
||||
}
|
||||
gcConfirm.DataSource = dtTable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 关闭
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void frmRemindSelectForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
this.DialogResult = XtraMessageBox.Show("退出是否审核?", "系统提示", MessageBoxButtons.OKCancel, MessageBoxIcon.Information);
|
||||
|
||||
DataTable dtRemind = gcRemind.DataSource as DataTable;
|
||||
DataTable dtConfirm = gcConfirm.DataSource as DataTable;
|
||||
|
||||
if (dtRemind != null && dtRemind.Rows.Count > 0)
|
||||
{
|
||||
foreach (DataRow item in dtRemind.Rows)
|
||||
{
|
||||
RemindOpers += item["name"] + ",";
|
||||
}
|
||||
}
|
||||
|
||||
if (dtConfirm != null && dtConfirm.Rows.Count > 0)
|
||||
{
|
||||
foreach (DataRow item in dtConfirm.Rows)
|
||||
{
|
||||
ConfirmOpers += item["name"] + ",";
|
||||
}
|
||||
}
|
||||
|
||||
RemindOpers = RemindOpers.TrimEnd(',');
|
||||
ConfirmOpers = ConfirmOpers.TrimEnd(',');
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
<?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>
|
||||
</root>
|
||||
@@ -0,0 +1,50 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using CommonLib;
|
||||
using CommonLib.utils;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Lskj.PubBillAccraditation
|
||||
{
|
||||
/// <summary>
|
||||
/// c#库被调用统一接口类
|
||||
/// </summary>
|
||||
public sealed class DllBaseClass : IForm
|
||||
{
|
||||
public DllBaseClass()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//以数组传入参数,容易扩展
|
||||
public DllBaseClass(string[] obj)
|
||||
{
|
||||
try
|
||||
{
|
||||
FrmAccraditation frm = new FrmAccraditation();
|
||||
SubForm = frm;
|
||||
|
||||
frm.FormText = obj[0];
|
||||
frm.OperatorId = obj[1];
|
||||
frm.OperatorName = obj[2];
|
||||
frm.Privilege = obj[3];
|
||||
frm.DLLCoid = obj[4];
|
||||
|
||||
frm.TargetDLLCoid = obj[5];
|
||||
frm.billDocumentId = obj[6];
|
||||
frm.FormText = obj[7];
|
||||
frm.stepCode = obj[8];
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 窗口
|
||||
/// </summary>
|
||||
public Form SubForm { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
namespace Lskj.PubBillAccraditation
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Text = "Form1";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Lskj.PubBillAccraditation
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,654 @@
|
||||
namespace Lskj.PubBillAccraditation
|
||||
{
|
||||
partial class FrmAccraditation
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.gcAttach = new DevExpress.XtraGrid.GridControl();
|
||||
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.sh = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.stepName = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.operAdvice = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.operTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.col_operatorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.txtRemark = new System.Windows.Forms.TextBox();
|
||||
this.gbName = new System.Windows.Forms.Label();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.btnPrint = new DevExpress.XtraEditors.DropDownButton();
|
||||
this.pMprint = new DevExpress.XtraBars.PopupMenu();
|
||||
this.barManager1 = new DevExpress.XtraBars.BarManager();
|
||||
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
||||
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnAtt = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnReturn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
|
||||
this.pMenu = new DevExpress.XtraBars.PopupMenu();
|
||||
this.txtYj = new Lskj.MyControl.LabelComboxEx();
|
||||
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtCheckName = new Lskj.MyControl.LabelTextEx();
|
||||
this.txtCheckDate = new Lskj.MyControl.LabelDateEx();
|
||||
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.plbillInfo = new System.Windows.Forms.Panel();
|
||||
this.tabDetailMain = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.tabItem = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.plRight = new System.Windows.Forms.Panel();
|
||||
this.pl_right_center = new System.Windows.Forms.Panel();
|
||||
this.gridBillInfo = new Lskj.MyControl.GridControlEx();
|
||||
this.pl_right_main = new System.Windows.Forms.Panel();
|
||||
this.txt_Billdocument_Id = new Lskj.MyControl.LabelTextEx();
|
||||
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
||||
this.plbillInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabDetailMain)).BeginInit();
|
||||
this.tabDetailMain.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
this.plRight.SuspendLayout();
|
||||
this.pl_right_center.SuspendLayout();
|
||||
this.pl_right_main.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
||||
this.panelControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
||||
this.splitContainerControl1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.gcAttach);
|
||||
this.panel2.Controls.Add(this.label2);
|
||||
this.panel2.Controls.Add(this.panel1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(249, 670);
|
||||
this.panel2.TabIndex = 1;
|
||||
//
|
||||
// gcAttach
|
||||
//
|
||||
this.gcAttach.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcAttach.Location = new System.Drawing.Point(0, 23);
|
||||
this.gcAttach.MainView = this.gridView1;
|
||||
this.gcAttach.Name = "gcAttach";
|
||||
this.gcAttach.Size = new System.Drawing.Size(249, 358);
|
||||
this.gcAttach.TabIndex = 0;
|
||||
this.gcAttach.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gridView1});
|
||||
//
|
||||
// gridView1
|
||||
//
|
||||
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
|
||||
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gridView1.Appearance.Row.Options.UseFont = true;
|
||||
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||||
this.sh,
|
||||
this.stepName,
|
||||
this.operAdvice,
|
||||
this.operTime,
|
||||
this.col_operatorName});
|
||||
this.gridView1.GridControl = this.gcAttach;
|
||||
this.gridView1.Name = "gridView1";
|
||||
this.gridView1.OptionsBehavior.Editable = false;
|
||||
this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
|
||||
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
||||
this.gridView1.OptionsView.ShowGroupPanel = false;
|
||||
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
|
||||
this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
|
||||
//
|
||||
// sh
|
||||
//
|
||||
this.sh.Caption = "状态";
|
||||
this.sh.FieldName = "sh";
|
||||
this.sh.Name = "sh";
|
||||
this.sh.Width = 58;
|
||||
//
|
||||
// stepName
|
||||
//
|
||||
this.stepName.Caption = "环节名称";
|
||||
this.stepName.FieldName = "stepName";
|
||||
this.stepName.Name = "stepName";
|
||||
this.stepName.Visible = true;
|
||||
this.stepName.VisibleIndex = 0;
|
||||
this.stepName.Width = 121;
|
||||
//
|
||||
// operAdvice
|
||||
//
|
||||
this.operAdvice.Caption = "审核意见";
|
||||
this.operAdvice.FieldName = "operAdvice";
|
||||
this.operAdvice.Name = "operAdvice";
|
||||
this.operAdvice.Visible = true;
|
||||
this.operAdvice.VisibleIndex = 1;
|
||||
this.operAdvice.Width = 84;
|
||||
//
|
||||
// operTime
|
||||
//
|
||||
this.operTime.Caption = "审核时间";
|
||||
this.operTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
||||
this.operTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
||||
this.operTime.FieldName = "operTime";
|
||||
this.operTime.Name = "operTime";
|
||||
this.operTime.Visible = true;
|
||||
this.operTime.VisibleIndex = 3;
|
||||
this.operTime.Width = 87;
|
||||
//
|
||||
// col_operatorName
|
||||
//
|
||||
this.col_operatorName.Caption = "审核人";
|
||||
this.col_operatorName.FieldName = "operatorName";
|
||||
this.col_operatorName.Name = "col_operatorName";
|
||||
this.col_operatorName.Visible = true;
|
||||
this.col_operatorName.VisibleIndex = 2;
|
||||
this.col_operatorName.Width = 92;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.BackColor = System.Drawing.Color.Teal;
|
||||
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Location = new System.Drawing.Point(0, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(249, 23);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = "流转记录";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.txtRemark);
|
||||
this.panel1.Controls.Add(this.gbName);
|
||||
this.panel1.Controls.Add(this.panel4);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 381);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(249, 289);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// txtRemark
|
||||
//
|
||||
this.txtRemark.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.txtRemark.Location = new System.Drawing.Point(0, 23);
|
||||
this.txtRemark.Multiline = true;
|
||||
this.txtRemark.Name = "txtRemark";
|
||||
this.txtRemark.Size = new System.Drawing.Size(249, 119);
|
||||
this.txtRemark.TabIndex = 0;
|
||||
this.txtRemark.Text = "同意";
|
||||
//
|
||||
// gbName
|
||||
//
|
||||
this.gbName.BackColor = System.Drawing.Color.Teal;
|
||||
this.gbName.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.gbName.ForeColor = System.Drawing.Color.White;
|
||||
this.gbName.Location = new System.Drawing.Point(0, 0);
|
||||
this.gbName.Name = "gbName";
|
||||
this.gbName.Size = new System.Drawing.Size(249, 23);
|
||||
this.gbName.TabIndex = 0;
|
||||
this.gbName.Text = "审核人员";
|
||||
this.gbName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.BackColor = System.Drawing.Color.White;
|
||||
this.panel4.Controls.Add(this.btnPrint);
|
||||
this.panel4.Controls.Add(this.btnSave);
|
||||
this.panel4.Controls.Add(this.btnAtt);
|
||||
this.panel4.Controls.Add(this.btnReturn);
|
||||
this.panel4.Controls.Add(this.dpbTools);
|
||||
this.panel4.Controls.Add(this.txtYj);
|
||||
this.panel4.Controls.Add(this.btnOk);
|
||||
this.panel4.Controls.Add(this.txtCheckName);
|
||||
this.panel4.Controls.Add(this.txtCheckDate);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 142);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(249, 147);
|
||||
this.panel4.TabIndex = 0;
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.AllowFocus = false;
|
||||
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnPrint.Appearance.Options.UseFont = true;
|
||||
this.btnPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
||||
this.btnPrint.DropDownControl = this.pMprint;
|
||||
this.btnPrint.Location = new System.Drawing.Point(183, 6);
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.Size = new System.Drawing.Size(58, 23);
|
||||
this.btnPrint.TabIndex = 12;
|
||||
this.btnPrint.Text = "打印";
|
||||
//
|
||||
// pMprint
|
||||
//
|
||||
this.pMprint.Manager = this.barManager1;
|
||||
this.pMprint.Name = "pMprint";
|
||||
//
|
||||
// barManager1
|
||||
//
|
||||
this.barManager1.DockControls.Add(this.barDockControlTop);
|
||||
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
||||
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
||||
this.barManager1.DockControls.Add(this.barDockControlRight);
|
||||
this.barManager1.Form = this;
|
||||
this.barManager1.MaxItemId = 0;
|
||||
//
|
||||
// barDockControlTop
|
||||
//
|
||||
this.barDockControlTop.CausesValidation = true;
|
||||
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
||||
this.barDockControlTop.Size = new System.Drawing.Size(1008, 0);
|
||||
//
|
||||
// barDockControlBottom
|
||||
//
|
||||
this.barDockControlBottom.CausesValidation = true;
|
||||
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.barDockControlBottom.Location = new System.Drawing.Point(0, 670);
|
||||
this.barDockControlBottom.Size = new System.Drawing.Size(1008, 0);
|
||||
//
|
||||
// barDockControlLeft
|
||||
//
|
||||
this.barDockControlLeft.CausesValidation = true;
|
||||
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.barDockControlLeft.Size = new System.Drawing.Size(0, 670);
|
||||
//
|
||||
// barDockControlRight
|
||||
//
|
||||
this.barDockControlRight.CausesValidation = true;
|
||||
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.barDockControlRight.Location = new System.Drawing.Point(1008, 0);
|
||||
this.barDockControlRight.Size = new System.Drawing.Size(0, 670);
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnSave.Appearance.Options.UseFont = true;
|
||||
this.btnSave.Location = new System.Drawing.Point(183, 114);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(58, 23);
|
||||
this.btnSave.TabIndex = 11;
|
||||
this.btnSave.Text = "保存(&S)";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// btnAtt
|
||||
//
|
||||
this.btnAtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnAtt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnAtt.Appearance.Options.UseFont = true;
|
||||
this.btnAtt.Location = new System.Drawing.Point(96, 115);
|
||||
this.btnAtt.Name = "btnAtt";
|
||||
this.btnAtt.Size = new System.Drawing.Size(81, 23);
|
||||
this.btnAtt.TabIndex = 3;
|
||||
this.btnAtt.Text = "附件(&F)";
|
||||
this.btnAtt.Click += new System.EventHandler(this.btnAtt_Click);
|
||||
//
|
||||
// btnReturn
|
||||
//
|
||||
this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnReturn.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnReturn.Appearance.Options.UseFont = true;
|
||||
this.btnReturn.Location = new System.Drawing.Point(183, 66);
|
||||
this.btnReturn.Name = "btnReturn";
|
||||
this.btnReturn.Size = new System.Drawing.Size(58, 23);
|
||||
this.btnReturn.TabIndex = 9;
|
||||
this.btnReturn.Text = "返退(&N)";
|
||||
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
|
||||
//
|
||||
// dpbTools
|
||||
//
|
||||
this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.dpbTools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dpbTools.Appearance.Options.UseFont = true;
|
||||
this.dpbTools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
||||
this.dpbTools.DropDownControl = this.pMenu;
|
||||
this.dpbTools.Location = new System.Drawing.Point(15, 115);
|
||||
this.dpbTools.Name = "dpbTools";
|
||||
this.dpbTools.Size = new System.Drawing.Size(75, 23);
|
||||
this.dpbTools.TabIndex = 10;
|
||||
this.dpbTools.Text = "常用工具";
|
||||
this.dpbTools.Click += new System.EventHandler(this.dpbTools_Click);
|
||||
//
|
||||
// pMenu
|
||||
//
|
||||
this.pMenu.Manager = this.barManager1;
|
||||
this.pMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
|
||||
this.pMenu.Name = "pMenu";
|
||||
//
|
||||
// txtYj
|
||||
//
|
||||
this.txtYj.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.txtYj.DefaultString = null;
|
||||
this.txtYj.LabelText = "常用意见";
|
||||
this.txtYj.Location = new System.Drawing.Point(2, 7);
|
||||
this.txtYj.Name = "txtYj";
|
||||
this.txtYj.Size = new System.Drawing.Size(176, 21);
|
||||
this.txtYj.TabIndex = 2;
|
||||
this.txtYj.TipMsg = null;
|
||||
this.txtYj.UnionFields = null;
|
||||
this.txtYj.UnionValue = null;
|
||||
//
|
||||
// btnOk
|
||||
//
|
||||
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnOk.Appearance.Options.UseFont = true;
|
||||
this.btnOk.Location = new System.Drawing.Point(183, 35);
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.Size = new System.Drawing.Size(58, 23);
|
||||
this.btnOk.TabIndex = 8;
|
||||
this.btnOk.Text = "审核(&Y)";
|
||||
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
||||
//
|
||||
// txtCheckName
|
||||
//
|
||||
this.txtCheckName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.txtCheckName.DefaultString = null;
|
||||
this.txtCheckName.IsEmpt = false;
|
||||
this.txtCheckName.LabelText = "主管审核";
|
||||
this.txtCheckName.Location = new System.Drawing.Point(2, 36);
|
||||
this.txtCheckName.Name = "txtCheckName";
|
||||
this.txtCheckName.Size = new System.Drawing.Size(176, 21);
|
||||
this.txtCheckName.TabIndex = 6;
|
||||
this.txtCheckName.TipMsg = null;
|
||||
this.txtCheckName.UnionFields = null;
|
||||
this.txtCheckName.UnionValue = null;
|
||||
//
|
||||
// txtCheckDate
|
||||
//
|
||||
this.txtCheckDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.txtCheckDate.DefaultString = null;
|
||||
this.txtCheckDate.FormatType = null;
|
||||
this.txtCheckDate.LabelText = "发生时间";
|
||||
this.txtCheckDate.Location = new System.Drawing.Point(2, 67);
|
||||
this.txtCheckDate.Name = "txtCheckDate";
|
||||
this.txtCheckDate.Size = new System.Drawing.Size(176, 21);
|
||||
this.txtCheckDate.TabIndex = 7;
|
||||
this.txtCheckDate.TipMsg = null;
|
||||
this.txtCheckDate.UnionFields = null;
|
||||
this.txtCheckDate.UnionValue = null;
|
||||
//
|
||||
// gridView2
|
||||
//
|
||||
this.gridView2.Name = "gridView2";
|
||||
//
|
||||
// plbillInfo
|
||||
//
|
||||
this.plbillInfo.Controls.Add(this.tabDetailMain);
|
||||
this.plbillInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.plbillInfo.Location = new System.Drawing.Point(0, 340);
|
||||
this.plbillInfo.Name = "plbillInfo";
|
||||
this.plbillInfo.Size = new System.Drawing.Size(753, 330);
|
||||
this.plbillInfo.TabIndex = 2;
|
||||
//
|
||||
// tabDetailMain
|
||||
//
|
||||
this.tabDetailMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabDetailMain.Appearance.Options.UseFont = true;
|
||||
this.tabDetailMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabDetailMain.AppearancePage.Header.Options.UseFont = true;
|
||||
this.tabDetailMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabDetailMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
|
||||
this.tabDetailMain.AppearancePage.HeaderActive.Options.UseFont = true;
|
||||
this.tabDetailMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
|
||||
this.tabDetailMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabDetailMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabDetailMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabDetailMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabDetailMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
|
||||
this.tabDetailMain.LookAndFeel.UseDefaultLookAndFeel = false;
|
||||
this.tabDetailMain.Name = "tabDetailMain";
|
||||
this.tabDetailMain.SelectedTabPage = this.tabItem;
|
||||
this.tabDetailMain.Size = new System.Drawing.Size(753, 330);
|
||||
this.tabDetailMain.TabIndex = 0;
|
||||
this.tabDetailMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.tabItem});
|
||||
//
|
||||
// tabItem
|
||||
//
|
||||
this.tabItem.Name = "tabItem";
|
||||
this.tabItem.Size = new System.Drawing.Size(751, 306);
|
||||
this.tabItem.Text = "基本需要";
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.BackColor = System.Drawing.Color.White;
|
||||
this.panel7.Controls.Add(this.plRight);
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel7.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(753, 670);
|
||||
this.panel7.TabIndex = 3;
|
||||
//
|
||||
// plRight
|
||||
//
|
||||
this.plRight.Controls.Add(this.pl_right_center);
|
||||
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plRight.Location = new System.Drawing.Point(0, 0);
|
||||
this.plRight.Name = "plRight";
|
||||
this.plRight.Size = new System.Drawing.Size(753, 670);
|
||||
this.plRight.TabIndex = 14;
|
||||
//
|
||||
// pl_right_center
|
||||
//
|
||||
this.pl_right_center.Controls.Add(this.gridBillInfo);
|
||||
this.pl_right_center.Controls.Add(this.pl_right_main);
|
||||
this.pl_right_center.Controls.Add(this.plbillInfo);
|
||||
this.pl_right_center.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_right_center.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_right_center.Name = "pl_right_center";
|
||||
this.pl_right_center.Size = new System.Drawing.Size(753, 670);
|
||||
this.pl_right_center.TabIndex = 12;
|
||||
//
|
||||
// gridBillInfo
|
||||
//
|
||||
this.gridBillInfo.bomCaption = null;
|
||||
this.gridBillInfo.bomSql = null;
|
||||
this.gridBillInfo.ConstSql = null;
|
||||
this.gridBillInfo.detailEnableCond = null;
|
||||
this.gridBillInfo.detailEnableMsg = null;
|
||||
this.gridBillInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridBillInfo.loadBom = null;
|
||||
this.gridBillInfo.Location = new System.Drawing.Point(0, 61);
|
||||
this.gridBillInfo.ModuleKey = null;
|
||||
this.gridBillInfo.ModuleType = 0;
|
||||
this.gridBillInfo.Name = "gridBillInfo";
|
||||
this.gridBillInfo.pnlMain = this.pl_right_main;
|
||||
this.gridBillInfo.RowColorCondtion = null;
|
||||
this.gridBillInfo.Size = new System.Drawing.Size(753, 279);
|
||||
this.gridBillInfo.SourceType = 0;
|
||||
this.gridBillInfo.Sql = null;
|
||||
this.gridBillInfo.sqlC = null;
|
||||
this.gridBillInfo.SumFieldsTable = null;
|
||||
this.gridBillInfo.TabIndex = 12;
|
||||
this.gridBillInfo.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// pl_right_main
|
||||
//
|
||||
this.pl_right_main.BackColor = System.Drawing.Color.White;
|
||||
this.pl_right_main.Controls.Add(this.txt_Billdocument_Id);
|
||||
this.pl_right_main.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pl_right_main.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_right_main.Name = "pl_right_main";
|
||||
this.pl_right_main.Size = new System.Drawing.Size(753, 61);
|
||||
this.pl_right_main.TabIndex = 11;
|
||||
//
|
||||
// txt_Billdocument_Id
|
||||
//
|
||||
this.txt_Billdocument_Id.DefaultString = null;
|
||||
this.txt_Billdocument_Id.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.txt_Billdocument_Id.IsEmpt = false;
|
||||
this.txt_Billdocument_Id.LabelText = "单据号";
|
||||
this.txt_Billdocument_Id.Location = new System.Drawing.Point(612, 3);
|
||||
this.txt_Billdocument_Id.Name = "txt_Billdocument_Id";
|
||||
this.txt_Billdocument_Id.Size = new System.Drawing.Size(151, 21);
|
||||
this.txt_Billdocument_Id.TabIndex = 4;
|
||||
this.txt_Billdocument_Id.TipMsg = null;
|
||||
this.txt_Billdocument_Id.UnionFields = null;
|
||||
this.txt_Billdocument_Id.UnionValue = null;
|
||||
this.txt_Billdocument_Id.Visible = false;
|
||||
//
|
||||
// panelControl1
|
||||
//
|
||||
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.panelControl1.Appearance.Options.UseBackColor = true;
|
||||
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.panelControl1.Controls.Add(this.panel2);
|
||||
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelControl1.Name = "panelControl1";
|
||||
this.panelControl1.Size = new System.Drawing.Size(249, 670);
|
||||
this.panelControl1.TabIndex = 15;
|
||||
//
|
||||
// splitContainerControl1
|
||||
//
|
||||
this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.splitContainerControl1.Appearance.Options.UseBackColor = true;
|
||||
this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
||||
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainerControl1.Name = "splitContainerControl1";
|
||||
this.splitContainerControl1.Panel1.Controls.Add(this.panel7);
|
||||
this.splitContainerControl1.Panel1.MinSize = 50;
|
||||
this.splitContainerControl1.Panel1.Text = "Panel1";
|
||||
this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
|
||||
this.splitContainerControl1.Panel2.MinSize = 50;
|
||||
this.splitContainerControl1.Panel2.Text = "Panel2";
|
||||
this.splitContainerControl1.Size = new System.Drawing.Size(1008, 670);
|
||||
this.splitContainerControl1.SplitterPosition = 753;
|
||||
this.splitContainerControl1.TabIndex = 21;
|
||||
this.splitContainerControl1.Text = "splitContainerControl1";
|
||||
//
|
||||
// FrmAccraditation
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1008, 670);
|
||||
this.Controls.Add(this.splitContainerControl1);
|
||||
this.Controls.Add(this.barDockControlLeft);
|
||||
this.Controls.Add(this.barDockControlRight);
|
||||
this.Controls.Add(this.barDockControlBottom);
|
||||
this.Controls.Add(this.barDockControlTop);
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.Name = "FrmAccraditation";
|
||||
this.Text = "审批详细";
|
||||
this.SizeChanged += new System.EventHandler(this.FrmAccraditation_SizeChanged);
|
||||
this.panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.panel4.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
||||
this.plbillInfo.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabDetailMain)).EndInit();
|
||||
this.tabDetailMain.ResumeLayout(false);
|
||||
this.panel7.ResumeLayout(false);
|
||||
this.plRight.ResumeLayout(false);
|
||||
this.pl_right_center.ResumeLayout(false);
|
||||
this.pl_right_main.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
||||
this.panelControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
||||
this.splitContainerControl1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.TextBox txtRemark;
|
||||
private DevExpress.XtraGrid.GridControl gcAttach;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn operAdvice;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn operTime;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn col_operatorName;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn stepName;
|
||||
private MyControl.LabelTextEx txtCheckName;
|
||||
private MyControl.LabelDateEx txtCheckDate;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOk;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
||||
private System.Windows.Forms.Panel plbillInfo;
|
||||
private System.Windows.Forms.Panel panel7;
|
||||
private System.Windows.Forms.Panel plRight;
|
||||
private System.Windows.Forms.Panel pl_right_center;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn sh;
|
||||
private System.Windows.Forms.Panel pl_right_main;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label gbName;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private DevExpress.XtraTab.XtraTabControl tabDetailMain;
|
||||
private DevExpress.XtraTab.XtraTabPage tabItem;
|
||||
private MyControl.LabelComboxEx txtYj;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAtt;
|
||||
private DevExpress.XtraEditors.DropDownButton dpbTools;
|
||||
private DevExpress.XtraBars.PopupMenu pMenu;
|
||||
private DevExpress.XtraBars.BarManager barManager1;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
||||
private MyControl.LabelTextEx txt_Billdocument_Id;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private MyControl.GridControlEx gridBillInfo;
|
||||
private DevExpress.XtraEditors.SimpleButton btnReturn;
|
||||
private DevExpress.XtraEditors.DropDownButton btnPrint;
|
||||
private DevExpress.XtraBars.PopupMenu pMprint;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,129 @@
|
||||
<?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="pMprint.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>103, 19</value>
|
||||
</metadata>
|
||||
<metadata name="barManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>242, 17</value>
|
||||
</metadata>
|
||||
<metadata name="pMenu.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,173 @@
|
||||
<?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>{A5792CB2-1E0C-40D0-8A5A-1F7D010FA423}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Lskj.PubBillAccraditation</RootNamespace>
|
||||
<AssemblyName>Lskj.PubBillAccraditation</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\publish\lib\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Data.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.Data.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.Printing.v13.1.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.Utils.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraBars.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraBars.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraEditors.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraGrid.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraLayout.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraPrinting.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraTreeList.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\publish\DevExpress.XtraTreeList.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Dxper.LocalizationCHS.Win.v13.1.5">
|
||||
<HintPath>..\..\..\publish\Dxper.LocalizationCHS.Win.v13.1.5.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<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="FrmAccraditation.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmAccraditation.Designer.cs">
|
||||
<DependentUpon>FrmAccraditation.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="TabModel.cs" />
|
||||
<EmbeddedResource Include="FrmAccraditation.resx">
|
||||
<DependentUpon>FrmAccraditation.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\licenses.licx" />
|
||||
<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>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="a.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\AutoUpdater\AutoUpdater\CreateXmlTools\CreateXmlTools.csproj">
|
||||
<Project>{FD098557-A700-4E07-93F3-C80714435A6E}</Project>
|
||||
<Name>CreateXmlTools</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\CommonLib\CommonLib.csproj">
|
||||
<Project>{3E8E6529-5D8A-4F17-8C41-27CD7380178D}</Project>
|
||||
<Name>CommonLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\ControlLib\ControlLib.csproj">
|
||||
<Project>{73C024E7-D9DC-44C3-BABC-2AA1544ECCF9}</Project>
|
||||
<Name>ControlLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.Common\Lskj.Common.csproj">
|
||||
<Project>{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}</Project>
|
||||
<Name>Lskj.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.MyControl\Lskj.MyControl.csproj">
|
||||
<Project>{F6502012-9A7C-44AE-AAC6-DE2AD02F5C11}</Project>
|
||||
<Name>Lskj.MyControl</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Lskj.PubUtils\Lskj.PubUtils.csproj">
|
||||
<Project>{752386CB-FD63-4565-980F-E8F72A520F77}</Project>
|
||||
<Name>Lskj.PubUtils</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.PubAccraditation\Lskj.PubAccraditation.csproj">
|
||||
<Project>{781A5A97-921F-40F7-990A-42200E88204F}</Project>
|
||||
<Name>Lskj.PubAccraditation</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="BackSelect\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WCFMetadata Include="Service References\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Lskj.PubBillAccraditation
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// 应用程序的主入口点。
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new FrmAccraditation());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的常规信息通过以下
|
||||
// 特性集控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("Lskj.PubBillAccraditation")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Lskj.PubBillAccraditation")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 使此程序集中的类型
|
||||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
||||
// 则将该类型上的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("383dde3c-0ee4-46ad-b772-ecbd9a0356d8")]
|
||||
|
||||
// 程序集的版本信息由下面四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 内部版本号
|
||||
// 修订号
|
||||
//
|
||||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”:
|
||||
// [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.18444
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubBillAccraditation.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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.PubBillAccraditation.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,26 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.18444
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubBillAccraditation.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Lskj.MyControl;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Lskj.PubAccraditation
|
||||
{
|
||||
public class TabModel
|
||||
{
|
||||
private GridControlEx gc;
|
||||
public GridControlEx Gc
|
||||
{
|
||||
get { return gc; }
|
||||
set { gc = value; }
|
||||
}
|
||||
public String StepName { get; set; }
|
||||
public Label StepLabel { get; set; }
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 66 KiB |