namespace Core.LgMes.Client.LgResMgt { partial class SetTime { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("now"); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit(); this.SuspendLayout(); // // button2 // this.button2.Location = new System.Drawing.Point(237, 164); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(59, 23); this.button2.TabIndex = 7; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(168, 164); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(59, 23); this.button1.TabIndex = 6; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // ultraDateTimeEditor1 // editorButton3.Key = "now"; this.ultraDateTimeEditor1.ButtonsRight.Add(editorButton3); this.ultraDateTimeEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never; this.ultraDateTimeEditor1.Location = new System.Drawing.Point(5, 166); this.ultraDateTimeEditor1.MaskInput = "{date} {time}"; this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1"; this.ultraDateTimeEditor1.Size = new System.Drawing.Size(156, 21); this.ultraDateTimeEditor1.TabIndex = 5; this.ultraDateTimeEditor1.ValueChanged += new System.EventHandler(this.ultraDateTimeEditor1_ValueChanged); this.ultraDateTimeEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraDateTimeEditor1_EditorButtonClick); // // monthCalendar1 // this.monthCalendar1.Location = new System.Drawing.Point(12, 6); this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.TabIndex = 4; this.monthCalendar1.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateSelected); // // SetTime // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 197); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.ultraDateTimeEditor1); this.Controls.Add(this.monthCalendar1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetTime"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "设置时间"; this.Load += new System.EventHandler(this.SetTime_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1; private System.Windows.Forms.MonthCalendar monthCalendar1; } }