1 Star 0 Fork 2

funwell/医院在线预约诊疗平台管理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frm_Doctorgl.Designer.cs 5.27 KB
一键复制 编辑 原始数据 按行查看 历史
尼莫和可爱多 提交于 2019-01-13 17:49 . 对系统的功能进行完善
namespace UI
{
partial class frm_Doctorgl
{
/// <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()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("修改密码");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("系统管理", new System.Windows.Forms.TreeNode[] {
treeNode1});
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("就诊日期管理");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("预约管理");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("用户信息查询");
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("工作管理", new System.Windows.Forms.TreeNode[] {
treeNode3,
treeNode4,
treeNode5});
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeView1 = new System.Windows.Forms.TreeView();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView1);
this.splitContainer1.Size = new System.Drawing.Size(1273, 589);
this.splitContainer1.SplitterDistance = 254;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 0;
//
// treeView1
//
this.treeView1.BackColor = System.Drawing.SystemColors.MenuBar;
this.treeView1.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.treeView1.ForeColor = System.Drawing.Color.DarkSlateBlue;
this.treeView1.Location = new System.Drawing.Point(0, 4);
this.treeView1.Margin = new System.Windows.Forms.Padding(4);
this.treeView1.Name = "treeView1";
treeNode1.Name = "xgmm";
treeNode1.Text = "修改密码";
treeNode2.Name = "xtgl";
treeNode2.Text = "系统管理";
treeNode3.Name = "jzdate";
treeNode3.Text = "就诊日期管理";
treeNode4.Name = "yysh";
treeNode4.Text = "预约管理";
treeNode5.Name = "xxcx";
treeNode5.Text = "用户信息查询";
treeNode6.Name = "zzgl";
treeNode6.Text = "工作管理";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode2,
treeNode6});
this.treeView1.Size = new System.Drawing.Size(253, 609);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// frm_Doctorgl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1273, 589);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "frm_Doctorgl";
this.Text = "frm_Doctorgl";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView treeView1;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/xmuhw/zhenliao.git
[email protected]:xmuhw/zhenliao.git
xmuhw
zhenliao
医院在线预约诊疗平台管理
master

搜索帮助