Query_DateRate.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_DateRate
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_DateRate));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  31. this.EndDate = new System.Windows.Forms.DateTimePicker();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.SuspendLayout();
  35. //
  36. // BeginDate
  37. //
  38. this.BeginDate.Location = new System.Drawing.Point(325, 173);
  39. this.BeginDate.Name = "BeginDate";
  40. this.BeginDate.Size = new System.Drawing.Size(353, 35);
  41. this.BeginDate.TabIndex = 13;
  42. this.BeginDate.Value = new System.DateTime(2020, 8, 24, 0, 0, 0, 0);
  43. //
  44. // EndDate
  45. //
  46. this.EndDate.Location = new System.Drawing.Point(684, 173);
  47. this.EndDate.Name = "EndDate";
  48. this.EndDate.Size = new System.Drawing.Size(353, 35);
  49. this.EndDate.TabIndex = 14;
  50. //
  51. // label3
  52. //
  53. this.label3.AutoSize = true;
  54. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.label3.Location = new System.Drawing.Point(139, 168);
  56. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  57. this.label3.Name = "label3";
  58. this.label3.Size = new System.Drawing.Size(82, 41);
  59. this.label3.TabIndex = 15;
  60. this.label3.Text = "日期";
  61. //
  62. // Export
  63. //
  64. this.Export.AllPower = null;
  65. this.Export.BackColor = System.Drawing.Color.Transparent;
  66. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  67. this.Export.Image = null;
  68. this.Export.IsShowBorder = true;
  69. this.Export.Location = new System.Drawing.Point(325, 515);
  70. this.Export.Margin = new System.Windows.Forms.Padding(6);
  71. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  72. this.Export.Name = "Export";
  73. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  74. this.Export.Power = null;
  75. this.Export.Size = new System.Drawing.Size(150, 56);
  76. this.Export.TabIndex = 0;
  77. this.Export.Text = "导出";
  78. this.Export.UseVisualStyleBackColor = false;
  79. this.Export.Click += new System.EventHandler(this.Export_Click);
  80. //
  81. // Query_DateRate
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(1494, 1075);
  86. this.Controls.Add(this.label3);
  87. this.Controls.Add(this.EndDate);
  88. this.Controls.Add(this.BeginDate);
  89. this.Controls.Add(this.Export);
  90. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  91. this.Margin = new System.Windows.Forms.Padding(6);
  92. this.Name = "Query_DateRate";
  93. this.Tag = "Query!DateRate";
  94. this.Text = "Query_DateRate";
  95. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private CustomControl.ButtonUtil.NormalButton Export;
  101. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  102. private System.Windows.Forms.DateTimePicker BeginDate;
  103. private System.Windows.Forms.DateTimePicker EndDate;
  104. private System.Windows.Forms.Label label3;
  105. }
  106. }