BLL/BLL.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BLL/Xt_SystemParameterForOrg.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BLL/Xt_SystemParameterForOrg.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BLL/Xt_SystemParameterForOrg.resx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BLL/系统管理/Xt_SystemParameter.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BLL/BLL.csproj
@@ -106,6 +106,12 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Xt_SystemParameterForOrg.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Xt_SystemParameterForOrg.Designer.cs"> <DependentUpon>Xt_SystemParameterForOrg.cs</DependentUpon> </Compile> <Compile Include="ç³»ç»ç®¡ç\ç¨æ·ç®¡ç\Gy_UserByOrgRelation.cs"> <SubType>Form</SubType> </Compile> @@ -431,6 +437,9 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="Xt_SystemParameterForOrg.resx"> <DependentUpon>Xt_SystemParameterForOrg.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="å ¬ç¨æ¨¡å\AboutBox1.resx"> <SubType>Designer</SubType> <DependentUpon>AboutBox1.cs</DependentUpon> BLL/Xt_SystemParameterForOrg.Designer.cs
New file @@ -0,0 +1,292 @@  namespace BLL { partial class Xt_SystemParameterForOrg { /// <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.components = new System.ComponentModel.Container(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtHFarmat = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtHExplanation = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtHValue = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtHCaption = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtHKey = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.grdMain = new System.Windows.Forms.DataGridView(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); 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(734, 63); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("å®ä½", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(241, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(235, 24); this.label1.TabIndex = 0; this.label1.Text = "æç»ç»è®¾ç½®ç³»ç»åæ°"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtHFarmat); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtHExplanation); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.txtHValue); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtHCaption); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.txtHKey); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 63); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(734, 155); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; // // txtHFarmat // this.txtHFarmat.Location = new System.Drawing.Point(93, 113); this.txtHFarmat.Name = "txtHFarmat"; this.txtHFarmat.ReadOnly = true; this.txtHFarmat.Size = new System.Drawing.Size(629, 25); this.txtHFarmat.TabIndex = 9; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(21, 118); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 8; this.label6.Text = "æ ¼å¼èä¾"; // // txtHExplanation // this.txtHExplanation.Location = new System.Drawing.Point(93, 82); this.txtHExplanation.Name = "txtHExplanation"; this.txtHExplanation.ReadOnly = true; this.txtHExplanation.Size = new System.Drawing.Size(629, 25); this.txtHExplanation.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(21, 87); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 15); this.label5.TabIndex = 6; this.label5.Text = "æ è¿°"; // // txtHValue // this.txtHValue.Location = new System.Drawing.Point(444, 51); this.txtHValue.Name = "txtHValue"; this.txtHValue.ReadOnly = true; this.txtHValue.Size = new System.Drawing.Size(278, 25); this.txtHValue.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(390, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(30, 15); this.label4.TabIndex = 4; this.label4.Text = "å¼ "; // // txtHCaption // this.txtHCaption.Location = new System.Drawing.Point(93, 51); this.txtHCaption.Name = "txtHCaption"; this.txtHCaption.ReadOnly = true; this.txtHCaption.Size = new System.Drawing.Size(278, 25); this.txtHCaption.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(21, 56); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 15); this.label3.TabIndex = 2; this.label3.Text = "å ç§°"; // // txtHKey // this.txtHKey.Location = new System.Drawing.Point(93, 20); this.txtHKey.Name = "txtHKey"; this.txtHKey.ReadOnly = true; this.txtHKey.Size = new System.Drawing.Size(278, 25); this.txtHKey.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 15); this.label2.TabIndex = 0; this.label2.Text = "å ³é®å¼"; // // groupBox3 // this.groupBox3.Controls.Add(this.grdMain); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(0, 218); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(734, 326); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(3, 21); this.grdMain.Margin = new System.Windows.Forms.Padding(4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 51; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(728, 302); this.grdMain.TabIndex = 20; this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // groupBox4 // this.groupBox4.Controls.Add(this.cmdCancel); this.groupBox4.Controls.Add(this.cmdOK); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox4.Location = new System.Drawing.Point(0, 544); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(734, 79); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(575, 24); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(115, 42); this.cmdCancel.TabIndex = 1; this.cmdCancel.Text = "å æ¶"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(421, 24); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(115, 42); this.cmdOK.TabIndex = 0; this.cmdOK.Text = "ä¿ å"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // Xt_SystemParameterForOrg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(734, 623); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Xt_SystemParameterForOrg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "æç»ç»è®¾ç½®ç³»ç»åæ°"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox txtHCaption; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtHKey; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox txtHExplanation; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtHValue; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHFarmat; private System.Windows.Forms.Label label6; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; } } BLL/Xt_SystemParameterForOrg.cs
New file @@ -0,0 +1,160 @@ 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 BLL { public partial class Xt_SystemParameterForOrg : Form { public Xt_SystemParameterForOrg() { InitializeComponent(); } public const int HInterIDCol = 0; public const int HKeyCol = 1; public const int HOrgIDCol = 2; public const int HOrgNumberCol = 3; public const int HOrgNameCol = 4; public const int HValueCol = 5; public string sHKey; private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled = false; initGrid(); Display(); } private void initGrid() { // grdMain.ColumnCount = 6; //æ»åæ° DBUtility.Xt_BaseBillFun.initGridFst(grdMain, this.Name); //= grdMain.Columns[HOrgNumberCol].HeaderText = "ç»ç»ä»£ç "; grdMain.Columns[HOrgNameCol].HeaderText = "ç»ç»åç§°"; grdMain.Columns[HValueCol].HeaderText = "åæ°å¼"; ////åºå®èµå¼===================================================== //============================================================================= //æ ¼å¼å //设置 æå·¥éè DBUtility.ClsPub.HideGridView(grdMain, Name, DBUtility.ClsPub.AppPath);//设置éèå ////éèå grdMain.Columns[HInterIDCol].Visible = false; grdMain.Columns[HKeyCol].Visible = false; grdMain.Columns[HOrgIDCol].Visible = false; //éèæºåä¿¡æ¯ //设置å¯ç¼è¾å string sAllowCol = HValueCol.ToString() ; //设置å计å string sTotalCol = ""; //æ ¼å¼åç½æ ¼ //DBUtility.Xt_BaseBillFun.initGridLast(sAllowCol, sTotalCol, oSumGrid); DBUtility.Xt_BaseBillFun.GetGrid(grdMain, this.Name); } private void Display() { SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); try { //æ ¹æ® HKEY æ¥è·å ç°æä¿¡æ¯ DataSet ds = oCn.RunProcReturn("exec h_p_Xt_SystemParameter_GetValue '" + sHKey + "'", "h_p_Xt_SystemParameter_GetValue"); if(ds==null) { MessageBox.Show("读å失败1ï¼æ²¡æè¿å任使°æ®ï¼"); return; } if (ds.Tables[0].Rows.Count != 0) { //æ¾ç¤ºå° 表头 txtHKey.Text = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HKey"]); txtHCaption.Text = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HCaption"]); txtHValue.Text = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HMainValue"]); txtHExplanation.Text = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HExplanation"]); txtHFarmat.Text = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HFarmat"]); } else { MessageBox.Show("读å失败2ï¼æ²¡æè¿å任使°æ®ï¼"); return; } //æ¾ç¤ºå° è¡¨ä½ grdMain.RowCount = ds.Tables[0].Rows.Count; for (int i = 0; i < ds.Tables[0].Rows.Count; i++) { if (i >= grdMain.RowCount - 1) grdMain.Rows.Add(); //åæ®åºå®èµå¼ grdMain.Rows[i].Cells[HInterIDCol].Value = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[i]["HInterID"]); grdMain.Rows[i].Cells[HKeyCol].Value = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[i]["HKey"]); grdMain.Rows[i].Cells[HOrgIDCol].Value = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[i]["HOrgID"]); grdMain.Rows[i].Cells[HOrgNumberCol].Value = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[i]["HOrgNumber"]); grdMain.Rows[i].Cells[HOrgNameCol].Value = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[i]["HOrgName"]); grdMain.Rows[i].Cells[HValueCol].Value = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[i]["HValue"]); } } catch(Exception e1) { MessageBox.Show("读å失败ï¼" + e1.Message); } } private void cmdCancel_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); this.Close(); } private void cmdOK_Click(object sender, EventArgs e) { //ä¿åå夿 SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); try { //æ¸ é¤ åè¡¨ä¿¡æ¯ oCn.RunProc(" delete from Xt_SystemParameterSub Where HKey= '" + sHKey + "'"); //循ç¯åå ¥å表 for (int i = 0; i < grdMain.Rows.Count; i++) { if (DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HValueCol].Value).ToString() !="" && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HKeyCol].Value).ToString() !="") { oCn.RunProc(" insert into Xt_SystemParameterSub (HInterID,HValue,HKey,HOrgID) " + " values( " + " " + DBUtility.ClsPub.isLong(grdMain.Rows[i].Cells[HInterIDCol].Value).ToString() + " " + ", '" + DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HValueCol].Value).ToString() + "' " + ", '" + DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HKeyCol].Value).ToString() + "' " + ", " + DBUtility.ClsPub.isLong(grdMain.Rows[i].Cells[HOrgIDCol].Value).ToString() + " " + ") "); } } MessageBox.Show("ä¿å宿¯ï¼"); } catch(Exception e1) { MessageBox.Show("ä¿å失败ï¼"+ e1.Message); } } private void grdMain_CellBeginEdit(object sender, DataGridViewCellCancelEventArgs e) { int i = grdMain.CurrentCell.ColumnIndex; if (i == HKeyCol || i == HOrgNumberCol || i == HOrgNameCol) { e.Cancel = true; } } } } BLL/Xt_SystemParameterForOrg.resx
New file @@ -0,0 +1,123 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> </root> BLL/ϵͳ¹ÜÀí/Xt_SystemParameter.cs
@@ -566,12 +566,13 @@ private void org_Click(object sender, EventArgs e) { Xt_SystemParameterForOrg oXt_SystemParameterForOrg = new Xt_SystemParameterForOrg(); if (DBUtility.Gy_BaseFun.AllowRow(grdMain)) { //æ ¹æ®éä¸è¡æ¾ç¤º æç»ç»ç ç³»ç»åæ°æ¸ å //è·åéä¸è¡ç HKEY string sKey = DBUtility.ClsPub.isStrNull(grdMain.Rows[grdMain.CurrentRow.Index].Cells[Fun_GetCol("å ³é®ç ")].Value); oXt_SystemParameterForOrg.sHKey = sKey; oXt_SystemParameterForOrg.ShowDialog(); } } }