494 lines
24 KiB
C#
494 lines
24 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmLineUser
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLineUser));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.ctrlDictonary1 = new WMS.Ctrl.CtrlDictonary();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.btnClose = new WMS.Ctrl.CtrlButtons();
|
|
this.btnAccept = new WMS.Ctrl.CtrlButtons();
|
|
this.gridControlUpCustomer = new WMS.Ctrl.GridControlCustom();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colCustomer_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCustomer_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCustomer_short_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPy_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCus_type_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCus_type_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLinkman = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPhone = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colFax = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEmail = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPostcode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVersion = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colOperatorID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colOperateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colProvince_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colProvince_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCity_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCity_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTown_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTown_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTelephone = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGuid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lueProvince = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.lucity = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.lue_Town = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.lue_Type = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.BSCustomer = new System.Windows.Forms.BindingSource(this.components);
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlUpCustomer)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueProvince)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lucity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Town)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Type)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCustomer)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label1.Location = new System.Drawing.Point(23, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 16);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "设备编号";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.ctrlDictonary1);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.comboBox1);
|
|
this.panel1.Controls.Add(this.btnClose);
|
|
this.panel1.Controls.Add(this.btnAccept);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(800, 138);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// ctrlDictonary1
|
|
//
|
|
this.ctrlDictonary1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ctrlDictonary1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.ctrlDictonary1.DictonaryTableName = WMS.Ctrl.DictonaryType.选择;
|
|
this.ctrlDictonary1.ErrText = "无数据重新查询";
|
|
this.ctrlDictonary1.IsSqlWhere = false;
|
|
this.ctrlDictonary1.Location = new System.Drawing.Point(353, 15);
|
|
this.ctrlDictonary1.Name = "ctrlDictonary1";
|
|
this.ctrlDictonary1.Number = 0;
|
|
this.ctrlDictonary1.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|
this.ctrlDictonary1.Size = new System.Drawing.Size(226, 24);
|
|
this.ctrlDictonary1.SqlStr = null;
|
|
this.ctrlDictonary1.TabIndex = 18;
|
|
this.ctrlDictonary1.TextBoxFlag = "";
|
|
this.ctrlDictonary1.TextBoxValue = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label2.Location = new System.Drawing.Point(283, 18);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(64, 16);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "客 户";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(101, 15);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(164, 24);
|
|
this.comboBox1.TabIndex = 16;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.BoolDiagFrm = false;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.ImageUri.Uri = "Delete;Office2013";
|
|
this.btnClose.Location = new System.Drawing.Point(286, 65);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(150, 45);
|
|
this.btnClose.TabIndex = 15;
|
|
this.btnClose.Text = " 删除 ";
|
|
this.btnClose.typeButton = " 删除 ";
|
|
//
|
|
// btnAccept
|
|
//
|
|
this.btnAccept.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnAccept.Appearance.Options.UseFont = true;
|
|
this.btnAccept.BoolDiagFrm = false;
|
|
this.btnAccept.Image = ((System.Drawing.Image)(resources.GetObject("btnAccept.Image")));
|
|
this.btnAccept.ImageUri.Uri = "Add; Office2013";
|
|
this.btnAccept.Location = new System.Drawing.Point(105, 65);
|
|
this.btnAccept.Name = "btnAccept";
|
|
this.btnAccept.Size = new System.Drawing.Size(150, 45);
|
|
this.btnAccept.TabIndex = 14;
|
|
this.btnAccept.Text = " 新增 ";
|
|
this.btnAccept.typeButton = " 新增 ";
|
|
this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
|
|
//
|
|
// gridControlUpCustomer
|
|
//
|
|
this.gridControlUpCustomer.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorApproveValue = null;
|
|
this.gridControlUpCustomer.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorPassValue = null;
|
|
this.gridControlUpCustomer.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorRepealValue = null;
|
|
this.gridControlUpCustomer.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorReWorkValue = null;
|
|
this.gridControlUpCustomer.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorShortageFlagColumn = null;
|
|
this.gridControlUpCustomer.ColorShortageValue = null;
|
|
this.gridControlUpCustomer.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorUnExecuteValue = null;
|
|
this.gridControlUpCustomer.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorUnPassValue = null;
|
|
this.gridControlUpCustomer.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorVerifyFlagColumn = null;
|
|
this.gridControlUpCustomer.ColorVerifyValue = null;
|
|
this.gridControlUpCustomer.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlUpCustomer.ColorWarningValue = null;
|
|
this.gridControlUpCustomer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControlUpCustomer.EnableAppearanceEvenRow = true;
|
|
this.gridControlUpCustomer.IndicatorWidth = 40;
|
|
this.gridControlUpCustomer.Location = new System.Drawing.Point(0, 138);
|
|
this.gridControlUpCustomer.MainView = this.gridView1;
|
|
this.gridControlUpCustomer.Name = "gridControlUpCustomer";
|
|
this.gridControlUpCustomer.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.lueProvince,
|
|
this.lucity,
|
|
this.lue_Town,
|
|
this.lue_Type});
|
|
this.gridControlUpCustomer.ShowRowID = true;
|
|
this.gridControlUpCustomer.Size = new System.Drawing.Size(800, 312);
|
|
this.gridControlUpCustomer.TabIndex = 8;
|
|
this.gridControlUpCustomer.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colCustomer_id,
|
|
this.colCustomer_name,
|
|
this.colCustomer_short_name,
|
|
this.colPy_name,
|
|
this.colCus_type_id,
|
|
this.colCus_type_name,
|
|
this.colLinkman,
|
|
this.colPhone,
|
|
this.colFax,
|
|
this.colEmail,
|
|
this.colAddress,
|
|
this.colPostcode,
|
|
this.colStatus,
|
|
this.colRemark,
|
|
this.colVersion,
|
|
this.colOperatorID,
|
|
this.colOperateDate,
|
|
this.colProvince_id,
|
|
this.colProvince_name,
|
|
this.colCity_id,
|
|
this.colCity_name,
|
|
this.colTown_id,
|
|
this.colTown_name,
|
|
this.colTelephone,
|
|
this.colGuid});
|
|
this.gridView1.GridControl = this.gridControlUpCustomer;
|
|
this.gridView1.IndicatorWidth = 34;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colCustomer_id
|
|
//
|
|
this.colCustomer_id.FieldName = "Customer_id";
|
|
this.colCustomer_id.Name = "colCustomer_id";
|
|
this.colCustomer_id.Visible = true;
|
|
this.colCustomer_id.VisibleIndex = 0;
|
|
this.colCustomer_id.Width = 91;
|
|
//
|
|
// colCustomer_name
|
|
//
|
|
this.colCustomer_name.FieldName = "Customer_name";
|
|
this.colCustomer_name.Name = "colCustomer_name";
|
|
this.colCustomer_name.Visible = true;
|
|
this.colCustomer_name.VisibleIndex = 1;
|
|
this.colCustomer_name.Width = 112;
|
|
//
|
|
// colCustomer_short_name
|
|
//
|
|
this.colCustomer_short_name.FieldName = "Customer_short_name";
|
|
this.colCustomer_short_name.Name = "colCustomer_short_name";
|
|
//
|
|
// colPy_name
|
|
//
|
|
this.colPy_name.FieldName = "Py_name";
|
|
this.colPy_name.Name = "colPy_name";
|
|
//
|
|
// colCus_type_id
|
|
//
|
|
this.colCus_type_id.FieldName = "Cus_type_id";
|
|
this.colCus_type_id.Name = "colCus_type_id";
|
|
//
|
|
// colCus_type_name
|
|
//
|
|
this.colCus_type_name.FieldName = "Cus_type_name";
|
|
this.colCus_type_name.Name = "colCus_type_name";
|
|
this.colCus_type_name.Visible = true;
|
|
this.colCus_type_name.VisibleIndex = 2;
|
|
//
|
|
// colLinkman
|
|
//
|
|
this.colLinkman.FieldName = "Linkman";
|
|
this.colLinkman.Name = "colLinkman";
|
|
this.colLinkman.Visible = true;
|
|
this.colLinkman.VisibleIndex = 3;
|
|
//
|
|
// colPhone
|
|
//
|
|
this.colPhone.FieldName = "Phone";
|
|
this.colPhone.Name = "colPhone";
|
|
this.colPhone.Visible = true;
|
|
this.colPhone.VisibleIndex = 4;
|
|
//
|
|
// colFax
|
|
//
|
|
this.colFax.FieldName = "Fax";
|
|
this.colFax.Name = "colFax";
|
|
//
|
|
// colEmail
|
|
//
|
|
this.colEmail.FieldName = "Email";
|
|
this.colEmail.Name = "colEmail";
|
|
//
|
|
// colAddress
|
|
//
|
|
this.colAddress.FieldName = "Address";
|
|
this.colAddress.Name = "colAddress";
|
|
//
|
|
// colPostcode
|
|
//
|
|
this.colPostcode.FieldName = "Postcode";
|
|
this.colPostcode.Name = "colPostcode";
|
|
//
|
|
// colStatus
|
|
//
|
|
this.colStatus.FieldName = "Status";
|
|
this.colStatus.Name = "colStatus";
|
|
//
|
|
// colRemark
|
|
//
|
|
this.colRemark.FieldName = "Remark";
|
|
this.colRemark.Name = "colRemark";
|
|
//
|
|
// colVersion
|
|
//
|
|
this.colVersion.FieldName = "Version";
|
|
this.colVersion.Name = "colVersion";
|
|
//
|
|
// colOperatorID
|
|
//
|
|
this.colOperatorID.FieldName = "OperatorID";
|
|
this.colOperatorID.Name = "colOperatorID";
|
|
//
|
|
// colOperateDate
|
|
//
|
|
this.colOperateDate.FieldName = "OperateDate";
|
|
this.colOperateDate.Name = "colOperateDate";
|
|
//
|
|
// colProvince_id
|
|
//
|
|
this.colProvince_id.FieldName = "Province_id";
|
|
this.colProvince_id.Name = "colProvince_id";
|
|
//
|
|
// colProvince_name
|
|
//
|
|
this.colProvince_name.FieldName = "Province_name";
|
|
this.colProvince_name.Name = "colProvince_name";
|
|
this.colProvince_name.Visible = true;
|
|
this.colProvince_name.VisibleIndex = 5;
|
|
//
|
|
// colCity_id
|
|
//
|
|
this.colCity_id.FieldName = "City_id";
|
|
this.colCity_id.Name = "colCity_id";
|
|
//
|
|
// colCity_name
|
|
//
|
|
this.colCity_name.FieldName = "City_name";
|
|
this.colCity_name.Name = "colCity_name";
|
|
this.colCity_name.Visible = true;
|
|
this.colCity_name.VisibleIndex = 6;
|
|
//
|
|
// colTown_id
|
|
//
|
|
this.colTown_id.FieldName = "Town_id";
|
|
this.colTown_id.Name = "colTown_id";
|
|
//
|
|
// colTown_name
|
|
//
|
|
this.colTown_name.FieldName = "Town_name";
|
|
this.colTown_name.Name = "colTown_name";
|
|
this.colTown_name.Visible = true;
|
|
this.colTown_name.VisibleIndex = 7;
|
|
//
|
|
// colTelephone
|
|
//
|
|
this.colTelephone.FieldName = "Telephone";
|
|
this.colTelephone.Name = "colTelephone";
|
|
//
|
|
// colGuid
|
|
//
|
|
this.colGuid.FieldName = "Guid";
|
|
this.colGuid.Name = "colGuid";
|
|
//
|
|
// lueProvince
|
|
//
|
|
this.lueProvince.AutoHeight = false;
|
|
this.lueProvince.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueProvince.Name = "lueProvince";
|
|
this.lueProvince.NullText = "";
|
|
//
|
|
// lucity
|
|
//
|
|
this.lucity.AutoHeight = false;
|
|
this.lucity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lucity.Name = "lucity";
|
|
this.lucity.NullText = "";
|
|
//
|
|
// lue_Town
|
|
//
|
|
this.lue_Town.AutoHeight = false;
|
|
this.lue_Town.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_Town.Name = "lue_Town";
|
|
this.lue_Town.NullText = "";
|
|
//
|
|
// lue_Type
|
|
//
|
|
this.lue_Type.AutoHeight = false;
|
|
this.lue_Type.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_Type.Name = "lue_Type";
|
|
this.lue_Type.NullText = "";
|
|
//
|
|
// BSCustomer
|
|
//
|
|
this.BSCustomer.DataSource = typeof(WMS.Model.Base.CustomerModel);
|
|
//
|
|
// FrmLineUser
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.gridControlUpCustomer);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "FrmLineUser";
|
|
this.Text = "FrmLineUser";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlUpCustomer)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueProvince)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lucity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Town)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Type)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCustomer)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private Ctrl.CtrlButtons btnClose;
|
|
private Ctrl.CtrlButtons btnAccept;
|
|
private Ctrl.CtrlDictonary ctrlDictonary1;
|
|
private System.Windows.Forms.Label label2;
|
|
private Ctrl.GridControlCustom gridControlUpCustomer;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_short_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPy_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCus_type_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCus_type_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLinkman;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPhone;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colFax;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEmail;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAddress;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPostcode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStatus;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRemark;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVersion;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOperatorID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOperateDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colProvince_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colProvince_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCity_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCity_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTown_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTown_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTelephone;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGuid;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueProvince;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lucity;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_Town;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_Type;
|
|
private System.Windows.Forms.BindingSource BSCustomer;
|
|
}
|
|
} |