2021-05-27 18:08:25 +08:00
|
|
|
|
|
|
|
|
using DevExpress.XtraEditors;
|
|
|
|
|
using DevExpress.XtraLayout;
|
|
|
|
|
using DevExpress.XtraTab;
|
|
|
|
|
|
|
|
|
|
namespace MES.Form
|
|
|
|
|
{
|
|
|
|
|
partial class Frmcustomer
|
|
|
|
|
{
|
|
|
|
|
/// <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.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemtxtcustomertype = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
|
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemtxtcontactuser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
|
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
|
|
|
this.tabDataList = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.grdList = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
this.grdListView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
this.txtid = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtcustomername = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtcustomertype = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
this.txtcontactuser = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
this.txtaddress = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtstartreceipt = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtcustomercode = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txttotalreceivables = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txttotalamountsettled = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txttotaloutstandingamount = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtremark = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-29 14:11:44 +08:00
|
|
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-29 14:11:44 +08:00
|
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-29 14:11:44 +08:00
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
2021-05-31 18:22:37 +08:00
|
|
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.txtphonenumber = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-27 18:08:25 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcustomertype)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcontactuser)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
|
|
|
this.xtraTabControl1.SuspendLayout();
|
|
|
|
|
this.tabDataList.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).BeginInit();
|
|
|
|
|
this.tabDataDetail.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
|
|
|
this.panelControl2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomername.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomertype.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcontactuser.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtaddress.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtstartreceipt.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomercode.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotalreceivables.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotalamountsettled.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotaloutstandingamount.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
2021-05-31 18:22:37 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtphonenumber.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// gridColumn1
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn1.Caption = "id";
|
|
|
|
|
this.gridColumn1.FieldName = "id";
|
|
|
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn2
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn2.Caption = "客户名称";
|
|
|
|
|
this.gridColumn2.FieldName = "customername";
|
|
|
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
|
|
|
this.gridColumn2.Visible = true;
|
|
|
|
|
this.gridColumn2.VisibleIndex = 0;
|
|
|
|
|
this.gridColumn2.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn3
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn3.Caption = "客户类别";
|
|
|
|
|
this.gridColumn3.ColumnEdit = this.repositoryItemtxtcustomertype;
|
|
|
|
|
this.gridColumn3.FieldName = "customertype";
|
|
|
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
|
|
|
this.gridColumn3.Visible = true;
|
|
|
|
|
this.gridColumn3.VisibleIndex = 1;
|
|
|
|
|
this.gridColumn3.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemtxtcustomertype
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemtxtcustomertype.AutoHeight = false;
|
|
|
|
|
this.repositoryItemtxtcustomertype.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemtxtcustomertype.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemtxtcustomertype.Name = "repositoryItemtxtcustomertype";
|
|
|
|
|
this.repositoryItemtxtcustomertype.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn4
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn4.Caption = "联系人";
|
|
|
|
|
this.gridColumn4.ColumnEdit = this.repositoryItemtxtcontactuser;
|
|
|
|
|
this.gridColumn4.FieldName = "contactuser";
|
|
|
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
|
|
|
this.gridColumn4.Visible = true;
|
|
|
|
|
this.gridColumn4.VisibleIndex = 2;
|
|
|
|
|
this.gridColumn4.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemtxtcontactuser
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemtxtcontactuser.AutoHeight = false;
|
|
|
|
|
this.repositoryItemtxtcontactuser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemtxtcontactuser.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemtxtcontactuser.Name = "repositoryItemtxtcontactuser";
|
|
|
|
|
this.repositoryItemtxtcontactuser.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn5
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn5.Caption = "客户地址";
|
|
|
|
|
this.gridColumn5.FieldName = "address";
|
|
|
|
|
this.gridColumn5.Name = "gridColumn5";
|
|
|
|
|
this.gridColumn5.Visible = true;
|
|
|
|
|
this.gridColumn5.VisibleIndex = 3;
|
|
|
|
|
this.gridColumn5.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn6
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn6.Caption = "期初应收款";
|
|
|
|
|
this.gridColumn6.FieldName = "startreceipt";
|
|
|
|
|
this.gridColumn6.Name = "gridColumn6";
|
|
|
|
|
this.gridColumn6.Visible = true;
|
|
|
|
|
this.gridColumn6.VisibleIndex = 4;
|
|
|
|
|
this.gridColumn6.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn7
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn7.Caption = "客户编号";
|
|
|
|
|
this.gridColumn7.FieldName = "customercode";
|
|
|
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
|
|
|
this.gridColumn7.Visible = true;
|
|
|
|
|
this.gridColumn7.VisibleIndex = 5;
|
|
|
|
|
this.gridColumn7.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn8
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn8.Caption = "应收款总额";
|
|
|
|
|
this.gridColumn8.FieldName = "totalreceivables";
|
|
|
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
|
|
|
this.gridColumn8.Visible = true;
|
|
|
|
|
this.gridColumn8.VisibleIndex = 6;
|
|
|
|
|
this.gridColumn8.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn9
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn9.Caption = "已结款总额";
|
|
|
|
|
this.gridColumn9.FieldName = "totalamountsettled";
|
|
|
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
|
|
|
this.gridColumn9.Visible = true;
|
|
|
|
|
this.gridColumn9.VisibleIndex = 7;
|
|
|
|
|
this.gridColumn9.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn10
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn10.Caption = "未结款总额";
|
|
|
|
|
this.gridColumn10.FieldName = "totaloutstandingamount";
|
|
|
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
|
|
|
this.gridColumn10.Visible = true;
|
|
|
|
|
this.gridColumn10.VisibleIndex = 8;
|
|
|
|
|
this.gridColumn10.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn11
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn11.Caption = "备注";
|
|
|
|
|
this.gridColumn11.FieldName = "remark";
|
|
|
|
|
this.gridColumn11.Name = "gridColumn11";
|
|
|
|
|
this.gridColumn11.Visible = true;
|
|
|
|
|
this.gridColumn11.VisibleIndex = 9;
|
|
|
|
|
this.gridColumn11.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// xtraTabControl1
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
|
|
|
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
|
|
|
this.xtraTabControl1.SelectedTabPage = this.tabDataList;
|
|
|
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(884, 561);
|
|
|
|
|
this.xtraTabControl1.TabIndex = 1;
|
|
|
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
|
|
this.tabDataList,
|
|
|
|
|
this.tabDataDetail});
|
|
|
|
|
//
|
|
|
|
|
// tabDataList
|
|
|
|
|
//
|
|
|
|
|
this.tabDataList.Controls.Add(this.grdList);
|
|
|
|
|
this.tabDataList.Name = "tabDataList";
|
2021-05-29 14:11:44 +08:00
|
|
|
this.tabDataList.Size = new System.Drawing.Size(878, 532);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.tabDataList.Text = "数据列表";
|
|
|
|
|
//
|
|
|
|
|
// grdList
|
|
|
|
|
//
|
|
|
|
|
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.grdList.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.grdList.MainView = this.grdListView;
|
|
|
|
|
this.grdList.Name = "grdList";
|
2021-05-29 14:11:44 +08:00
|
|
|
this.grdList.Size = new System.Drawing.Size(878, 532);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.grdList.TabIndex = 0;
|
|
|
|
|
this.grdList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
this.grdListView});
|
|
|
|
|
//
|
|
|
|
|
// grdListView
|
|
|
|
|
//
|
|
|
|
|
this.grdListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
this.gridColumn1,
|
|
|
|
|
this.gridColumn2,
|
|
|
|
|
this.gridColumn3,
|
|
|
|
|
this.gridColumn4,
|
|
|
|
|
this.gridColumn5,
|
|
|
|
|
this.gridColumn6,
|
|
|
|
|
this.gridColumn7,
|
|
|
|
|
this.gridColumn8,
|
|
|
|
|
this.gridColumn9,
|
|
|
|
|
this.gridColumn10,
|
2021-05-31 18:22:37 +08:00
|
|
|
this.gridColumn11,
|
|
|
|
|
this.gridColumn12});
|
2021-05-27 18:08:25 +08:00
|
|
|
this.grdListView.GridControl = this.grdList;
|
|
|
|
|
this.grdListView.Name = "grdListView";
|
|
|
|
|
this.grdListView.OptionsBehavior.Editable = false;
|
|
|
|
|
this.grdListView.OptionsView.ColumnAutoWidth = false;
|
|
|
|
|
//
|
|
|
|
|
// tabDataDetail
|
|
|
|
|
//
|
|
|
|
|
this.tabDataDetail.Controls.Add(this.panelControl2);
|
|
|
|
|
this.tabDataDetail.Name = "tabDataDetail";
|
|
|
|
|
this.tabDataDetail.Size = new System.Drawing.Size(878, 532);
|
|
|
|
|
this.tabDataDetail.Text = "数据编辑";
|
|
|
|
|
//
|
|
|
|
|
// panelControl2
|
|
|
|
|
//
|
|
|
|
|
this.panelControl2.Controls.Add(this.layoutControl1);
|
|
|
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelControl2.Name = "panelControl2";
|
|
|
|
|
this.panelControl2.Size = new System.Drawing.Size(878, 532);
|
|
|
|
|
this.panelControl2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// layoutControl1
|
|
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControl1.Controls.Add(this.txtphonenumber);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControl1.Controls.Add(this.txtid);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcustomername);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcustomertype);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcontactuser);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtaddress);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtstartreceipt);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcustomercode);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txttotalreceivables);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txttotalamountsettled);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txttotaloutstandingamount);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtremark);
|
|
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(874, 528);
|
|
|
|
|
this.layoutControl1.TabIndex = 6;
|
|
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
|
|
//
|
|
|
|
|
// txtid
|
|
|
|
|
//
|
|
|
|
|
this.txtid.Location = new System.Drawing.Point(75, 12);
|
|
|
|
|
this.txtid.Name = "txtid";
|
|
|
|
|
this.txtid.Size = new System.Drawing.Size(787, 20);
|
|
|
|
|
this.txtid.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtid.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// txtcustomername
|
|
|
|
|
//
|
|
|
|
|
this.txtcustomername.Location = new System.Drawing.Point(75, 36);
|
|
|
|
|
this.txtcustomername.Name = "txtcustomername";
|
|
|
|
|
this.txtcustomername.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtcustomername.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcustomername.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// txtcustomertype
|
|
|
|
|
//
|
|
|
|
|
this.txtcustomertype.EditValue = "";
|
|
|
|
|
this.txtcustomertype.Location = new System.Drawing.Point(502, 36);
|
|
|
|
|
this.txtcustomertype.Name = "txtcustomertype";
|
|
|
|
|
this.txtcustomertype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txtcustomertype.Properties.DisplayMember = "Name";
|
|
|
|
|
this.txtcustomertype.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
|
|
|
this.txtcustomertype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|
|
|
|
this.txtcustomertype.Properties.ValueMember = "ID";
|
|
|
|
|
this.txtcustomertype.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtcustomertype.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcustomertype.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// txtcontactuser
|
|
|
|
|
//
|
|
|
|
|
this.txtcontactuser.EditValue = "";
|
|
|
|
|
this.txtcontactuser.Location = new System.Drawing.Point(75, 60);
|
|
|
|
|
this.txtcontactuser.Name = "txtcontactuser";
|
|
|
|
|
this.txtcontactuser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txtcontactuser.Properties.DisplayMember = "Name";
|
|
|
|
|
this.txtcontactuser.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
|
|
|
this.txtcontactuser.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|
|
|
|
this.txtcontactuser.Properties.ValueMember = "ID";
|
|
|
|
|
this.txtcontactuser.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtcontactuser.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcontactuser.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// txtaddress
|
|
|
|
|
//
|
|
|
|
|
this.txtaddress.Location = new System.Drawing.Point(502, 60);
|
|
|
|
|
this.txtaddress.Name = "txtaddress";
|
|
|
|
|
this.txtaddress.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtaddress.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtaddress.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// txtstartreceipt
|
|
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
this.txtstartreceipt.Location = new System.Drawing.Point(75, 108);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.txtstartreceipt.Name = "txtstartreceipt";
|
|
|
|
|
this.txtstartreceipt.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtstartreceipt.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtstartreceipt.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// txtcustomercode
|
|
|
|
|
//
|
|
|
|
|
this.txtcustomercode.Location = new System.Drawing.Point(75, 84);
|
|
|
|
|
this.txtcustomercode.Name = "txtcustomercode";
|
|
|
|
|
this.txtcustomercode.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtcustomercode.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcustomercode.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// txttotalreceivables
|
|
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
this.txttotalreceivables.Location = new System.Drawing.Point(502, 108);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.txttotalreceivables.Name = "txttotalreceivables";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.txttotalreceivables.Size = new System.Drawing.Size(360, 20);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.txttotalreceivables.StyleController = this.layoutControl1;
|
|
|
|
|
this.txttotalreceivables.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// txttotalamountsettled
|
|
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
this.txttotalamountsettled.Location = new System.Drawing.Point(75, 132);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.txttotalamountsettled.Name = "txttotalamountsettled";
|
|
|
|
|
this.txttotalamountsettled.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txttotalamountsettled.StyleController = this.layoutControl1;
|
|
|
|
|
this.txttotalamountsettled.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// txttotaloutstandingamount
|
|
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
this.txttotaloutstandingamount.Location = new System.Drawing.Point(502, 132);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.txttotaloutstandingamount.Name = "txttotaloutstandingamount";
|
|
|
|
|
this.txttotaloutstandingamount.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txttotaloutstandingamount.StyleController = this.layoutControl1;
|
|
|
|
|
this.txttotaloutstandingamount.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// txtremark
|
|
|
|
|
//
|
|
|
|
|
this.txtremark.Location = new System.Drawing.Point(75, 156);
|
|
|
|
|
this.txtremark.Name = "txtremark";
|
|
|
|
|
this.txtremark.Size = new System.Drawing.Size(787, 20);
|
|
|
|
|
this.txtremark.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtremark.TabIndex = 11;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlGroup1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
|
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.layoutControlItem1,
|
|
|
|
|
this.layoutControlItem2,
|
|
|
|
|
this.layoutControlItem4,
|
|
|
|
|
this.layoutControlItem6,
|
|
|
|
|
this.layoutControlItem11,
|
|
|
|
|
this.layoutControlItem3,
|
|
|
|
|
this.layoutControlItem5,
|
|
|
|
|
this.layoutControlItem9,
|
2021-05-29 14:11:44 +08:00
|
|
|
this.layoutControlItem10,
|
2021-05-31 18:22:37 +08:00
|
|
|
this.emptySpaceItem1,
|
|
|
|
|
this.layoutControlItem7,
|
|
|
|
|
this.layoutControlItem8,
|
|
|
|
|
this.layoutControlItem12});
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(874, 528);
|
|
|
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem1.Control = this.txtid;
|
|
|
|
|
this.layoutControlItem1.CustomizationFormText = "id";
|
|
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(854, 24);
|
|
|
|
|
this.layoutControlItem1.Text = "id";
|
|
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem2
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem2.Control = this.txtcustomername;
|
|
|
|
|
this.layoutControlItem2.CustomizationFormText = "客户名称";
|
|
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem2.Text = "客户名称";
|
|
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem4
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem4.Control = this.txtcontactuser;
|
|
|
|
|
this.layoutControlItem4.CustomizationFormText = "联系人";
|
|
|
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
|
|
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem4.Text = "联系人";
|
|
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem6
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem6.Control = this.txtstartreceipt;
|
|
|
|
|
this.layoutControlItem6.CustomizationFormText = "期初应收款";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 96);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
|
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem6.Text = "期初应收款";
|
|
|
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-29 14:11:44 +08:00
|
|
|
// layoutControlItem11
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem11.Control = this.txtremark;
|
|
|
|
|
this.layoutControlItem11.CustomizationFormText = "备注";
|
|
|
|
|
this.layoutControlItem11.Location = new System.Drawing.Point(0, 144);
|
|
|
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
|
|
|
this.layoutControlItem11.Size = new System.Drawing.Size(854, 24);
|
|
|
|
|
this.layoutControlItem11.Text = "备注";
|
|
|
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem3
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem3.Control = this.txtcustomertype;
|
|
|
|
|
this.layoutControlItem3.CustomizationFormText = "客户类别";
|
|
|
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(427, 24);
|
|
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem3.Text = "客户类别";
|
|
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem5
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem5.Control = this.txtaddress;
|
|
|
|
|
this.layoutControlItem5.CustomizationFormText = "客户地址";
|
|
|
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(427, 48);
|
|
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem5.Text = "客户地址";
|
|
|
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-27 18:08:25 +08:00
|
|
|
// layoutControlItem7
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem7.Control = this.txtcustomercode;
|
|
|
|
|
this.layoutControlItem7.CustomizationFormText = "客户编号";
|
|
|
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 72);
|
|
|
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
|
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem7.Text = "客户编号";
|
|
|
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem9
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem9.Control = this.txttotalamountsettled;
|
|
|
|
|
this.layoutControlItem9.CustomizationFormText = "已结款总额";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 120);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
|
|
|
this.layoutControlItem9.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem9.Text = "已结款总额";
|
|
|
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-29 14:11:44 +08:00
|
|
|
// layoutControlItem8
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem8.Control = this.txttotalreceivables;
|
|
|
|
|
this.layoutControlItem8.CustomizationFormText = "应收款总额";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(427, 96);
|
2021-05-29 14:11:44 +08:00
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(427, 24);
|
2021-05-29 14:11:44 +08:00
|
|
|
this.layoutControlItem8.Text = "应收款总额";
|
|
|
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-27 18:08:25 +08:00
|
|
|
// layoutControlItem10
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem10.Control = this.txttotaloutstandingamount;
|
|
|
|
|
this.layoutControlItem10.CustomizationFormText = "未结款总额";
|
2021-05-31 18:22:37 +08:00
|
|
|
this.layoutControlItem10.Location = new System.Drawing.Point(427, 120);
|
2021-05-27 18:08:25 +08:00
|
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
|
|
this.layoutControlItem10.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem10.Text = "未结款总额";
|
|
|
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-29 14:11:44 +08:00
|
|
|
// emptySpaceItem1
|
2021-05-27 18:08:25 +08:00
|
|
|
//
|
2021-05-29 14:11:44 +08:00
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 168);
|
|
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(854, 340);
|
|
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
2021-05-27 18:08:25 +08:00
|
|
|
//
|
2021-05-31 18:22:37 +08:00
|
|
|
// gridColumn12
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn12.Caption = "联系方式";
|
|
|
|
|
this.gridColumn12.FieldName = "phonenumber";
|
|
|
|
|
this.gridColumn12.Name = "gridColumn12";
|
|
|
|
|
this.gridColumn12.Visible = true;
|
|
|
|
|
this.gridColumn12.VisibleIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// txtphonenumber
|
|
|
|
|
//
|
|
|
|
|
this.txtphonenumber.Location = new System.Drawing.Point(502, 84);
|
|
|
|
|
this.txtphonenumber.Name = "txtphonenumber";
|
|
|
|
|
this.txtphonenumber.Size = new System.Drawing.Size(360, 20);
|
|
|
|
|
this.txtphonenumber.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtphonenumber.TabIndex = 12;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem12
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem12.Control = this.txtphonenumber;
|
|
|
|
|
this.layoutControlItem12.CustomizationFormText = "联系方式";
|
|
|
|
|
this.layoutControlItem12.Location = new System.Drawing.Point(427, 72);
|
|
|
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
|
|
|
this.layoutControlItem12.Size = new System.Drawing.Size(427, 24);
|
|
|
|
|
this.layoutControlItem12.Text = "联系方式";
|
|
|
|
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 14);
|
|
|
|
|
//
|
2021-05-27 18:08:25 +08:00
|
|
|
// Frmcustomer
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(884, 595);
|
|
|
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
|
|
|
this.Name = "Frmcustomer";
|
|
|
|
|
this.Text = "客户信息";
|
|
|
|
|
this.Load += new System.EventHandler(this.Frmcustomer_Load);
|
|
|
|
|
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcustomertype)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcontactuser)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
|
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabDataList.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).EndInit();
|
|
|
|
|
this.tabDataDetail.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
|
|
|
this.panelControl2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomername.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomertype.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcontactuser.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtaddress.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtstartreceipt.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcustomercode.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotalreceivables.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotalamountsettled.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txttotaloutstandingamount.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
2021-05-29 14:11:44 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
2021-05-31 18:22:37 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtphonenumber.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
2021-05-27 18:08:25 +08:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private XtraTabControl xtraTabControl1;
|
|
|
|
|
private XtraTabPage tabDataList;
|
|
|
|
|
private XtraTabPage tabDataDetail;
|
|
|
|
|
private DevExpress.XtraGrid.GridControl grdList;
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grdListView;
|
|
|
|
|
private PanelControl panelControl2;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtid;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtcustomername;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxtcustomertype;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit txtcustomertype;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxtcontactuser;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit txtcontactuser;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtaddress;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtstartreceipt;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtcustomercode;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txttotalreceivables;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txttotalamountsettled;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txttotaloutstandingamount;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtremark;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
2021-05-29 14:11:44 +08:00
|
|
|
private EmptySpaceItem emptySpaceItem1;
|
2021-05-31 18:22:37 +08:00
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|
|
|
|
private TextEdit txtphonenumber;
|
|
|
|
|
private LayoutControlItem layoutControlItem12;
|
2021-05-27 18:08:25 +08:00
|
|
|
}
|
|
|
|
|
}
|