Query_DateRate.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  35. this.ms_makecode_label = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // BeginDate
  39. //
  40. this.BeginDate.Location = new System.Drawing.Point(325, 173);
  41. this.BeginDate.Name = "BeginDate";
  42. this.BeginDate.Size = new System.Drawing.Size(353, 35);
  43. this.BeginDate.TabIndex = 13;
  44. this.BeginDate.Value = new System.DateTime(2020, 8, 24, 0, 0, 0, 0);
  45. //
  46. // EndDate
  47. //
  48. this.EndDate.Location = new System.Drawing.Point(684, 173);
  49. this.EndDate.Name = "EndDate";
  50. this.EndDate.Size = new System.Drawing.Size(353, 35);
  51. this.EndDate.TabIndex = 14;
  52. //
  53. // label3
  54. //
  55. this.label3.AutoSize = true;
  56. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label3.Location = new System.Drawing.Point(139, 168);
  58. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.label3.Name = "label3";
  60. this.label3.Size = new System.Drawing.Size(82, 41);
  61. this.label3.TabIndex = 15;
  62. this.label3.Text = "日期";
  63. //
  64. // Export
  65. //
  66. this.Export.AllPower = null;
  67. this.Export.BackColor = System.Drawing.Color.Transparent;
  68. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  69. this.Export.Image = null;
  70. this.Export.IsShowBorder = true;
  71. this.Export.Location = new System.Drawing.Point(325, 515);
  72. this.Export.Margin = new System.Windows.Forms.Padding(6);
  73. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  74. this.Export.Name = "Export";
  75. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  76. this.Export.Power = null;
  77. this.Export.Size = new System.Drawing.Size(150, 56);
  78. this.Export.TabIndex = 0;
  79. this.Export.Text = "导出";
  80. this.Export.UseVisualStyleBackColor = false;
  81. this.Export.Click += new System.EventHandler(this.Export_Click);
  82. //
  83. // pr_code
  84. //
  85. this.pr_code.AllPower = "IFALL";
  86. this.pr_code.Caller = null;
  87. this.pr_code.Condition = null;
  88. this.pr_code.DBTitle = "";
  89. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  90. this.pr_code.FormName = null;
  91. this.pr_code.Location = new System.Drawing.Point(325, 91);
  92. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  93. this.pr_code.Name = "pr_code";
  94. this.pr_code.Power = "";
  95. this.pr_code.ReturnData = null;
  96. this.pr_code.SelectField = null;
  97. this.pr_code.SetValueField = null;
  98. this.pr_code.Size = new System.Drawing.Size(282, 46);
  99. this.pr_code.TabIndex = 213;
  100. this.pr_code.TableName = null;
  101. this.pr_code.Tag = "makecode";
  102. this.pr_code.TextBoxEnable = true;
  103. //
  104. // ms_makecode_label
  105. //
  106. this.ms_makecode_label.AutoSize = true;
  107. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.ms_makecode_label.Location = new System.Drawing.Point(140, 91);
  109. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  110. this.ms_makecode_label.Name = "ms_makecode_label";
  111. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  112. this.ms_makecode_label.TabIndex = 212;
  113. this.ms_makecode_label.Text = "产品编号";
  114. //
  115. // Query_DateRate
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1494, 1075);
  120. this.Controls.Add(this.pr_code);
  121. this.Controls.Add(this.ms_makecode_label);
  122. this.Controls.Add(this.label3);
  123. this.Controls.Add(this.EndDate);
  124. this.Controls.Add(this.BeginDate);
  125. this.Controls.Add(this.Export);
  126. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  127. this.Margin = new System.Windows.Forms.Padding(6);
  128. this.Name = "Query_DateRate";
  129. this.Tag = "Query!DateRate";
  130. this.Text = "Query_DateRate";
  131. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private CustomControl.ButtonUtil.NormalButton Export;
  137. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  138. private System.Windows.Forms.DateTimePicker BeginDate;
  139. private System.Windows.Forms.DateTimePicker EndDate;
  140. private System.Windows.Forms.Label label3;
  141. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  142. private System.Windows.Forms.Label ms_makecode_label;
  143. }
  144. }