namespace MyHouse.DbOp { partial class FrmGoodsView { /// /// 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() { this.components = new System.ComponentModel.Container(); this.rySearch1 = new ryControls.rySearch(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.复制并添加数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.添加数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.修改数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.物品入库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.物品出库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.设置清洁充电时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.出入库记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.复制web地址ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ctlMyPage1 = new MyPage.ctlMyPage(); this.btnDel = new ryControls.ButtonEx(); this.btnEdit = new ryControls.ButtonEx(); this.btnAdd = new ryControls.ButtonEx(); this.LvGoods = new BrightIdeasSoftware.FastObjectListView(); this.OlvSN = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvCount = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvOutTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvCleanTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvChargingTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.LvLocation = new BrightIdeasSoftware.TreeListView(); this.OlvLocSNAndName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.MenuLocation = new System.Windows.Forms.ContextMenuStrip(this.components); this.刷新列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.位置编辑界面ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.锁定不允许拖动ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.添加位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.编辑位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.PicLocLogo = new System.Windows.Forms.PictureBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.objectListView1 = new BrightIdeasSoftware.ObjectListView(); this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.tabPage2 = new System.Windows.Forms.TabPage(); this.TxtEditTime = new ryControls.TextBoxEx2(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.TxtAddTime = new ryControls.TextBoxEx2(); this.panelEx1 = new ryControls.PanelEx(); this.TxtCleanTime = new ryControls.TextBoxEx2(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.TxtChargingTime = new ryControls.TextBoxEx2(); this.BtnLocationImage = new ryControls.ButtonEx(); this.TxtLocation = new ryControls.TextBoxEx2(); this.label6 = new System.Windows.Forms.Label(); this.PicLogo = new System.Windows.Forms.PictureBox(); this.TxtGoodsName = new ryControls.TextBoxEx2(); this.label2 = new System.Windows.Forms.Label(); this.TxtDes = new ryControls.TextBoxEx2(); this.label1 = new System.Windows.Forms.Label(); this.TxtCount = new ryControls.TextBoxEx2(); this.label5 = new System.Windows.Forms.Label(); this.TxtGoodsSN = new ryControls.TextBoxEx2(); this.label4 = new System.Windows.Forms.Label(); this.TxtUnit = new ryControls.TextBoxEx2(); this.label3 = new System.Windows.Forms.Label(); this.ChkLowTip = new System.Windows.Forms.CheckBox(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LvGoods)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LvLocation)).BeginInit(); this.MenuLocation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicLocLogo)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit(); this.tabPage2.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicLogo)).BeginInit(); this.SuspendLayout(); // // rySearch1 // this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.EmptyText = "请输入搜索内容"; this.rySearch1.Location = new System.Drawing.Point(12, 30); this.rySearch1.Name = "rySearch1"; this.rySearch1.Size = new System.Drawing.Size(329, 24); this.rySearch1.TabIndex = 28; this.rySearch1.OnSearch += new System.EventHandler(this.RySearch1_OnSearch); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.复制并添加数据ToolStripMenuItem, this.添加数据ToolStripMenuItem, this.修改数据ToolStripMenuItem, this.删除数据ToolStripMenuItem, this.toolStripMenuItem1, this.物品入库ToolStripMenuItem, this.物品出库ToolStripMenuItem, this.toolStripMenuItem2, this.设置清洁充电时间ToolStripMenuItem, this.出入库记录ToolStripMenuItem, this.复制web地址ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(173, 214); // // 复制并添加数据ToolStripMenuItem // this.复制并添加数据ToolStripMenuItem.Name = "复制并添加数据ToolStripMenuItem"; this.复制并添加数据ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.复制并添加数据ToolStripMenuItem.Text = "复制并添加数据"; this.复制并添加数据ToolStripMenuItem.Click += new System.EventHandler(this.复制并添加数据ToolStripMenuItem_Click); // // 添加数据ToolStripMenuItem // this.添加数据ToolStripMenuItem.Name = "添加数据ToolStripMenuItem"; this.添加数据ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.添加数据ToolStripMenuItem.Text = "添加数据"; this.添加数据ToolStripMenuItem.Click += new System.EventHandler(this.添加数据ToolStripMenuItem_Click); // // 修改数据ToolStripMenuItem // this.修改数据ToolStripMenuItem.Name = "修改数据ToolStripMenuItem"; this.修改数据ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.修改数据ToolStripMenuItem.Text = "修改数据"; this.修改数据ToolStripMenuItem.Click += new System.EventHandler(this.修改数据ToolStripMenuItem_Click); // // 删除数据ToolStripMenuItem // this.删除数据ToolStripMenuItem.Name = "删除数据ToolStripMenuItem"; this.删除数据ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.删除数据ToolStripMenuItem.Text = "删除数据"; this.删除数据ToolStripMenuItem.Click += new System.EventHandler(this.删除数据ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(169, 6); // // 物品入库ToolStripMenuItem // this.物品入库ToolStripMenuItem.Name = "物品入库ToolStripMenuItem"; this.物品入库ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.物品入库ToolStripMenuItem.Text = "物品入库"; this.物品入库ToolStripMenuItem.Click += new System.EventHandler(this.物品入库ToolStripMenuItem_Click); // // 物品出库ToolStripMenuItem // this.物品出库ToolStripMenuItem.Name = "物品出库ToolStripMenuItem"; this.物品出库ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.物品出库ToolStripMenuItem.Text = "物品出库"; this.物品出库ToolStripMenuItem.Click += new System.EventHandler(this.物品出库ToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(169, 6); // // 设置清洁充电时间ToolStripMenuItem // this.设置清洁充电时间ToolStripMenuItem.Name = "设置清洁充电时间ToolStripMenuItem"; this.设置清洁充电时间ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.设置清洁充电时间ToolStripMenuItem.Text = "设置清洁充电时间"; this.设置清洁充电时间ToolStripMenuItem.Click += new System.EventHandler(this.设置清洁充电时间ToolStripMenuItem_Click); // // 出入库记录ToolStripMenuItem // this.出入库记录ToolStripMenuItem.Name = "出入库记录ToolStripMenuItem"; this.出入库记录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.出入库记录ToolStripMenuItem.Text = "出入库记录"; // // 复制web地址ToolStripMenuItem // this.复制web地址ToolStripMenuItem.Name = "复制web地址ToolStripMenuItem"; this.复制web地址ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.复制web地址ToolStripMenuItem.Text = "复制web地址"; this.复制web地址ToolStripMenuItem.Click += new System.EventHandler(this.复制web地址ToolStripMenuItem_Click); // // ctlMyPage1 // this.ctlMyPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ctlMyPage1.Location = new System.Drawing.Point(12, 805); this.ctlMyPage1.Name = "ctlMyPage1"; this.ctlMyPage1.PageSize = 50; this.ctlMyPage1.RecordCount = 0; this.ctlMyPage1.Size = new System.Drawing.Size(506, 26); this.ctlMyPage1.SQLText = ""; this.ctlMyPage1.SQLText2 = ""; this.ctlMyPage1.T_FirstCaption = "首页"; this.ctlMyPage1.T_LastCaption = "末页"; this.ctlMyPage1.T_NextCaption = "下一页"; this.ctlMyPage1.T_Parameters = null; this.ctlMyPage1.T_PreCaption = "上一页"; this.ctlMyPage1.T_SkipCaption = "跳到"; this.ctlMyPage1.T_TipCaption = "{pageindex}/{pagecount} 页,共 {recordcount} 条记录,每页 {pagesize} 条"; this.ctlMyPage1.TabIndex = 30; this.ctlMyPage1.OnPageChange += new System.EventHandler(this.CtlMyPage1_OnPageChange); // // btnDel // this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.btnDel.Location = new System.Drawing.Point(1301, 30); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(62, 24); this.btnDel.TabIndex = 40; this.btnDel.Text = "删除"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Click += new System.EventHandler(this.BtnDel_Click); // // btnEdit // this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnEdit.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.btnEdit.Location = new System.Drawing.Point(1233, 30); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(62, 24); this.btnEdit.TabIndex = 39; this.btnEdit.Text = "修改"; this.btnEdit.UseVisualStyleBackColor = true; this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click); // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.btnAdd.Location = new System.Drawing.Point(1165, 30); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(62, 24); this.btnAdd.TabIndex = 38; this.btnAdd.Text = "添加"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // LvGoods // this.LvGoods.AllColumns.Add(this.OlvSN); this.LvGoods.AllColumns.Add(this.OlvName); this.LvGoods.AllColumns.Add(this.OlvCount); this.LvGoods.AllColumns.Add(this.OlvOutTime); this.LvGoods.AllColumns.Add(this.OlvCleanTime); this.LvGoods.AllColumns.Add(this.OlvChargingTime); this.LvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LvGoods.CellEditUseWholeCell = false; this.LvGoods.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.OlvSN, this.OlvName, this.OlvCount, this.OlvOutTime, this.OlvCleanTime, this.OlvChargingTime}); this.LvGoods.ContextMenuStrip = this.contextMenuStrip1; this.LvGoods.Cursor = System.Windows.Forms.Cursors.Default; this.LvGoods.EmptyListMsg = "当前列表没有任何项"; this.LvGoods.FullRowSelect = true; this.LvGoods.HideSelection = false; this.LvGoods.Location = new System.Drawing.Point(262, 3); this.LvGoods.Name = "LvGoods"; this.LvGoods.RowHeight = 25; this.LvGoods.ShowGroups = false; this.LvGoods.ShowItemToolTips = true; this.LvGoods.Size = new System.Drawing.Size(824, 736); this.LvGoods.TabIndex = 85; this.LvGoods.UseCompatibleStateImageBehavior = false; this.LvGoods.UseFiltering = true; this.LvGoods.View = System.Windows.Forms.View.Details; this.LvGoods.VirtualMode = true; this.LvGoods.SelectionChanged += new System.EventHandler(this.LvGoods_SelectionChanged); // // OlvSN // this.OlvSN.Text = "编号"; this.OlvSN.Width = 70; // // OlvName // this.OlvName.Text = "名称"; this.OlvName.Width = 180; // // OlvCount // this.OlvCount.Text = "数量"; this.OlvCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // OlvOutTime // this.OlvOutTime.Text = "过期时间"; this.OlvOutTime.Width = 150; // // OlvCleanTime // this.OlvCleanTime.Text = "下次清洁时间"; this.OlvCleanTime.Width = 150; // // OlvChargingTime // this.OlvChargingTime.Text = "下次充电时间"; this.OlvChargingTime.Width = 150; // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(12, 60); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.LvLocation); this.splitContainer1.Panel1.Controls.Add(this.PicLocLogo); this.splitContainer1.Panel1.Controls.Add(this.LvGoods); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl1); this.splitContainer1.Panel2.Controls.Add(this.panelEx1); this.splitContainer1.Size = new System.Drawing.Size(1359, 743); this.splitContainer1.SplitterDistance = 1089; this.splitContainer1.TabIndex = 86; // // LvLocation // this.LvLocation.AllColumns.Add(this.OlvLocSNAndName); this.LvLocation.AllowColumnReorder = true; this.LvLocation.AllowDrop = true; this.LvLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.LvLocation.CellEditUseWholeCell = false; this.LvLocation.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.OlvLocSNAndName}); this.LvLocation.ContextMenuStrip = this.MenuLocation; this.LvLocation.Cursor = System.Windows.Forms.Cursors.Default; this.LvLocation.FullRowSelect = true; this.LvLocation.HideSelection = false; this.LvLocation.Location = new System.Drawing.Point(3, 3); this.LvLocation.MultiSelect = false; this.LvLocation.Name = "LvLocation"; this.LvLocation.RowHeight = 25; this.LvLocation.ShowGroups = false; this.LvLocation.Size = new System.Drawing.Size(253, 569); this.LvLocation.TabIndex = 88; this.LvLocation.UseCompatibleStateImageBehavior = false; this.LvLocation.View = System.Windows.Forms.View.Details; this.LvLocation.VirtualMode = true; this.LvLocation.SelectionChanged += new System.EventHandler(this.LvLocation_SelectionChanged); this.LvLocation.ItemActivate += new System.EventHandler(this.LvLocation_ItemActivate); // // OlvLocSNAndName // this.OlvLocSNAndName.Text = "位置"; this.OlvLocSNAndName.Width = 230; // // MenuLocation // this.MenuLocation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.刷新列表ToolStripMenuItem, this.位置编辑界面ToolStripMenuItem, this.锁定不允许拖动ToolStripMenuItem, this.toolStripMenuItem3, this.添加位置ToolStripMenuItem, this.编辑位置ToolStripMenuItem}); this.MenuLocation.Name = "MenuLocation"; this.MenuLocation.Size = new System.Drawing.Size(161, 120); // // 刷新列表ToolStripMenuItem // this.刷新列表ToolStripMenuItem.Name = "刷新列表ToolStripMenuItem"; this.刷新列表ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.刷新列表ToolStripMenuItem.Text = "刷新列表"; this.刷新列表ToolStripMenuItem.Click += new System.EventHandler(this.刷新列表ToolStripMenuItem_Click); // // 位置编辑界面ToolStripMenuItem // this.位置编辑界面ToolStripMenuItem.Name = "位置编辑界面ToolStripMenuItem"; this.位置编辑界面ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.位置编辑界面ToolStripMenuItem.Text = "位置编辑界面"; this.位置编辑界面ToolStripMenuItem.Click += new System.EventHandler(this.位置编辑界面ToolStripMenuItem_Click); // // 锁定不允许拖动ToolStripMenuItem // this.锁定不允许拖动ToolStripMenuItem.Checked = true; this.锁定不允许拖动ToolStripMenuItem.CheckOnClick = true; this.锁定不允许拖动ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.锁定不允许拖动ToolStripMenuItem.Name = "锁定不允许拖动ToolStripMenuItem"; this.锁定不允许拖动ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.锁定不允许拖动ToolStripMenuItem.Text = "锁定不允许拖动"; // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6); // // 添加位置ToolStripMenuItem // this.添加位置ToolStripMenuItem.Name = "添加位置ToolStripMenuItem"; this.添加位置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.添加位置ToolStripMenuItem.Text = "添加位置"; this.添加位置ToolStripMenuItem.Click += new System.EventHandler(this.添加位置ToolStripMenuItem_Click); // // 编辑位置ToolStripMenuItem // this.编辑位置ToolStripMenuItem.Name = "编辑位置ToolStripMenuItem"; this.编辑位置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.编辑位置ToolStripMenuItem.Text = "编辑位置"; this.编辑位置ToolStripMenuItem.Click += new System.EventHandler(this.编辑位置ToolStripMenuItem_Click); // // PicLocLogo // this.PicLocLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.PicLocLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PicLocLogo.Cursor = System.Windows.Forms.Cursors.Hand; this.PicLocLogo.Location = new System.Drawing.Point(3, 578); this.PicLocLogo.Name = "PicLocLogo"; this.PicLocLogo.Size = new System.Drawing.Size(253, 161); this.PicLocLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PicLocLogo.TabIndex = 87; this.PicLocLogo.TabStop = false; this.PicLocLogo.Click += new System.EventHandler(this.PicLocLogo_Click); // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(3, 344); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(260, 395); this.tabControl1.TabIndex = 117; // // tabPage1 // this.tabPage1.Controls.Add(this.objectListView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(252, 369); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "日志"; this.tabPage1.UseVisualStyleBackColor = true; // // objectListView1 // this.objectListView1.AllColumns.Add(this.olvColumn1); this.objectListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.objectListView1.CellEditUseWholeCell = false; this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.olvColumn1}); this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default; this.objectListView1.EmptyListMsg = "暂无日志"; this.objectListView1.FullRowSelect = true; this.objectListView1.HideSelection = false; this.objectListView1.LabelWrap = false; this.objectListView1.Location = new System.Drawing.Point(2, 3); this.objectListView1.Name = "objectListView1"; this.objectListView1.ShowItemToolTips = true; this.objectListView1.Size = new System.Drawing.Size(247, 363); this.objectListView1.TabIndex = 116; this.objectListView1.UseCompatibleStateImageBehavior = false; this.objectListView1.View = System.Windows.Forms.View.Details; // // olvColumn1 // this.olvColumn1.FillsFreeSpace = true; this.olvColumn1.Sortable = false; this.olvColumn1.Text = "操作信息"; this.olvColumn1.Width = 265; // // tabPage2 // this.tabPage2.Controls.Add(this.TxtEditTime); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.TxtAddTime); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(252, 369); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "基础"; this.tabPage2.UseVisualStyleBackColor = true; // // TxtEditTime // this.TxtEditTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtEditTime.BackColor = System.Drawing.Color.White; this.TxtEditTime.EmptyText = ""; this.TxtEditTime.Location = new System.Drawing.Point(2, 20); this.TxtEditTime.MaxLength = 999999999; this.TxtEditTime.Multiline = false; this.TxtEditTime.Name = "TxtEditTime"; this.TxtEditTime.OnlyNumeric = false; this.TxtEditTime.PasswordChar = '\0'; this.TxtEditTime.ReadOnly = true; this.TxtEditTime.SelectedText = ""; this.TxtEditTime.SelectionLength = 0; this.TxtEditTime.SelectionStart = 0; this.TxtEditTime.Size = new System.Drawing.Size(247, 26); this.TxtEditTime.TabIndex = 9; this.TxtEditTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtEditTime.ToolTip = ""; this.TxtEditTime.WordWrap = true; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(5, 5); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 8; this.label7.Text = "记录更新时间"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(5, 50); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 12); this.label8.TabIndex = 10; this.label8.Text = "记录添加时间"; // // TxtAddTime // this.TxtAddTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtAddTime.BackColor = System.Drawing.Color.White; this.TxtAddTime.EmptyText = ""; this.TxtAddTime.Location = new System.Drawing.Point(2, 65); this.TxtAddTime.MaxLength = 999999999; this.TxtAddTime.Multiline = false; this.TxtAddTime.Name = "TxtAddTime"; this.TxtAddTime.OnlyNumeric = false; this.TxtAddTime.PasswordChar = '\0'; this.TxtAddTime.ReadOnly = true; this.TxtAddTime.SelectedText = ""; this.TxtAddTime.SelectionLength = 0; this.TxtAddTime.SelectionStart = 0; this.TxtAddTime.Size = new System.Drawing.Size(247, 26); this.TxtAddTime.TabIndex = 11; this.TxtAddTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtAddTime.ToolTip = ""; this.TxtAddTime.WordWrap = true; // // panelEx1 // this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelEx1.BackColor = System.Drawing.Color.White; this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(216)))), ((int)(((byte)(223))))); this.panelEx1.Controls.Add(this.TxtCleanTime); this.panelEx1.Controls.Add(this.label9); this.panelEx1.Controls.Add(this.label10); this.panelEx1.Controls.Add(this.TxtChargingTime); this.panelEx1.Controls.Add(this.BtnLocationImage); this.panelEx1.Controls.Add(this.TxtLocation); this.panelEx1.Controls.Add(this.label6); this.panelEx1.Controls.Add(this.PicLogo); this.panelEx1.Controls.Add(this.TxtGoodsName); this.panelEx1.Controls.Add(this.label2); this.panelEx1.Controls.Add(this.TxtDes); this.panelEx1.Controls.Add(this.label1); this.panelEx1.Controls.Add(this.TxtCount); this.panelEx1.Controls.Add(this.label5); this.panelEx1.Controls.Add(this.TxtGoodsSN); this.panelEx1.Controls.Add(this.label4); this.panelEx1.Controls.Add(this.TxtUnit); this.panelEx1.Controls.Add(this.label3); this.panelEx1.Location = new System.Drawing.Point(3, 3); this.panelEx1.Name = "panelEx1"; this.panelEx1.RoundeStyle = ryControls.RoundStyle.None; this.panelEx1.Size = new System.Drawing.Size(260, 335); this.panelEx1.TabIndex = 115; this.panelEx1.TileBackColor = System.Drawing.Color.White; // // TxtCleanTime // this.TxtCleanTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtCleanTime.BackColor = System.Drawing.Color.White; this.TxtCleanTime.EmptyText = ""; this.TxtCleanTime.Location = new System.Drawing.Point(3, 153); this.TxtCleanTime.MaxLength = 999999999; this.TxtCleanTime.Multiline = false; this.TxtCleanTime.Name = "TxtCleanTime"; this.TxtCleanTime.OnlyNumeric = false; this.TxtCleanTime.PasswordChar = '\0'; this.TxtCleanTime.ReadOnly = true; this.TxtCleanTime.SelectedText = ""; this.TxtCleanTime.SelectionLength = 0; this.TxtCleanTime.SelectionStart = 0; this.TxtCleanTime.Size = new System.Drawing.Size(254, 26); this.TxtCleanTime.TabIndex = 43; this.TxtCleanTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtCleanTime.ToolTip = ""; this.TxtCleanTime.WordWrap = true; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(6, 138); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 12); this.label9.TabIndex = 42; this.label9.Text = "下次清洁时间"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Location = new System.Drawing.Point(6, 183); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 12); this.label10.TabIndex = 44; this.label10.Text = "下次充电时间"; // // TxtChargingTime // this.TxtChargingTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtChargingTime.BackColor = System.Drawing.Color.White; this.TxtChargingTime.EmptyText = ""; this.TxtChargingTime.Location = new System.Drawing.Point(3, 198); this.TxtChargingTime.MaxLength = 999999999; this.TxtChargingTime.Multiline = false; this.TxtChargingTime.Name = "TxtChargingTime"; this.TxtChargingTime.OnlyNumeric = false; this.TxtChargingTime.PasswordChar = '\0'; this.TxtChargingTime.ReadOnly = true; this.TxtChargingTime.SelectedText = ""; this.TxtChargingTime.SelectionLength = 0; this.TxtChargingTime.SelectionStart = 0; this.TxtChargingTime.Size = new System.Drawing.Size(254, 26); this.TxtChargingTime.TabIndex = 45; this.TxtChargingTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtChargingTime.ToolTip = ""; this.TxtChargingTime.WordWrap = true; // // BtnLocationImage // this.BtnLocationImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BtnLocationImage.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.BtnLocationImage.Location = new System.Drawing.Point(224, 242); this.BtnLocationImage.Name = "BtnLocationImage"; this.BtnLocationImage.Size = new System.Drawing.Size(33, 26); this.BtnLocationImage.TabIndex = 41; this.BtnLocationImage.Text = ".."; this.BtnLocationImage.UseVisualStyleBackColor = true; this.BtnLocationImage.Click += new System.EventHandler(this.BtnLocationImage_Click); // // TxtLocation // this.TxtLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.TxtLocation.EmptyText = ""; this.TxtLocation.Location = new System.Drawing.Point(3, 242); this.TxtLocation.MaxLength = 999999999; this.TxtLocation.Multiline = false; this.TxtLocation.Name = "TxtLocation"; this.TxtLocation.OnlyNumeric = false; this.TxtLocation.PasswordChar = '\0'; this.TxtLocation.ReadOnly = true; this.TxtLocation.SelectedText = ""; this.TxtLocation.SelectionLength = 0; this.TxtLocation.SelectionStart = 0; this.TxtLocation.Size = new System.Drawing.Size(215, 26); this.TxtLocation.TabIndex = 25; this.TxtLocation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtLocation.ToolTip = ""; this.TxtLocation.WordWrap = true; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(6, 227); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 24; this.label6.Text = "所在位置"; // // PicLogo // this.PicLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PicLogo.Cursor = System.Windows.Forms.Cursors.Hand; this.PicLogo.Location = new System.Drawing.Point(137, 12); this.PicLogo.Name = "PicLogo"; this.PicLogo.Size = new System.Drawing.Size(120, 138); this.PicLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PicLogo.TabIndex = 23; this.PicLogo.TabStop = false; this.PicLogo.Click += new System.EventHandler(this.PicLogo_Click); // // TxtGoodsName // this.TxtGoodsName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtGoodsName.BackColor = System.Drawing.Color.White; this.TxtGoodsName.EmptyText = ""; this.TxtGoodsName.Location = new System.Drawing.Point(3, 65); this.TxtGoodsName.MaxLength = 999999999; this.TxtGoodsName.Multiline = false; this.TxtGoodsName.Name = "TxtGoodsName"; this.TxtGoodsName.OnlyNumeric = false; this.TxtGoodsName.PasswordChar = '\0'; this.TxtGoodsName.ReadOnly = true; this.TxtGoodsName.SelectedText = ""; this.TxtGoodsName.SelectionLength = 0; this.TxtGoodsName.SelectionStart = 0; this.TxtGoodsName.Size = new System.Drawing.Size(128, 26); this.TxtGoodsName.TabIndex = 17; this.TxtGoodsName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtGoodsName.ToolTip = ""; this.TxtGoodsName.WordWrap = true; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(6, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 16; this.label2.Text = "名称"; // // TxtDes // this.TxtDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtDes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.TxtDes.EmptyText = ""; this.TxtDes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(185)))), ((int)(((byte)(200))))); this.TxtDes.Location = new System.Drawing.Point(3, 286); this.TxtDes.MaxLength = 999999999; this.TxtDes.Multiline = true; this.TxtDes.Name = "TxtDes"; this.TxtDes.OnlyNumeric = false; this.TxtDes.PasswordChar = '\0'; this.TxtDes.ReadOnly = true; this.TxtDes.SelectedText = ""; this.TxtDes.SelectionLength = 0; this.TxtDes.SelectionStart = 0; this.TxtDes.Size = new System.Drawing.Size(254, 46); this.TxtDes.TabIndex = 15; this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtDes.ToolTip = ""; this.TxtDes.WordWrap = true; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(6, 271); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 14; this.label1.Text = "备注"; // // TxtCount // this.TxtCount.BackColor = System.Drawing.Color.White; this.TxtCount.EmptyText = ""; this.TxtCount.Location = new System.Drawing.Point(3, 108); this.TxtCount.MaxLength = 999999999; this.TxtCount.Multiline = false; this.TxtCount.Name = "TxtCount"; this.TxtCount.OnlyNumeric = false; this.TxtCount.PasswordChar = '\0'; this.TxtCount.ReadOnly = true; this.TxtCount.SelectedText = ""; this.TxtCount.SelectionLength = 0; this.TxtCount.SelectionStart = 0; this.TxtCount.Size = new System.Drawing.Size(80, 26); this.TxtCount.TabIndex = 5; this.TxtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TxtCount.ToolTip = ""; this.TxtCount.WordWrap = true; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(6, 93); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 12); this.label5.TabIndex = 4; this.label5.Text = "数量"; // // TxtGoodsSN // this.TxtGoodsSN.BackColor = System.Drawing.Color.White; this.TxtGoodsSN.EmptyText = ""; this.TxtGoodsSN.Location = new System.Drawing.Point(3, 21); this.TxtGoodsSN.MaxLength = 999999999; this.TxtGoodsSN.Multiline = false; this.TxtGoodsSN.Name = "TxtGoodsSN"; this.TxtGoodsSN.OnlyNumeric = false; this.TxtGoodsSN.PasswordChar = '\0'; this.TxtGoodsSN.ReadOnly = true; this.TxtGoodsSN.SelectedText = ""; this.TxtGoodsSN.SelectionLength = 0; this.TxtGoodsSN.SelectionStart = 0; this.TxtGoodsSN.Size = new System.Drawing.Size(128, 26); this.TxtGoodsSN.TabIndex = 3; this.TxtGoodsSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtGoodsSN.ToolTip = ""; this.TxtGoodsSN.WordWrap = true; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(6, 6); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 2; this.label4.Text = "编号"; // // TxtUnit // this.TxtUnit.BackColor = System.Drawing.Color.White; this.TxtUnit.EmptyText = ""; this.TxtUnit.Location = new System.Drawing.Point(89, 108); this.TxtUnit.MaxLength = 999999999; this.TxtUnit.Multiline = false; this.TxtUnit.Name = "TxtUnit"; this.TxtUnit.OnlyNumeric = false; this.TxtUnit.PasswordChar = '\0'; this.TxtUnit.ReadOnly = true; this.TxtUnit.SelectedText = ""; this.TxtUnit.SelectionLength = 0; this.TxtUnit.SelectionStart = 0; this.TxtUnit.Size = new System.Drawing.Size(42, 26); this.TxtUnit.TabIndex = 1; this.TxtUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtUnit.ToolTip = ""; this.TxtUnit.WordWrap = true; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(93, 93); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 0; this.label3.Text = "单位"; // // ChkLowTip // this.ChkLowTip.AutoSize = true; this.ChkLowTip.Location = new System.Drawing.Point(347, 35); this.ChkLowTip.Name = "ChkLowTip"; this.ChkLowTip.Size = new System.Drawing.Size(192, 16); this.ChkLowTip.TabIndex = 87; this.ChkLowTip.Text = "只显示低数量或即将过期的数据"; this.ChkLowTip.UseVisualStyleBackColor = true; this.ChkLowTip.CheckedChanged += new System.EventHandler(this.ChkLowTip_CheckedChanged); // // FrmGoodsView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1375, 835); this.Controls.Add(this.ChkLowTip); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnAdd); this.Controls.Add(this.ctlMyPage1); this.Controls.Add(this.rySearch1); this.Location = new System.Drawing.Point(0, 0); this.Name = "FrmGoodsView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "浏览"; this.Load += new System.EventHandler(this.FrmView_Load); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.LvGoods)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.LvLocation)).EndInit(); this.MenuLocation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.PicLocLogo)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicLogo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ryControls.rySearch rySearch1; private MyPage.ctlMyPage ctlMyPage1; private ryControls.ButtonEx btnDel; private ryControls.ButtonEx btnEdit; private ryControls.ButtonEx btnAdd; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 添加数据ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改数据ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除数据ToolStripMenuItem; private BrightIdeasSoftware.FastObjectListView LvGoods; private BrightIdeasSoftware.OLVColumn OlvName; private BrightIdeasSoftware.OLVColumn OlvOutTime; private System.Windows.Forms.ToolStripMenuItem 复制并添加数据ToolStripMenuItem; private BrightIdeasSoftware.OLVColumn OlvCount; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 物品入库ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 物品出库ToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private BrightIdeasSoftware.ObjectListView objectListView1; private BrightIdeasSoftware.OLVColumn olvColumn1; private ryControls.PanelEx panelEx1; private ryControls.TextBoxEx2 TxtGoodsName; private System.Windows.Forms.Label label2; private ryControls.TextBoxEx2 TxtDes; private System.Windows.Forms.Label label1; private ryControls.TextBoxEx2 TxtAddTime; private System.Windows.Forms.Label label8; private ryControls.TextBoxEx2 TxtEditTime; private System.Windows.Forms.Label label7; private ryControls.TextBoxEx2 TxtCount; private System.Windows.Forms.Label label5; private ryControls.TextBoxEx2 TxtGoodsSN; private System.Windows.Forms.Label label4; private ryControls.TextBoxEx2 TxtUnit; private System.Windows.Forms.Label label3; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem 出入库记录ToolStripMenuItem; private System.Windows.Forms.PictureBox PicLogo; private ryControls.TextBoxEx2 TxtLocation; private System.Windows.Forms.Label label6; private ryControls.ButtonEx BtnLocationImage; private BrightIdeasSoftware.OLVColumn OlvSN; private System.Windows.Forms.PictureBox PicLocLogo; private BrightIdeasSoftware.TreeListView LvLocation; private BrightIdeasSoftware.OLVColumn OlvLocSNAndName; private System.Windows.Forms.ContextMenuStrip MenuLocation; private System.Windows.Forms.ToolStripMenuItem 刷新列表ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 位置编辑界面ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 编辑位置ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem 添加位置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 锁定不允许拖动ToolStripMenuItem; private System.Windows.Forms.CheckBox ChkLowTip; private System.Windows.Forms.ToolStripMenuItem 设置清洁充电时间ToolStripMenuItem; private BrightIdeasSoftware.OLVColumn OlvCleanTime; private BrightIdeasSoftware.OLVColumn OlvChargingTime; private System.Windows.Forms.TabPage tabPage2; private ryControls.TextBoxEx2 TxtCleanTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private ryControls.TextBoxEx2 TxtChargingTime; private System.Windows.Forms.ToolStripMenuItem 复制web地址ToolStripMenuItem; } }