DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/Gs.DevApp.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 } } 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(); } } } 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>