mdifrmmain.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 565 行 · 第 1/3 页
CS
565 行
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 51);
//
// toolStripButton8
//
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(69, 48);
this.toolStripButton8.Text = "操作员管理";
this.toolStripButton8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// toolStripButton9
//
this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton9.Name = "toolStripButton9";
this.toolStripButton9.Size = new System.Drawing.Size(57, 48);
this.toolStripButton9.Text = "口令设置";
this.toolStripButton9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton9.Click += new System.EventHandler(this.口令设置ToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 51);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(119, 48);
this.toolStripLabel1.Text = "hyj19851103@163.com";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.toolStripStatusLabel4,
this.toolStripStatusLabel5,
this.toolStripStatusLabel6,
this.toolStripStatusLabel7,
this.toolStripStatusLabel8});
this.statusStrip1.Location = new System.Drawing.Point(0, 238);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(766, 22);
this.statusStrip1.TabIndex = 6;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Blue;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(77, 17);
this.toolStripStatusLabel1.Text = "【软件名称】";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel2.Text = "- 医药进销存管理系统";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.ForeColor = System.Drawing.Color.Blue;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(77, 17);
this.toolStripStatusLabel3.Text = "【软件提供】";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(137, 17);
this.toolStripStatusLabel4.Text = "- 中州大学-数字梦工厂";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.ForeColor = System.Drawing.Color.Blue;
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(53, 17);
this.toolStripStatusLabel5.Text = "【作者】";
//
// toolStripStatusLabel6
//
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
this.toolStripStatusLabel6.Size = new System.Drawing.Size(59, 17);
this.toolStripStatusLabel6.Text = "- 黄亚军";
//
// toolStripStatusLabel7
//
this.toolStripStatusLabel7.ForeColor = System.Drawing.Color.Blue;
this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
this.toolStripStatusLabel7.Size = new System.Drawing.Size(77, 17);
this.toolStripStatusLabel7.Text = "【联系电话】";
//
// toolStripStatusLabel8
//
this.toolStripStatusLabel8.Name = "toolStripStatusLabel8";
this.toolStripStatusLabel8.Size = new System.Drawing.Size(101, 17);
this.toolStripStatusLabel8.Text = "- 0371-62077864";
//
// MDIfrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(766, 260);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.MaximumSize = new System.Drawing.Size(800, 570);
this.Name = "MDIfrmMain";
this.Text = "医药进销存管理系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MDIfrmMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.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 日常业务RToolStripMenuItem;
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.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.ToolStripMenuItem 系统设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 操作员管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 口令设置ToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.ToolStripButton toolStripButton9;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
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.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel7;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel8;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?