1 Star 0 Fork 2

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frm_ksadmin.Designer.cs 7.43 KB
一键复制 编辑 原始数据 按行查看 历史
namespace 在线预约
{
partial class ksadmin
{
/// <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.lbl_kstitle = new System.Windows.Forms.Label();
this.lbl_name = new System.Windows.Forms.Label();
this.lbl_ts = new System.Windows.Forms.Label();
this.txtbx_ksname = new System.Windows.Forms.TextBox();
this.txtbx_ksts = new System.Windows.Forms.TextBox();
this.btn_ok = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.lbl_ksid = new System.Windows.Forms.Label();
this.txtbx_ksid = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// lbl_kstitle
//
this.lbl_kstitle.AutoSize = true;
this.lbl_kstitle.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_kstitle.Location = new System.Drawing.Point(218, 24);
this.lbl_kstitle.Name = "lbl_kstitle";
this.lbl_kstitle.Size = new System.Drawing.Size(110, 24);
this.lbl_kstitle.TabIndex = 0;
this.lbl_kstitle.Text = "科室管理";
//
// lbl_name
//
this.lbl_name.AutoSize = true;
this.lbl_name.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_name.Location = new System.Drawing.Point(71, 76);
this.lbl_name.Name = "lbl_name";
this.lbl_name.Size = new System.Drawing.Size(115, 21);
this.lbl_name.TabIndex = 1;
this.lbl_name.Text = "科室名称:";
//
// lbl_ts
//
this.lbl_ts.AutoSize = true;
this.lbl_ts.BackColor = System.Drawing.SystemColors.ControlLight;
this.lbl_ts.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_ts.Location = new System.Drawing.Point(71, 161);
this.lbl_ts.Name = "lbl_ts";
this.lbl_ts.Size = new System.Drawing.Size(115, 21);
this.lbl_ts.TabIndex = 2;
this.lbl_ts.Text = "科室特色:";
this.lbl_ts.Click += new System.EventHandler(this.label2_Click);
//
// txtbx_ksname
//
this.txtbx_ksname.Location = new System.Drawing.Point(202, 75);
this.txtbx_ksname.Name = "txtbx_ksname";
this.txtbx_ksname.Size = new System.Drawing.Size(166, 21);
this.txtbx_ksname.TabIndex = 3;
//
// txtbx_ksts
//
this.txtbx_ksts.Location = new System.Drawing.Point(202, 160);
this.txtbx_ksts.Multiline = true;
this.txtbx_ksts.Name = "txtbx_ksts";
this.txtbx_ksts.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.txtbx_ksts.Size = new System.Drawing.Size(166, 21);
this.txtbx_ksts.TabIndex = 4;
//
// btn_ok
//
this.btn_ok.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_ok.Location = new System.Drawing.Point(75, 233);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(96, 38);
this.btn_ok.TabIndex = 5;
this.btn_ok.Text = "保存";
this.btn_ok.UseVisualStyleBackColor = true;
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
//
// btn_cancel
//
this.btn_cancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_cancel.Location = new System.Drawing.Point(237, 233);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(91, 38);
this.btn_cancel.TabIndex = 6;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
//
// lbl_ksid
//
this.lbl_ksid.AutoSize = true;
this.lbl_ksid.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_ksid.Location = new System.Drawing.Point(71, 113);
this.lbl_ksid.Name = "lbl_ksid";
this.lbl_ksid.Size = new System.Drawing.Size(115, 21);
this.lbl_ksid.TabIndex = 7;
this.lbl_ksid.Text = "科室编号:";
//
// txtbx_ksid
//
this.txtbx_ksid.Location = new System.Drawing.Point(202, 112);
this.txtbx_ksid.Name = "txtbx_ksid";
this.txtbx_ksid.Size = new System.Drawing.Size(166, 21);
this.txtbx_ksid.TabIndex = 8;
//
// ksadmin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(612, 315);
this.Controls.Add(this.txtbx_ksid);
this.Controls.Add(this.lbl_ksid);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_ok);
this.Controls.Add(this.txtbx_ksts);
this.Controls.Add(this.txtbx_ksname);
this.Controls.Add(this.lbl_ts);
this.Controls.Add(this.lbl_name);
this.Controls.Add(this.lbl_kstitle);
this.Name = "ksadmin";
this.Text = "ksadmin";
this.Load += new System.EventHandler(this.frm_ksadmin_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_kstitle;
private System.Windows.Forms.Label lbl_name;
private System.Windows.Forms.Label lbl_ts;
private System.Windows.Forms.TextBox txtbx_ksname;
private System.Windows.Forms.TextBox txtbx_ksts;
private System.Windows.Forms.Button btn_ok;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.Label lbl_ksid;
private System.Windows.Forms.TextBox txtbx_ksid;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/xmuhw/zhenliao.git
[email protected]:xmuhw/zhenliao.git
xmuhw
zhenliao
医院在线预约诊疗平台管理
master

搜索帮助