StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_Apoplexy_FollowUpDetai...

88 lines
3.7 KiB
C#
Raw Permalink Normal View History

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

namespace HL_FristAidPlatform_FollowUp
{
partial class Form_Apoplexy_FollowUpDetailUpdateDate
{
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(26, 32);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(84, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "下次随访日期:";
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(117, 31);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(150, 20);
this.timeControl1.TabIndex = 1;
this.timeControl1.TimeValue = "";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(117, 89);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(100, 25);
this.simpleButton1.TabIndex = 2;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// Form_Apoplexy_FollowUpDetailUpdateDate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(359, 170);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.timeControl1);
this.Controls.Add(this.labelControl1);
this.Name = "Form_Apoplexy_FollowUpDetailUpdateDate";
this.Text = "修改下次随访日期";
this.Load += new System.EventHandler(this.Form_Apoplexy_FollowUpDetailUpdateDate_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}