代码拉取完成,页面将自动刷新
同步操作将从 尼莫和可爱多/医院在线预约诊疗平台管理 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace UI
{
partial class InHospital_yujiao
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtId = new System.Windows.Forms.TextBox();
this.txtkeshi = new System.Windows.Forms.TextBox();
this.txtyiyong = new System.Windows.Forms.TextBox();
this.txtyujiao = new System.Windows.Forms.TextBox();
this.txtmingzi = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txttime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtshengyu = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtmingzi2 = new System.Windows.Forms.TextBox();
this.txtID2 = new System.Windows.Forms.TextBox();
this.txtyujiao2 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(32, 15);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(1384, 84);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(336, 36);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 15;
this.label4.Text = "预约号:";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(432, 32);
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(112, 25);
this.textBox4.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 35);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 18;
this.label2.Text = "病人卡号:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(108, 31);
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(112, 25);
this.textBox1.TabIndex = 12;
//
// button3
//
this.button3.Location = new System.Drawing.Point(553, 32);
this.button3.Margin = new System.Windows.Forms.Padding(4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(77, 29);
this.button3.TabIndex = 8;
this.button3.Text = "查看";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(229, 31);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(77, 29);
this.button1.TabIndex = 9;
this.button1.Text = "查看";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Location = new System.Drawing.Point(32, 106);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(1384, 501);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button2);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.txtId);
this.groupBox4.Controls.Add(this.txtkeshi);
this.groupBox4.Controls.Add(this.txtyiyong);
this.groupBox4.Controls.Add(this.txtyujiao);
this.groupBox4.Controls.Add(this.txtmingzi);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.txttime);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.txtshengyu);
this.groupBox4.Location = new System.Drawing.Point(8, 11);
this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
this.groupBox4.Size = new System.Drawing.Size(1139, 102);
this.groupBox4.TabIndex = 19;
this.groupBox4.TabStop = false;
//
// button2
//
this.button2.Location = new System.Drawing.Point(855, 34);
this.button2.Margin = new System.Windows.Forms.Padding(4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(141, 42);
this.button2.TabIndex = 18;
this.button2.Text = "预交款";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(33, 38);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 14;
this.label1.Text = "病人卡号:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(261, 72);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(82, 15);
this.label7.TabIndex = 12;
this.label7.Text = "交款金额:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(640, 75);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(82, 15);
this.label9.TabIndex = 13;
this.label9.Text = "已用金额:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(261, 38);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 10;
this.label3.Text = "就诊医生:";
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(128, 30);
this.txtId.Margin = new System.Windows.Forms.Padding(4);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(108, 25);
this.txtId.TabIndex = 9;
//
// txtkeshi
//
this.txtkeshi.Location = new System.Drawing.Point(356, 30);
this.txtkeshi.Margin = new System.Windows.Forms.Padding(4);
this.txtkeshi.Name = "txtkeshi";
this.txtkeshi.Size = new System.Drawing.Size(81, 25);
this.txtkeshi.TabIndex = 8;
//
// txtyiyong
//
this.txtyiyong.Location = new System.Drawing.Point(727, 70);
this.txtyiyong.Margin = new System.Windows.Forms.Padding(4);
this.txtyiyong.Name = "txtyiyong";
this.txtyiyong.Size = new System.Drawing.Size(76, 25);
this.txtyiyong.TabIndex = 6;
//
// txtyujiao
//
this.txtyujiao.Location = new System.Drawing.Point(356, 66);
this.txtyujiao.Margin = new System.Windows.Forms.Padding(4);
this.txtyujiao.Name = "txtyujiao";
this.txtyujiao.Size = new System.Drawing.Size(81, 25);
this.txtyujiao.TabIndex = 4;
//
// txtmingzi
//
this.txtmingzi.Location = new System.Drawing.Point(128, 68);
this.txtmingzi.Margin = new System.Windows.Forms.Padding(4);
this.txtmingzi.Name = "txtmingzi";
this.txtmingzi.Size = new System.Drawing.Size(108, 25);
this.txtmingzi.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(469, 38);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(82, 15);
this.label6.TabIndex = 11;
this.label6.Text = "就诊时间:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(469, 75);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 15);
this.label8.TabIndex = 16;
this.label8.Text = "剩余金额:";
//
// txttime
//
this.txttime.Location = new System.Drawing.Point(557, 30);
this.txttime.Margin = new System.Windows.Forms.Padding(4);
this.txttime.Name = "txttime";
this.txttime.Size = new System.Drawing.Size(245, 25);
this.txttime.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(33, 75);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 15);
this.label5.TabIndex = 15;
this.label5.Text = "姓名:";
//
// txtshengyu
//
this.txtshengyu.Location = new System.Drawing.Point(557, 68);
this.txtshengyu.Margin = new System.Windows.Forms.Padding(4);
this.txtshengyu.Name = "txtshengyu";
this.txtshengyu.Size = new System.Drawing.Size(73, 25);
this.txtshengyu.TabIndex = 5;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.txtmingzi2);
this.groupBox3.Controls.Add(this.txtID2);
this.groupBox3.Controls.Add(this.txtyujiao2);
this.groupBox3.Location = new System.Drawing.Point(17, 126);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(1095, 368);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
//
// button4
//
this.button4.Enabled = false;
this.button4.Location = new System.Drawing.Point(415, 306);
this.button4.Margin = new System.Windows.Forms.Padding(4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(140, 52);
this.button4.TabIndex = 16;
this.button4.Text = "缴费";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Enabled = false;
this.label11.Location = new System.Drawing.Point(69, 49);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(82, 15);
this.label11.TabIndex = 14;
this.label11.Text = "病人卡号:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Enabled = false;
this.label10.Location = new System.Drawing.Point(337, 45);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(52, 15);
this.label10.TabIndex = 15;
this.label10.Text = "姓名:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Enabled = false;
this.label12.Location = new System.Drawing.Point(69, 118);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(82, 15);
this.label12.TabIndex = 13;
this.label12.Text = "交款金额:";
//
// txtmingzi2
//
this.txtmingzi2.Enabled = false;
this.txtmingzi2.Location = new System.Drawing.Point(400, 38);
this.txtmingzi2.Margin = new System.Windows.Forms.Padding(4);
this.txtmingzi2.Name = "txtmingzi2";
this.txtmingzi2.Size = new System.Drawing.Size(108, 25);
this.txtmingzi2.TabIndex = 7;
//
// txtID2
//
this.txtID2.Enabled = false;
this.txtID2.Location = new System.Drawing.Point(164, 41);
this.txtID2.Margin = new System.Windows.Forms.Padding(4);
this.txtID2.Name = "txtID2";
this.txtID2.Size = new System.Drawing.Size(108, 25);
this.txtID2.TabIndex = 9;
//
// txtyujiao2
//
this.txtyujiao2.Enabled = false;
this.txtyujiao2.Location = new System.Drawing.Point(164, 114);
this.txtyujiao2.Margin = new System.Windows.Forms.Padding(4);
this.txtyujiao2.Name = "txtyujiao2";
this.txtyujiao2.Size = new System.Drawing.Size(108, 25);
this.txtyujiao2.TabIndex = 6;
//
// InHospital_yujiao
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1449, 608);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "InHospital_yujiao";
this.Text = "InHospital_yujiao";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.TextBox txtyiyong;
private System.Windows.Forms.TextBox txtmingzi;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtshengyu;
private System.Windows.Forms.TextBox txttime;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtyujiao;
private System.Windows.Forms.TextBox txtkeshi;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtmingzi2;
private System.Windows.Forms.TextBox txtID2;
private System.Windows.Forms.TextBox txtyujiao2;
private System.Windows.Forms.GroupBox groupBox4;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。