体检系统架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

86 lines
3.1 KiB

namespace PEIS.View.Enrollment
{
partial class PartOptionForm
{
/// <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.CheckPanel = new System.Windows.Forms.Panel();
this.OKButton = new System.Windows.Forms.Button();
this.CancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// CheckPanel
//
this.CheckPanel.AutoScroll = true;
this.CheckPanel.Location = new System.Drawing.Point(13, 13);
this.CheckPanel.Name = "CheckPanel";
this.CheckPanel.Size = new System.Drawing.Size(239, 148);
this.CheckPanel.TabIndex = 0;
//
// OKButton
//
this.OKButton.Location = new System.Drawing.Point(13, 167);
this.OKButton.Name = "OKButton";
this.OKButton.Size = new System.Drawing.Size(110, 30);
this.OKButton.TabIndex = 1;
this.OKButton.Text = "确定";
this.OKButton.UseVisualStyleBackColor = true;
//
// CancelButton
//
this.CancelButton.Location = new System.Drawing.Point(142, 167);
this.CancelButton.Name = "CancelButton";
this.CancelButton.Size = new System.Drawing.Size(110, 30);
this.CancelButton.TabIndex = 2;
this.CancelButton.Text = "取消";
this.CancelButton.UseVisualStyleBackColor = true;
//
// PartOptionForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(264, 203);
this.Controls.Add(this.CancelButton);
this.Controls.Add(this.OKButton);
this.Controls.Add(this.CheckPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PartOptionForm";
this.Text = "PartOptionForm";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel CheckPanel;
private System.Windows.Forms.Button OKButton;
private System.Windows.Forms.Button CancelButton;
}
}