DateTimeEdit.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace Core.StlMes.Client.YdmBcPipeManage.Demand
  2. {
  3. partial class DateTimeEdit
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  29. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  36. this.ubtSave = new Infragistics.Win.Misc.UltraButton();
  37. this.SuspendLayout();
  38. //
  39. // dateTimePicker1
  40. //
  41. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
  42. this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 16F);
  43. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  44. this.dateTimePicker1.Location = new System.Drawing.Point(35, 40);
  45. this.dateTimePicker1.Name = "dateTimePicker1";
  46. this.dateTimePicker1.Size = new System.Drawing.Size(200, 38);
  47. this.dateTimePicker1.TabIndex = 0;
  48. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  49. //
  50. // dateTimePicker2
  51. //
  52. this.dateTimePicker2.CustomFormat = "HH:mm";
  53. this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 16F);
  54. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  55. this.dateTimePicker2.Location = new System.Drawing.Point(260, 40);
  56. this.dateTimePicker2.Name = "dateTimePicker2";
  57. this.dateTimePicker2.ShowUpDown = true;
  58. this.dateTimePicker2.Size = new System.Drawing.Size(126, 38);
  59. this.dateTimePicker2.TabIndex = 1;
  60. this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
  61. //
  62. // button1
  63. //
  64. this.button1.Location = new System.Drawing.Point(35, 99);
  65. this.button1.Name = "button1";
  66. this.button1.Size = new System.Drawing.Size(49, 23);
  67. this.button1.TabIndex = 2;
  68. this.button1.Text = "-5h";
  69. this.button1.UseVisualStyleBackColor = true;
  70. this.button1.Click += new System.EventHandler(this.button1_Click);
  71. //
  72. // button2
  73. //
  74. this.button2.Location = new System.Drawing.Point(101, 99);
  75. this.button2.Name = "button2";
  76. this.button2.Size = new System.Drawing.Size(49, 23);
  77. this.button2.TabIndex = 3;
  78. this.button2.Text = "-1h";
  79. this.button2.UseVisualStyleBackColor = true;
  80. this.button2.Click += new System.EventHandler(this.button2_Click);
  81. //
  82. // button3
  83. //
  84. this.button3.Location = new System.Drawing.Point(167, 99);
  85. this.button3.Name = "button3";
  86. this.button3.Size = new System.Drawing.Size(49, 23);
  87. this.button3.TabIndex = 4;
  88. this.button3.Text = "+1h";
  89. this.button3.UseVisualStyleBackColor = true;
  90. this.button3.Click += new System.EventHandler(this.button3_Click);
  91. //
  92. // button4
  93. //
  94. this.button4.Location = new System.Drawing.Point(232, 99);
  95. this.button4.Name = "button4";
  96. this.button4.Size = new System.Drawing.Size(49, 23);
  97. this.button4.TabIndex = 5;
  98. this.button4.Text = "+5h";
  99. this.button4.UseVisualStyleBackColor = true;
  100. this.button4.Click += new System.EventHandler(this.button4_Click);
  101. //
  102. // button5
  103. //
  104. this.button5.Location = new System.Drawing.Point(303, 99);
  105. this.button5.Name = "button5";
  106. this.button5.Size = new System.Drawing.Size(49, 23);
  107. this.button5.TabIndex = 6;
  108. this.button5.Text = "当前";
  109. this.button5.UseVisualStyleBackColor = true;
  110. this.button5.Click += new System.EventHandler(this.button5_Click);
  111. //
  112. // ultraButton2
  113. //
  114. this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  117. this.ultraButton2.Font = new System.Drawing.Font("宋体", 12F);
  118. this.ultraButton2.Location = new System.Drawing.Point(199, 158);
  119. this.ultraButton2.Name = "ultraButton2";
  120. this.ultraButton2.Size = new System.Drawing.Size(105, 43);
  121. this.ultraButton2.TabIndex = 31;
  122. this.ultraButton2.Text = "返回";
  123. //
  124. // ubtSave
  125. //
  126. this.ubtSave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.ubtSave.Font = new System.Drawing.Font("宋体", 12F);
  129. this.ubtSave.Location = new System.Drawing.Point(349, 158);
  130. this.ubtSave.Name = "ubtSave";
  131. this.ubtSave.Size = new System.Drawing.Size(105, 43);
  132. this.ubtSave.TabIndex = 30;
  133. this.ubtSave.Text = "确定";
  134. this.ubtSave.Click += new System.EventHandler(this.ubtSave_Click);
  135. //
  136. // DateTimeEdit
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.ClientSize = new System.Drawing.Size(466, 213);
  141. this.Controls.Add(this.ultraButton2);
  142. this.Controls.Add(this.ubtSave);
  143. this.Controls.Add(this.button5);
  144. this.Controls.Add(this.button4);
  145. this.Controls.Add(this.button3);
  146. this.Controls.Add(this.button2);
  147. this.Controls.Add(this.button1);
  148. this.Controls.Add(this.dateTimePicker2);
  149. this.Controls.Add(this.dateTimePicker1);
  150. this.MaximizeBox = false;
  151. this.MinimizeBox = false;
  152. this.Name = "DateTimeEdit";
  153. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  154. this.Text = "日期编辑";
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  159. private System.Windows.Forms.Button button1;
  160. private System.Windows.Forms.Button button2;
  161. private System.Windows.Forms.Button button3;
  162. private System.Windows.Forms.Button button4;
  163. private System.Windows.Forms.Button button5;
  164. private Infragistics.Win.Misc.UltraButton ultraButton2;
  165. private Infragistics.Win.Misc.UltraButton ubtSave;
  166. public System.Windows.Forms.DateTimePicker dateTimePicker2;
  167. }
  168. }