diff --git a/.vs/WinformGeneralDeveloperFrame/v16/.suo b/.vs/WinformGeneralDeveloperFrame/v16/.suo
index 11a3148..3a21711 100644
Binary files a/.vs/WinformGeneralDeveloperFrame/v16/.suo and b/.vs/WinformGeneralDeveloperFrame/v16/.suo differ
diff --git a/WinformGeneralDeveloperFrame/Form/Frmbuyer.cs b/WinformGeneralDeveloperFrame/Form/Frmbuyer.cs
index 12f77ca..6dbaf4d 100644
--- a/WinformGeneralDeveloperFrame/Form/Frmbuyer.cs
+++ b/WinformGeneralDeveloperFrame/Form/Frmbuyer.cs
@@ -1,16 +1,12 @@
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 WinformGeneralDeveloperFrame;
using WinformGeneralDeveloperFrame.Commons;
using DevExpress.XtraLayout;
using MES.Entity;
-using System.Data.Entity.Migrations;
using System.Data.Entity;
using CCWin.SkinClass;
using CCWin.SkinControl;
diff --git a/WinformGeneralDeveloperFrame/FrmSystemSetup.Designer.cs b/WinformGeneralDeveloperFrame/FrmSystemSetup.Designer.cs
new file mode 100644
index 0000000..ff1a69e
--- /dev/null
+++ b/WinformGeneralDeveloperFrame/FrmSystemSetup.Designer.cs
@@ -0,0 +1,146 @@
+
+namespace WinformGeneralDeveloperFrame
+{
+ partial class FrmSystemSetup
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+ this.xtraTabControl1.SuspendLayout();
+ this.xtraTabPage2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
+ this.layoutControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
+ 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.xtraTabPage2;
+ this.xtraTabControl1.Size = new System.Drawing.Size(664, 455);
+ this.xtraTabControl1.TabIndex = 0;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage2});
+ //
+ // xtraTabPage2
+ //
+ this.xtraTabPage2.Controls.Add(this.layoutControl1);
+ this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.Size = new System.Drawing.Size(658, 426);
+ this.xtraTabPage2.Text = "邮件配置";
+ //
+ // layoutControl1
+ //
+ this.layoutControl1.Controls.Add(this.textEdit1);
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControl1.Name = "layoutControl1";
+ this.layoutControl1.Root = this.Root;
+ this.layoutControl1.Size = new System.Drawing.Size(658, 426);
+ this.layoutControl1.TabIndex = 0;
+ this.layoutControl1.Text = "layoutControl1";
+ //
+ // Root
+ //
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+ this.Root.GroupBordersVisible = false;
+ this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem1,
+ this.emptySpaceItem1});
+ this.Root.Name = "Root";
+ this.Root.Size = new System.Drawing.Size(658, 426);
+ this.Root.TextVisible = false;
+ //
+ // textEdit1
+ //
+ this.textEdit1.Location = new System.Drawing.Point(76, 12);
+ this.textEdit1.Name = "textEdit1";
+ this.textEdit1.Size = new System.Drawing.Size(570, 20);
+ this.textEdit1.StyleController = this.layoutControl1;
+ this.textEdit1.TabIndex = 4;
+ //
+ // layoutControlItem1
+ //
+ this.layoutControlItem1.Control = this.textEdit1;
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem1.Name = "layoutControlItem1";
+ this.layoutControlItem1.Size = new System.Drawing.Size(638, 24);
+ this.layoutControlItem1.Text = "邮件服务器";
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
+ //
+ // emptySpaceItem1
+ //
+ this.emptySpaceItem1.AllowHotTrack = false;
+ this.emptySpaceItem1.Location = new System.Drawing.Point(0, 24);
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
+ this.emptySpaceItem1.Size = new System.Drawing.Size(638, 382);
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // FrmSystemSetup
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(664, 455);
+ this.Controls.Add(this.xtraTabControl1);
+ this.Name = "FrmSystemSetup";
+ this.Text = "系统配置";
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+ this.xtraTabControl1.ResumeLayout(false);
+ this.xtraTabPage2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
+ this.layoutControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
+ private DevExpress.XtraEditors.TextEdit textEdit1;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
+ }
+}
\ No newline at end of file
diff --git a/WinformGeneralDeveloperFrame/FrmSystemSetup.cs b/WinformGeneralDeveloperFrame/FrmSystemSetup.cs
new file mode 100644
index 0000000..485d844
--- /dev/null
+++ b/WinformGeneralDeveloperFrame/FrmSystemSetup.cs
@@ -0,0 +1,21 @@
+using DevExpress.XtraEditors;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace WinformGeneralDeveloperFrame
+{
+ public partial class FrmSystemSetup : DevExpress.XtraEditors.XtraForm
+ {
+ public FrmSystemSetup()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/WinformGeneralDeveloperFrame/FrmSystemSetup.resx b/WinformGeneralDeveloperFrame/FrmSystemSetup.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/WinformGeneralDeveloperFrame/FrmSystemSetup.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj b/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj
index 31e9c5a..f53b610 100644
--- a/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj
+++ b/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj
@@ -51,8 +51,9 @@
-
- ..\..\..\..\..\下载\好例子网_Login\Login\Login\bin\Debug\CSkin.dll
+
+ False
+ lib\CSkin.dll
@@ -460,6 +461,12 @@
FrmsysDataTable.cs
+
+ Form
+
+
+ FrmSystemSetup.cs
+
Form
@@ -643,6 +650,9 @@
FrmsysDataTable.cs
+
+ FrmSystemSetup.cs
+
LoadForm.cs
@@ -7982,6 +7992,7 @@
Always
+
diff --git a/WinformGeneralDeveloperFrame/lib/CSkin.dll b/WinformGeneralDeveloperFrame/lib/CSkin.dll
new file mode 100644
index 0000000..8132f2d
Binary files /dev/null and b/WinformGeneralDeveloperFrame/lib/CSkin.dll differ