From c071df44dce77350e4bb273a9a3a7bf6388115e5 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 七月 2025 14:16:30 +0800
Subject: [PATCH] 验退
---
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs | 21 ++++++++++
DevApp/Gs.DevApp/Gs.DevApp.csproj | 6 +++
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.Designer.cs | 38 +++++++++++++++++++
3 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.Designer.cs
new file mode 100644
index 0000000..8bb1ff3
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.Designer.cs
@@ -0,0 +1,38 @@
+锘縩amespace Gs.DevApp.DevFrm.Ck
+{
+ partial class Frm_MesYanTui
+ {
+ /// <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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Text = "Frm_MesYanTui";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs
new file mode 100644
index 0000000..81a880b
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs
@@ -0,0 +1,21 @@
+锘縰sing 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 Gs.DevApp.DevFrm.Ck
+{
+ public partial class Frm_MesYanTui : DevExpress.XtraEditors.XtraForm
+ {
+ public Frm_MesYanTui()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index 5898f86..c9d8a4e 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -305,6 +305,12 @@
<Compile Include="DevFrm\Ck\Frm_MesSctkSqDj.Designer.cs">
<DependentUpon>Frm_MesSctkSqDj.cs</DependentUpon>
</Compile>
+ <Compile Include="DevFrm\Ck\Frm_MesYanTui.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="DevFrm\Ck\Frm_MesYanTui.Designer.cs">
+ <DependentUpon>Frm_MesYanTui.cs</DependentUpon>
+ </Compile>
<Compile Include="DevFrm\Ck\SelectSctk.cs">
<SubType>Form</SubType>
</Compile>
--
Gitblit v1.9.3