FrmSplitUtil.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmSplitUtil
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(62, 41);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(65, 12);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "拆分时间点";
  44. //
  45. // ultraDateTimeEditor1
  46. //
  47. this.ultraDateTimeEditor1.FormatProvider = new System.Globalization.CultureInfo("en-US");
  48. this.ultraDateTimeEditor1.FormatString = "yyyy-MM-dd HH:mm:ss";
  49. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(135, 32);
  50. this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd hh:mm:ss";
  51. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  52. this.ultraDateTimeEditor1.Nullable = false;
  53. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(165, 21);
  54. this.ultraDateTimeEditor1.TabIndex = 6;
  55. //
  56. // button1
  57. //
  58. this.button1.Location = new System.Drawing.Point(148, 83);
  59. this.button1.Name = "button1";
  60. this.button1.Size = new System.Drawing.Size(75, 23);
  61. this.button1.TabIndex = 7;
  62. this.button1.Text = "确定";
  63. this.button1.UseVisualStyleBackColor = true;
  64. this.button1.Click += new System.EventHandler(this.button1_Click);
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Location = new System.Drawing.Point(86, 68);
  70. this.label2.Name = "label2";
  71. this.label2.Size = new System.Drawing.Size(41, 12);
  72. this.label2.TabIndex = 8;
  73. this.label2.Text = "新备注";
  74. //
  75. // textBox1
  76. //
  77. this.textBox1.Location = new System.Drawing.Point(135, 59);
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.Size = new System.Drawing.Size(165, 21);
  80. this.textBox1.TabIndex = 9;
  81. //
  82. // FrmSplitUtil
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.BackColor = System.Drawing.SystemColors.Control;
  87. this.ClientSize = new System.Drawing.Size(384, 130);
  88. this.Controls.Add(this.textBox1);
  89. this.Controls.Add(this.label2);
  90. this.Controls.Add(this.button1);
  91. this.Controls.Add(this.ultraDateTimeEditor1);
  92. this.Controls.Add(this.label1);
  93. this.ForeColor = System.Drawing.SystemColors.ControlText;
  94. this.Name = "FrmSplitUtil";
  95. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  96. this.Text = "拆分信息";
  97. this.Load += new System.EventHandler(this.FrmSplitUtil_Load);
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  99. this.ResumeLayout(false);
  100. this.PerformLayout();
  101. }
  102. #endregion
  103. private System.Windows.Forms.Label label1;
  104. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  105. private System.Windows.Forms.Button button1;
  106. private System.Windows.Forms.Label label2;
  107. private System.Windows.Forms.TextBox textBox1;
  108. }
  109. }