StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_SelectTime.Designer.cs

80 lines
3.6 KiB
C#

namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_SelectTime
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SelectTime));
this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton();
this.textEdit_Time = new HL_FristAidPlatform_Public.TimeControl();
this.SuspendLayout();
//
// simpleButton_Save
//
this.simpleButton_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Save.ImageOptions.Image")));
this.simpleButton_Save.Location = new System.Drawing.Point(175, 4);
this.simpleButton_Save.Name = "simpleButton_Save";
this.simpleButton_Save.Size = new System.Drawing.Size(78, 39);
this.simpleButton_Save.TabIndex = 1;
this.simpleButton_Save.Text = "确认";
this.simpleButton_Save.Click += new System.EventHandler(this.simpleButton_Save_Click);
//
// textEdit_Time
//
this.textEdit_Time.BackColor = System.Drawing.Color.Transparent;
this.textEdit_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.textEdit_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.textEdit_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.textEdit_Time.Location = new System.Drawing.Point(7, 13);
this.textEdit_Time.Name = "textEdit_Time";
this.textEdit_Time.Size = new System.Drawing.Size(162, 21);
this.textEdit_Time.TabIndex = 3;
this.textEdit_Time.TimeValue = "";
//
// Form_SelectTime
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(270, 45);
this.Controls.Add(this.textEdit_Time);
this.Controls.Add(this.simpleButton_Save);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_SelectTime";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择时间";
this.Load += new System.EventHandler(this.Form_SelectTime_Load);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton_Save;
private HL_FristAidPlatform_Public.TimeControl textEdit_Time;
}
}