600 lines
36 KiB
C#
600 lines
36 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmLogisticsRange
|
|
{
|
|
/// <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.bsLogisticsRangeEdit = new System.Windows.Forms.BindingSource(this.components);
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.colVcOperatorIdLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
|
|
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.groupBox1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lueTown = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lueCity = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.luePro = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtAddress = new DevExpress.XtraEditors.MemoEdit();
|
|
this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
|
|
this.lueLogCom = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtExcArrDate = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gridControlLogisticsRange = new WMS.Ctrl.GridControlCustom();
|
|
this.bsLogisticsRange = new System.Windows.Forms.BindingSource(this.components);
|
|
this.gridViewLogisticsRange = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colLOG_COM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPROVINCE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTOWN_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDEL_RANGE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEXC_ARR_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsRangeEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueTown.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueCity.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.luePro.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueLogCom.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtExcArrDate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlLogisticsRange)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsRange)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewLogisticsRange)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bsLogisticsRangeEdit
|
|
//
|
|
this.bsLogisticsRangeEdit.DataSource = typeof(WMS.Model.Base.LogisticsRangeModel);
|
|
//
|
|
// repositoryItemLookUpEdit1
|
|
//
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
|
|
this.repositoryItemLookUpEdit1.DisplayMember = "VcDeptName";
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|
this.repositoryItemLookUpEdit1.NullText = "";
|
|
this.repositoryItemLookUpEdit1.ValueMember = "VcDeptId";
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
this.repositoryItemCheckEdit1.ValueChecked = "0";
|
|
this.repositoryItemCheckEdit1.ValueUnchecked = "1";
|
|
//
|
|
// colVcOperatorIdLookUpEdit2
|
|
//
|
|
this.colVcOperatorIdLookUpEdit2.AutoHeight = false;
|
|
this.colVcOperatorIdLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.colVcOperatorIdLookUpEdit2.DataSource = this.bsLogisticsRangeEdit;
|
|
this.colVcOperatorIdLookUpEdit2.DisplayMember = "VcUserIdAndName";
|
|
this.colVcOperatorIdLookUpEdit2.Name = "colVcOperatorIdLookUpEdit2";
|
|
this.colVcOperatorIdLookUpEdit2.NullText = "";
|
|
this.colVcOperatorIdLookUpEdit2.ValueMember = "VcUserId";
|
|
//
|
|
// repositoryItemGridLookUpEdit1
|
|
//
|
|
this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
|
|
this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
|
|
//
|
|
// repositoryItemGridLookUpEdit1View
|
|
//
|
|
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
|
|
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// repositoryItemLookUpEdit2
|
|
//
|
|
this.repositoryItemLookUpEdit2.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
|
|
this.repositoryItemLookUpEdit2.DisplayMember = "VcDeptName";
|
|
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
|
|
this.repositoryItemLookUpEdit2.NullText = "";
|
|
this.repositoryItemLookUpEdit2.ValueMember = "VcDeptId";
|
|
//
|
|
// repositoryItemCheckEdit2
|
|
//
|
|
this.repositoryItemCheckEdit2.AutoHeight = false;
|
|
this.repositoryItemCheckEdit2.Caption = "Check";
|
|
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
|
|
this.repositoryItemCheckEdit2.ValueChecked = "0";
|
|
this.repositoryItemCheckEdit2.ValueUnchecked = "1";
|
|
//
|
|
// repositoryItemLookUpEdit3
|
|
//
|
|
this.repositoryItemLookUpEdit3.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit3.DataSource = this.bsLogisticsRangeEdit;
|
|
this.repositoryItemLookUpEdit3.DisplayMember = "VcUserIdAndName";
|
|
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
|
|
this.repositoryItemLookUpEdit3.NullText = "";
|
|
this.repositoryItemLookUpEdit3.ValueMember = "VcUserId";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.groupBox1.Appearance.Options.UseBackColor = true;
|
|
this.groupBox1.Controls.Add(this.lueTown);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.lueCity);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.luePro);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.txtAddress);
|
|
this.groupBox1.Controls.Add(this.txtRemark);
|
|
this.groupBox1.Controls.Add(this.lueLogCom);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.txtExcArrDate);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.groupBox1.Location = new System.Drawing.Point(722, 4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(303, 466);
|
|
this.groupBox1.TabIndex = 46;
|
|
//
|
|
// lueTown
|
|
//
|
|
this.lueTown.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsLogisticsRangeEdit, "TOWN_ID", true));
|
|
this.lueTown.EditValue = "";
|
|
this.lueTown.Enabled = false;
|
|
this.lueTown.Location = new System.Drawing.Point(82, 121);
|
|
this.lueTown.Name = "lueTown";
|
|
this.lueTown.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.lueTown.Properties.Appearance.Options.UseFont = true;
|
|
this.lueTown.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lueTown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueTown.Properties.NullText = "";
|
|
this.lueTown.Size = new System.Drawing.Size(213, 22);
|
|
this.lueTown.TabIndex = 105;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label7.Location = new System.Drawing.Point(9, 123);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(72, 16);
|
|
this.label7.TabIndex = 105;
|
|
this.label7.Text = "县/市/区";
|
|
//
|
|
// lueCity
|
|
//
|
|
this.lueCity.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsLogisticsRangeEdit, "CITY_ID", true));
|
|
this.lueCity.EditValue = "";
|
|
this.lueCity.Enabled = false;
|
|
this.lueCity.Location = new System.Drawing.Point(82, 96);
|
|
this.lueCity.Name = "lueCity";
|
|
this.lueCity.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.lueCity.Properties.Appearance.Options.UseFont = true;
|
|
this.lueCity.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lueCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueCity.Properties.NullText = "";
|
|
this.lueCity.Size = new System.Drawing.Size(213, 22);
|
|
this.lueCity.TabIndex = 104;
|
|
this.lueCity.EditValueChanged += new System.EventHandler(this.lueCity_EditValueChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label5.Location = new System.Drawing.Point(9, 97);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(72, 16);
|
|
this.label5.TabIndex = 103;
|
|
this.label5.Text = "城 市";
|
|
//
|
|
// luePro
|
|
//
|
|
this.luePro.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsLogisticsRangeEdit, "PROVINCE_ID", true));
|
|
this.luePro.EditValue = "";
|
|
this.luePro.Enabled = false;
|
|
this.luePro.Location = new System.Drawing.Point(82, 71);
|
|
this.luePro.Name = "luePro";
|
|
this.luePro.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.luePro.Properties.Appearance.Options.UseFont = true;
|
|
this.luePro.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.luePro.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.luePro.Properties.NullText = "";
|
|
this.luePro.Size = new System.Drawing.Size(213, 22);
|
|
this.luePro.TabIndex = 103;
|
|
this.luePro.EditValueChanged += new System.EventHandler(this.luePro_EditValueChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(9, 72);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(72, 16);
|
|
this.label4.TabIndex = 101;
|
|
this.label4.Text = "省 份";
|
|
//
|
|
// txtAddress
|
|
//
|
|
this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsRangeEdit, "DEL_RANGE", true));
|
|
this.txtAddress.Location = new System.Drawing.Point(82, 146);
|
|
this.txtAddress.Name = "txtAddress";
|
|
this.txtAddress.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtAddress.Properties.Appearance.Options.UseFont = true;
|
|
this.txtAddress.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtAddress.Size = new System.Drawing.Size(213, 110);
|
|
this.txtAddress.TabIndex = 106;
|
|
//
|
|
// txtRemark
|
|
//
|
|
this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsRangeEdit, "REMARK", true));
|
|
this.txtRemark.Location = new System.Drawing.Point(82, 261);
|
|
this.txtRemark.Name = "txtRemark";
|
|
this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtRemark.Properties.Appearance.Options.UseFont = true;
|
|
this.txtRemark.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtRemark.Size = new System.Drawing.Size(213, 110);
|
|
this.txtRemark.TabIndex = 107;
|
|
//
|
|
// lueLogCom
|
|
//
|
|
this.lueLogCom.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsLogisticsRangeEdit, "LOG_COM_ID", true));
|
|
this.lueLogCom.Enabled = false;
|
|
this.lueLogCom.Location = new System.Drawing.Point(82, 19);
|
|
this.lueLogCom.Name = "lueLogCom";
|
|
this.lueLogCom.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.lueLogCom.Properties.Appearance.Options.UseFont = true;
|
|
this.lueLogCom.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lueLogCom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueLogCom.Properties.NullText = "";
|
|
this.lueLogCom.Size = new System.Drawing.Size(213, 22);
|
|
this.lueLogCom.TabIndex = 101;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label6.Location = new System.Drawing.Point(9, 266);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(72, 16);
|
|
this.label6.TabIndex = 86;
|
|
this.label6.Text = "备 注";
|
|
//
|
|
// txtExcArrDate
|
|
//
|
|
this.txtExcArrDate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsRangeEdit, "EXC_ARR_DATE", true));
|
|
this.txtExcArrDate.Enabled = false;
|
|
this.txtExcArrDate.FrmSelect = true;
|
|
this.txtExcArrDate.Location = new System.Drawing.Point(82, 44);
|
|
this.txtExcArrDate.MustText = true;
|
|
this.txtExcArrDate.Name = "txtExcArrDate";
|
|
this.txtExcArrDate.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtExcArrDate.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtExcArrDate.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtExcArrDate.Properties.Appearance.Options.UseFont = true;
|
|
this.txtExcArrDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtExcArrDate.Properties.MaxLength = 1111;
|
|
this.txtExcArrDate.Size = new System.Drawing.Size(213, 22);
|
|
this.txtExcArrDate.StrLen = 50;
|
|
this.txtExcArrDate.TabIndex = 102;
|
|
this.txtExcArrDate.Valatt = WMS.Ctrl.ValidationAttribute.浮点数;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label3.Location = new System.Drawing.Point(9, 46);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(72, 16);
|
|
this.label3.TabIndex = 80;
|
|
this.label3.Text = "到货天数";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(9, 148);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(72, 16);
|
|
this.label2.TabIndex = 71;
|
|
this.label2.Text = "送货区域";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(9, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 16);
|
|
this.label1.TabIndex = 65;
|
|
this.label1.Text = "快递公司";
|
|
//
|
|
// gridControlLogisticsRange
|
|
//
|
|
this.gridControlLogisticsRange.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorApproveValue = null;
|
|
this.gridControlLogisticsRange.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorPassValue = null;
|
|
this.gridControlLogisticsRange.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorRepealValue = null;
|
|
this.gridControlLogisticsRange.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorReWorkValue = null;
|
|
this.gridControlLogisticsRange.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorShortageFlagColumn = null;
|
|
this.gridControlLogisticsRange.ColorShortageValue = null;
|
|
this.gridControlLogisticsRange.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorUnExecuteValue = null;
|
|
this.gridControlLogisticsRange.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorUnPassValue = null;
|
|
this.gridControlLogisticsRange.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorVerifyFlagColumn = null;
|
|
this.gridControlLogisticsRange.ColorVerifyValue = null;
|
|
this.gridControlLogisticsRange.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlLogisticsRange.ColorWarningValue = null;
|
|
this.gridControlLogisticsRange.DataSource = this.bsLogisticsRange;
|
|
this.gridControlLogisticsRange.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControlLogisticsRange.EnableAppearanceEvenRow = true;
|
|
this.gridControlLogisticsRange.IndicatorWidth = 40;
|
|
this.gridControlLogisticsRange.Location = new System.Drawing.Point(3, 4);
|
|
this.gridControlLogisticsRange.MainView = this.gridViewLogisticsRange;
|
|
this.gridControlLogisticsRange.Name = "gridControlLogisticsRange";
|
|
this.gridControlLogisticsRange.ShowRowID = true;
|
|
this.gridControlLogisticsRange.Size = new System.Drawing.Size(719, 466);
|
|
this.gridControlLogisticsRange.TabIndex = 201;
|
|
this.gridControlLogisticsRange.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridViewLogisticsRange});
|
|
//
|
|
// bsLogisticsRange
|
|
//
|
|
this.bsLogisticsRange.DataSource = typeof(WMS.Model.Base.LogisticsRangeModel);
|
|
//
|
|
// gridViewLogisticsRange
|
|
//
|
|
this.gridViewLogisticsRange.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridViewLogisticsRange.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridViewLogisticsRange.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colLOG_COM_NAME,
|
|
this.colPROVINCE_NAME,
|
|
this.colCITY_NAME,
|
|
this.colTOWN_NAME,
|
|
this.colDEL_RANGE,
|
|
this.colEXC_ARR_DATE,
|
|
this.colREMARK});
|
|
this.gridViewLogisticsRange.GridControl = this.gridControlLogisticsRange;
|
|
this.gridViewLogisticsRange.GroupCount = 2;
|
|
this.gridViewLogisticsRange.IndicatorWidth = 34;
|
|
this.gridViewLogisticsRange.Name = "gridViewLogisticsRange";
|
|
this.gridViewLogisticsRange.OptionsBehavior.AutoExpandAllGroups = true;
|
|
this.gridViewLogisticsRange.OptionsBehavior.Editable = false;
|
|
this.gridViewLogisticsRange.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
|
|
this.gridViewLogisticsRange.OptionsMenu.EnableColumnMenu = false;
|
|
this.gridViewLogisticsRange.OptionsView.ColumnAutoWidth = false;
|
|
this.gridViewLogisticsRange.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridViewLogisticsRange.OptionsView.ShowGroupPanel = false;
|
|
this.gridViewLogisticsRange.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
|
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPROVINCE_NAME, DevExpress.Data.ColumnSortOrder.Ascending),
|
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCITY_NAME, DevExpress.Data.ColumnSortOrder.Ascending)});
|
|
this.gridViewLogisticsRange.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewLogisticsRange_FocusedRowChanged);
|
|
this.gridViewLogisticsRange.DoubleClick += new System.EventHandler(this.gridViewLogisticsRange_DoubleClick);
|
|
//
|
|
// colLOG_COM_NAME
|
|
//
|
|
this.colLOG_COM_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLOG_COM_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colLOG_COM_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colLOG_COM_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colLOG_COM_NAME.FieldName = "LOG_COM_NAME";
|
|
this.colLOG_COM_NAME.Name = "colLOG_COM_NAME";
|
|
this.colLOG_COM_NAME.Visible = true;
|
|
this.colLOG_COM_NAME.VisibleIndex = 2;
|
|
this.colLOG_COM_NAME.Width = 266;
|
|
//
|
|
// colPROVINCE_NAME
|
|
//
|
|
this.colPROVINCE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPROVINCE_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colPROVINCE_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPROVINCE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPROVINCE_NAME.FieldName = "PROVINCE_NAME";
|
|
this.colPROVINCE_NAME.Name = "colPROVINCE_NAME";
|
|
this.colPROVINCE_NAME.Visible = true;
|
|
this.colPROVINCE_NAME.VisibleIndex = 2;
|
|
//
|
|
// colCITY_NAME
|
|
//
|
|
this.colCITY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCITY_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colCITY_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCITY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCITY_NAME.FieldName = "CITY_NAME";
|
|
this.colCITY_NAME.Name = "colCITY_NAME";
|
|
this.colCITY_NAME.Visible = true;
|
|
this.colCITY_NAME.VisibleIndex = 2;
|
|
//
|
|
// colTOWN_NAME
|
|
//
|
|
this.colTOWN_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colTOWN_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colTOWN_NAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colTOWN_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colTOWN_NAME.FieldName = "TOWN_NAME";
|
|
this.colTOWN_NAME.Name = "colTOWN_NAME";
|
|
this.colTOWN_NAME.Visible = true;
|
|
this.colTOWN_NAME.VisibleIndex = 0;
|
|
this.colTOWN_NAME.Width = 129;
|
|
//
|
|
// colDEL_RANGE
|
|
//
|
|
this.colDEL_RANGE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDEL_RANGE.AppearanceCell.Options.UseFont = true;
|
|
this.colDEL_RANGE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDEL_RANGE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDEL_RANGE.FieldName = "DEL_RANGE";
|
|
this.colDEL_RANGE.Name = "colDEL_RANGE";
|
|
this.colDEL_RANGE.Visible = true;
|
|
this.colDEL_RANGE.VisibleIndex = 1;
|
|
this.colDEL_RANGE.Width = 310;
|
|
//
|
|
// colEXC_ARR_DATE
|
|
//
|
|
this.colEXC_ARR_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colEXC_ARR_DATE.AppearanceCell.Options.UseFont = true;
|
|
this.colEXC_ARR_DATE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colEXC_ARR_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colEXC_ARR_DATE.FieldName = "EXC_ARR_DATE";
|
|
this.colEXC_ARR_DATE.Name = "colEXC_ARR_DATE";
|
|
this.colEXC_ARR_DATE.Visible = true;
|
|
this.colEXC_ARR_DATE.VisibleIndex = 3;
|
|
this.colEXC_ARR_DATE.Width = 229;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colREMARK.AppearanceCell.Options.UseFont = true;
|
|
this.colREMARK.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
//
|
|
// FrmLogisticsRange
|
|
//
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1028, 474);
|
|
this.Controls.Add(this.gridControlLogisticsRange);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "FrmLogisticsRange";
|
|
this.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Text = "快递公司配送范围";
|
|
this.Load += new System.EventHandler(this.FrmLogisticsRange_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsRangeEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueTown.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueCity.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.luePro.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueLogCom.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtExcArrDate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlLogisticsRange)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsRange)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewLogisticsRange)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.BindingSource bsLogisticsRangeEdit;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit colVcOperatorIdLookUpEdit2;
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit repositoryItemGridLookUpEdit1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
|
|
private DevExpress.XtraEditors.PanelControl groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private WMS.Ctrl.GridControlCustom gridControlLogisticsRange;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewLogisticsRange;
|
|
private System.Windows.Forms.BindingSource bsLogisticsRange;
|
|
private System.Windows.Forms.Label label6;
|
|
private WMS.Ctrl.WMSCtrlTextBox txtExcArrDate;
|
|
private System.Windows.Forms.Label label3;
|
|
private Ctrl.LookUpEditSystem lueLogCom;
|
|
private DevExpress.XtraEditors.MemoEdit txtRemark;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOG_COM_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVINCE_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTOWN_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDEL_RANGE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEXC_ARR_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private Ctrl.LookUpEditSystem lueTown;
|
|
private System.Windows.Forms.Label label7;
|
|
private Ctrl.LookUpEditSystem lueCity;
|
|
private System.Windows.Forms.Label label5;
|
|
private Ctrl.LookUpEditSystem luePro;
|
|
private System.Windows.Forms.Label label4;
|
|
private DevExpress.XtraEditors.MemoEdit txtAddress;
|
|
|
|
|
|
}
|
|
} |