| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- namespace Core.LgMes.Client.Comm
- {
- partial class frmSetTime
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("now");
- this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // monthCalendar1
- //
- this.monthCalendar1.Location = new System.Drawing.Point(18, 5);
- this.monthCalendar1.Name = "monthCalendar1";
- this.monthCalendar1.TabIndex = 0;
- this.monthCalendar1.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateSelected);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(174, 163);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(59, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(243, 163);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(59, 23);
- this.button2.TabIndex = 3;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // ultraDateTimeEditor1
- //
- editorButton1.Key = "now";
- this.ultraDateTimeEditor1.ButtonsRight.Add(editorButton1);
- this.ultraDateTimeEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
- this.ultraDateTimeEditor1.Location = new System.Drawing.Point(13, 164);
- this.ultraDateTimeEditor1.MaskInput = "{date} {time}";
- this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
- this.ultraDateTimeEditor1.Size = new System.Drawing.Size(158, 21);
- this.ultraDateTimeEditor1.TabIndex = 4;
- this.ultraDateTimeEditor1.ValueChanged += new System.EventHandler(this.ultraDateTimeEditor1_ValueChanged);
- this.ultraDateTimeEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraDateTimeEditor1_EditorButtonClick);
- //
- // frmSetTime
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gainsboro;
- this.ClientSize = new System.Drawing.Size(307, 202);
- this.Controls.Add(this.ultraDateTimeEditor1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- 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.Load += new System.EventHandler(this.frmSetTime_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.MonthCalendar monthCalendar1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
- }
- }
|