⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 outstorageform.designer.cs

📁 一个超市管理系统,没有错误,非常好,里面什么都有!很使用,很有用
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label1.Location = new System.Drawing.Point(8, 61);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(88, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "厨房名称:\r\n";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.LVOutStorage);
            this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(257, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(428, 406);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "明细信息显示";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.t1,
            this.toolStripStatusLabel2,
            this.toolStripStatusLabel3,
            this.t2,
            this.toolStripStatusLabel4,
            this.toolStripStatusLabel5,
            this.t3});
            this.statusStrip1.Location = new System.Drawing.Point(0, 434);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(697, 22);
            this.statusStrip1.TabIndex = 2;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(85, 17);
            this.toolStripStatusLabel1.Spring = true;
            this.toolStripStatusLabel1.Text = "店号:";
            // 
            // t1
            // 
            this.t1.Name = "t1";
            this.t1.Size = new System.Drawing.Size(85, 17);
            this.t1.Spring = true;
            this.t1.Text = "            ";
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(85, 17);
            this.toolStripStatusLabel2.Spring = true;
            this.toolStripStatusLabel2.Text = "|";
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(53, 17);
            this.toolStripStatusLabel3.Text = "操作员:";
            // 
            // t2
            // 
            this.t2.Name = "t2";
            this.t2.Size = new System.Drawing.Size(85, 17);
            this.t2.Spring = true;
            this.t2.Text = "         ";
            // 
            // toolStripStatusLabel4
            // 
            this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
            this.toolStripStatusLabel4.Size = new System.Drawing.Size(85, 17);
            this.toolStripStatusLabel4.Spring = true;
            this.toolStripStatusLabel4.Text = "|";
            // 
            // toolStripStatusLabel5
            // 
            this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
            this.toolStripStatusLabel5.Size = new System.Drawing.Size(85, 17);
            this.toolStripStatusLabel5.Spring = true;
            this.toolStripStatusLabel5.Text = "当前时间:";
            // 
            // t3
            // 
            this.t3.Name = "t3";
            this.t3.Size = new System.Drawing.Size(85, 17);
            this.t3.Spring = true;
            this.t3.Text = "            ";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Width = 1;
            // 
            // ID
            // 
            this.ID.Text = "序号";
            this.ID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // UnitName
            // 
            this.UnitName.Text = "材料名称";
            this.UnitName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.UnitName.Width = 117;
            // 
            // UnitNum
            // 
            this.UnitNum.Text = "材料数量";
            this.UnitNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.UnitNum.Width = 119;
            // 
            // LVOutStorage
            // 
            this.LVOutStorage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.ID,
            this.UnitName,
            this.UnitNum});
            this.LVOutStorage.FullRowSelect = true;
            this.LVOutStorage.GridLines = true;
            this.LVOutStorage.Location = new System.Drawing.Point(12, 24);
            this.LVOutStorage.MultiSelect = false;
            this.LVOutStorage.Name = "LVOutStorage";
            this.LVOutStorage.Size = new System.Drawing.Size(406, 369);
            this.LVOutStorage.TabIndex = 0;
            this.LVOutStorage.UseCompatibleStateImageBehavior = false;
            this.LVOutStorage.View = System.Windows.Forms.View.Details;
            // 
            // OutStorageForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(697, 456);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "OutStorageForm";
            this.Text = "出库管理";
            this.Load += new System.EventHandler(this.OutStorageForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnAddMainAndDetailInWare;
        private System.Windows.Forms.Button btnCanel;
        private System.Windows.Forms.Button btnshow;
        private System.Windows.Forms.TextBox txtMaterialNum;
        private System.Windows.Forms.TextBox txtMaterialname;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel t1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
        private System.Windows.Forms.ToolStripStatusLabel t2;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
        private System.Windows.Forms.ToolStripStatusLabel t3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox txtKitchenname;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Timer timer1;
       // private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader ID;
        private System.Windows.Forms.ColumnHeader UnitName;
        private System.Windows.Forms.ColumnHeader UnitNum;
        private System.Windows.Forms.ListView LVOutStorage;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -