27 lines
615 B
C#
27 lines
615 B
C#
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 SOH.Kernel;
|
|
|
|
namespace SOH.ShouFei
|
|
{
|
|
[ModuleAttribute(ModuleID = "E0E3B774-B9D6-4044-BA4A-6E2549A5860F", ModuleName = "轧帐情况查询")]
|
|
public partial class frmZhaZhangQingKuang : SOH.Window.baseChildForm
|
|
{
|
|
public frmZhaZhangQingKuang()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void frmZhaZhangQingKuang_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|