namespace NXWMS.Forms.Base.ChildFrm
{
partial class FrmMaterielEdit
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMaterielEdit));
this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
this.dtOutboundEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
this.kryptonLabel26 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.numDelayEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonLabel25 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel24 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.numWeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.numVolume = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtMaterielCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtMaterielName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.cmbMaterielType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.numLength = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel21 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtSpecsModel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonTextBox4 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.numUnitPrice = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonTextBox5 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel22 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.numMaxStock = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonLabel23 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.numMinStock = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.kryptonLabel27 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.numWide = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.numHeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.cmbUnit = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.dtEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
this.lbStatusMessage = new System.Windows.Forms.Label();
this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
this.groupOperation.Panel.SuspendLayout();
this.groupOperation.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
this.kryptonPanelInput.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
this.kryptonNavigatorOperation.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
this.kryptonPageInfo.SuspendLayout();
this.tableLayoutPanelInput.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbMaterielType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).BeginInit();
this.SuspendLayout();
//
// groupOperation
//
this.groupOperation.CaptionOverlap = 0D;
this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
this.groupOperation.Location = new System.Drawing.Point(0, 0);
this.groupOperation.Name = "groupOperation";
//
// groupOperation.Panel
//
this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
this.groupOperation.Panel.Controls.Add(this.btnSave);
this.groupOperation.Panel.Controls.Add(this.btnExit);
this.groupOperation.Size = new System.Drawing.Size(800, 450);
this.groupOperation.TabIndex = 72;
this.groupOperation.Values.Heading = "编辑";
this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image")));
//
// kryptonPanelInput
//
this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
this.kryptonPanelInput.Name = "kryptonPanelInput";
this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380);
this.kryptonPanelInput.TabIndex = 48;
//
// kryptonNavigatorOperation
//
this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
this.kryptonPageInfo});
this.kryptonNavigatorOperation.SelectedIndex = 0;
this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380);
this.kryptonNavigatorOperation.TabIndex = 63;
this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
//
// kryptonPageInfo
//
this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
this.kryptonPageInfo.Controls.Add(this.richDescibe);
this.kryptonPageInfo.Controls.Add(this.kryptonLabel16);
this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
this.kryptonPageInfo.Flags = 65534;
this.kryptonPageInfo.LastVisibleSet = true;
this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
this.kryptonPageInfo.Name = "kryptonPageInfo";
this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351);
this.kryptonPageInfo.Text = "基础配置";
this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
//
// richDescibe
//
this.richDescibe.Location = new System.Drawing.Point(121, 230);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(664, 97);
this.richDescibe.TabIndex = 100;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.Text = "";
//
// kryptonLabel16
//
this.kryptonLabel16.AutoSize = false;
this.kryptonLabel16.Location = new System.Drawing.Point(21, 230);
this.kryptonLabel16.Name = "kryptonLabel16";
this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel16.Size = new System.Drawing.Size(76, 33);
this.kryptonLabel16.TabIndex = 101;
this.kryptonLabel16.Values.Text = "描述";
//
// tableLayoutPanelInput
//
this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanelInput.ColumnCount = 6;
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.Controls.Add(this.dtOutboundEffectiveTime, 5, 5);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel26, 4, 5);
this.tableLayoutPanelInput.Controls.Add(this.numDelayEffectiveTime, 3, 5);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel25, 2, 5);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel24, 0, 5);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 4, 2);
this.tableLayoutPanelInput.Controls.Add(this.numWeight, 3, 2);
this.tableLayoutPanelInput.Controls.Add(this.numVolume, 1, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 2, 2);
this.tableLayoutPanelInput.Controls.Add(this.txtMaterielCode, 1, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtMaterielName, 3, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 0, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 4, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel3, 4, 1);
this.tableLayoutPanelInput.Controls.Add(this.cmbMaterielType, 5, 0);
this.tableLayoutPanelInput.Controls.Add(this.numLength, 1, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 0, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 0, 3);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 2, 3);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 4, 3);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel21, 0, 4);
this.tableLayoutPanelInput.Controls.Add(this.txtSpecsModel, 3, 3);
this.tableLayoutPanelInput.Controls.Add(this.kryptonTextBox4, 5, 3);
this.tableLayoutPanelInput.Controls.Add(this.numUnitPrice, 5, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonTextBox5, 1, 4);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel22, 2, 4);
this.tableLayoutPanelInput.Controls.Add(this.numMaxStock, 3, 4);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel23, 4, 4);
this.tableLayoutPanelInput.Controls.Add(this.numMinStock, 5, 4);
this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 6);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel27, 0, 6);
this.tableLayoutPanelInput.Controls.Add(this.numWide, 3, 1);
this.tableLayoutPanelInput.Controls.Add(this.numHeight, 5, 1);
this.tableLayoutPanelInput.Controls.Add(this.cmbUnit, 1, 3);
this.tableLayoutPanelInput.Controls.Add(this.dtEffectiveTime, 1, 5);
this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
this.tableLayoutPanelInput.RowCount = 7;
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 209);
this.tableLayoutPanelInput.TabIndex = 66;
//
// dtOutboundEffectiveTime
//
this.dtOutboundEffectiveTime.AlwaysActive = false;
this.dtOutboundEffectiveTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
this.dtOutboundEffectiveTime.Checked = false;
this.dtOutboundEffectiveTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
this.dtOutboundEffectiveTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.dtOutboundEffectiveTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtOutboundEffectiveTime.Location = new System.Drawing.Point(631, 153);
this.dtOutboundEffectiveTime.Name = "dtOutboundEffectiveTime";
this.dtOutboundEffectiveTime.ShowCheckBox = true;
this.dtOutboundEffectiveTime.Size = new System.Drawing.Size(160, 24);
this.dtOutboundEffectiveTime.TabIndex = 128;
this.dtOutboundEffectiveTime.Tag = "OUTBOUND_EFFECTIVE_TIME";
//
// kryptonLabel26
//
this.kryptonLabel26.AutoSize = false;
this.kryptonLabel26.Location = new System.Drawing.Point(531, 153);
this.kryptonLabel26.Name = "kryptonLabel26";
this.kryptonLabel26.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel26.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel26.TabIndex = 127;
this.kryptonLabel26.Values.Text = "出库有效期";
//
// numDelayEffectiveTime
//
this.numDelayEffectiveTime.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numDelayEffectiveTime.Location = new System.Drawing.Point(367, 153);
this.numDelayEffectiveTime.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numDelayEffectiveTime.Name = "numDelayEffectiveTime";
this.numDelayEffectiveTime.Size = new System.Drawing.Size(158, 22);
this.numDelayEffectiveTime.TabIndex = 126;
this.numDelayEffectiveTime.Tag = "DELAY_EFFECTIVE_TIME";
//
// kryptonLabel25
//
this.kryptonLabel25.AutoSize = false;
this.kryptonLabel25.Location = new System.Drawing.Point(267, 153);
this.kryptonLabel25.Name = "kryptonLabel25";
this.kryptonLabel25.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel25.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel25.TabIndex = 125;
this.kryptonLabel25.Values.Text = "延长有效时长";
//
// kryptonLabel24
//
this.kryptonLabel24.AutoSize = false;
this.kryptonLabel24.Location = new System.Drawing.Point(3, 153);
this.kryptonLabel24.Name = "kryptonLabel24";
this.kryptonLabel24.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel24.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel24.TabIndex = 121;
this.kryptonLabel24.Values.Text = "有效期";
//
// kryptonLabel17
//
this.kryptonLabel17.AutoSize = false;
this.kryptonLabel17.Location = new System.Drawing.Point(531, 63);
this.kryptonLabel17.Name = "kryptonLabel17";
this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel17.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel17.TabIndex = 107;
this.kryptonLabel17.Values.Text = "单价";
//
// numWeight
//
this.numWeight.DecimalPlaces = 2;
this.numWeight.Location = new System.Drawing.Point(367, 63);
this.numWeight.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numWeight.Name = "numWeight";
this.numWeight.Size = new System.Drawing.Size(158, 22);
this.numWeight.TabIndex = 106;
this.numWeight.Tag = "WEIGHT";
//
// numVolume
//
this.numVolume.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numVolume.Location = new System.Drawing.Point(103, 63);
this.numVolume.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numVolume.Name = "numVolume";
this.numVolume.Size = new System.Drawing.Size(158, 22);
this.numVolume.TabIndex = 103;
this.numVolume.Tag = "VOLUME";
//
// kryptonLabel14
//
this.kryptonLabel14.AutoSize = false;
this.kryptonLabel14.Location = new System.Drawing.Point(267, 63);
this.kryptonLabel14.Name = "kryptonLabel14";
this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel14.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel14.TabIndex = 102;
this.kryptonLabel14.Values.Text = "重量";
//
// txtMaterielCode
//
this.txtMaterielCode.Location = new System.Drawing.Point(103, 3);
this.txtMaterielCode.Name = "txtMaterielCode";
this.txtMaterielCode.Size = new System.Drawing.Size(158, 23);
this.txtMaterielCode.TabIndex = 30;
this.txtMaterielCode.Tag = "MATERIEL_CODE";
//
// kryptonLabel29
//
this.kryptonLabel29.AutoSize = false;
this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
this.kryptonLabel29.Name = "kryptonLabel29";
this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel29.TabIndex = 83;
this.kryptonLabel29.Values.Text = "物品编码";
//
// kryptonLabel4
//
this.kryptonLabel4.AutoSize = false;
this.kryptonLabel4.Location = new System.Drawing.Point(267, 3);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel4.TabIndex = 86;
this.kryptonLabel4.Values.Text = "物品名称";
//
// txtMaterielName
//
this.txtMaterielName.Location = new System.Drawing.Point(367, 3);
this.txtMaterielName.Name = "txtMaterielName";
this.txtMaterielName.Size = new System.Drawing.Size(158, 23);
this.txtMaterielName.TabIndex = 87;
this.txtMaterielName.Tag = "MATERIEL_NAME";
//
// kryptonLabel7
//
this.kryptonLabel7.AutoSize = false;
this.kryptonLabel7.Location = new System.Drawing.Point(3, 33);
this.kryptonLabel7.Name = "kryptonLabel7";
this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel7.TabIndex = 90;
this.kryptonLabel7.Values.Text = "长";
//
// kryptonLabel8
//
this.kryptonLabel8.AutoSize = false;
this.kryptonLabel8.Location = new System.Drawing.Point(267, 33);
this.kryptonLabel8.Name = "kryptonLabel8";
this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel8.TabIndex = 92;
this.kryptonLabel8.Values.Text = "宽";
//
// kryptonLabel9
//
this.kryptonLabel9.AutoSize = false;
this.kryptonLabel9.Location = new System.Drawing.Point(531, 3);
this.kryptonLabel9.Name = "kryptonLabel9";
this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel9.TabIndex = 94;
this.kryptonLabel9.Values.Text = "物品类型";
//
// kryptonLabel3
//
this.kryptonLabel3.AutoSize = false;
this.kryptonLabel3.Location = new System.Drawing.Point(531, 33);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel3.TabIndex = 88;
this.kryptonLabel3.Values.Text = "高";
//
// cmbMaterielType
//
this.cmbMaterielType.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbMaterielType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMaterielType.DropDownWidth = 121;
this.cmbMaterielType.Location = new System.Drawing.Point(631, 3);
this.cmbMaterielType.Name = "cmbMaterielType";
this.cmbMaterielType.Size = new System.Drawing.Size(160, 21);
this.cmbMaterielType.TabIndex = 95;
this.cmbMaterielType.Tag = "MATERIEL_TYPE";
//
// numLength
//
this.numLength.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numLength.Location = new System.Drawing.Point(103, 33);
this.numLength.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numLength.Name = "numLength";
this.numLength.Size = new System.Drawing.Size(158, 22);
this.numLength.TabIndex = 96;
this.numLength.Tag = "LENGTH";
//
// kryptonLabel15
//
this.kryptonLabel15.AutoSize = false;
this.kryptonLabel15.Location = new System.Drawing.Point(3, 63);
this.kryptonLabel15.Name = "kryptonLabel15";
this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel15.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel15.TabIndex = 98;
this.kryptonLabel15.Values.Text = "体积";
//
// kryptonLabel18
//
this.kryptonLabel18.AutoSize = false;
this.kryptonLabel18.Location = new System.Drawing.Point(3, 93);
this.kryptonLabel18.Name = "kryptonLabel18";
this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel18.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel18.TabIndex = 108;
this.kryptonLabel18.Values.Text = "默认单位";
//
// kryptonLabel19
//
this.kryptonLabel19.AutoSize = false;
this.kryptonLabel19.Location = new System.Drawing.Point(267, 93);
this.kryptonLabel19.Name = "kryptonLabel19";
this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel19.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel19.TabIndex = 109;
this.kryptonLabel19.Values.Text = "规格型号";
//
// kryptonLabel20
//
this.kryptonLabel20.AutoSize = false;
this.kryptonLabel20.Location = new System.Drawing.Point(531, 93);
this.kryptonLabel20.Name = "kryptonLabel20";
this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel20.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel20.TabIndex = 110;
this.kryptonLabel20.Values.Text = "外箱条码";
//
// kryptonLabel21
//
this.kryptonLabel21.AutoSize = false;
this.kryptonLabel21.Location = new System.Drawing.Point(3, 123);
this.kryptonLabel21.Name = "kryptonLabel21";
this.kryptonLabel21.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel21.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel21.TabIndex = 111;
this.kryptonLabel21.Values.Text = "单包条码";
//
// txtSpecsModel
//
this.txtSpecsModel.Location = new System.Drawing.Point(367, 93);
this.txtSpecsModel.Name = "txtSpecsModel";
this.txtSpecsModel.Size = new System.Drawing.Size(158, 23);
this.txtSpecsModel.TabIndex = 113;
this.txtSpecsModel.Tag = "SPECS_MODEL";
//
// kryptonTextBox4
//
this.kryptonTextBox4.Enabled = false;
this.kryptonTextBox4.Location = new System.Drawing.Point(631, 93);
this.kryptonTextBox4.Name = "kryptonTextBox4";
this.kryptonTextBox4.Size = new System.Drawing.Size(160, 23);
this.kryptonTextBox4.TabIndex = 114;
this.kryptonTextBox4.Tag = "";
//
// numUnitPrice
//
this.numUnitPrice.DecimalPlaces = 2;
this.numUnitPrice.Location = new System.Drawing.Point(631, 63);
this.numUnitPrice.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numUnitPrice.Name = "numUnitPrice";
this.numUnitPrice.Size = new System.Drawing.Size(160, 22);
this.numUnitPrice.TabIndex = 115;
this.numUnitPrice.Tag = "UNIT_PRICE";
//
// kryptonTextBox5
//
this.kryptonTextBox5.Enabled = false;
this.kryptonTextBox5.Location = new System.Drawing.Point(103, 123);
this.kryptonTextBox5.Name = "kryptonTextBox5";
this.kryptonTextBox5.Size = new System.Drawing.Size(158, 23);
this.kryptonTextBox5.TabIndex = 116;
this.kryptonTextBox5.Tag = "";
//
// kryptonLabel22
//
this.kryptonLabel22.AutoSize = false;
this.kryptonLabel22.Location = new System.Drawing.Point(267, 123);
this.kryptonLabel22.Name = "kryptonLabel22";
this.kryptonLabel22.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel22.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel22.TabIndex = 117;
this.kryptonLabel22.Values.Text = "最大库存";
//
// numMaxStock
//
this.numMaxStock.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numMaxStock.Location = new System.Drawing.Point(367, 123);
this.numMaxStock.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numMaxStock.Name = "numMaxStock";
this.numMaxStock.Size = new System.Drawing.Size(158, 22);
this.numMaxStock.TabIndex = 118;
this.numMaxStock.Tag = "MAX_STOCK";
//
// kryptonLabel23
//
this.kryptonLabel23.AutoSize = false;
this.kryptonLabel23.Location = new System.Drawing.Point(531, 123);
this.kryptonLabel23.Name = "kryptonLabel23";
this.kryptonLabel23.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel23.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel23.TabIndex = 119;
this.kryptonLabel23.Values.Text = "最小库存";
//
// numMinStock
//
this.numMinStock.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numMinStock.Location = new System.Drawing.Point(631, 123);
this.numMinStock.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numMinStock.Name = "numMinStock";
this.numMinStock.Size = new System.Drawing.Size(160, 22);
this.numMinStock.TabIndex = 120;
this.numMinStock.Tag = "MIN_STOCK";
//
// chkUse
//
this.chkUse.Checked = true;
this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
this.chkUse.Location = new System.Drawing.Point(103, 183);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(158, 24);
this.chkUse.TabIndex = 130;
this.chkUse.Tag = "USED_FLAG";
this.chkUse.Values.Text = "";
//
// kryptonLabel27
//
this.kryptonLabel27.AutoSize = false;
this.kryptonLabel27.Location = new System.Drawing.Point(3, 183);
this.kryptonLabel27.Name = "kryptonLabel27";
this.kryptonLabel27.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel27.Size = new System.Drawing.Size(94, 24);
this.kryptonLabel27.TabIndex = 129;
this.kryptonLabel27.Values.Text = "使用标识";
//
// numWide
//
this.numWide.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numWide.Location = new System.Drawing.Point(367, 33);
this.numWide.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numWide.Name = "numWide";
this.numWide.Size = new System.Drawing.Size(158, 22);
this.numWide.TabIndex = 131;
this.numWide.Tag = "WIDE";
//
// numHeight
//
this.numHeight.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.numHeight.Location = new System.Drawing.Point(631, 33);
this.numHeight.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.numHeight.Name = "numHeight";
this.numHeight.Size = new System.Drawing.Size(160, 22);
this.numHeight.TabIndex = 132;
this.numHeight.Tag = "HEIGHT";
//
// cmbUnit
//
this.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUnit.DropDownWidth = 121;
this.cmbUnit.Location = new System.Drawing.Point(103, 93);
this.cmbUnit.Name = "cmbUnit";
this.cmbUnit.Size = new System.Drawing.Size(158, 21);
this.cmbUnit.TabIndex = 133;
this.cmbUnit.Tag = "UNIT_CODE";
//
// dtEffectiveTime
//
this.dtEffectiveTime.AlwaysActive = false;
this.dtEffectiveTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
this.dtEffectiveTime.Checked = false;
this.dtEffectiveTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
this.dtEffectiveTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtEffectiveTime.Location = new System.Drawing.Point(103, 153);
this.dtEffectiveTime.Name = "dtEffectiveTime";
this.dtEffectiveTime.ShowCheckBox = true;
this.dtEffectiveTime.Size = new System.Drawing.Size(158, 21);
this.dtEffectiveTime.TabIndex = 134;
this.dtEffectiveTime.Tag = "OUTBOUND_EFFECTIVE_TIME";
//
// lbStatusMessage
//
this.lbStatusMessage.AutoSize = true;
this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
this.lbStatusMessage.Name = "lbStatusMessage";
this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
this.lbStatusMessage.TabIndex = 47;
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(602, 386);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(94, 30);
this.btnSave.TabIndex = 42;
this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image")));
this.btnSave.Values.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(702, 386);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(84, 30);
this.btnExit.TabIndex = 41;
this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image")));
this.btnExit.Values.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FrmMaterielEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.groupOperation);
this.Name = "FrmMaterielEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmMaterielEdit";
this.Shown += new System.EventHandler(this.FrmMaterielEdit_Shown);
((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
this.groupOperation.Panel.ResumeLayout(false);
this.groupOperation.Panel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
this.groupOperation.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
this.kryptonPanelInput.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
this.kryptonNavigatorOperation.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
this.kryptonPageInfo.ResumeLayout(false);
this.tableLayoutPanelInput.ResumeLayout(false);
this.tableLayoutPanelInput.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbMaterielType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
private System.Windows.Forms.Label lbStatusMessage;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtOutboundEffectiveTime;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel26;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numDelayEffectiveTime;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel25;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel24;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWeight;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numVolume;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMaterielCode;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMaterielName;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbMaterielType;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numLength;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel21;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSpecsModel;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox4;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numUnitPrice;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox5;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel22;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numMaxStock;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel23;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numMinStock;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel27;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWide;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numHeight;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbUnit;
private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtEffectiveTime;
public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
}
}