BaoKai_202508-Wms-Jingwang..../WMS.FrmStrategy/FrmDownStrategyDet.Designer.cs

581 lines
34 KiB
C#
Raw Normal View History

2025-08-24 09:35:55 +08:00
namespace WMS.FrmStrategy
{
partial class FrmDownStrategyDet
{
/// <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(FrmDownStrategyDet));
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.btnAddTab = new WMS.Ctrl.CtrlButtons();
this.btnDelTab = new WMS.Ctrl.CtrlButtons();
this.btnClose = new WMS.Ctrl.CtrlButtons();
this.btnSave = new WMS.Ctrl.CtrlButtons();
this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
this.bsDownStrategy = new System.Windows.Forms.BindingSource(this.components);
this.label12 = new System.Windows.Forms.Label();
this.rgState = new DevExpress.XtraEditors.RadioGroup();
this.rgAdded = new DevExpress.XtraEditors.RadioGroup();
this.rgNull = new DevExpress.XtraEditors.RadioGroup();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.rgProduce = new DevExpress.XtraEditors.RadioGroup();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtStartegyName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.label5 = new System.Windows.Forms.Label();
this.GCDownStycts = new WMS.Ctrl.GridControlCustom();
this.bsDownStycts = new System.Windows.Forms.BindingSource(this.components);
this.GVDownStycts = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colDOWNSTRATEGY_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.lueStorage = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.lueArea = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colSTORAGE_AREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_DICTIONARY_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_TYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPRO_TYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsDownStrategy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgState.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgAdded.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgNull.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgProduce.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartegyName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GCDownStycts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsDownStycts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVDownStycts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueStorage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueArea)).BeginInit();
this.SuspendLayout();
//
// 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.btnAddTab);
this.splitContainerControl1.Panel1.Controls.Add(this.btnDelTab);
this.splitContainerControl1.Panel1.Controls.Add(this.btnClose);
this.splitContainerControl1.Panel1.Controls.Add(this.btnSave);
this.splitContainerControl1.Panel1.Controls.Add(this.txtRemark);
this.splitContainerControl1.Panel1.Controls.Add(this.label12);
this.splitContainerControl1.Panel1.Controls.Add(this.rgState);
this.splitContainerControl1.Panel1.Controls.Add(this.rgAdded);
this.splitContainerControl1.Panel1.Controls.Add(this.rgNull);
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
this.splitContainerControl1.Panel1.Controls.Add(this.rgProduce);
this.splitContainerControl1.Panel1.Controls.Add(this.label1);
this.splitContainerControl1.Panel1.Controls.Add(this.label7);
this.splitContainerControl1.Panel1.Controls.Add(this.txtStartegyName);
this.splitContainerControl1.Panel1.Controls.Add(this.label5);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.GCDownStycts);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(584, 404);
this.splitContainerControl1.SplitterPosition = 262;
this.splitContainerControl1.TabIndex = 0;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// btnAddTab
//
this.btnAddTab.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.btnAddTab.Appearance.Options.UseFont = true;
this.btnAddTab.BoolDiagFrm = false;
this.btnAddTab.Image = ((System.Drawing.Image)(resources.GetObject("btnAddTab.Image")));
this.btnAddTab.Location = new System.Drawing.Point(68, 156);
this.btnAddTab.Name = "btnAddTab";
this.btnAddTab.Size = new System.Drawing.Size(150, 45);
this.btnAddTab.TabIndex = 107;
this.btnAddTab.Text = "增加明细";
this.btnAddTab.typeButton = "增加明细";
this.btnAddTab.Click += new System.EventHandler(this.btnAddTab_Click);
//
// btnDelTab
//
this.btnDelTab.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.btnDelTab.Appearance.Options.UseFont = true;
this.btnDelTab.BoolDiagFrm = false;
this.btnDelTab.Image = ((System.Drawing.Image)(resources.GetObject("btnDelTab.Image")));
this.btnDelTab.Location = new System.Drawing.Point(278, 156);
this.btnDelTab.Name = "btnDelTab";
this.btnDelTab.Size = new System.Drawing.Size(150, 45);
this.btnDelTab.TabIndex = 108;
this.btnDelTab.Text = "删除明细";
this.btnDelTab.typeButton = "删除明细";
this.btnDelTab.Click += new System.EventHandler(this.btnDelTab_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.ImageUri.Uri = "Close;Office2013";
this.btnClose.Location = new System.Drawing.Point(278, 207);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(150, 45);
this.btnClose.TabIndex = 110;
this.btnClose.Text = " 关闭 ";
this.btnClose.typeButton = " 关闭 ";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// 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.ImageUri.Uri = "SaveAll;Office2013";
this.btnSave.Location = new System.Drawing.Point(68, 207);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(150, 45);
this.btnSave.TabIndex = 109;
this.btnSave.Text = " 保存 ";
this.btnSave.typeButton = " 保存 ";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtRemark
//
this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "REMARK", true));
this.txtRemark.EditValue = "";
this.txtRemark.Location = new System.Drawing.Point(68, 83);
this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
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(504, 56);
this.txtRemark.TabIndex = 106;
//
// bsDownStrategy
//
this.bsDownStrategy.DataSource = typeof(WMS.Model.Strategy.DownStrategyModel);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 10F);
this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
this.label12.Location = new System.Drawing.Point(6, 86);
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 = 1344;
this.label12.Text = "备 注";
//
// rgState
//
this.rgState.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "DOWNSTRATEGY_STATE", true));
this.rgState.Location = new System.Drawing.Point(68, 58);
this.rgState.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rgState.Name = "rgState";
this.rgState.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
this.rgState.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.rgState.Properties.Appearance.Options.UseBackColor = true;
this.rgState.Properties.Appearance.Options.UseFont = true;
this.rgState.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.rgState.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "启用"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "停用")});
this.rgState.Size = new System.Drawing.Size(213, 22);
this.rgState.TabIndex = 105;
//
// rgAdded
//
this.rgAdded.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "ADDED_FLAG", true));
this.rgAdded.Location = new System.Drawing.Point(68, 33);
this.rgAdded.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rgAdded.Name = "rgAdded";
this.rgAdded.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
this.rgAdded.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.rgAdded.Properties.Appearance.Options.UseBackColor = true;
this.rgAdded.Properties.Appearance.Options.UseFont = true;
this.rgAdded.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.rgAdded.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.rgAdded.Size = new System.Drawing.Size(213, 22);
this.rgAdded.TabIndex = 103;
//
// rgNull
//
this.rgNull.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "NULL_FLAG", true));
this.rgNull.Location = new System.Drawing.Point(359, 33);
this.rgNull.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rgNull.Name = "rgNull";
this.rgNull.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
this.rgNull.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.rgNull.Properties.Appearance.Options.UseBackColor = true;
this.rgNull.Properties.Appearance.Options.UseFont = true;
this.rgNull.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.rgNull.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.rgNull.Size = new System.Drawing.Size(213, 22);
this.rgNull.TabIndex = 104;
//
// 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(296, 37);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 115;
this.label3.Text = "捡空库位";
//
// 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(6, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 113;
this.label2.Text = "上架日期";
//
// rgProduce
//
this.rgProduce.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "PRODUCE_FLAG", true));
this.rgProduce.Location = new System.Drawing.Point(359, 8);
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 = 102;
//
// 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(296, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 111;
this.label1.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(6, 62);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(63, 14);
this.label7.TabIndex = 109;
this.label7.Text = "状 态";
//
// txtStartegyName
//
this.txtStartegyName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDownStrategy, "DOWNSTRATEGY_NAME", true));
this.txtStartegyName.FrmSelect = false;
this.txtStartegyName.Location = new System.Drawing.Point(68, 8);
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 = 50;
this.txtStartegyName.TabIndex = 101;
this.txtStartegyName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtStartegyName.ValText = "";
//
// 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(6, 12);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 14);
this.label5.TabIndex = 106;
this.label5.Text = "策略名称";
//
// GCDownStycts
//
this.GCDownStycts.ColorApprove = System.Drawing.Color.Empty;
this.GCDownStycts.ColorApproveValue = null;
this.GCDownStycts.ColorPass = System.Drawing.Color.Empty;
this.GCDownStycts.ColorPassValue = null;
this.GCDownStycts.ColorRepeal = System.Drawing.Color.Empty;
this.GCDownStycts.ColorRepealValue = null;
this.GCDownStycts.ColorReWork = System.Drawing.Color.Empty;
this.GCDownStycts.ColorReWorkValue = null;
this.GCDownStycts.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCDownStycts.ColorShortage = System.Drawing.Color.Empty;
this.GCDownStycts.ColorShortageFlagColumn = null;
this.GCDownStycts.ColorShortageValue = null;
this.GCDownStycts.ColorUnExecute = System.Drawing.Color.Empty;
this.GCDownStycts.ColorUnExecuteValue = null;
this.GCDownStycts.ColorUnPass = System.Drawing.Color.Empty;
this.GCDownStycts.ColorUnPassValue = null;
this.GCDownStycts.ColorVerify = System.Drawing.Color.Empty;
this.GCDownStycts.ColorVerifyFlagColumn = null;
this.GCDownStycts.ColorVerifyValue = null;
this.GCDownStycts.ColorWarning = System.Drawing.Color.Empty;
this.GCDownStycts.ColorWarningValue = null;
this.GCDownStycts.DataSource = this.bsDownStycts;
this.GCDownStycts.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCDownStycts.EnableAppearanceEvenRow = true;
this.GCDownStycts.IndicatorWidth = 40;
this.GCDownStycts.Location = new System.Drawing.Point(0, 0);
this.GCDownStycts.MainView = this.GVDownStycts;
this.GCDownStycts.Name = "GCDownStycts";
this.GCDownStycts.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.lueStorage,
this.lueArea});
this.GCDownStycts.ShowRowID = true;
this.GCDownStycts.Size = new System.Drawing.Size(580, 133);
this.GCDownStycts.TabIndex = 111;
this.GCDownStycts.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVDownStycts});
//
// bsDownStycts
//
this.bsDownStycts.DataSource = typeof(WMS.Model.Strategy.DownStyctsModel);
//
// GVDownStycts
//
this.GVDownStycts.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVDownStycts.Appearance.EvenRow.Options.UseBackColor = true;
this.GVDownStycts.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.GVDownStycts.Appearance.HeaderPanel.Options.UseFont = true;
this.GVDownStycts.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.GVDownStycts.Appearance.Row.Options.UseFont = true;
this.GVDownStycts.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colDOWNSTRATEGY_ID,
this.colSTORAGE_ID,
this.colSTORAGE_NAME,
this.colSTORAGE_AREA_ID,
this.colSTORAGE_AREA_NAME,
this.colVC_DICTIONARY_ID,
this.colGOODS_TYPE_ID,
this.colPRO_TYPE_ID});
this.GVDownStycts.GridControl = this.GCDownStycts;
this.GVDownStycts.IndicatorWidth = 34;
this.GVDownStycts.Name = "GVDownStycts";
this.GVDownStycts.OptionsView.ColumnAutoWidth = false;
this.GVDownStycts.OptionsView.EnableAppearanceEvenRow = true;
this.GVDownStycts.OptionsView.ShowFooter = true;
this.GVDownStycts.OptionsView.ShowGroupPanel = false;
this.GVDownStycts.CustomRowCellEditForEditing += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.GVDownStycts_CustomRowCellEditForEditing);
//
// colDOWNSTRATEGY_ID
//
this.colDOWNSTRATEGY_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colDOWNSTRATEGY_ID.AppearanceCell.Options.UseFont = true;
this.colDOWNSTRATEGY_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colDOWNSTRATEGY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDOWNSTRATEGY_ID.FieldName = "DOWNSTRATEGY_ID";
this.colDOWNSTRATEGY_ID.Name = "colDOWNSTRATEGY_ID";
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_ID.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_ID.ColumnEdit = this.lueStorage;
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
this.colSTORAGE_ID.Visible = true;
this.colSTORAGE_ID.VisibleIndex = 0;
this.colSTORAGE_ID.Width = 170;
//
// lueStorage
//
this.lueStorage.AutoHeight = false;
this.lueStorage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lueStorage.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueStorage.Name = "lueStorage";
this.lueStorage.NullText = "";
//
// colSTORAGE_NAME
//
this.colSTORAGE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_NAME.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
//
// colSTORAGE_AREA_ID
//
this.colSTORAGE_AREA_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_AREA_ID.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_AREA_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_AREA_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_AREA_ID.ColumnEdit = this.lueArea;
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Visible = true;
this.colSTORAGE_AREA_ID.VisibleIndex = 1;
this.colSTORAGE_AREA_ID.Width = 179;
//
// lueArea
//
this.lueArea.AutoHeight = false;
this.lueArea.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lueArea.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueArea.Name = "lueArea";
this.lueArea.NullText = "";
//
// colSTORAGE_AREA_NAME
//
this.colSTORAGE_AREA_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_AREA_NAME.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_AREA_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_AREA_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_AREA_NAME.FieldName = "STORAGE_AREA_NAME";
this.colSTORAGE_AREA_NAME.Name = "colSTORAGE_AREA_NAME";
//
// colVC_DICTIONARY_ID
//
this.colVC_DICTIONARY_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_DICTIONARY_ID.AppearanceCell.Options.UseFont = true;
this.colVC_DICTIONARY_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_DICTIONARY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_DICTIONARY_ID.FieldName = "VC_DICTIONARY_ID";
this.colVC_DICTIONARY_ID.Name = "colVC_DICTIONARY_ID";
//
// colGOODS_TYPE_ID
//
this.colGOODS_TYPE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE_ID.AppearanceCell.Options.UseFont = true;
this.colGOODS_TYPE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_TYPE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_TYPE_ID.FieldName = "GOODS_TYPE_ID";
this.colGOODS_TYPE_ID.Name = "colGOODS_TYPE_ID";
//
// colPRO_TYPE_ID
//
this.colPRO_TYPE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPRO_TYPE_ID.AppearanceCell.Options.UseFont = true;
this.colPRO_TYPE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colPRO_TYPE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPRO_TYPE_ID.FieldName = "PRO_TYPE_ID";
this.colPRO_TYPE_ID.Name = "colPRO_TYPE_ID";
//
// gridColumn1
//
this.gridColumn1.Name = "gridColumn1";
//
// FrmDownStrategyDet
//
this.AcceptButton = this.btnSave;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(584, 404);
this.Controls.Add(this.splitContainerControl1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(600, 500);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(600, 400);
this.Name = "FrmDownStrategyDet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "下架策略信息";
this.Load += new System.EventHandler(this.FrmDownStrategyDet_Load);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsDownStrategy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgState.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgAdded.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgNull.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgProduce.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartegyName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GCDownStycts)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsDownStycts)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVDownStycts)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueStorage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueArea)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private System.Windows.Forms.BindingSource bsDownStrategy;
private System.Windows.Forms.BindingSource bsDownStycts;
private Ctrl.GridControlCustom GCDownStycts;
private DevExpress.XtraGrid.Views.Grid.GridView GVDownStycts;
private System.Windows.Forms.Label label5;
private Ctrl.WMSCtrlTextBox txtStartegyName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.RadioGroup rgProduce;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private DevExpress.XtraEditors.RadioGroup rgState;
private DevExpress.XtraEditors.RadioGroup rgAdded;
private DevExpress.XtraEditors.RadioGroup rgNull;
private DevExpress.XtraEditors.MemoEdit txtRemark;
private System.Windows.Forms.Label label12;
private Ctrl.CtrlButtons btnDelTab;
private Ctrl.CtrlButtons btnClose;
private Ctrl.CtrlButtons btnSave;
private Ctrl.CtrlButtons btnAddTab;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueStorage;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueArea;
private DevExpress.XtraGrid.Columns.GridColumn colDOWNSTRATEGY_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colVC_DICTIONARY_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colPRO_TYPE_ID;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}