StableVersion4.3/HL_FristAidPlatform_Trauma/Form_PatientTransfer.Design...

47 lines
1.4 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00

namespace HL_FristAidPlatform_Trauma
{
partial class Form_PatientTransfer
{
/// <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.SuspendLayout();
//
// Form_PatientTransfer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1076, 586);
this.Name = "Form_PatientTransfer";
this.Text = "转院信息";
this.ResumeLayout(false);
}
#endregion
}
}