HistoryControl.Designer.cs 12.4 KB

namespace TheMachine
{
    partial class HistoryControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.btn_search = new System.Windows.Forms.Button();
            this.textBox_search = new System.Windows.Forms.TextBox();
            this.comboBox_searchtype = new System.Windows.Forms.ComboBox();
            this.label_count = new System.Windows.Forms.Label();
            this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.rb_datafilter_custom = new System.Windows.Forms.RadioButton();
            this.rb_datafilter_last30 = new System.Windows.Forms.RadioButton();
            this.rb_datafilter_today = new System.Windows.Forms.RadioButton();
            this.rb_datafilter_lastMonth = new System.Windows.Forms.RadioButton();
            this.rb_datafilter_thismonth = new System.Windows.Forms.RadioButton();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btn_search);
            this.panel1.Controls.Add(this.textBox_search);
            this.panel1.Controls.Add(this.comboBox_searchtype);
            this.panel1.Controls.Add(this.label_count);
            this.panel1.Controls.Add(this.dateTimePicker_end);
            this.panel1.Controls.Add(this.dateTimePicker_start);
            this.panel1.Controls.Add(this.dataGridView1);
            this.panel1.Controls.Add(this.rb_datafilter_custom);
            this.panel1.Controls.Add(this.rb_datafilter_last30);
            this.panel1.Controls.Add(this.rb_datafilter_today);
            this.panel1.Controls.Add(this.rb_datafilter_lastMonth);
            this.panel1.Controls.Add(this.rb_datafilter_thismonth);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(772, 561);
            this.panel1.TabIndex = 2;
            // 
            // btn_search
            // 
            this.btn_search.Location = new System.Drawing.Point(513, 474);
            this.btn_search.Name = "btn_search";
            this.btn_search.Size = new System.Drawing.Size(75, 23);
            this.btn_search.TabIndex = 6;
            this.btn_search.Text = "Search";
            this.btn_search.UseVisualStyleBackColor = true;
            this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
            // 
            // textBox_search
            // 
            this.textBox_search.Location = new System.Drawing.Point(384, 448);
            this.textBox_search.Name = "textBox_search";
            this.textBox_search.Size = new System.Drawing.Size(204, 21);
            this.textBox_search.TabIndex = 5;
            // 
            // comboBox_searchtype
            // 
            this.comboBox_searchtype.DisplayMember = "PartNumber";
            this.comboBox_searchtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_searchtype.FormattingEnabled = true;
            this.comboBox_searchtype.Items.AddRange(new object[] {
            "PartNumber",
            "ReelID"});
            this.comboBox_searchtype.Location = new System.Drawing.Point(384, 423);
            this.comboBox_searchtype.Name = "comboBox_searchtype";
            this.comboBox_searchtype.Size = new System.Drawing.Size(98, 20);
            this.comboBox_searchtype.TabIndex = 4;
            // 
            // label_count
            // 
            this.label_count.AutoSize = true;
            this.label_count.Location = new System.Drawing.Point(15, 406);
            this.label_count.Name = "label_count";
            this.label_count.Size = new System.Drawing.Size(41, 12);
            this.label_count.TabIndex = 3;
            this.label_count.Tag = "not";
            this.label_count.Text = "label1";
            // 
            // dateTimePicker_end
            // 
            this.dateTimePicker_end.CustomFormat = "yyyy/MM/dd HH:mm";
            this.dateTimePicker_end.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker_end.Location = new System.Drawing.Point(144, 476);
            this.dateTimePicker_end.Name = "dateTimePicker_end";
            this.dateTimePicker_end.Size = new System.Drawing.Size(182, 21);
            this.dateTimePicker_end.TabIndex = 2;
            this.dateTimePicker_end.Tag = "not";
            this.dateTimePicker_end.ValueChanged += new System.EventHandler(this.dateTimePicker_end_ValueChanged);
            // 
            // dateTimePicker_start
            // 
            this.dateTimePicker_start.CustomFormat = "yyyy/MM/dd HH:mm";
            this.dateTimePicker_start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker_start.Location = new System.Drawing.Point(144, 449);
            this.dateTimePicker_start.Name = "dateTimePicker_start";
            this.dateTimePicker_start.Size = new System.Drawing.Size(182, 21);
            this.dateTimePicker_start.TabIndex = 2;
            this.dateTimePicker_start.Tag = "not";
            this.dateTimePicker_start.ValueChanged += new System.EventHandler(this.dateTimePicker_start_ValueChanged);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(772, 394);
            this.dataGridView1.TabIndex = 0;
            // 
            // rb_datafilter_custom
            // 
            this.rb_datafilter_custom.AutoSize = true;
            this.rb_datafilter_custom.Location = new System.Drawing.Point(144, 427);
            this.rb_datafilter_custom.Name = "rb_datafilter_custom";
            this.rb_datafilter_custom.Size = new System.Drawing.Size(83, 16);
            this.rb_datafilter_custom.TabIndex = 1;
            this.rb_datafilter_custom.TabStop = true;
            this.rb_datafilter_custom.Text = "自定义区间";
            this.rb_datafilter_custom.UseVisualStyleBackColor = true;
            this.rb_datafilter_custom.CheckedChanged += new System.EventHandler(this.rb_datafilter_custom_CheckedChanged);
            // 
            // rb_datafilter_last30
            // 
            this.rb_datafilter_last30.AutoSize = true;
            this.rb_datafilter_last30.Location = new System.Drawing.Point(17, 493);
            this.rb_datafilter_last30.Name = "rb_datafilter_last30";
            this.rb_datafilter_last30.Size = new System.Drawing.Size(71, 16);
            this.rb_datafilter_last30.TabIndex = 1;
            this.rb_datafilter_last30.TabStop = true;
            this.rb_datafilter_last30.Text = "最近30天";
            this.rb_datafilter_last30.UseVisualStyleBackColor = true;
            this.rb_datafilter_last30.CheckedChanged += new System.EventHandler(this.rb_datafilter_last30_CheckedChanged);
            // 
            // rb_datafilter_today
            // 
            this.rb_datafilter_today.AutoSize = true;
            this.rb_datafilter_today.Location = new System.Drawing.Point(17, 427);
            this.rb_datafilter_today.Name = "rb_datafilter_today";
            this.rb_datafilter_today.Size = new System.Drawing.Size(47, 16);
            this.rb_datafilter_today.TabIndex = 1;
            this.rb_datafilter_today.TabStop = true;
            this.rb_datafilter_today.Text = "今天";
            this.rb_datafilter_today.UseVisualStyleBackColor = true;
            this.rb_datafilter_today.CheckedChanged += new System.EventHandler(this.rb_datafilter_today_CheckedChanged);
            // 
            // rb_datafilter_lastMonth
            // 
            this.rb_datafilter_lastMonth.AutoSize = true;
            this.rb_datafilter_lastMonth.Location = new System.Drawing.Point(17, 471);
            this.rb_datafilter_lastMonth.Name = "rb_datafilter_lastMonth";
            this.rb_datafilter_lastMonth.Size = new System.Drawing.Size(47, 16);
            this.rb_datafilter_lastMonth.TabIndex = 1;
            this.rb_datafilter_lastMonth.TabStop = true;
            this.rb_datafilter_lastMonth.Text = "上月";
            this.rb_datafilter_lastMonth.UseVisualStyleBackColor = true;
            this.rb_datafilter_lastMonth.CheckedChanged += new System.EventHandler(this.rb_datafilter_lastMonth_CheckedChanged);
            // 
            // rb_datafilter_thismonth
            // 
            this.rb_datafilter_thismonth.AutoSize = true;
            this.rb_datafilter_thismonth.Location = new System.Drawing.Point(17, 449);
            this.rb_datafilter_thismonth.Name = "rb_datafilter_thismonth";
            this.rb_datafilter_thismonth.Size = new System.Drawing.Size(47, 16);
            this.rb_datafilter_thismonth.TabIndex = 1;
            this.rb_datafilter_thismonth.TabStop = true;
            this.rb_datafilter_thismonth.Text = "本月";
            this.rb_datafilter_thismonth.UseVisualStyleBackColor = true;
            this.rb_datafilter_thismonth.CheckedChanged += new System.EventHandler(this.rb_datafilter_thismonth_CheckedChanged);
            // 
            // HistroyControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.panel1);
            this.Name = "HistroyControl";
            this.Size = new System.Drawing.Size(772, 561);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.RadioButton rb_datafilter_thismonth;
        private System.Windows.Forms.RadioButton rb_datafilter_today;
        private System.Windows.Forms.RadioButton rb_datafilter_last30;
        private System.Windows.Forms.RadioButton rb_datafilter_lastMonth;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.DateTimePicker dateTimePicker_end;
        private System.Windows.Forms.DateTimePicker dateTimePicker_start;
        private System.Windows.Forms.RadioButton rb_datafilter_custom;
        private System.Windows.Forms.Label label_count;
        private System.Windows.Forms.ComboBox comboBox_searchtype;
        private System.Windows.Forms.Button btn_search;
        private System.Windows.Forms.TextBox textBox_search;
    }
}