代码拉取完成,页面将自动刷新
同步操作将从 尼莫和可爱多/医院在线预约诊疗平台管理 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace 医院管理系统
{
partial class frm_kslist
{
/// <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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.lab_ksadmin = new System.Windows.Forms.Label();
this.lab_ksadminid = new System.Windows.Forms.Label();
this.txtbx_kssearch = new System.Windows.Forms.TextBox();
this.bt_search = new System.Windows.Forms.Button();
this.dgv_ks = new System.Windows.Forms.DataGridView();
this.btn_add = new System.Windows.Forms.Button();
this.btn_PreviosPage = new System.Windows.Forms.Button();
this.btn_NextPage = new System.Windows.Forms.Button();
this.btn_return = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgv_ks)).BeginInit();
this.SuspendLayout();
//
// lab_ksadmin
//
this.lab_ksadmin.AutoSize = true;
this.lab_ksadmin.Cursor = System.Windows.Forms.Cursors.AppStarting;
this.lab_ksadmin.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_ksadmin.Location = new System.Drawing.Point(233, 9);
this.lab_ksadmin.Name = "lab_ksadmin";
this.lab_ksadmin.Size = new System.Drawing.Size(160, 24);
this.lab_ksadmin.TabIndex = 1;
this.lab_ksadmin.Text = "科室管理维护";
this.lab_ksadmin.Click += new System.EventHandler(this.label1_Click);
//
// lab_ksadminid
//
this.lab_ksadminid.AutoSize = true;
this.lab_ksadminid.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_ksadminid.Location = new System.Drawing.Point(29, 62);
this.lab_ksadminid.Name = "lab_ksadminid";
this.lab_ksadminid.Size = new System.Drawing.Size(109, 20);
this.lab_ksadminid.TabIndex = 2;
this.lab_ksadminid.Text = "科室名称:";
//
// txtbx_kssearch
//
this.txtbx_kssearch.Location = new System.Drawing.Point(125, 62);
this.txtbx_kssearch.Name = "txtbx_kssearch";
this.txtbx_kssearch.Size = new System.Drawing.Size(119, 21);
this.txtbx_kssearch.TabIndex = 3;
//
// bt_search
//
this.bt_search.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_search.Location = new System.Drawing.Point(250, 59);
this.bt_search.Name = "bt_search";
this.bt_search.Size = new System.Drawing.Size(63, 23);
this.bt_search.TabIndex = 4;
this.bt_search.Text = "搜索";
this.bt_search.UseVisualStyleBackColor = true;
this.bt_search.Click += new System.EventHandler(this.bt_search_Click);
//
// dgv_ks
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_ks.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_ks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_ks.DefaultCellStyle = dataGridViewCellStyle2;
this.dgv_ks.Location = new System.Drawing.Point(12, 103);
this.dgv_ks.Name = "dgv_ks";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_ks.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgv_ks.RowTemplate.Height = 23;
this.dgv_ks.Size = new System.Drawing.Size(578, 199);
this.dgv_ks.TabIndex = 5;
this.dgv_ks.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// btn_add
//
this.btn_add.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_add.Location = new System.Drawing.Point(507, 57);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(83, 26);
this.btn_add.TabIndex = 6;
this.btn_add.Text = "添加";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// btn_PreviosPage
//
this.btn_PreviosPage.Location = new System.Drawing.Point(413, 323);
this.btn_PreviosPage.Name = "btn_PreviosPage";
this.btn_PreviosPage.Size = new System.Drawing.Size(75, 23);
this.btn_PreviosPage.TabIndex = 7;
this.btn_PreviosPage.Text = "上一页";
this.btn_PreviosPage.UseVisualStyleBackColor = true;
this.btn_PreviosPage.Click += new System.EventHandler(this.btn_PreviosPage_Click);
//
// btn_NextPage
//
this.btn_NextPage.Location = new System.Drawing.Point(507, 323);
this.btn_NextPage.Name = "btn_NextPage";
this.btn_NextPage.Size = new System.Drawing.Size(75, 23);
this.btn_NextPage.TabIndex = 8;
this.btn_NextPage.Text = "下一页";
this.btn_NextPage.UseVisualStyleBackColor = true;
this.btn_NextPage.Click += new System.EventHandler(this.btn_NextPage_Click);
//
// btn_return
//
this.btn_return.Location = new System.Drawing.Point(320, 59);
this.btn_return.Name = "btn_return";
this.btn_return.Size = new System.Drawing.Size(75, 23);
this.btn_return.TabIndex = 9;
this.btn_return.Text = "还原";
this.btn_return.UseVisualStyleBackColor = true;
this.btn_return.Click += new System.EventHandler(this.btn_return_Click);
//
// frm_kslist
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(591, 358);
this.Controls.Add(this.btn_return);
this.Controls.Add(this.btn_NextPage);
this.Controls.Add(this.btn_PreviosPage);
this.Controls.Add(this.btn_add);
this.Controls.Add(this.dgv_ks);
this.Controls.Add(this.bt_search);
this.Controls.Add(this.txtbx_kssearch);
this.Controls.Add(this.lab_ksadminid);
this.Controls.Add(this.lab_ksadmin);
this.Name = "frm_kslist";
this.Text = "frm_ksadmin";
this.Load += new System.EventHandler(this.frm_kslist_Load);
((System.ComponentModel.ISupportInitialize)(this.dgv_ks)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lab_ksadmin;
private System.Windows.Forms.Label lab_ksadminid;
private System.Windows.Forms.TextBox txtbx_kssearch;
private System.Windows.Forms.Button bt_search;
private System.Windows.Forms.DataGridView dgv_ks;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_PreviosPage;
private System.Windows.Forms.Button btn_NextPage;
private System.Windows.Forms.Button btn_return;
private System.Windows.Forms.ToolTip toolTip1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。