mdifrmmain.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 565 行 · 第 1/3 页
CS
565 行
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.Name = "欠款管理ToolStripMenuItem";
this.欠款管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.欠款管理ToolStripMenuItem.Text = "欠款管理";
//
// 应收款管理ToolStripMenuItem
//
this.应收款管理ToolStripMenuItem.Name = "应收款管理ToolStripMenuItem";
this.应收款管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 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(130, 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(89, 20);
this.基础信息管理ToolStripMenuItem.Text = "基础信息管理";
//
// 药品信息管理ToolStripMenuItem
//
this.药品信息管理ToolStripMenuItem.Name = "药品信息管理ToolStripMenuItem";
this.药品信息管理ToolStripMenuItem.Size = new System.Drawing.Size(142, 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(142, 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(142, 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.Name = "系统设置ToolStripMenuItem";
this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.系统设置ToolStripMenuItem.Text = "系统设置";
//
// 操作员管理ToolStripMenuItem
//
this.操作员管理ToolStripMenuItem.Name = "操作员管理ToolStripMenuItem";
this.操作员管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.操作员管理ToolStripMenuItem.Text = "操作员管理";
//
// 口令设置ToolStripMenuItem
//
this.口令设置ToolStripMenuItem.Name = "口令设置ToolStripMenuItem";
this.口令设置ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.口令设置ToolStripMenuItem.Text = "口令设置";
this.口令设置ToolStripMenuItem.Click += new System.EventHandler(this.口令设置ToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripSeparator1,
this.toolStripButton3,
this.toolStripSeparator2,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripSeparator3,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripSeparator4,
this.toolStripButton8,
this.toolStripButton9,
this.toolStripSeparator5,
this.toolStripLabel1});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(766, 51);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(57, 48);
this.toolStripButton1.Text = "药品销售";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.药品ToolStripMenuItem_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(57, 48);
this.toolStripButton2.Text = "药品入库";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.药品入库ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 51);
//
// toolStripButton3
//
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(81, 48);
this.toolStripButton3.Text = "库存药品查询";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.库存药品查询ToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 51);
//
// toolStripButton4
//
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(57, 48);
this.toolStripButton4.Text = "销售统计";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton4.Click += new System.EventHandler(this.销售查询ToolStripMenuItem_Click);
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(57, 48);
this.toolStripButton5.Text = "入库查询";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.入库查询ToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 51);
//
// toolStripButton6
//
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(69, 48);
this.toolStripButton6.Text = "应收款管理";
this.toolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton6.Click += new System.EventHandler(this.应收款管理ToolStripMenuItem_Click);
//
// toolStripButton7
//
this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(57, 48);
this.toolStripButton7.Text = "收款查询";
this.toolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton7.Click += new System.EventHandler(this.收款查询ToolStripMenuItem_Click);
//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?