namespace Core.StlMes.Client.LgCommon { partial class frmSetTime { /// /// 必需的设计器变量。 /// 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() { this.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.btnNow = new System.Windows.Forms.Button(); this.SuspendLayout(); // // monthCalendar1 // this.monthCalendar1.Location = new System.Drawing.Point(42, 6); this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.TabIndex = 0; this.monthCalendar1.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateSelected); // // btnOK // this.btnOK.Location = new System.Drawing.Point(174, 193); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(53, 23); this.btnOK.TabIndex = 0; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(230, 192); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(53, 23); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // dateTimePicker1 // this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(30, 193); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.ShowUpDown = true; this.dateTimePicker1.Size = new System.Drawing.Size(140, 21); this.dateTimePicker1.TabIndex = 1; // // btnNow // this.btnNow.Location = new System.Drawing.Point(147, 193); this.btnNow.Name = "btnNow"; this.btnNow.Size = new System.Drawing.Size(23, 21); this.btnNow.TabIndex = 2; this.btnNow.UseVisualStyleBackColor = true; this.btnNow.Click += new System.EventHandler(this.btnNow_Click); // // frmSetTime // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(225))))); this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(300, 221); this.Controls.Add(this.btnNow); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.monthCalendar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmSetTime"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "设置时间"; this.TopMost = true; this.ResumeLayout(false); } #endregion private System.Windows.Forms.MonthCalendar monthCalendar1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Button btnNow; } }