FrmSetTime.designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace Core.LgMes.Client.LgResMgt
  2. {
  3. partial class FrmSetTime
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("now");
  29. this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
  30. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // monthCalendar1
  37. //
  38. this.monthCalendar1.Location = new System.Drawing.Point(18, 6);
  39. this.monthCalendar1.Name = "monthCalendar1";
  40. this.monthCalendar1.TabIndex = 0;
  41. this.monthCalendar1.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateSelected);
  42. //
  43. // ultraDateTimeEditor1
  44. //
  45. editorButton1.Key = "now";
  46. this.ultraDateTimeEditor1.ButtonsRight.Add(editorButton1);
  47. this.ultraDateTimeEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
  48. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(11, 165);
  49. this.ultraDateTimeEditor1.MaskInput = "{date} {time}";
  50. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  51. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(156, 21);
  52. this.ultraDateTimeEditor1.TabIndex = 1;
  53. this.ultraDateTimeEditor1.ValueChanged += new System.EventHandler(this.ultraDateTimeEditor1_ValueChanged);
  54. this.ultraDateTimeEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraDateTimeEditor1_EditorButtonClick);
  55. //
  56. // button1
  57. //
  58. this.button1.Location = new System.Drawing.Point(174, 163);
  59. this.button1.Name = "button1";
  60. this.button1.Size = new System.Drawing.Size(59, 23);
  61. this.button1.TabIndex = 2;
  62. this.button1.Text = "确定";
  63. this.button1.UseVisualStyleBackColor = true;
  64. this.button1.Click += new System.EventHandler(this.button1_Click);
  65. //
  66. // button2
  67. //
  68. this.button2.Location = new System.Drawing.Point(243, 163);
  69. this.button2.Name = "button2";
  70. this.button2.Size = new System.Drawing.Size(59, 23);
  71. this.button2.TabIndex = 3;
  72. this.button2.Text = "取消";
  73. this.button2.UseVisualStyleBackColor = true;
  74. this.button2.Click += new System.EventHandler(this.button2_Click);
  75. //
  76. // FrmSetTime
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(307, 202);
  81. this.Controls.Add(this.button2);
  82. this.Controls.Add(this.button1);
  83. this.Controls.Add(this.ultraDateTimeEditor1);
  84. this.Controls.Add(this.monthCalendar1);
  85. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  86. this.MaximizeBox = false;
  87. this.MinimizeBox = false;
  88. this.Name = "FrmSetTime";
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  90. this.Text = "设置时间";
  91. this.Load += new System.EventHandler(this.FrmSetTime_Load);
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private System.Windows.Forms.MonthCalendar monthCalendar1;
  98. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  99. private System.Windows.Forms.Button button1;
  100. private System.Windows.Forms.Button button2;
  101. }
  102. }