629 lines
36 KiB
C#
629 lines
36 KiB
C#
namespace WMS.FrmStrategy
|
|
{
|
|
partial class FrmAutoTaskDet
|
|
{
|
|
/// <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(FrmAutoTaskDet));
|
|
this.rgProduce = new DevExpress.XtraEditors.RadioGroup();
|
|
this.bs_AutoTask = new System.Windows.Forms.BindingSource();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lue_Tran = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtStartegyName = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.radioGroup2 = new DevExpress.XtraEditors.RadioGroup();
|
|
this.bs_According = new System.Windows.Forms.BindingSource();
|
|
this.saveButton = new WMS.Ctrl.CtrlButtons();
|
|
this.ctrlButtons2 = new WMS.Ctrl.CtrlButtons();
|
|
this.colAuto_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.lue_WorkType = new WMS.Ctrl.LookUpEditSystem();
|
|
this.DicWorkKind = new WMS.Ctrl.CtrlDictonary();
|
|
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txt_End = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.txt_Count = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.txt_Start = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colACCORD_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colACCORD_START = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colACCORD_END = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colACCORD_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colAuto_id1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgProduce.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_AutoTask)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Tran.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartegyName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_According)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_WorkType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_End.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Count.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Start.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// rgProduce
|
|
//
|
|
this.rgProduce.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_AutoTask, "IS_AUTO", true));
|
|
this.rgProduce.Location = new System.Drawing.Point(393, 57);
|
|
this.rgProduce.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rgProduce.Name = "rgProduce";
|
|
this.rgProduce.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
this.rgProduce.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.rgProduce.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rgProduce.Properties.Appearance.Options.UseFont = true;
|
|
this.rgProduce.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.rgProduce.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
|
|
this.rgProduce.Size = new System.Drawing.Size(213, 22);
|
|
this.rgProduce.TabIndex = 112;
|
|
//
|
|
// bs_AutoTask
|
|
//
|
|
this.bs_AutoTask.DataSource = typeof(WMS.Model.Strategy.AutoTaskModel);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(324, 65);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 14);
|
|
this.label1.TabIndex = 113;
|
|
this.label1.Text = "自动指派";
|
|
//
|
|
// lue_Tran
|
|
//
|
|
this.lue_Tran.Location = new System.Drawing.Point(77, 32);
|
|
this.lue_Tran.Name = "lue_Tran";
|
|
this.lue_Tran.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_Tran.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WORK_ID", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WORK_NAME", "事务")});
|
|
this.lue_Tran.Properties.DisplayMember = "WORK_NAME";
|
|
this.lue_Tran.Properties.NullText = "";
|
|
this.lue_Tran.Properties.ValueMember = "WORK_ID";
|
|
this.lue_Tran.Size = new System.Drawing.Size(213, 20);
|
|
this.lue_Tran.TabIndex = 114;
|
|
this.lue_Tran.EditValueChanged += new System.EventHandler(this.lue_Tran_EditValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(8, 38);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 14);
|
|
this.label2.TabIndex = 115;
|
|
this.label2.Text = "事务类型";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label3.Location = new System.Drawing.Point(323, 35);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(63, 14);
|
|
this.label3.TabIndex = 117;
|
|
this.label3.Text = "工种类型";
|
|
//
|
|
// txtStartegyName
|
|
//
|
|
this.txtStartegyName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_AutoTask, "STRATEGY_NAME", true));
|
|
this.txtStartegyName.FrmSelect = false;
|
|
this.txtStartegyName.Location = new System.Drawing.Point(78, 3);
|
|
this.txtStartegyName.MustText = true;
|
|
this.txtStartegyName.Name = "txtStartegyName";
|
|
this.txtStartegyName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtStartegyName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtStartegyName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtStartegyName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtStartegyName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtStartegyName.Size = new System.Drawing.Size(213, 22);
|
|
this.txtStartegyName.StrLen = 0;
|
|
this.txtStartegyName.TabIndex = 118;
|
|
this.txtStartegyName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(9, 7);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 14);
|
|
this.label4.TabIndex = 119;
|
|
this.label4.Text = "策略名称";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label7.Location = new System.Drawing.Point(324, 7);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(63, 14);
|
|
this.label7.TabIndex = 113;
|
|
this.label7.Text = "状 态";
|
|
//
|
|
// radioGroup1
|
|
//
|
|
this.radioGroup1.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_AutoTask, "STATUS", true));
|
|
this.radioGroup1.Location = new System.Drawing.Point(393, 3);
|
|
this.radioGroup1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.radioGroup1.Name = "radioGroup1";
|
|
this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
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("1", "启用"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "停用")});
|
|
this.radioGroup1.Size = new System.Drawing.Size(213, 22);
|
|
this.radioGroup1.TabIndex = 112;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label6.Location = new System.Drawing.Point(3, 12);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(63, 14);
|
|
this.label6.TabIndex = 113;
|
|
this.label6.Text = "区间开始";
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
//
|
|
// radioGroup2
|
|
//
|
|
this.radioGroup2.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_AutoTask, "IS_AUTOCREATE", true));
|
|
this.radioGroup2.Location = new System.Drawing.Point(78, 57);
|
|
this.radioGroup2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.radioGroup2.Name = "radioGroup2";
|
|
this.radioGroup2.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
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("1", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
|
|
this.radioGroup2.Size = new System.Drawing.Size(213, 22);
|
|
this.radioGroup2.TabIndex = 112;
|
|
//
|
|
// bs_According
|
|
//
|
|
this.bs_According.DataSource = typeof(WMS.Model.Strategy.AccordingModel);
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.BoolDiagFrm = false;
|
|
this.saveButton.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
|
|
|
|
this.saveButton.Location = new System.Drawing.Point(150, 96);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(94, 30);
|
|
this.saveButton.TabIndex = 121;
|
|
this.saveButton.Text = "保 存";
|
|
this.saveButton.typeButton = "保 存";
|
|
|
|
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
|
|
//
|
|
// ctrlButtons2
|
|
//
|
|
this.ctrlButtons2.BoolDiagFrm = false;
|
|
this.ctrlButtons2.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.ctrlButtons2.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons2.Image")));
|
|
|
|
this.ctrlButtons2.Location = new System.Drawing.Point(274, 96);
|
|
this.ctrlButtons2.Name = "ctrlButtons2";
|
|
this.ctrlButtons2.Size = new System.Drawing.Size(94, 30);
|
|
this.ctrlButtons2.TabIndex = 122;
|
|
this.ctrlButtons2.Text = " 关闭";
|
|
this.ctrlButtons2.typeButton = " 关闭";
|
|
|
|
this.ctrlButtons2.Click += new System.EventHandler(this.ctrlButtons2_Click);
|
|
//
|
|
// colAuto_id
|
|
//
|
|
this.colAuto_id.FieldName = "Auto_id";
|
|
this.colAuto_id.Name = "colAuto_id";
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_WorkType);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.DicWorkKind);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.ctrlButtons1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_Tran);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.ctrlButtons2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.saveButton);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label4);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.radioGroup1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtStartegyName);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.rgProduce);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label7);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label9);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.txt_End);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.txt_Count);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.txt_Start);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlCustom1);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.label8);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.label6);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.label5);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(614, 529);
|
|
this.splitContainerControl1.SplitterPosition = 151;
|
|
this.splitContainerControl1.TabIndex = 123;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// lue_WorkType
|
|
//
|
|
this.lue_WorkType.Location = new System.Drawing.Point(392, 32);
|
|
this.lue_WorkType.Name = "lue_WorkType";
|
|
this.lue_WorkType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_WorkType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WORK_KIND", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("KIND_NAME", "工种")});
|
|
this.lue_WorkType.Properties.DisplayMember = "KIND_NAME";
|
|
this.lue_WorkType.Properties.NullText = "";
|
|
this.lue_WorkType.Properties.ValueMember = "WORK_KIND";
|
|
this.lue_WorkType.Size = new System.Drawing.Size(213, 20);
|
|
this.lue_WorkType.TabIndex = 124;
|
|
//
|
|
// DicWorkKind
|
|
//
|
|
this.DicWorkKind.DictonaryTableName = WMS.Ctrl.DictonaryType.工种t_sys_dictionary_tabworkkind_type;
|
|
this.DicWorkKind.IsSqlWhere = false;
|
|
this.DicWorkKind.Location = new System.Drawing.Point(595, 84);
|
|
this.DicWorkKind.Name = "DicWorkKind";
|
|
this.DicWorkKind.Number = 0;
|
|
this.DicWorkKind.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.DicWorkKind.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicWorkKind.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicWorkKind.ShowColumns1")))});
|
|
this.DicWorkKind.Size = new System.Drawing.Size(10, 22);
|
|
this.DicWorkKind.SqlStr = null;
|
|
this.DicWorkKind.TabIndex = 123;
|
|
this.DicWorkKind.TextBoxFlag = "";
|
|
this.DicWorkKind.TextBoxValue = "";
|
|
this.DicWorkKind.Visible = false;
|
|
//
|
|
// ctrlButtons1
|
|
//
|
|
this.ctrlButtons1.BoolDiagFrm = false;
|
|
this.ctrlButtons1.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image")));
|
|
|
|
this.ctrlButtons1.Location = new System.Drawing.Point(392, 96);
|
|
this.ctrlButtons1.Name = "ctrlButtons1";
|
|
this.ctrlButtons1.Size = new System.Drawing.Size(94, 30);
|
|
this.ctrlButtons1.TabIndex = 114;
|
|
this.ctrlButtons1.Text = " 增加依据";
|
|
this.ctrlButtons1.typeButton = " 增加依据";
|
|
|
|
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label9.Location = new System.Drawing.Point(10, 65);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(63, 14);
|
|
this.label9.TabIndex = 113;
|
|
this.label9.Text = "自动创建";
|
|
//
|
|
// txt_End
|
|
//
|
|
this.txt_End.FrmSelect = false;
|
|
this.txt_End.Location = new System.Drawing.Point(392, 8);
|
|
this.txt_End.MustText = false;
|
|
this.txt_End.Name = "txt_End";
|
|
this.txt_End.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_End.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txt_End.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txt_End.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_End.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txt_End.Size = new System.Drawing.Size(213, 22);
|
|
this.txt_End.StrLen = 0;
|
|
this.txt_End.TabIndex = 1;
|
|
this.txt_End.Valatt = WMS.Ctrl.ValidationAttribute.正整数;
|
|
//
|
|
// txt_Count
|
|
//
|
|
this.txt_Count.FrmSelect = false;
|
|
this.txt_Count.Location = new System.Drawing.Point(78, 36);
|
|
this.txt_Count.MustText = false;
|
|
this.txt_Count.Name = "txt_Count";
|
|
this.txt_Count.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_Count.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txt_Count.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txt_Count.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_Count.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txt_Count.Size = new System.Drawing.Size(213, 22);
|
|
this.txt_Count.StrLen = 0;
|
|
this.txt_Count.TabIndex = 1;
|
|
this.txt_Count.Valatt = WMS.Ctrl.ValidationAttribute.正整数;
|
|
//
|
|
// txt_Start
|
|
//
|
|
this.txt_Start.FrmSelect = false;
|
|
this.txt_Start.Location = new System.Drawing.Point(78, 8);
|
|
this.txt_Start.MustText = false;
|
|
this.txt_Start.Name = "txt_Start";
|
|
this.txt_Start.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_Start.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txt_Start.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txt_Start.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_Start.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txt_Start.Size = new System.Drawing.Size(213, 22);
|
|
this.txt_Start.StrLen = 0;
|
|
this.txt_Start.TabIndex = 1;
|
|
this.txt_Start.Valatt = WMS.Ctrl.ValidationAttribute.正整数;
|
|
//
|
|
// gridControlCustom1
|
|
//
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortageFlagColumn = null;
|
|
this.gridControlCustom1.ColorShortageValue = null;
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnExecuteValue = null;
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnPassValue = null;
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = null;
|
|
this.gridControlCustom1.ColorVerifyValue = null;
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|
this.gridControlCustom1.DataSource = this.bs_According;
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(0, 79);
|
|
this.gridControlCustom1.MainView = this.gridView1;
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|
this.gridControlCustom1.ShowRowID = true;
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(610, 290);
|
|
this.gridControlCustom1.TabIndex = 0;
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colACCORD_ID,
|
|
this.colACCORD_START,
|
|
this.colACCORD_END,
|
|
this.colACCORD_NUM,
|
|
this.colREMARK,
|
|
this.colVERSION,
|
|
this.colAuto_id1});
|
|
this.gridView1.GridControl = this.gridControlCustom1;
|
|
this.gridView1.IndicatorWidth = 34;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colACCORD_ID
|
|
//
|
|
this.colACCORD_ID.FieldName = "ACCORD_ID";
|
|
this.colACCORD_ID.Name = "colACCORD_ID";
|
|
//
|
|
// colACCORD_START
|
|
//
|
|
this.colACCORD_START.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colACCORD_START.AppearanceHeader.Options.UseFont = true;
|
|
this.colACCORD_START.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colACCORD_START.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colACCORD_START.FieldName = "ACCORD_START";
|
|
this.colACCORD_START.Name = "colACCORD_START";
|
|
this.colACCORD_START.OptionsColumn.AllowEdit = false;
|
|
this.colACCORD_START.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ACCORD_START", "{0} 条")});
|
|
this.colACCORD_START.Visible = true;
|
|
this.colACCORD_START.VisibleIndex = 0;
|
|
this.colACCORD_START.Width = 183;
|
|
//
|
|
// colACCORD_END
|
|
//
|
|
this.colACCORD_END.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colACCORD_END.AppearanceHeader.Options.UseFont = true;
|
|
this.colACCORD_END.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colACCORD_END.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colACCORD_END.FieldName = "ACCORD_END";
|
|
this.colACCORD_END.Name = "colACCORD_END";
|
|
this.colACCORD_END.OptionsColumn.AllowEdit = false;
|
|
this.colACCORD_END.Visible = true;
|
|
this.colACCORD_END.VisibleIndex = 1;
|
|
this.colACCORD_END.Width = 212;
|
|
//
|
|
// colACCORD_NUM
|
|
//
|
|
this.colACCORD_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colACCORD_NUM.AppearanceHeader.Options.UseFont = true;
|
|
this.colACCORD_NUM.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colACCORD_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colACCORD_NUM.FieldName = "ACCORD_NUM";
|
|
this.colACCORD_NUM.Name = "colACCORD_NUM";
|
|
this.colACCORD_NUM.OptionsColumn.AllowEdit = false;
|
|
this.colACCORD_NUM.Visible = true;
|
|
this.colACCORD_NUM.VisibleIndex = 2;
|
|
this.colACCORD_NUM.Width = 181;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
//
|
|
// colVERSION
|
|
//
|
|
this.colVERSION.FieldName = "VERSION";
|
|
this.colVERSION.Name = "colVERSION";
|
|
//
|
|
// colAuto_id1
|
|
//
|
|
this.colAuto_id1.FieldName = "Auto_id";
|
|
this.colAuto_id1.Name = "colAuto_id1";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label8.Location = new System.Drawing.Point(3, 40);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(63, 14);
|
|
this.label8.TabIndex = 113;
|
|
this.label8.Text = "取件件数";
|
|
this.label8.Click += new System.EventHandler(this.label6_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label5.Location = new System.Drawing.Point(324, 12);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(63, 14);
|
|
this.label5.TabIndex = 113;
|
|
this.label5.Text = "区间结束";
|
|
//
|
|
// FrmAutoTaskDet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(614, 529);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Name = "FrmAutoTaskDet";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "上架策略信息";
|
|
this.Load += new System.EventHandler(this.FrmAutoTaskDet_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.rgProduce.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_AutoTask)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_Tran.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtStartegyName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_According)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_WorkType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_End.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Count.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Start.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.RadioGroup rgProduce;
|
|
private System.Windows.Forms.Label label1;
|
|
private Ctrl.LookUpEditSystem lue_Tran;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private Ctrl.WMSCtrlTextBox txtStartegyName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label7;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup1;
|
|
private System.Windows.Forms.Label label6;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup2;
|
|
private System.Windows.Forms.BindingSource bs_AutoTask;
|
|
private System.Windows.Forms.BindingSource bs_According;
|
|
private Ctrl.CtrlButtons saveButton;
|
|
private Ctrl.CtrlButtons ctrlButtons2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAuto_id;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCORD_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCORD_START;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCORD_END;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colACCORD_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAuto_id1;
|
|
private Ctrl.WMSCtrlTextBox txt_End;
|
|
private Ctrl.WMSCtrlTextBox txt_Count;
|
|
private Ctrl.WMSCtrlTextBox txt_Start;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label8;
|
|
private Ctrl.CtrlButtons ctrlButtons1;
|
|
private System.Windows.Forms.Label label9;
|
|
private Ctrl.CtrlDictonary DicWorkKind;
|
|
private Ctrl.LookUpEditSystem lue_WorkType;
|
|
}
|
|
} |