提交单据管理和修改密码功能

This commit is contained in:
cyf
2026-07-28 10:16:51 +08:00
parent e4b40a32d7
commit b893e8d8e4
75 changed files with 16227 additions and 309 deletions
+5 -1
View File
@@ -849,6 +849,7 @@
//
this.name_lde.BackColor = System.Drawing.Color.Transparent;
this.name_lde.BackgroundColor = System.Drawing.Color.Empty;
this.name_lde.ContentBold = false;
this.name_lde.EditText = "";
this.name_lde.FontSize = 0F;
this.name_lde.LabelText = "姓名";
@@ -866,6 +867,7 @@
//
this.end_lde.BackColor = System.Drawing.Color.Transparent;
this.end_lde.BackgroundColor = System.Drawing.Color.Empty;
this.end_lde.ContentBold = false;
this.end_lde.EditText = "";
this.end_lde.FontSize = 0F;
this.end_lde.LabelText = "结束时间";
@@ -883,6 +885,7 @@
//
this.start_lde.BackColor = System.Drawing.Color.Transparent;
this.start_lde.BackgroundColor = System.Drawing.Color.Empty;
this.start_lde.ContentBold = false;
this.start_lde.EditText = "";
this.start_lde.FontSize = 0F;
this.start_lde.LabelText = "开始时间";
@@ -1036,6 +1039,7 @@
this.searchModuleLab.BackColor = System.Drawing.Color.Transparent;
this.searchModuleLab.BackgroundColor = System.Drawing.Color.Empty;
this.searchModuleLab.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.searchModuleLab.ContentBold = false;
this.searchModuleLab.Dock = System.Windows.Forms.DockStyle.Fill;
this.searchModuleLab.EditText = "";
this.searchModuleLab.FontSize = 0F;
@@ -1105,7 +1109,7 @@
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1284, 641);
this.ClientSize = new System.Drawing.Size(1605, 801);
this.Controls.Add(this.splitContainerControl1);
this.Name = "FrmMain";
this.Text = "权限设置器";