5 Star 13 Fork 2

ManGo / 药品信息管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
OperateForm.Designer.cs 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
ManGo 提交于 2019-04-07 22:50 . 前端界面的进一步开发
namespace 课程设计.PresentationLayer
{
partial class OperateForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btn_DrugInformation = new System.Windows.Forms.Button();
this.btn_CustomInformation = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btn_DrugInformation
//
this.btn_DrugInformation.Location = new System.Drawing.Point(48, 63);
this.btn_DrugInformation.Name = "btn_DrugInformation";
this.btn_DrugInformation.Size = new System.Drawing.Size(75, 23);
this.btn_DrugInformation.TabIndex = 28;
this.btn_DrugInformation.Text = "药品信息";
this.btn_DrugInformation.UseVisualStyleBackColor = true;
this.btn_DrugInformation.Click += new System.EventHandler(this.button1_Click);
//
// btn_CustomInformation
//
this.btn_CustomInformation.Location = new System.Drawing.Point(48, 125);
this.btn_CustomInformation.Name = "btn_CustomInformation";
this.btn_CustomInformation.Size = new System.Drawing.Size(75, 23);
this.btn_CustomInformation.TabIndex = 29;
this.btn_CustomInformation.Text = "客户信息";
this.btn_CustomInformation.UseVisualStyleBackColor = true;
this.btn_CustomInformation.Click += new System.EventHandler(this.button2_Click);
//
// OperateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(412, 258);
this.Controls.Add(this.btn_CustomInformation);
this.Controls.Add(this.btn_DrugInformation);
this.Name = "OperateForm";
this.Text = "OperateForm";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_DrugInformation;
private System.Windows.Forms.Button btn_CustomInformation;
}
}
SQL
1
https://gitee.com/ManGosugar/123asd.git
git@gitee.com:ManGosugar/123asd.git
ManGosugar
123asd
药品信息管理系统
master

搜索帮助