tijian_tieying/winform/cn.xinelu.MedicalCheckup.Client/Dicom/CustomView.designer.cs
2025-02-20 12:01:17 +08:00

51 lines
1.8 KiB
C#

namespace CSCustomDisplay
{
partial class CustomView
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// CustomView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.Name = "CustomView";
this.Size = new System.Drawing.Size(249, 162);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.CustomView_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.CustomView_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.CustomView_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.CustomView_MouseUp);
this.ResumeLayout(false);
}
#endregion
}
}