97 lines
4.0 KiB
C#
97 lines
4.0 KiB
C#
namespace HL_FristAidPlatform_ChestPain.Part
|
|
{
|
|
partial class Form_InpuInfo
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.textEdit_Node = new DevExpress.XtraEditors.TextEdit();
|
|
this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_Node.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(43, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "备注:";
|
|
//
|
|
// textEdit_Node
|
|
//
|
|
this.textEdit_Node.Location = new System.Drawing.Point(50, 14);
|
|
this.textEdit_Node.Name = "textEdit_Node";
|
|
this.textEdit_Node.Size = new System.Drawing.Size(342, 20);
|
|
this.textEdit_Node.TabIndex = 1;
|
|
//
|
|
// simpleButton_Save
|
|
//
|
|
this.simpleButton_Save.Location = new System.Drawing.Point(210, 58);
|
|
this.simpleButton_Save.Name = "simpleButton_Save";
|
|
this.simpleButton_Save.Size = new System.Drawing.Size(87, 27);
|
|
this.simpleButton_Save.TabIndex = 2;
|
|
this.simpleButton_Save.Text = "保存";
|
|
this.simpleButton_Save.Click += new System.EventHandler(this.simpleButton_Save_Click);
|
|
//
|
|
// simpleButton_Cancel
|
|
//
|
|
this.simpleButton_Cancel.Location = new System.Drawing.Point(304, 58);
|
|
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
|
|
this.simpleButton_Cancel.Size = new System.Drawing.Size(87, 27);
|
|
this.simpleButton_Cancel.TabIndex = 3;
|
|
this.simpleButton_Cancel.Text = "取消";
|
|
this.simpleButton_Cancel.Click += new System.EventHandler(this.simpleButton_Cancel_Click);
|
|
//
|
|
// Form_InpuInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(408, 103);
|
|
this.Controls.Add(this.simpleButton_Cancel);
|
|
this.Controls.Add(this.simpleButton_Save);
|
|
this.Controls.Add(this.textEdit_Node);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "Form_InpuInfo";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "质控";
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_Node.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.TextEdit textEdit_Node;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton_Save;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
|
|
}
|
|
} |