FrmRetrospect.Designer.cs 22.4 KB

namespace SmartScan
{
    partial class FrmRetrospect
    {
        /// <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()
        {
            this.DtpUpper = new System.Windows.Forms.DateTimePicker();
            this.DtpLower = new System.Windows.Forms.DateTimePicker();
            this.TxtCode = new Asa.FaceControl.FaceTextBox();
            this.BtnSelect = new Asa.FaceControl.FaceButton();
            this.BtnExport = new Asa.FaceControl.FaceButton();
            this.BtnExportAll = new Asa.FaceControl.FaceButton();
            this.PicShow = new Asa.FaceControl.FacePictureBox();
            this.PicLabel = new System.Windows.Forms.PictureBox();
            this.LstCode = new Asa.FaceControl.FaceListBox();
            this.LstLabel = new Asa.FaceControl.FaceListBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.LblAllCode = new Asa.FaceControl.FaceLabel();
            this.LblAllLabel = new Asa.FaceControl.FaceLabel();
            this.LstRecord = new Asa.FaceControl.FaceListBox();
            this.LblCode = new Asa.FaceControl.FaceLabel();
            this.LblDateRange = new Asa.FaceControl.FaceLabel();
            this.butt_getData = new Asa.FaceControl.FaceButton();
            ((System.ComponentModel.ISupportInitialize)(this.PicLabel)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // DtpUpper
            // 
            this.DtpUpper.CustomFormat = "yyyy-MM-dd";
            this.DtpUpper.Font = new System.Drawing.Font("宋体", 12F);
            this.DtpUpper.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpUpper.Location = new System.Drawing.Point(15, 120);
            this.DtpUpper.Margin = new System.Windows.Forms.Padding(4);
            this.DtpUpper.Name = "DtpUpper";
            this.DtpUpper.ShowCheckBox = true;
            this.DtpUpper.Size = new System.Drawing.Size(292, 30);
            this.DtpUpper.TabIndex = 6;
            // 
            // DtpLower
            // 
            this.DtpLower.CustomFormat = "yyyy-MM-dd";
            this.DtpLower.Font = new System.Drawing.Font("宋体", 12F);
            this.DtpLower.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpLower.Location = new System.Drawing.Point(15, 160);
            this.DtpLower.Margin = new System.Windows.Forms.Padding(4);
            this.DtpLower.Name = "DtpLower";
            this.DtpLower.ShowCheckBox = true;
            this.DtpLower.Size = new System.Drawing.Size(292, 30);
            this.DtpLower.TabIndex = 7;
            // 
            // TxtCode
            // 
            this.TxtCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.TxtCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.TxtCode.BorderWidth = 2;
            this.TxtCode.Location = new System.Drawing.Point(15, 251);
            this.TxtCode.Margin = new System.Windows.Forms.Padding(4);
            this.TxtCode.MaxLength = 32767;
            this.TxtCode.Name = "TxtCode";
            this.TxtCode.Padding = new System.Windows.Forms.Padding(4);
            this.TxtCode.SelectedText = "";
            this.TxtCode.SelectionLength = 0;
            this.TxtCode.SelectionStart = 0;
            this.TxtCode.ShowDel = true;
            this.TxtCode.ShowQuery = false;
            this.TxtCode.Size = new System.Drawing.Size(293, 56);
            this.TxtCode.TabIndex = 8;
            // 
            // BtnSelect
            // 
            this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnSelect.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnSelect.BorderWidth = 2;
            this.BtnSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnSelect.HoldPress = false;
            this.BtnSelect.Location = new System.Drawing.Point(15, 315);
            this.BtnSelect.Margin = new System.Windows.Forms.Padding(4);
            this.BtnSelect.Name = "BtnSelect";
            this.BtnSelect.Padding = new System.Windows.Forms.Padding(4);
            this.BtnSelect.Size = new System.Drawing.Size(293, 56);
            this.BtnSelect.TabIndex = 9;
            this.BtnSelect.Text = "查询";
            this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
            // 
            // BtnExport
            // 
            this.BtnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnExport.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnExport.BorderWidth = 2;
            this.BtnExport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnExport.HoldPress = false;
            this.BtnExport.Location = new System.Drawing.Point(15, 379);
            this.BtnExport.Margin = new System.Windows.Forms.Padding(4);
            this.BtnExport.Name = "BtnExport";
            this.BtnExport.Padding = new System.Windows.Forms.Padding(4);
            this.BtnExport.Size = new System.Drawing.Size(293, 56);
            this.BtnExport.TabIndex = 10;
            this.BtnExport.Text = "导出";
            this.BtnExport.Click += new System.EventHandler(this.BtnExport_Click);
            // 
            // BtnExportAll
            // 
            this.BtnExportAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnExportAll.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnExportAll.BorderWidth = 2;
            this.BtnExportAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnExportAll.HoldPress = false;
            this.BtnExportAll.Location = new System.Drawing.Point(15, 442);
            this.BtnExportAll.Margin = new System.Windows.Forms.Padding(4);
            this.BtnExportAll.Name = "BtnExportAll";
            this.BtnExportAll.Padding = new System.Windows.Forms.Padding(4);
            this.BtnExportAll.Size = new System.Drawing.Size(293, 56);
            this.BtnExportAll.TabIndex = 11;
            this.BtnExportAll.Text = "导出所有";
            this.BtnExportAll.Click += new System.EventHandler(this.BtnExportAll_Click);
            // 
            // PicShow
            // 
            this.PicShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.PicShow.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.PicShow.BorderWidth = 2;
            this.PicShow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PicShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.PicShow.Location = new System.Drawing.Point(4, 4);
            this.PicShow.Margin = new System.Windows.Forms.Padding(4);
            this.PicShow.Name = "PicShow";
            this.PicShow.Padding = new System.Windows.Forms.Padding(4);
            this.tableLayoutPanel1.SetRowSpan(this.PicShow, 5);
            this.PicShow.Size = new System.Drawing.Size(764, 697);
            this.PicShow.TabIndex = 12;
            this.PicShow.Text = "facePictureBox1";
            // 
            // PicLabel
            // 
            this.PicLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.PicLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PicLabel.Location = new System.Drawing.Point(776, 4);
            this.PicLabel.Margin = new System.Windows.Forms.Padding(4);
            this.PicLabel.Name = "PicLabel";
            this.PicLabel.Size = new System.Drawing.Size(507, 177);
            this.PicLabel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.PicLabel.TabIndex = 16;
            this.PicLabel.TabStop = false;
            // 
            // LstCode
            // 
            this.LstCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LstCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LstCode.BorderWidth = 2;
            this.LstCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LstCode.Font = new System.Drawing.Font("宋体", 9F);
            this.LstCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LstCode.ItemHeight = 40;
            this.LstCode.Location = new System.Drawing.Point(776, 233);
            this.LstCode.Margin = new System.Windows.Forms.Padding(4);
            this.LstCode.Name = "LstCode";
            this.LstCode.Padding = new System.Windows.Forms.Padding(4);
            this.LstCode.SelectedIndex = -1;
            this.LstCode.Size = new System.Drawing.Size(507, 207);
            this.LstCode.TabIndex = 17;
            this.LstCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            // 
            // LstLabel
            // 
            this.LstLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LstLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LstLabel.BorderWidth = 2;
            this.LstLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LstLabel.Font = new System.Drawing.Font("宋体", 9F);
            this.LstLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LstLabel.ItemHeight = 40;
            this.LstLabel.Location = new System.Drawing.Point(776, 492);
            this.LstLabel.Margin = new System.Windows.Forms.Padding(4);
            this.LstLabel.Name = "LstLabel";
            this.LstLabel.Padding = new System.Windows.Forms.Padding(4);
            this.LstLabel.SelectedIndex = -1;
            this.LstLabel.Size = new System.Drawing.Size(507, 209);
            this.LstLabel.TabIndex = 18;
            this.LstLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.Controls.Add(this.LstCode, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.LstLabel, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.PicLabel, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.PicShow, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.LblAllCode, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.LblAllLabel, 1, 3);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(316, 69);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 5;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1287, 705);
            this.tableLayoutPanel1.TabIndex = 19;
            // 
            // LblAllCode
            // 
            this.LblAllCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblAllCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblAllCode.BorderWidth = 0;
            this.LblAllCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LblAllCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblAllCode.Location = new System.Drawing.Point(776, 189);
            this.LblAllCode.Margin = new System.Windows.Forms.Padding(4);
            this.LblAllCode.Name = "LblAllCode";
            this.LblAllCode.Padding = new System.Windows.Forms.Padding(4);
            this.LblAllCode.Size = new System.Drawing.Size(507, 36);
            this.LblAllCode.TabIndex = 19;
            this.LblAllCode.Text = "faceLabel1";
            this.LblAllCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // LblAllLabel
            // 
            this.LblAllLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblAllLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblAllLabel.BorderWidth = 0;
            this.LblAllLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LblAllLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblAllLabel.Location = new System.Drawing.Point(776, 448);
            this.LblAllLabel.Margin = new System.Windows.Forms.Padding(4);
            this.LblAllLabel.Name = "LblAllLabel";
            this.LblAllLabel.Padding = new System.Windows.Forms.Padding(4);
            this.LblAllLabel.Size = new System.Drawing.Size(507, 36);
            this.LblAllLabel.TabIndex = 20;
            this.LblAllLabel.Text = "faceLabel2";
            this.LblAllLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // LstRecord
            // 
            this.LstRecord.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.LstRecord.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LstRecord.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LstRecord.BorderWidth = 2;
            this.LstRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LstRecord.Location = new System.Drawing.Point(15, 568);
            this.LstRecord.Margin = new System.Windows.Forms.Padding(4);
            this.LstRecord.Name = "LstRecord";
            this.LstRecord.Padding = new System.Windows.Forms.Padding(4);
            this.LstRecord.SelectedIndex = -1;
            this.LstRecord.Size = new System.Drawing.Size(293, 206);
            this.LstRecord.TabIndex = 19;
            this.LstRecord.SelectedIndexChanged += new System.EventHandler(this.LstRecord_SelectedIndexChanged);
            // 
            // LblCode
            // 
            this.LblCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblCode.BorderWidth = 0;
            this.LblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblCode.Location = new System.Drawing.Point(15, 200);
            this.LblCode.Margin = new System.Windows.Forms.Padding(4);
            this.LblCode.Name = "LblCode";
            this.LblCode.Padding = new System.Windows.Forms.Padding(4);
            this.LblCode.Size = new System.Drawing.Size(293, 44);
            this.LblCode.TabIndex = 20;
            this.LblCode.Text = "条码";
            this.LblCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // LblDateRange
            // 
            this.LblDateRange.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblDateRange.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblDateRange.BorderWidth = 0;
            this.LblDateRange.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblDateRange.Location = new System.Drawing.Point(15, 69);
            this.LblDateRange.Margin = new System.Windows.Forms.Padding(4);
            this.LblDateRange.Name = "LblDateRange";
            this.LblDateRange.Padding = new System.Windows.Forms.Padding(4);
            this.LblDateRange.Size = new System.Drawing.Size(293, 44);
            this.LblDateRange.TabIndex = 21;
            this.LblDateRange.Text = "日期";
            this.LblDateRange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // butt_getData
            // 
            this.butt_getData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.butt_getData.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.butt_getData.BorderWidth = 2;
            this.butt_getData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.butt_getData.HoldPress = false;
            this.butt_getData.Location = new System.Drawing.Point(17, 505);
            this.butt_getData.Name = "butt_getData";
            this.butt_getData.Padding = new System.Windows.Forms.Padding(3);
            this.butt_getData.Size = new System.Drawing.Size(292, 56);
            this.butt_getData.TabIndex = 22;
            this.butt_getData.Text = "获取数据";
            this.butt_getData.Visible = false;
            this.butt_getData.Click += new System.EventHandler(this.butt_startservice_Click);
            // 
            // FrmRetrospect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1617, 788);
            this.Controls.Add(this.butt_getData);
            this.Controls.Add(this.LblDateRange);
            this.Controls.Add(this.LblCode);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.LstRecord);
            this.Controls.Add(this.BtnExportAll);
            this.Controls.Add(this.BtnExport);
            this.Controls.Add(this.BtnSelect);
            this.Controls.Add(this.TxtCode);
            this.Controls.Add(this.DtpLower);
            this.Controls.Add(this.DtpUpper);
            this.Icon = global::SmartScan.Properties.Resources.App;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FrmRetrospect";
            this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
            this.Text = "FrmRetrospect";
            this.Load += new System.EventHandler(this.FrmRetrospect_Load);
            this.Controls.SetChildIndex(this.DtpUpper, 0);
            this.Controls.SetChildIndex(this.DtpLower, 0);
            this.Controls.SetChildIndex(this.TxtCode, 0);
            this.Controls.SetChildIndex(this.BtnSelect, 0);
            this.Controls.SetChildIndex(this.BtnExport, 0);
            this.Controls.SetChildIndex(this.BtnExportAll, 0);
            this.Controls.SetChildIndex(this.LstRecord, 0);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            this.Controls.SetChildIndex(this.LblCode, 0);
            this.Controls.SetChildIndex(this.LblDateRange, 0);
            this.Controls.SetChildIndex(this.butt_getData, 0);
            ((System.ComponentModel.ISupportInitialize)(this.PicLabel)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DateTimePicker DtpUpper;
        private System.Windows.Forms.DateTimePicker DtpLower;
        private Asa.FaceControl.FaceTextBox TxtCode;
        private Asa.FaceControl.FaceButton BtnSelect;
        private Asa.FaceControl.FaceButton BtnExport;
        private Asa.FaceControl.FaceButton BtnExportAll;
        private Asa.FaceControl.FacePictureBox PicShow;
        private System.Windows.Forms.PictureBox PicLabel;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private Asa.FaceControl.FaceListBox LstCode;
        private Asa.FaceControl.FaceListBox LstLabel;
        private Asa.FaceControl.FaceLabel LblCode;
        private Asa.FaceControl.FaceListBox LstRecord;
        private Asa.FaceControl.FaceLabel LblAllCode;
        private Asa.FaceControl.FaceLabel LblAllLabel;
        private Asa.FaceControl.FaceLabel LblDateRange;
        private Asa.FaceControl.FaceButton butt_getData;
    }
}