1094 lines
65 KiB
C#
1094 lines
65 KiB
C#
namespace WMS.FrmSystems
|
|
{
|
|
partial class FrmSysParams
|
|
{
|
|
/// <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(FrmSysParams));
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
|
|
this.radioGroup3 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.radioGroup2 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
|
|
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
|
|
this.IsToERP = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinWearingValue = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
|
|
this.selectScreen = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinGoodsMin = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinGoodsMax = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinWeightDown = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
|
this.radioGroup5 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.autoGoodsID = new DevExpress.XtraEditors.RadioGroup();
|
|
this.BarCodeGoodsID = new DevExpress.XtraEditors.RadioGroup();
|
|
this.IsOut = new DevExpress.XtraEditors.RadioGroup();
|
|
this.IsSKU = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinWeightUP = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinTime = new DevExpress.XtraEditors.SpinEdit();
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lblDocument = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
|
|
this.radiodate = new DevExpress.XtraEditors.RadioGroup();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnSave = new WMS.Ctrl.CtrlButtons();
|
|
this.txtEndText = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.txtStarText = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.lkpDocumentType = new WMS.Ctrl.LookUpEditSystem();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup3.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsToERP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWearingValue.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.selectScreen.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinGoodsMin.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinGoodsMax.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWeightDown.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup5.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.autoGoodsID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BarCodeGoodsID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsOut.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsSKU.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWeightUP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radiodate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndText.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStarText.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lkpDocumentType.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl29);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup3);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl28);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl27);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl26);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.IsToERP);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl23);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinWearingValue);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl24);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl22);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.selectScreen);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl18);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinGoodsMin);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl19);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl20);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinGoodsMax);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl21);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl16);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinWeightDown);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl17);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl15);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl14);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl13);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl12);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl11);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup5);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.autoGoodsID);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.BarCodeGoodsID);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.IsOut);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.IsSKU);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl10);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl9);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinWeightUP);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl8);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.spinTime);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl7);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl25);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.btnSave);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.txtEndText);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit1);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.radiodate);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.txtStarText);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.lkpDocumentType);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl5);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl4);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl3);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl2);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.labelControl1);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1078, 495);
|
|
this.splitContainerControl1.SplitterPosition = 528;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// labelControl29
|
|
//
|
|
this.labelControl29.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl29.Appearance.Options.UseFont = true;
|
|
this.labelControl29.Location = new System.Drawing.Point(75, 428);
|
|
this.labelControl29.Name = "labelControl29";
|
|
this.labelControl29.Size = new System.Drawing.Size(112, 14);
|
|
this.labelControl29.TabIndex = 58;
|
|
this.labelControl29.Text = "库区是否知道生成";
|
|
this.labelControl29.Visible = false;
|
|
//
|
|
// radioGroup3
|
|
//
|
|
this.radioGroup3.EditValue = "";
|
|
this.radioGroup3.Location = new System.Drawing.Point(203, 425);
|
|
this.radioGroup3.Name = "radioGroup3";
|
|
this.radioGroup3.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioGroup3.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.radioGroup3.Properties.Appearance.Options.UseBackColor = true;
|
|
this.radioGroup3.Properties.Appearance.Options.UseFont = true;
|
|
this.radioGroup3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.radioGroup3.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "否")});
|
|
this.radioGroup3.Size = new System.Drawing.Size(115, 22);
|
|
this.radioGroup3.TabIndex = 57;
|
|
this.radioGroup3.Visible = false;
|
|
//
|
|
// radioGroup2
|
|
//
|
|
this.radioGroup2.EditValue = "";
|
|
this.radioGroup2.Location = new System.Drawing.Point(203, 397);
|
|
this.radioGroup2.Name = "radioGroup2";
|
|
this.radioGroup2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioGroup2.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.radioGroup2.Properties.Appearance.Options.UseBackColor = true;
|
|
this.radioGroup2.Properties.Appearance.Options.UseFont = true;
|
|
this.radioGroup2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.radioGroup2.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "手动"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "自动")});
|
|
this.radioGroup2.Properties.Tag = "是否手动输入商品编号";
|
|
this.radioGroup2.Size = new System.Drawing.Size(127, 22);
|
|
this.radioGroup2.TabIndex = 56;
|
|
this.radioGroup2.Tag = "是否手动输入商品编号(0:手动 1:自动)";
|
|
//
|
|
// labelControl28
|
|
//
|
|
this.labelControl28.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl28.Appearance.Options.UseFont = true;
|
|
this.labelControl28.Location = new System.Drawing.Point(74, 401);
|
|
this.labelControl28.Name = "labelControl28";
|
|
this.labelControl28.Size = new System.Drawing.Size(112, 14);
|
|
this.labelControl28.TabIndex = 55;
|
|
this.labelControl28.Text = "仓储编号是否输入";
|
|
//
|
|
// labelControl27
|
|
//
|
|
this.labelControl27.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl27.Appearance.Options.UseFont = true;
|
|
this.labelControl27.Location = new System.Drawing.Point(45, 128);
|
|
this.labelControl27.Name = "labelControl27";
|
|
this.labelControl27.Size = new System.Drawing.Size(140, 14);
|
|
this.labelControl27.TabIndex = 54;
|
|
this.labelControl27.Text = "是否手动输入货主编号";
|
|
//
|
|
// radioGroup1
|
|
//
|
|
this.radioGroup1.EditValue = "";
|
|
this.radioGroup1.Location = new System.Drawing.Point(203, 124);
|
|
this.radioGroup1.Name = "radioGroup1";
|
|
this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioGroup1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.radioGroup1.Properties.Appearance.Options.UseFont = true;
|
|
this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "手动"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "自动")});
|
|
this.radioGroup1.Properties.Tag = "是否手动输入商品编号";
|
|
this.radioGroup1.Size = new System.Drawing.Size(127, 22);
|
|
this.radioGroup1.TabIndex = 53;
|
|
this.radioGroup1.Tag = "是否手动输入商品编号(0:手动 1:自动)";
|
|
//
|
|
// labelControl26
|
|
//
|
|
this.labelControl26.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl26.Appearance.Options.UseFont = true;
|
|
this.labelControl26.Location = new System.Drawing.Point(110, 156);
|
|
this.labelControl26.Name = "labelControl26";
|
|
this.labelControl26.Size = new System.Drawing.Size(77, 14);
|
|
this.labelControl26.TabIndex = 52;
|
|
this.labelControl26.Text = "是否联动ERP";
|
|
//
|
|
// IsToERP
|
|
//
|
|
this.IsToERP.EditValue = "";
|
|
this.IsToERP.Location = new System.Drawing.Point(203, 153);
|
|
this.IsToERP.Name = "IsToERP";
|
|
this.IsToERP.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.IsToERP.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.IsToERP.Properties.Appearance.Options.UseBackColor = true;
|
|
this.IsToERP.Properties.Appearance.Options.UseFont = true;
|
|
this.IsToERP.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.IsToERP.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "否")});
|
|
this.IsToERP.Properties.Tag = "是否联动ERP";
|
|
this.IsToERP.Size = new System.Drawing.Size(127, 22);
|
|
this.IsToERP.TabIndex = 51;
|
|
this.IsToERP.Tag = "是否联动ERP(0:是 1:否)";
|
|
//
|
|
// labelControl23
|
|
//
|
|
this.labelControl23.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl23.Appearance.Options.UseFont = true;
|
|
this.labelControl23.Location = new System.Drawing.Point(328, 319);
|
|
this.labelControl23.Name = "labelControl23";
|
|
this.labelControl23.Size = new System.Drawing.Size(105, 14);
|
|
this.labelControl23.TabIndex = 25;
|
|
this.labelControl23.Text = "(范围:1~999999)";
|
|
//
|
|
// spinWearingValue
|
|
//
|
|
this.spinWearingValue.EditValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWearingValue.Location = new System.Drawing.Point(203, 315);
|
|
this.spinWearingValue.Name = "spinWearingValue";
|
|
this.spinWearingValue.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinWearingValue.Properties.Appearance.Options.UseFont = true;
|
|
this.spinWearingValue.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWearingValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinWearingValue.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWearingValue.Properties.EditFormat.FormatString = "n0";
|
|
this.spinWearingValue.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinWearingValue.Properties.IsFloatValue = false;
|
|
this.spinWearingValue.Properties.Mask.EditMask = "N00";
|
|
this.spinWearingValue.Properties.MaxValue = new decimal(new int[] {
|
|
99999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWearingValue.Properties.MinValue = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWearingValue.Size = new System.Drawing.Size(127, 22);
|
|
this.spinWearingValue.TabIndex = 9;
|
|
this.spinWearingValue.Tag = "库存报警值";
|
|
//
|
|
// labelControl24
|
|
//
|
|
this.labelControl24.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl24.Appearance.Options.UseFont = true;
|
|
this.labelControl24.Location = new System.Drawing.Point(119, 318);
|
|
this.labelControl24.Name = "labelControl24";
|
|
this.labelControl24.Size = new System.Drawing.Size(70, 14);
|
|
this.labelControl24.TabIndex = 19;
|
|
this.labelControl24.Text = "库存报警值";
|
|
//
|
|
// labelControl22
|
|
//
|
|
this.labelControl22.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl22.Appearance.Options.UseFont = true;
|
|
this.labelControl22.Location = new System.Drawing.Point(119, 346);
|
|
this.labelControl22.Name = "labelControl22";
|
|
this.labelControl22.Size = new System.Drawing.Size(70, 14);
|
|
this.labelControl22.TabIndex = 50;
|
|
this.labelControl22.Text = "屏幕分辨率";
|
|
//
|
|
// selectScreen
|
|
//
|
|
this.selectScreen.EditValue = "1366*768";
|
|
this.selectScreen.Location = new System.Drawing.Point(203, 341);
|
|
this.selectScreen.Name = "selectScreen";
|
|
this.selectScreen.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.selectScreen.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.selectScreen.Properties.Appearance.Options.UseBackColor = true;
|
|
this.selectScreen.Properties.Appearance.Options.UseFont = true;
|
|
this.selectScreen.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.selectScreen.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1024*768", "1024*768"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1366*768", "1366*768"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1920*900", "1920*900")});
|
|
this.selectScreen.Size = new System.Drawing.Size(245, 22);
|
|
this.selectScreen.TabIndex = 49;
|
|
this.selectScreen.Tag = "屏幕分辨率";
|
|
//
|
|
// labelControl18
|
|
//
|
|
this.labelControl18.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl18.Appearance.Options.UseFont = true;
|
|
this.labelControl18.Location = new System.Drawing.Point(329, 291);
|
|
this.labelControl18.Name = "labelControl18";
|
|
this.labelControl18.Size = new System.Drawing.Size(105, 14);
|
|
this.labelControl18.TabIndex = 24;
|
|
this.labelControl18.Text = "(范围:1~999999)";
|
|
//
|
|
// spinGoodsMin
|
|
//
|
|
this.spinGoodsMin.EditValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMin.Location = new System.Drawing.Point(203, 288);
|
|
this.spinGoodsMin.Name = "spinGoodsMin";
|
|
this.spinGoodsMin.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinGoodsMin.Properties.Appearance.Options.UseFont = true;
|
|
this.spinGoodsMin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinGoodsMin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinGoodsMin.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinGoodsMin.Properties.EditFormat.FormatString = "n0";
|
|
this.spinGoodsMin.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinGoodsMin.Properties.IsFloatValue = false;
|
|
this.spinGoodsMin.Properties.Mask.EditMask = "N00";
|
|
this.spinGoodsMin.Properties.MaxValue = new decimal(new int[] {
|
|
999999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMin.Properties.MinValue = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMin.Size = new System.Drawing.Size(127, 22);
|
|
this.spinGoodsMin.TabIndex = 8;
|
|
this.spinGoodsMin.Tag = "商品库存下限";
|
|
//
|
|
// labelControl19
|
|
//
|
|
this.labelControl19.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl19.Appearance.Options.UseFont = true;
|
|
this.labelControl19.Location = new System.Drawing.Point(104, 291);
|
|
this.labelControl19.Name = "labelControl19";
|
|
this.labelControl19.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl19.TabIndex = 18;
|
|
this.labelControl19.Text = "商品库存下限";
|
|
//
|
|
// labelControl20
|
|
//
|
|
this.labelControl20.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl20.Appearance.Options.UseFont = true;
|
|
this.labelControl20.Location = new System.Drawing.Point(329, 265);
|
|
this.labelControl20.Name = "labelControl20";
|
|
this.labelControl20.Size = new System.Drawing.Size(105, 14);
|
|
this.labelControl20.TabIndex = 23;
|
|
this.labelControl20.Text = "(范围:1~999999)";
|
|
//
|
|
// spinGoodsMax
|
|
//
|
|
this.spinGoodsMax.EditValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMax.Location = new System.Drawing.Point(203, 261);
|
|
this.spinGoodsMax.Name = "spinGoodsMax";
|
|
this.spinGoodsMax.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinGoodsMax.Properties.Appearance.Options.UseFont = true;
|
|
this.spinGoodsMax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinGoodsMax.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinGoodsMax.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinGoodsMax.Properties.EditFormat.FormatString = "n0";
|
|
this.spinGoodsMax.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinGoodsMax.Properties.IsFloatValue = false;
|
|
this.spinGoodsMax.Properties.Mask.EditMask = "N00";
|
|
this.spinGoodsMax.Properties.MaxValue = new decimal(new int[] {
|
|
999999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMax.Properties.MinValue = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinGoodsMax.Size = new System.Drawing.Size(127, 22);
|
|
this.spinGoodsMax.TabIndex = 7;
|
|
this.spinGoodsMax.Tag = "商品库存上限";
|
|
//
|
|
// labelControl21
|
|
//
|
|
this.labelControl21.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl21.Appearance.Options.UseFont = true;
|
|
this.labelControl21.Location = new System.Drawing.Point(104, 264);
|
|
this.labelControl21.Name = "labelControl21";
|
|
this.labelControl21.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl21.TabIndex = 17;
|
|
this.labelControl21.Text = "商品库存上限";
|
|
//
|
|
// labelControl16
|
|
//
|
|
this.labelControl16.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl16.Appearance.Options.UseFont = true;
|
|
this.labelControl16.Location = new System.Drawing.Point(329, 237);
|
|
this.labelControl16.Name = "labelControl16";
|
|
this.labelControl16.Size = new System.Drawing.Size(91, 14);
|
|
this.labelControl16.TabIndex = 22;
|
|
this.labelControl16.Text = "(范围:50~500)";
|
|
//
|
|
// spinWeightDown
|
|
//
|
|
this.spinWeightDown.EditValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightDown.Location = new System.Drawing.Point(203, 234);
|
|
this.spinWeightDown.Name = "spinWeightDown";
|
|
this.spinWeightDown.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinWeightDown.Properties.Appearance.Options.UseFont = true;
|
|
this.spinWeightDown.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWeightDown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinWeightDown.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWeightDown.Properties.EditFormat.FormatString = "n0";
|
|
this.spinWeightDown.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinWeightDown.Properties.IsFloatValue = false;
|
|
this.spinWeightDown.Properties.Mask.EditMask = "N00";
|
|
this.spinWeightDown.Properties.MaxValue = new decimal(new int[] {
|
|
500,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightDown.Properties.MinValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightDown.Size = new System.Drawing.Size(127, 22);
|
|
this.spinWeightDown.TabIndex = 6;
|
|
this.spinWeightDown.Tag = "称重重量下限";
|
|
//
|
|
// labelControl17
|
|
//
|
|
this.labelControl17.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl17.Appearance.Options.UseFont = true;
|
|
this.labelControl17.Location = new System.Drawing.Point(104, 237);
|
|
this.labelControl17.Name = "labelControl17";
|
|
this.labelControl17.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl17.TabIndex = 16;
|
|
this.labelControl17.Text = "称重重量下限";
|
|
//
|
|
// labelControl15
|
|
//
|
|
this.labelControl15.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl15.Appearance.Options.UseFont = true;
|
|
this.labelControl15.Location = new System.Drawing.Point(74, 368);
|
|
this.labelControl15.Name = "labelControl15";
|
|
this.labelControl15.Size = new System.Drawing.Size(112, 14);
|
|
this.labelControl15.TabIndex = 39;
|
|
this.labelControl15.Text = "界面消息捕获间隔";
|
|
this.labelControl15.Visible = false;
|
|
//
|
|
// labelControl14
|
|
//
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl14.Appearance.Options.UseFont = true;
|
|
this.labelControl14.Location = new System.Drawing.Point(45, 100);
|
|
this.labelControl14.Name = "labelControl14";
|
|
this.labelControl14.Size = new System.Drawing.Size(140, 14);
|
|
this.labelControl14.TabIndex = 13;
|
|
this.labelControl14.Text = "是否手动输入商品编号";
|
|
//
|
|
// labelControl13
|
|
//
|
|
this.labelControl13.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl13.Appearance.Options.UseFont = true;
|
|
this.labelControl13.Location = new System.Drawing.Point(0, 75);
|
|
this.labelControl13.Name = "labelControl13";
|
|
this.labelControl13.Size = new System.Drawing.Size(182, 14);
|
|
this.labelControl13.TabIndex = 12;
|
|
this.labelControl13.Text = "商品条形码是否等于商品编号";
|
|
//
|
|
// labelControl12
|
|
//
|
|
this.labelControl12.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl12.Appearance.Options.UseFont = true;
|
|
this.labelControl12.Location = new System.Drawing.Point(15, 48);
|
|
this.labelControl12.Name = "labelControl12";
|
|
this.labelControl12.Size = new System.Drawing.Size(168, 14);
|
|
this.labelControl12.TabIndex = 11;
|
|
this.labelControl12.Text = "库存低于下限是否允许出库";
|
|
//
|
|
// labelControl11
|
|
//
|
|
this.labelControl11.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl11.Appearance.Options.UseFont = true;
|
|
this.labelControl11.Location = new System.Drawing.Point(20, 21);
|
|
this.labelControl11.Name = "labelControl11";
|
|
this.labelControl11.Size = new System.Drawing.Size(161, 14);
|
|
this.labelControl11.TabIndex = 10;
|
|
this.labelControl11.Text = "是否启用SKU(库存量单位)";
|
|
//
|
|
// radioGroup5
|
|
//
|
|
this.radioGroup5.EditValue = "";
|
|
this.radioGroup5.Location = new System.Drawing.Point(202, 368);
|
|
this.radioGroup5.Name = "radioGroup5";
|
|
this.radioGroup5.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioGroup5.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.radioGroup5.Properties.Appearance.Options.UseBackColor = true;
|
|
this.radioGroup5.Properties.Appearance.Options.UseFont = true;
|
|
this.radioGroup5.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.radioGroup5.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "否")});
|
|
this.radioGroup5.Size = new System.Drawing.Size(115, 22);
|
|
this.radioGroup5.TabIndex = 34;
|
|
this.radioGroup5.Visible = false;
|
|
//
|
|
// autoGoodsID
|
|
//
|
|
this.autoGoodsID.EditValue = "";
|
|
this.autoGoodsID.Location = new System.Drawing.Point(202, 96);
|
|
this.autoGoodsID.Name = "autoGoodsID";
|
|
this.autoGoodsID.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.autoGoodsID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.autoGoodsID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.autoGoodsID.Properties.Appearance.Options.UseFont = true;
|
|
this.autoGoodsID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.autoGoodsID.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "手动"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "自动")});
|
|
this.autoGoodsID.Properties.Tag = "是否手动输入商品编号";
|
|
this.autoGoodsID.Size = new System.Drawing.Size(127, 22);
|
|
this.autoGoodsID.TabIndex = 3;
|
|
this.autoGoodsID.Tag = "是否手动输入商品编号(0:手动 1:自动)";
|
|
//
|
|
// BarCodeGoodsID
|
|
//
|
|
this.BarCodeGoodsID.EditValue = "";
|
|
this.BarCodeGoodsID.Location = new System.Drawing.Point(202, 72);
|
|
this.BarCodeGoodsID.Name = "BarCodeGoodsID";
|
|
this.BarCodeGoodsID.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.BarCodeGoodsID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.BarCodeGoodsID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.BarCodeGoodsID.Properties.Appearance.Options.UseFont = true;
|
|
this.BarCodeGoodsID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.BarCodeGoodsID.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "相等"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "不等")});
|
|
this.BarCodeGoodsID.Properties.Tag = "商品条形码是否等于商品编号";
|
|
this.BarCodeGoodsID.Size = new System.Drawing.Size(127, 22);
|
|
this.BarCodeGoodsID.TabIndex = 2;
|
|
this.BarCodeGoodsID.Tag = "商品条形码是否等于商品编号(0:不等 1:相等)";
|
|
//
|
|
// IsOut
|
|
//
|
|
this.IsOut.EditValue = "";
|
|
this.IsOut.Location = new System.Drawing.Point(202, 45);
|
|
this.IsOut.Name = "IsOut";
|
|
this.IsOut.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.IsOut.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.IsOut.Properties.Appearance.Options.UseBackColor = true;
|
|
this.IsOut.Properties.Appearance.Options.UseFont = true;
|
|
this.IsOut.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.IsOut.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "否")});
|
|
this.IsOut.Size = new System.Drawing.Size(127, 22);
|
|
this.IsOut.TabIndex = 1;
|
|
this.IsOut.Tag = "库存低于下限是否允许出库(0:是 1:否)";
|
|
//
|
|
// IsSKU
|
|
//
|
|
this.IsSKU.EditValue = "";
|
|
this.IsSKU.Location = new System.Drawing.Point(202, 18);
|
|
this.IsSKU.Name = "IsSKU";
|
|
this.IsSKU.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.IsSKU.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.IsSKU.Properties.Appearance.Options.UseBackColor = true;
|
|
this.IsSKU.Properties.Appearance.Options.UseFont = true;
|
|
this.IsSKU.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.IsSKU.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "启用"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "停用")});
|
|
this.IsSKU.Size = new System.Drawing.Size(127, 22);
|
|
this.IsSKU.TabIndex = 0;
|
|
this.IsSKU.Tag = "是否启用SKU(0:启用 1:停用)";
|
|
//
|
|
// labelControl10
|
|
//
|
|
this.labelControl10.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl10.Appearance.Options.UseFont = true;
|
|
this.labelControl10.Location = new System.Drawing.Point(329, 211);
|
|
this.labelControl10.Name = "labelControl10";
|
|
this.labelControl10.Size = new System.Drawing.Size(91, 14);
|
|
this.labelControl10.TabIndex = 21;
|
|
this.labelControl10.Text = "(范围:50~500)";
|
|
//
|
|
// labelControl9
|
|
//
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl9.Appearance.Options.UseFont = true;
|
|
this.labelControl9.Location = new System.Drawing.Point(329, 184);
|
|
this.labelControl9.Name = "labelControl9";
|
|
this.labelControl9.Size = new System.Drawing.Size(98, 14);
|
|
this.labelControl9.TabIndex = 20;
|
|
this.labelControl9.Text = "秒(范围:1~500)";
|
|
//
|
|
// spinWeightUP
|
|
//
|
|
this.spinWeightUP.EditValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightUP.Location = new System.Drawing.Point(203, 207);
|
|
this.spinWeightUP.Name = "spinWeightUP";
|
|
this.spinWeightUP.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinWeightUP.Properties.Appearance.Options.UseFont = true;
|
|
this.spinWeightUP.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWeightUP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinWeightUP.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinWeightUP.Properties.EditFormat.FormatString = "n0";
|
|
this.spinWeightUP.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinWeightUP.Properties.IsFloatValue = false;
|
|
this.spinWeightUP.Properties.Mask.EditMask = "N00";
|
|
this.spinWeightUP.Properties.MaxValue = new decimal(new int[] {
|
|
500,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightUP.Properties.MinValue = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinWeightUP.Size = new System.Drawing.Size(127, 22);
|
|
this.spinWeightUP.TabIndex = 5;
|
|
this.spinWeightUP.Tag = "称重重量上限";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl8.Appearance.Options.UseFont = true;
|
|
this.labelControl8.Location = new System.Drawing.Point(104, 210);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl8.TabIndex = 15;
|
|
this.labelControl8.Text = "称重重量上限";
|
|
//
|
|
// spinTime
|
|
//
|
|
this.spinTime.EditValue = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinTime.Location = new System.Drawing.Point(203, 180);
|
|
this.spinTime.Name = "spinTime";
|
|
this.spinTime.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinTime.Properties.Appearance.Options.UseFont = true;
|
|
this.spinTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinTime.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinTime.Properties.EditFormat.FormatString = "n0";
|
|
this.spinTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinTime.Properties.IsFloatValue = false;
|
|
this.spinTime.Properties.Mask.EditMask = "N00";
|
|
this.spinTime.Properties.MaxValue = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinTime.Properties.MinValue = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinTime.Size = new System.Drawing.Size(127, 22);
|
|
this.spinTime.TabIndex = 4;
|
|
this.spinTime.Tag = "界面消息捕获间隔";
|
|
//
|
|
// labelControl7
|
|
//
|
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl7.Appearance.Options.UseFont = true;
|
|
this.labelControl7.Location = new System.Drawing.Point(74, 183);
|
|
this.labelControl7.Name = "labelControl7";
|
|
this.labelControl7.Size = new System.Drawing.Size(112, 14);
|
|
this.labelControl7.TabIndex = 14;
|
|
this.labelControl7.Text = "界面消息捕获间隔";
|
|
//
|
|
// labelControl25
|
|
//
|
|
this.labelControl25.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl25.Appearance.Options.UseFont = true;
|
|
this.labelControl25.Location = new System.Drawing.Point(3, 18);
|
|
this.labelControl25.Name = "labelControl25";
|
|
this.labelControl25.Size = new System.Drawing.Size(420, 14);
|
|
this.labelControl25.TabIndex = 5;
|
|
this.labelControl25.Text = "提示:单据类型每种类型需单独操作,配置完一种点击\'保存\'即可。";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.panelControl1.Controls.Add(this.lblDocument);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Location = new System.Drawing.Point(8, 196);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(324, 70);
|
|
this.panelControl1.TabIndex = 10;
|
|
//
|
|
// lblDocument
|
|
//
|
|
this.lblDocument.Appearance.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
|
|
this.lblDocument.Appearance.ForeColor = System.Drawing.Color.Red;
|
|
this.lblDocument.Appearance.Options.UseFont = true;
|
|
this.lblDocument.Appearance.Options.UseForeColor = true;
|
|
this.lblDocument.Appearance.Options.UseTextOptions = true;
|
|
this.lblDocument.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lblDocument.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblDocument.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblDocument.Location = new System.Drawing.Point(0, 32);
|
|
this.lblDocument.Name = "lblDocument";
|
|
this.lblDocument.Size = new System.Drawing.Size(317, 22);
|
|
this.lblDocument.TabIndex = 0;
|
|
this.lblDocument.Text = "单据预览";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl6.Appearance.Options.UseFont = true;
|
|
this.labelControl6.Location = new System.Drawing.Point(108, 5);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl6.TabIndex = 1;
|
|
this.labelControl6.Text = "单据预览";
|
|
//
|
|
// spinEdit1
|
|
//
|
|
this.spinEdit1.EditValue = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinEdit1.Location = new System.Drawing.Point(92, 145);
|
|
this.spinEdit1.Name = "spinEdit1";
|
|
this.spinEdit1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.spinEdit1.Properties.Appearance.Options.UseFont = true;
|
|
this.spinEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.spinEdit1.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.spinEdit1.Properties.EditFormat.FormatString = "n0";
|
|
this.spinEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.spinEdit1.Properties.IsFloatValue = false;
|
|
this.spinEdit1.Properties.Mask.EditMask = "N00";
|
|
this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
|
|
8,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinEdit1.Properties.MinValue = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinEdit1.Size = new System.Drawing.Size(233, 22);
|
|
this.spinEdit1.TabIndex = 3;
|
|
this.spinEdit1.Visible = false;
|
|
this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
|
|
//
|
|
// radiodate
|
|
//
|
|
this.radiodate.EditValue = "2";
|
|
this.radiodate.Location = new System.Drawing.Point(89, 93);
|
|
this.radiodate.Name = "radiodate";
|
|
this.radiodate.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.radiodate.Properties.Appearance.Options.UseFont = true;
|
|
this.radiodate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.radiodate.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "日流水"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "月流水"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "无需")});
|
|
this.radiodate.Size = new System.Drawing.Size(233, 22);
|
|
this.radiodate.TabIndex = 2;
|
|
this.radiodate.SelectedIndexChanged += new System.EventHandler(this.radiodate_SelectedIndexChanged);
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl5.Appearance.Options.UseFont = true;
|
|
this.labelControl5.Location = new System.Drawing.Point(25, 129);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl5.TabIndex = 4;
|
|
this.labelControl5.Text = "单据后缀";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|
this.labelControl4.Location = new System.Drawing.Point(13, 150);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(70, 14);
|
|
this.labelControl4.TabIndex = 9;
|
|
this.labelControl4.Text = "流水号位数";
|
|
this.labelControl4.Visible = false;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(25, 99);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl3.TabIndex = 8;
|
|
this.labelControl3.Text = "日期格式";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(25, 72);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl2.TabIndex = 7;
|
|
this.labelControl2.Text = "单据前缀";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(25, 44);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl1.TabIndex = 6;
|
|
this.labelControl1.Text = "编码类型";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnSave.Appearance.Options.UseFont = true;
|
|
this.btnSave.BoolDiagFrm = false;
|
|
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
|
|
this.btnSave.Location = new System.Drawing.Point(116, 291);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(150, 45);
|
|
this.btnSave.TabIndex = 4;
|
|
this.btnSave.Text = " 保 存(&S)";
|
|
this.btnSave.typeButton = " 保 存(&S)";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// txtEndText
|
|
//
|
|
this.txtEndText.FrmSelect = false;
|
|
this.txtEndText.Location = new System.Drawing.Point(89, 124);
|
|
this.txtEndText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtEndText.MustText = false;
|
|
this.txtEndText.Name = "txtEndText";
|
|
this.txtEndText.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtEndText.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtEndText.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtEndText.Properties.Appearance.Options.UseFont = true;
|
|
this.txtEndText.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtEndText.Size = new System.Drawing.Size(233, 22);
|
|
this.txtEndText.StrLen = 0;
|
|
this.txtEndText.TabIndex = 9;
|
|
this.txtEndText.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtEndText.ValText = "";
|
|
this.txtEndText.EditValueChanged += new System.EventHandler(this.txtEndText_EditValueChanged);
|
|
//
|
|
// txtStarText
|
|
//
|
|
this.txtStarText.FrmSelect = false;
|
|
this.txtStarText.Location = new System.Drawing.Point(89, 65);
|
|
this.txtStarText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtStarText.MustText = true;
|
|
this.txtStarText.Name = "txtStarText";
|
|
this.txtStarText.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtStarText.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtStarText.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtStarText.Properties.Appearance.Options.UseFont = true;
|
|
this.txtStarText.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtStarText.Size = new System.Drawing.Size(233, 22);
|
|
this.txtStarText.StrLen = 0;
|
|
this.txtStarText.TabIndex = 1;
|
|
this.txtStarText.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtStarText.ValText = "";
|
|
this.txtStarText.EditValueChanged += new System.EventHandler(this.txtStarText_EditValueChanged);
|
|
//
|
|
// lkpDocumentType
|
|
//
|
|
this.lkpDocumentType.EditValue = "";
|
|
this.lkpDocumentType.Location = new System.Drawing.Point(89, 41);
|
|
this.lkpDocumentType.Name = "lkpDocumentType";
|
|
this.lkpDocumentType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.lkpDocumentType.Properties.Appearance.Options.UseFont = true;
|
|
this.lkpDocumentType.Properties.AutoHeight = false;
|
|
this.lkpDocumentType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lkpDocumentType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lkpDocumentType.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lkpDocumentType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_CHAR_VALUE", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DICTIONARY_NAME", "单据类型"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DESCRIPTION", "数据库seq", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
|
|
this.lkpDocumentType.Properties.NullText = "";
|
|
this.lkpDocumentType.Size = new System.Drawing.Size(233, 22);
|
|
this.lkpDocumentType.TabIndex = 0;
|
|
this.lkpDocumentType.EditValueChanged += new System.EventHandler(this.lkpDocumentType_EditValueChanged);
|
|
//
|
|
// FrmSysParams
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1078, 495);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmSysParams";
|
|
this.Text = "系统参数设置";
|
|
this.Load += new System.EventHandler(this.FrmSysParams_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup3.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsToERP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWearingValue.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.selectScreen.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinGoodsMin.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinGoodsMax.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWeightDown.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup5.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.autoGoodsID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BarCodeGoodsID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsOut.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.IsSKU.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinWeightUP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radiodate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEndText.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStarText.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lkpDocumentType.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl lblDocument;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private Ctrl.WMSCtrlTextBox txtEndText;
|
|
private DevExpress.XtraEditors.SpinEdit spinEdit1;
|
|
private DevExpress.XtraEditors.RadioGroup radiodate;
|
|
private Ctrl.WMSCtrlTextBox txtStarText;
|
|
private Ctrl.LookUpEditSystem lkpDocumentType;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SpinEdit spinTime;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup5;
|
|
private DevExpress.XtraEditors.RadioGroup autoGoodsID;
|
|
private DevExpress.XtraEditors.RadioGroup BarCodeGoodsID;
|
|
private DevExpress.XtraEditors.RadioGroup IsOut;
|
|
private DevExpress.XtraEditors.RadioGroup IsSKU;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private DevExpress.XtraEditors.SpinEdit spinWeightUP;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.LabelControl labelControl16;
|
|
private DevExpress.XtraEditors.SpinEdit spinWeightDown;
|
|
private DevExpress.XtraEditors.LabelControl labelControl17;
|
|
private DevExpress.XtraEditors.LabelControl labelControl18;
|
|
private DevExpress.XtraEditors.SpinEdit spinGoodsMin;
|
|
private DevExpress.XtraEditors.LabelControl labelControl19;
|
|
private DevExpress.XtraEditors.LabelControl labelControl20;
|
|
private DevExpress.XtraEditors.SpinEdit spinGoodsMax;
|
|
private DevExpress.XtraEditors.LabelControl labelControl21;
|
|
private DevExpress.XtraEditors.LabelControl labelControl22;
|
|
private DevExpress.XtraEditors.RadioGroup selectScreen;
|
|
private DevExpress.XtraEditors.LabelControl labelControl23;
|
|
private DevExpress.XtraEditors.SpinEdit spinWearingValue;
|
|
private DevExpress.XtraEditors.LabelControl labelControl24;
|
|
private Ctrl.CtrlButtons btnSave;
|
|
private DevExpress.XtraEditors.LabelControl labelControl25;
|
|
private DevExpress.XtraEditors.LabelControl labelControl26;
|
|
private DevExpress.XtraEditors.RadioGroup IsToERP;
|
|
private DevExpress.XtraEditors.LabelControl labelControl27;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup1;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl28;
|
|
private DevExpress.XtraEditors.LabelControl labelControl29;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup3;
|
|
}
|
|
} |