| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_DateRate
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_DateRate));
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.BeginDate = new System.Windows.Forms.DateTimePicker();
- this.EndDate = new System.Windows.Forms.DateTimePicker();
- this.label3 = new System.Windows.Forms.Label();
- this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SuspendLayout();
- //
- // BeginDate
- //
- this.BeginDate.Location = new System.Drawing.Point(325, 173);
- this.BeginDate.Name = "BeginDate";
- this.BeginDate.Size = new System.Drawing.Size(353, 35);
- this.BeginDate.TabIndex = 13;
- this.BeginDate.Value = new System.DateTime(2020, 8, 24, 0, 0, 0, 0);
- //
- // EndDate
- //
- this.EndDate.Location = new System.Drawing.Point(684, 173);
- this.EndDate.Name = "EndDate";
- this.EndDate.Size = new System.Drawing.Size(353, 35);
- this.EndDate.TabIndex = 14;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(139, 168);
- this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(82, 41);
- this.label3.TabIndex = 15;
- this.label3.Text = "日期";
- //
- // Export
- //
- this.Export.AllPower = null;
- this.Export.BackColor = System.Drawing.Color.Transparent;
- this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
- this.Export.Image = null;
- this.Export.IsShowBorder = true;
- this.Export.Location = new System.Drawing.Point(325, 515);
- this.Export.Margin = new System.Windows.Forms.Padding(6);
- this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
- this.Export.Name = "Export";
- this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
- this.Export.Power = null;
- this.Export.Size = new System.Drawing.Size(150, 56);
- this.Export.TabIndex = 0;
- this.Export.Text = "导出";
- this.Export.UseVisualStyleBackColor = false;
- this.Export.Click += new System.EventHandler(this.Export_Click);
- //
- // Query_DateRate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1494, 1075);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.EndDate);
- this.Controls.Add(this.BeginDate);
- this.Controls.Add(this.Export);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_DateRate";
- this.Tag = "Query!DateRate";
- this.Text = "Query_DateRate";
- this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton Export;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.DateTimePicker BeginDate;
- private System.Windows.Forms.DateTimePicker EndDate;
- private System.Windows.Forms.Label label3;
- }
- }
|