682 lines
37 KiB
C#
682 lines
37 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmLogisticsComInfoHandle
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogisticsComInfoHandle));
|
|
this.bsLogisticsComInfo = new System.Windows.Forms.BindingSource();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.txtEmail = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txtShort = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.txtPhone = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtLinkMan = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtFax = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtComName = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtComID = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnConfirm = new WMS.Ctrl.CtrlButtons();
|
|
this.btnClose = new WMS.Ctrl.CtrlButtons();
|
|
this.txtAddress = new DevExpress.XtraEditors.MemoEdit();
|
|
this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
|
|
this.txtMobile = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtAddWeight = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtAddFee = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtLostPayMent = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtDamagePayMent = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtInitialWeight = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtInitialFee = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsComInfo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtShort.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLinkMan.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtComName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtComID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMobile.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddWeight.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddFee.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLostPayMent.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDamagePayMent.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInitialWeight.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInitialFee.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bsLogisticsComInfo
|
|
//
|
|
this.bsLogisticsComInfo.DataSource = typeof(WMS.Model.Base.LogisticsComInfoModel);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(10, 255);
|
|
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(63, 14);
|
|
this.label18.TabIndex = 1180;
|
|
this.label18.Text = "备 注";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(10, 196);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(63, 14);
|
|
this.label17.TabIndex = 1178;
|
|
this.label17.Text = "公司地址";
|
|
//
|
|
// txtEmail
|
|
//
|
|
this.txtEmail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "EMAIL", true));
|
|
this.txtEmail.FrmSelect = false;
|
|
this.txtEmail.Location = new System.Drawing.Point(71, 89);
|
|
this.txtEmail.MustText = false;
|
|
this.txtEmail.Name = "txtEmail";
|
|
this.txtEmail.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtEmail.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtEmail.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtEmail.Properties.Appearance.Options.UseFont = true;
|
|
this.txtEmail.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtEmail.Properties.MaxLength = 18;
|
|
this.txtEmail.Size = new System.Drawing.Size(213, 22);
|
|
this.txtEmail.StrLen = 50;
|
|
this.txtEmail.TabIndex = 106;
|
|
this.txtEmail.Valatt = WMS.Ctrl.ValidationAttribute.邮件;
|
|
this.txtEmail.ValText = "";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(10, 91);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(63, 14);
|
|
this.label15.TabIndex = 1176;
|
|
this.label15.Text = "邮 箱";
|
|
//
|
|
// txtShort
|
|
//
|
|
this.txtShort.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "SHORT", true));
|
|
this.txtShort.FrmSelect = false;
|
|
this.txtShort.Location = new System.Drawing.Point(71, 37);
|
|
this.txtShort.MustText = false;
|
|
this.txtShort.Name = "txtShort";
|
|
this.txtShort.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtShort.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtShort.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtShort.Properties.Appearance.Options.UseFont = true;
|
|
this.txtShort.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtShort.Properties.MaxLength = 20;
|
|
this.txtShort.Size = new System.Drawing.Size(213, 22);
|
|
this.txtShort.StrLen = 50;
|
|
this.txtShort.TabIndex = 102;
|
|
this.txtShort.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtShort.ValText = "";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(10, 39);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(63, 14);
|
|
this.label14.TabIndex = 1174;
|
|
this.label14.Text = "拼音简称";
|
|
//
|
|
// txtPhone
|
|
//
|
|
this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "PHONE", true));
|
|
this.txtPhone.FrmSelect = false;
|
|
this.txtPhone.Location = new System.Drawing.Point(71, 63);
|
|
this.txtPhone.MustText = false;
|
|
this.txtPhone.Name = "txtPhone";
|
|
this.txtPhone.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPhone.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPhone.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPhone.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPhone.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPhone.Properties.MaxLength = 11;
|
|
this.txtPhone.Size = new System.Drawing.Size(213, 22);
|
|
this.txtPhone.StrLen = 50;
|
|
this.txtPhone.TabIndex = 104;
|
|
this.txtPhone.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPhone.ValText = "";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(10, 65);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(63, 14);
|
|
this.label10.TabIndex = 1172;
|
|
this.label10.Text = "固定电话";
|
|
//
|
|
// txtLinkMan
|
|
//
|
|
this.txtLinkMan.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "LINKMAN", true));
|
|
this.txtLinkMan.FrmSelect = false;
|
|
this.txtLinkMan.Location = new System.Drawing.Point(366, 36);
|
|
this.txtLinkMan.MustText = false;
|
|
this.txtLinkMan.Name = "txtLinkMan";
|
|
this.txtLinkMan.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtLinkMan.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtLinkMan.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtLinkMan.Properties.Appearance.Options.UseFont = true;
|
|
this.txtLinkMan.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtLinkMan.Properties.MaxLength = 12;
|
|
this.txtLinkMan.Size = new System.Drawing.Size(213, 22);
|
|
this.txtLinkMan.StrLen = 50;
|
|
this.txtLinkMan.TabIndex = 103;
|
|
this.txtLinkMan.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtLinkMan.ValText = "";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(306, 39);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(63, 14);
|
|
this.label9.TabIndex = 1170;
|
|
this.label9.Text = "联 系 人";
|
|
//
|
|
// txtFax
|
|
//
|
|
this.txtFax.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "FAX", true));
|
|
this.txtFax.FrmSelect = false;
|
|
this.txtFax.Location = new System.Drawing.Point(366, 88);
|
|
this.txtFax.MustText = false;
|
|
this.txtFax.Name = "txtFax";
|
|
this.txtFax.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtFax.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtFax.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtFax.Properties.Appearance.Options.UseFont = true;
|
|
this.txtFax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtFax.Properties.MaxLength = 30;
|
|
this.txtFax.Size = new System.Drawing.Size(213, 22);
|
|
this.txtFax.StrLen = 50;
|
|
this.txtFax.TabIndex = 107;
|
|
this.txtFax.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtFax.ValText = "";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(306, 91);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(63, 14);
|
|
this.label8.TabIndex = 1168;
|
|
this.label8.Text = "传 真";
|
|
//
|
|
// txtComName
|
|
//
|
|
this.txtComName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "LOG_COM_NAME", true));
|
|
this.txtComName.FrmSelect = false;
|
|
this.txtComName.Location = new System.Drawing.Point(366, 10);
|
|
this.txtComName.MustText = true;
|
|
this.txtComName.Name = "txtComName";
|
|
this.txtComName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtComName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtComName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtComName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtComName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtComName.Properties.MaxLength = 30;
|
|
this.txtComName.Size = new System.Drawing.Size(213, 22);
|
|
this.txtComName.StrLen = 50;
|
|
this.txtComName.TabIndex = 101;
|
|
this.txtComName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtComName.ValText = "";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(306, 13);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 14);
|
|
this.label4.TabIndex = 1162;
|
|
this.label4.Text = "公司名称";
|
|
//
|
|
// txtComID
|
|
//
|
|
this.txtComID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "LOG_COM_ID", true));
|
|
this.txtComID.EditValue = "";
|
|
this.txtComID.Enabled = false;
|
|
this.txtComID.FrmSelect = false;
|
|
this.txtComID.Location = new System.Drawing.Point(71, 11);
|
|
this.txtComID.MustText = false;
|
|
this.txtComID.Name = "txtComID";
|
|
this.txtComID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtComID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtComID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtComID.Properties.Appearance.Options.UseFont = true;
|
|
this.txtComID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtComID.Properties.MaxLength = 50;
|
|
this.txtComID.Properties.ReadOnly = true;
|
|
this.txtComID.Size = new System.Drawing.Size(213, 22);
|
|
this.txtComID.StrLen = 50;
|
|
this.txtComID.TabIndex = 1000;
|
|
this.txtComID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtComID.ValText = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(10, 13);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 14);
|
|
this.label2.TabIndex = 1160;
|
|
this.label2.Text = "公司编号";
|
|
//
|
|
// btnConfirm
|
|
//
|
|
this.btnConfirm.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnConfirm.Appearance.Options.UseFont = true;
|
|
this.btnConfirm.BoolDiagFrm = false;
|
|
this.btnConfirm.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Image")));
|
|
this.btnConfirm.Location = new System.Drawing.Point(176, 310);
|
|
this.btnConfirm.Name = "btnConfirm";
|
|
this.btnConfirm.Size = new System.Drawing.Size(120, 40);
|
|
this.btnConfirm.TabIndex = 116;
|
|
this.btnConfirm.Text = " 确 定";
|
|
this.btnConfirm.typeButton = " 确 定";
|
|
this.btnConfirm.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|
//
|
|
// 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(324, 310);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(120, 40);
|
|
this.btnClose.TabIndex = 117;
|
|
this.btnClose.Text = " 退 出";
|
|
this.btnClose.typeButton = " 退 出";
|
|
this.btnClose.Click += new System.EventHandler(this.ctrlButtons2_Click);
|
|
//
|
|
// txtAddress
|
|
//
|
|
this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "ADDRESS", true));
|
|
this.txtAddress.Location = new System.Drawing.Point(71, 194);
|
|
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(508, 50);
|
|
this.txtAddress.TabIndex = 114;
|
|
//
|
|
// txtRemark
|
|
//
|
|
this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "REMARK", true));
|
|
this.txtRemark.Location = new System.Drawing.Point(71, 251);
|
|
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(508, 50);
|
|
this.txtRemark.TabIndex = 115;
|
|
//
|
|
// txtMobile
|
|
//
|
|
this.txtMobile.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "MOBILE", true));
|
|
this.txtMobile.FrmSelect = false;
|
|
this.txtMobile.Location = new System.Drawing.Point(366, 62);
|
|
this.txtMobile.MustText = false;
|
|
this.txtMobile.Name = "txtMobile";
|
|
this.txtMobile.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtMobile.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtMobile.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtMobile.Properties.Appearance.Options.UseFont = true;
|
|
this.txtMobile.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtMobile.Properties.MaxLength = 11;
|
|
this.txtMobile.Size = new System.Drawing.Size(213, 22);
|
|
this.txtMobile.StrLen = 50;
|
|
this.txtMobile.TabIndex = 105;
|
|
this.txtMobile.Valatt = WMS.Ctrl.ValidationAttribute.手机;
|
|
this.txtMobile.ValText = "";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(306, 65);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 14);
|
|
this.label1.TabIndex = 1206;
|
|
this.label1.Text = "手 机";
|
|
//
|
|
// txtAddWeight
|
|
//
|
|
this.txtAddWeight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "ADD_WEIGHT", true));
|
|
this.txtAddWeight.FrmSelect = false;
|
|
this.txtAddWeight.Location = new System.Drawing.Point(71, 141);
|
|
this.txtAddWeight.MustText = false;
|
|
this.txtAddWeight.Name = "txtAddWeight";
|
|
this.txtAddWeight.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtAddWeight.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtAddWeight.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtAddWeight.Properties.Appearance.Options.UseFont = true;
|
|
this.txtAddWeight.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtAddWeight.Properties.MaxLength = 18;
|
|
this.txtAddWeight.Size = new System.Drawing.Size(213, 22);
|
|
this.txtAddWeight.StrLen = 50;
|
|
this.txtAddWeight.TabIndex = 110;
|
|
this.txtAddWeight.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtAddWeight.ValText = "";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(10, 143);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(63, 14);
|
|
this.label3.TabIndex = 1210;
|
|
this.label3.Text = "续 重";
|
|
//
|
|
// txtAddFee
|
|
//
|
|
this.txtAddFee.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "ADD_FEE", true));
|
|
this.txtAddFee.FrmSelect = false;
|
|
this.txtAddFee.Location = new System.Drawing.Point(366, 140);
|
|
this.txtAddFee.MustText = false;
|
|
this.txtAddFee.Name = "txtAddFee";
|
|
this.txtAddFee.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtAddFee.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtAddFee.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtAddFee.Properties.Appearance.Options.UseFont = true;
|
|
this.txtAddFee.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtAddFee.Properties.MaxLength = 30;
|
|
this.txtAddFee.Size = new System.Drawing.Size(213, 22);
|
|
this.txtAddFee.StrLen = 50;
|
|
this.txtAddFee.TabIndex = 111;
|
|
this.txtAddFee.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtAddFee.ValText = "";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(306, 143);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(63, 14);
|
|
this.label5.TabIndex = 1208;
|
|
this.label5.Text = "续 费";
|
|
//
|
|
// txtLostPayMent
|
|
//
|
|
this.txtLostPayMent.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "LOST_PAYMENT", true));
|
|
this.txtLostPayMent.FrmSelect = false;
|
|
this.txtLostPayMent.Location = new System.Drawing.Point(71, 167);
|
|
this.txtLostPayMent.MustText = false;
|
|
this.txtLostPayMent.Name = "txtLostPayMent";
|
|
this.txtLostPayMent.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtLostPayMent.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtLostPayMent.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtLostPayMent.Properties.Appearance.Options.UseFont = true;
|
|
this.txtLostPayMent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtLostPayMent.Properties.MaxLength = 18;
|
|
this.txtLostPayMent.Size = new System.Drawing.Size(213, 22);
|
|
this.txtLostPayMent.StrLen = 50;
|
|
this.txtLostPayMent.TabIndex = 112;
|
|
this.txtLostPayMent.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtLostPayMent.ValText = "";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(10, 169);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(63, 14);
|
|
this.label6.TabIndex = 1214;
|
|
this.label6.Text = "丢单赔付";
|
|
//
|
|
// txtDamagePayMent
|
|
//
|
|
this.txtDamagePayMent.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "DAMAGE_PAYMENT", true));
|
|
this.txtDamagePayMent.FrmSelect = false;
|
|
this.txtDamagePayMent.Location = new System.Drawing.Point(366, 166);
|
|
this.txtDamagePayMent.MustText = false;
|
|
this.txtDamagePayMent.Name = "txtDamagePayMent";
|
|
this.txtDamagePayMent.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtDamagePayMent.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDamagePayMent.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDamagePayMent.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDamagePayMent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDamagePayMent.Properties.MaxLength = 30;
|
|
this.txtDamagePayMent.Size = new System.Drawing.Size(213, 22);
|
|
this.txtDamagePayMent.StrLen = 50;
|
|
this.txtDamagePayMent.TabIndex = 113;
|
|
this.txtDamagePayMent.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtDamagePayMent.ValText = "";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(306, 169);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(63, 14);
|
|
this.label7.TabIndex = 1212;
|
|
this.label7.Text = "破损赔付";
|
|
//
|
|
// txtInitialWeight
|
|
//
|
|
this.txtInitialWeight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "INITIAL_WEIGHT", true));
|
|
this.txtInitialWeight.FrmSelect = false;
|
|
this.txtInitialWeight.Location = new System.Drawing.Point(71, 115);
|
|
this.txtInitialWeight.MustText = false;
|
|
this.txtInitialWeight.Name = "txtInitialWeight";
|
|
this.txtInitialWeight.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtInitialWeight.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtInitialWeight.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtInitialWeight.Properties.Appearance.Options.UseFont = true;
|
|
this.txtInitialWeight.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtInitialWeight.Properties.MaxLength = 18;
|
|
this.txtInitialWeight.Size = new System.Drawing.Size(213, 22);
|
|
this.txtInitialWeight.StrLen = 50;
|
|
this.txtInitialWeight.TabIndex = 108;
|
|
this.txtInitialWeight.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtInitialWeight.ValText = "";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(10, 117);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(63, 14);
|
|
this.label11.TabIndex = 1218;
|
|
this.label11.Text = "首 重";
|
|
//
|
|
// txtInitialFee
|
|
//
|
|
this.txtInitialFee.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsLogisticsComInfo, "INITIAL_FEE", true));
|
|
this.txtInitialFee.FrmSelect = false;
|
|
this.txtInitialFee.Location = new System.Drawing.Point(366, 114);
|
|
this.txtInitialFee.MustText = false;
|
|
this.txtInitialFee.Name = "txtInitialFee";
|
|
this.txtInitialFee.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtInitialFee.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtInitialFee.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtInitialFee.Properties.Appearance.Options.UseFont = true;
|
|
this.txtInitialFee.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtInitialFee.Properties.MaxLength = 30;
|
|
this.txtInitialFee.Size = new System.Drawing.Size(213, 22);
|
|
this.txtInitialFee.StrLen = 50;
|
|
this.txtInitialFee.TabIndex = 109;
|
|
this.txtInitialFee.Valatt = WMS.Ctrl.ValidationAttribute.非负浮点数;
|
|
this.txtInitialFee.ValText = "";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(306, 117);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(63, 14);
|
|
this.label12.TabIndex = 1216;
|
|
this.label12.Text = "首 费";
|
|
//
|
|
// FrmLogisticsComInfoHandle
|
|
//
|
|
this.AcceptButton = this.btnConfirm;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.ClientSize = new System.Drawing.Size(594, 352);
|
|
this.Controls.Add(this.txtInitialWeight);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.txtInitialFee);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.txtLostPayMent);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtDamagePayMent);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.txtAddWeight);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtAddFee);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtMobile);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtRemark);
|
|
this.Controls.Add(this.txtAddress);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnConfirm);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.txtEmail);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.txtShort);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.txtPhone);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.txtLinkMan);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.txtFax);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.txtComName);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtComID);
|
|
this.Controls.Add(this.label2);
|
|
this.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(610, 391);
|
|
this.MinimumSize = new System.Drawing.Size(602, 379);
|
|
this.Name = "FrmLogisticsComInfoHandle";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "快递公司信息";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.FrmLogisticsComInfoHandle_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsLogisticsComInfo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtShort.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLinkMan.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtComName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtComID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMobile.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddWeight.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddFee.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLostPayMent.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDamagePayMent.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInitialWeight.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtInitialFee.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private Ctrl.WMSCtrlTextBox txtEmail;
|
|
private System.Windows.Forms.Label label15;
|
|
private Ctrl.WMSCtrlTextBox txtShort;
|
|
private System.Windows.Forms.Label label14;
|
|
private Ctrl.WMSCtrlTextBox txtPhone;
|
|
private System.Windows.Forms.Label label10;
|
|
private Ctrl.WMSCtrlTextBox txtLinkMan;
|
|
private System.Windows.Forms.Label label9;
|
|
private Ctrl.WMSCtrlTextBox txtFax;
|
|
private System.Windows.Forms.Label label8;
|
|
private Ctrl.WMSCtrlTextBox txtComName;
|
|
private System.Windows.Forms.Label label4;
|
|
private Ctrl.WMSCtrlTextBox txtComID;
|
|
private System.Windows.Forms.Label label2;
|
|
private Ctrl.CtrlButtons btnConfirm;
|
|
private Ctrl.CtrlButtons btnClose;
|
|
private System.Windows.Forms.BindingSource bsLogisticsComInfo;
|
|
private DevExpress.XtraEditors.MemoEdit txtAddress;
|
|
private DevExpress.XtraEditors.MemoEdit txtRemark;
|
|
private Ctrl.WMSCtrlTextBox txtMobile;
|
|
private System.Windows.Forms.Label label1;
|
|
private Ctrl.WMSCtrlTextBox txtAddWeight;
|
|
private System.Windows.Forms.Label label3;
|
|
private Ctrl.WMSCtrlTextBox txtAddFee;
|
|
private System.Windows.Forms.Label label5;
|
|
private Ctrl.WMSCtrlTextBox txtLostPayMent;
|
|
private System.Windows.Forms.Label label6;
|
|
private Ctrl.WMSCtrlTextBox txtDamagePayMent;
|
|
private System.Windows.Forms.Label label7;
|
|
private Ctrl.WMSCtrlTextBox txtInitialWeight;
|
|
private System.Windows.Forms.Label label11;
|
|
private Ctrl.WMSCtrlTextBox txtInitialFee;
|
|
private System.Windows.Forms.Label label12;
|
|
}
|
|
} |