Commit 544c2700 by 陶然

版本号调整

parent f3574172
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<connectionStrings> <connectionStrings>
<!--<add name="Database" providerName="Sqlite" connectionString="$ROOT\AppData\primary.sqlite"/>--> <!--<add name="Database" providerName="Sqlite" connectionString="$ROOT\AppData\primary.sqlite"/>-->
</connectionStrings> </connectionStrings>
</configuration> </configuration>
\ No newline at end of file
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
this.groupBox1.Font = new System.Drawing.Font("宋体", 16F); this.groupBox1.Font = new System.Drawing.Font("宋体", 16F);
this.groupBox1.Location = new System.Drawing.Point(1189, 0); this.groupBox1.Location = new System.Drawing.Point(1189, 0);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); this.groupBox1.Padding = new System.Windows.Forms.Padding(5);
this.groupBox1.Size = new System.Drawing.Size(236, 679); this.groupBox1.Size = new System.Drawing.Size(236, 679);
this.groupBox1.TabIndex = 11; this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(5, 30); this.panel4.Location = new System.Drawing.Point(5, 30);
this.panel4.Name = "panel4"; this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); this.panel4.Padding = new System.Windows.Forms.Padding(5);
this.panel4.Size = new System.Drawing.Size(226, 40); this.panel4.Size = new System.Drawing.Size(226, 40);
this.panel4.TabIndex = 0; this.panel4.TabIndex = 0;
// //
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
this.groupReport.Font = new System.Drawing.Font("宋体", 16F); this.groupReport.Font = new System.Drawing.Font("宋体", 16F);
this.groupReport.Location = new System.Drawing.Point(0, 0); this.groupReport.Location = new System.Drawing.Point(0, 0);
this.groupReport.Name = "groupReport"; this.groupReport.Name = "groupReport";
this.groupReport.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); this.groupReport.Padding = new System.Windows.Forms.Padding(5);
this.groupReport.Size = new System.Drawing.Size(1189, 679); this.groupReport.Size = new System.Drawing.Size(1189, 679);
this.groupReport.TabIndex = 14; this.groupReport.TabIndex = 14;
this.groupReport.TabStop = false; this.groupReport.TabStop = false;
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,7 @@
this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(5, 30); this.panel2.Location = new System.Drawing.Point(5, 30);
this.panel2.Name = "panel2"; this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); this.panel2.Padding = new System.Windows.Forms.Padding(5);
this.panel2.Size = new System.Drawing.Size(1179, 40); this.panel2.Size = new System.Drawing.Size(1179, 40);
this.panel2.TabIndex = 5; this.panel2.TabIndex = 5;
// //
...@@ -742,9 +742,9 @@ ...@@ -742,9 +742,9 @@
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lblMessage); this.Controls.Add(this.lblMessage);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmMain"; this.Name = "FrmMain";
this.Text = "K5报告打印客户端V4.2_24.3060"; this.Text = "K5报告打印客户端V4.3_24.3060";
this.Activated += new System.EventHandler(this.FrmMain_Activated); this.Activated += new System.EventHandler(this.FrmMain_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.Load += new System.EventHandler(this.FrmMain_Load); this.Load += new System.EventHandler(this.FrmMain_Load);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment