📄 mainview.designer.cs
字号:
//
this.进行盘库ToolStripMenuItem.Name = "进行盘库ToolStripMenuItem";
this.进行盘库ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.进行盘库ToolStripMenuItem.Text = "进行盘库";
this.进行盘库ToolStripMenuItem.Click += new System.EventHandler(this.进行盘库ToolStripMenuItem_Click);
//
// 窗口ToolStripMenuItem
//
this.窗口ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.纵向平铺ToolStripMenuItem,
this.横向平铺ToolStripMenuItem,
this.层叠窗口ToolStripMenuItem});
this.窗口ToolStripMenuItem.Name = "窗口ToolStripMenuItem";
this.窗口ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.窗口ToolStripMenuItem.Text = "窗口";
this.窗口ToolStripMenuItem.Click += new System.EventHandler(this.窗口ToolStripMenuItem_Click);
//
// 纵向平铺ToolStripMenuItem
//
this.纵向平铺ToolStripMenuItem.Name = "纵向平铺ToolStripMenuItem";
this.纵向平铺ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 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(152, 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(41, 20);
this.库存ToolStripMenuItem.Text = "库存";
this.库存ToolStripMenuItem.Click += new System.EventHandler(this.库存ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel3,
this.toolStripStatusLabel2});
this.statusStrip1.Location = new System.Drawing.Point(0, 481);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(660, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(119, 17);
this.toolStripStatusLabel1.Text = " 欢迎进入本系统 !";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// MainFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(660, 503);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainFrm";
this.Text = "小型物资管理系统";
this.Load += new System.EventHandler(this.MainFrm_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理员ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 物流管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 现有物资ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 流通管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 物资的出库ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 入库信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 统计查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 进行盘库ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem 窗口ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 纵向平铺ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 横向平铺ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 层叠窗口ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 库存ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -