/// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.textBox_CardID = new System.Windows.Forms.TextBox();
     this.label_Msg = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.button_Search = new AlSkin.AlControl.AlButton();
     this.SuspendLayout();
     //
     // textBox_CardID
     //
     this.textBox_CardID.Font = new System.Drawing.Font("宋体", 18F);
     this.textBox_CardID.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.textBox_CardID.Location = new System.Drawing.Point(101, 0);
     this.textBox_CardID.Name = "textBox_CardID";
     this.textBox_CardID.Size = new System.Drawing.Size(216, 35);
     this.textBox_CardID.TabIndex = 0;
     this.textBox_CardID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBox_CardID_PreviewKeyDown);
     this.textBox_CardID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_CardID_KeyDown);
     //
     // label_Msg
     //
     this.label_Msg.AutoSize = true;
     this.label_Msg.Location = new System.Drawing.Point(6, 12);
     this.label_Msg.Name = "label_Msg";
     this.label_Msg.Size = new System.Drawing.Size(95, 12);
     this.label_Msg.TabIndex = 5;
     this.label_Msg.Text = "卡号/手机(F2):";
     this.label_Msg.Click += new System.EventHandler(this.label_Msg_Click);
     //
     // timer1
     //
     this.timer1.Interval = 300;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // button_Search
     //
     this.button_Search.BackColor = System.Drawing.Color.Transparent;
     this.button_Search.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button_Search.Image = global::VipSoft.Properties.Resources.query;
     this.button_Search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button_Search.Location = new System.Drawing.Point(254, 2);
     this.button_Search.Name = "button_Search";
     this.button_Search.Size = new System.Drawing.Size(60, 30);
     this.button_Search.TabIndex = 7;
     this.button_Search.Text = "(F3)";
     this.button_Search.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button_Search.UseVisualStyleBackColor = false;
     this.button_Search.Click += new System.EventHandler(this.button_Search_Click);
     //
     // SearchMember
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button_Search);
     this.Controls.Add(this.textBox_CardID);
     this.Controls.Add(this.label_Msg);
     this.Name = "SearchMember";
     this.Size = new System.Drawing.Size(320, 35);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dataGridView_List = new System.Windows.Forms.DataGridView();
     this.Column_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column_CardID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column_TotalMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column_Level = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textBox_Key = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button_Close = new AlSkin.AlControl.AlButton();
     this.button_Select = new AlSkin.AlControl.AlButton();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_List)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView_List
     //
     this.dataGridView_List.AllowUserToAddRows = false;
     this.dataGridView_List.AllowUserToDeleteRows = false;
     this.dataGridView_List.BackgroundColor = System.Drawing.Color.White;
     this.dataGridView_List.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dataGridView_List.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView_List.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column_ID,
     this.Column_CardID,
     this.Column_Name,
     this.Column_TotalMoney,
     this.Column_Level});
     this.dataGridView_List.Location = new System.Drawing.Point(5, 5);
     this.dataGridView_List.MultiSelect = false;
     this.dataGridView_List.Name = "dataGridView_List";
     this.dataGridView_List.ReadOnly = true;
     this.dataGridView_List.RowHeadersWidth = 20;
     this.dataGridView_List.RowTemplate.Height = 23;
     this.dataGridView_List.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView_List.Size = new System.Drawing.Size(410, 300);
     this.dataGridView_List.TabIndex = 2;
     this.dataGridView_List.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_List_CellContentClick);
     this.dataGridView_List.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_List_CellDoubleClick);
     this.dataGridView_List.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_List_KeyDown);
     //
     // Column_ID
     //
     this.Column_ID.DataPropertyName = "ID";
     this.Column_ID.HeaderText = "自动编号";
     this.Column_ID.Name = "Column_ID";
     this.Column_ID.ReadOnly = true;
     this.Column_ID.Visible = false;
     //
     // Column_CardID
     //
     this.Column_CardID.DataPropertyName = "CardID";
     this.Column_CardID.HeaderText = "会员卡号";
     this.Column_CardID.Name = "Column_CardID";
     this.Column_CardID.ReadOnly = true;
     //
     // Column_Name
     //
     this.Column_Name.DataPropertyName = "Name";
     this.Column_Name.HeaderText = "会员姓名";
     this.Column_Name.Name = "Column_Name";
     this.Column_Name.ReadOnly = true;
     this.Column_Name.Width = 80;
     //
     // Column_TotalMoney
     //
     this.Column_TotalMoney.DataPropertyName = "TotalMoney";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle1.Format = "¥0.00";
     this.Column_TotalMoney.DefaultCellStyle = dataGridViewCellStyle1;
     this.Column_TotalMoney.HeaderText = "累计消费";
     this.Column_TotalMoney.Name = "Column_TotalMoney";
     this.Column_TotalMoney.ReadOnly = true;
     this.Column_TotalMoney.Width = 90;
     //
     // Column_Level
     //
     this.Column_Level.DataPropertyName = "LevelID";
     this.Column_Level.HeaderText = "会员等级";
     this.Column_Level.Name = "Column_Level";
     this.Column_Level.ReadOnly = true;
     this.Column_Level.Width = 120;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(161)))), ((int)(((byte)(224)))));
     this.panel1.Controls.Add(this.textBox_Key);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button_Close);
     this.panel1.Controls.Add(this.button_Select);
     this.panel1.Controls.Add(this.dataGridView_List);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(420, 345);
     this.panel1.TabIndex = 0;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // textBox_Key
     //
     this.textBox_Key.Location = new System.Drawing.Point(115, 315);
     this.textBox_Key.Name = "textBox_Key";
     this.textBox_Key.Size = new System.Drawing.Size(120, 21);
     this.textBox_Key.TabIndex = 4;
     this.textBox_Key.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_Key_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(18, 319);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(101, 12);
     this.label1.TabIndex = 7;
     this.label1.Text = "卡号/姓名/手机:";
     //
     // button_Close
     //
     this.button_Close.BackColor = System.Drawing.Color.Transparent;
     this.button_Close.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button_Close.Location = new System.Drawing.Point(328, 314);
     this.button_Close.Name = "button_Close";
     this.button_Close.Size = new System.Drawing.Size(75, 23);
     this.button_Close.TabIndex = 6;
     this.button_Close.Text = "关闭(Esc)";
     this.button_Close.UseVisualStyleBackColor = false;
     this.button_Close.Click += new System.EventHandler(this.button_Close_Click);
     //
     // button_Select
     //
     this.button_Select.BackColor = System.Drawing.Color.Transparent;
     this.button_Select.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button_Select.Location = new System.Drawing.Point(244, 314);
     this.button_Select.Name = "button_Select";
     this.button_Select.Size = new System.Drawing.Size(75, 23);
     this.button_Select.TabIndex = 5;
     this.button_Select.Text = "选择(F5)";
     this.button_Select.UseVisualStyleBackColor = false;
     this.button_Select.Click += new System.EventHandler(this.button_Select_Click);
     //
     // SearchMem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(420, 345);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SearchMem";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "简单会员搜索";
     this.Deactivate += new System.EventHandler(this.SearchMem_Deactivate);
     this.Load += new System.EventHandler(this.SearchMem_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_List)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.groupBox2 = new YiJiaSoft.Controls.MyGroupBox();
     this.treeView_Class = new System.Windows.Forms.TreeView();
     this.groupBox_manage = new YiJiaSoft.Controls.MyGroupBox();
     this.label_ParentID = new System.Windows.Forms.Label();
     this.label_ID = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox_ClassName = new System.Windows.Forms.TextBox();
     this.textBox_Parent = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.button_Close = new AlSkin.AlControl.AlButton();
     this.button_Add = new AlSkin.AlControl.AlButton();
     this.contextMenuStrip_Right = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem_Edit = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_Delete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_Add = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox2.SuspendLayout();
     this.groupBox_manage.SuspendLayout();
     this.contextMenuStrip_Right.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.groupBox2.Controls.Add(this.treeView_Class);
     this.groupBox2.Location = new System.Drawing.Point(11, 36);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(200, 242);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "分类列表";
     //
     // treeView_Class
     //
     this.treeView_Class.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeView_Class.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView_Class.Location = new System.Drawing.Point(3, 17);
     this.treeView_Class.Name = "treeView_Class";
     this.treeView_Class.Size = new System.Drawing.Size(194, 222);
     this.treeView_Class.TabIndex = 0;
     this.treeView_Class.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_Class_NodeMouseClick);
     //
     // groupBox_manage
     //
     this.groupBox_manage.BackColor = System.Drawing.Color.Transparent;
     this.groupBox_manage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.groupBox_manage.Controls.Add(this.label_ParentID);
     this.groupBox_manage.Controls.Add(this.label_ID);
     this.groupBox_manage.Controls.Add(this.label4);
     this.groupBox_manage.Controls.Add(this.label3);
     this.groupBox_manage.Controls.Add(this.textBox_ClassName);
     this.groupBox_manage.Controls.Add(this.textBox_Parent);
     this.groupBox_manage.Controls.Add(this.label2);
     this.groupBox_manage.Controls.Add(this.label1);
     this.groupBox_manage.Controls.Add(this.button_Close);
     this.groupBox_manage.Controls.Add(this.button_Add);
     this.groupBox_manage.Location = new System.Drawing.Point(217, 36);
     this.groupBox_manage.Name = "groupBox_manage";
     this.groupBox_manage.Size = new System.Drawing.Size(200, 242);
     this.groupBox_manage.TabIndex = 10;
     this.groupBox_manage.TabStop = false;
     this.groupBox_manage.Text = "新增/修改分类";
     //
     // label_ParentID
     //
     this.label_ParentID.AutoSize = true;
     this.label_ParentID.Location = new System.Drawing.Point(84, 135);
     this.label_ParentID.Name = "label_ParentID";
     this.label_ParentID.Size = new System.Drawing.Size(89, 12);
     this.label_ParentID.TabIndex = 10;
     this.label_ParentID.Text = "label_ParentID";
     this.label_ParentID.Visible = false;
     //
     // label_ID
     //
     this.label_ID.AutoSize = true;
     this.label_ID.Location = new System.Drawing.Point(28, 135);
     this.label_ID.Name = "label_ID";
     this.label_ID.Size = new System.Drawing.Size(53, 12);
     this.label_ID.TabIndex = 9;
     this.label_ID.Text = "label_ID";
     this.label_ID.Visible = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(15, 180);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(161, 12);
     this.label4.TabIndex = 8;
     this.label4.Text = "增加、删除或修改产品分类!";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location = new System.Drawing.Point(15, 158);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(161, 12);
     this.label3.TabIndex = 8;
     this.label3.Text = "在左侧分类列表点击右键选择";
     //
     // textBox_ClassName
     //
     this.textBox_ClassName.Location = new System.Drawing.Point(76, 65);
     this.textBox_ClassName.Name = "textBox_ClassName";
     this.textBox_ClassName.Size = new System.Drawing.Size(100, 21);
     this.textBox_ClassName.TabIndex = 1;
     //
     // textBox_Parent
     //
     this.textBox_Parent.Enabled = false;
     this.textBox_Parent.Location = new System.Drawing.Point(76, 30);
     this.textBox_Parent.Name = "textBox_Parent";
     this.textBox_Parent.Size = new System.Drawing.Size(100, 21);
     this.textBox_Parent.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(24, 34);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "父类别:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(12, 69);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "类别名称:";
     //
     // button_Close
     //
     this.button_Close.BackColor = System.Drawing.Color.Transparent;
     this.button_Close.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button_Close.Location = new System.Drawing.Point(115, 104);
     this.button_Close.Name = "button_Close";
     this.button_Close.Size = new System.Drawing.Size(75, 23);
     this.button_Close.TabIndex = 5;
     this.button_Close.Text = "关闭(Esc)";
     this.button_Close.UseVisualStyleBackColor = false;
     this.button_Close.Click += new System.EventHandler(this.button_Close_Click);
     //
     // button_Add
     //
     this.button_Add.BackColor = System.Drawing.Color.Transparent;
     this.button_Add.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button_Add.Location = new System.Drawing.Point(13, 104);
     this.button_Add.Name = "button_Add";
     this.button_Add.Size = new System.Drawing.Size(75, 23);
     this.button_Add.TabIndex = 4;
     this.button_Add.Text = "增加分类";
     this.button_Add.UseVisualStyleBackColor = false;
     this.button_Add.Click += new System.EventHandler(this.button_Add_Click);
     //
     // contextMenuStrip_Right
     //
     this.contextMenuStrip_Right.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.contextMenuStrip_Right.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem_Edit,
     this.toolStripMenuItem_Delete,
     this.toolStripMenuItem_Add});
     this.contextMenuStrip_Right.Name = "contextMenuStrip_Right";
     this.contextMenuStrip_Right.Size = new System.Drawing.Size(147, 70);
     //
     // toolStripMenuItem_Edit
     //
     this.toolStripMenuItem_Edit.Name = "toolStripMenuItem_Edit";
     this.toolStripMenuItem_Edit.Size = new System.Drawing.Size(146, 22);
     this.toolStripMenuItem_Edit.Text = "修改此分类";
     this.toolStripMenuItem_Edit.Click += new System.EventHandler(this.toolStripMenuItem_Item_Click);
     //
     // toolStripMenuItem_Delete
     //
     this.toolStripMenuItem_Delete.Name = "toolStripMenuItem_Delete";
     this.toolStripMenuItem_Delete.Size = new System.Drawing.Size(146, 22);
     this.toolStripMenuItem_Delete.Text = "删除此分类";
     this.toolStripMenuItem_Delete.Click += new System.EventHandler(this.toolStripMenuItem_Item_Click);
     //
     // toolStripMenuItem_Add
     //
     this.toolStripMenuItem_Add.Name = "toolStripMenuItem_Add";
     this.toolStripMenuItem_Add.Size = new System.Drawing.Size(146, 22);
     this.toolStripMenuItem_Add.Text = "增加下级分类";
     this.toolStripMenuItem_Add.Click += new System.EventHandler(this.toolStripMenuItem_Item_Click);
     //
     // SetClass
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(428, 299);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox_manage);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SetClass";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "产品分类设置";
     this.Load += new System.EventHandler(this.SetClass_Load);
     this.Controls.SetChildIndex(this.groupBox_manage, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.groupBox2.ResumeLayout(false);
     this.groupBox_manage.ResumeLayout(false);
     this.groupBox_manage.PerformLayout();
     this.contextMenuStrip_Right.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportStock));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnExit = new AlSkin.AlControl.AlButton();
     this.btnPrint = new AlSkin.AlControl.AlButton();
     this.lblEndTime = new System.Windows.Forms.DateTimePicker();
     this.btnCondition = new AlSkin.AlControl.AlButton();
     this.txtContent = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lblStartTime = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.cboState = new System.Windows.Forms.CheckBox();
     this.rdoNoZero = new System.Windows.Forms.CheckBox();
     this.dgvGoods_List = new System.Windows.Forms.DataGridView();
     this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.State = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Point = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ReferencePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSerach = new AlSkin.AlControl.AlButton();
     this.txtCondition = new System.Windows.Forms.TextBox();
     this.cboClass = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbxDepot = new System.Windows.Forms.ComboBox();
     this.btnClose = new AlSkin.AlControl.AlButton();
     this.btnOnePrint = new AlSkin.AlControl.AlButton();
     this.btnDetail = new AlSkin.AlControl.AlButton();
     this.btnAll = new AlSkin.AlControl.AlButton();
     this.label2 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label_loading = new System.Windows.Forms.Label();
     this.dgvGoodsList = new System.Windows.Forms.DataGridView();
     this.Goods_Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.goods_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Stock_Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stockBlack_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stockBlackprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SellLog_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SellLog_Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SellLogBaclk_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SellLogBlack_Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countSellLogNumbers = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countSellLogPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSearchStock = new AlSkin.AlControl.AlButton();
     this.txtSerachGodos = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.linkLabel_ChangeTime = new System.Windows.Forms.LinkLabel();
     this.label11 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.label12 = new System.Windows.Forms.Label();
     this.btnGoods = new AlSkin.AlControl.AlButton();
     this.btnPrintTwo = new AlSkin.AlControl.AlButton();
     this.myButton8 = new AlSkin.AlControl.AlButton();
     this.tabStock = new YiJiaSoft.Controls.MyTabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.dgvDetail = new System.Windows.Forms.DataGridView();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.dgvCollect = new System.Windows.Forms.DataGridView();
     this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGoods_List)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsList)).BeginInit();
     this.tabStock.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCollect)).BeginInit();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.Location = new System.Drawing.Point(113, 47);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(80, 30);
     this.btnExit.TabIndex = 69;
     this.btnExit.Text = "退出(Esc)";
     this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnPrint
     //
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ImageWidth = 25;
     this.btnPrint.Location = new System.Drawing.Point(15, 47);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(86, 30);
     this.btnPrint.TabIndex = 67;
     this.btnPrint.Text = "导出打印";
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.UseVisualStyleBackColor = false;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // lblEndTime
     //
     this.lblEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.lblEndTime.Location = new System.Drawing.Point(198, 89);
     this.lblEndTime.Name = "lblEndTime";
     this.lblEndTime.Size = new System.Drawing.Size(100, 21);
     this.lblEndTime.TabIndex = 76;
     this.lblEndTime.Value = new System.DateTime(2011, 3, 31, 0, 0, 0, 0);
     //
     // btnCondition
     //
     this.btnCondition.BackColor = System.Drawing.Color.Transparent;
     this.btnCondition.Location = new System.Drawing.Point(546, 88);
     this.btnCondition.Name = "btnCondition";
     this.btnCondition.Size = new System.Drawing.Size(75, 23);
     this.btnCondition.TabIndex = 75;
     this.btnCondition.Text = "查询";
     this.btnCondition.UseVisualStyleBackColor = false;
     this.btnCondition.Click += new System.EventHandler(this.btnCondition_Click);
     //
     // txtContent
     //
     this.txtContent.Location = new System.Drawing.Point(409, 89);
     this.txtContent.Name = "txtContent";
     this.txtContent.Size = new System.Drawing.Size(132, 21);
     this.txtContent.TabIndex = 74;
     this.txtContent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContent_KeyPress);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(311, 93);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(110, 12);
     this.label3.TabIndex = 73;
     this.label3.Text = "商品编号或名称:";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location = new System.Drawing.Point(180, 93);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(27, 12);
     this.label4.TabIndex = 72;
     this.label4.Text = "至";
     //
     // lblStartTime
     //
     this.lblStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.lblStartTime.Location = new System.Drawing.Point(77, 89);
     this.lblStartTime.Name = "lblStartTime";
     this.lblStartTime.Size = new System.Drawing.Size(100, 21);
     this.lblStartTime.TabIndex = 71;
     this.lblStartTime.Value = new System.DateTime(2010, 11, 6, 0, 0, 0, 0);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location = new System.Drawing.Point(16, 93);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 12);
     this.label5.TabIndex = 70;
     this.label5.Text = "查询日期:";
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(383, 267);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(125, 12);
     this.label10.TabIndex = 1019;
     this.label10.Text = "正在加载,请稍候……";
     this.label10.Visible = false;
     //
     // cboState
     //
     this.cboState.AutoSize = true;
     this.cboState.Location = new System.Drawing.Point(634, 52);
     this.cboState.Name = "cboState";
     this.cboState.Size = new System.Drawing.Size(108, 16);
     this.cboState.TabIndex = 27;
     this.cboState.Text = "不显示禁用商品";
     this.cboState.UseVisualStyleBackColor = true;
     //
     // rdoNoZero
     //
     this.rdoNoZero.AutoSize = true;
     this.rdoNoZero.Location = new System.Drawing.Point(744, 52);
     this.rdoNoZero.Name = "rdoNoZero";
     this.rdoNoZero.Size = new System.Drawing.Size(144, 16);
     this.rdoNoZero.TabIndex = 26;
     this.rdoNoZero.Text = "不显示库存为零的商品";
     this.rdoNoZero.UseVisualStyleBackColor = true;
     //
     // dgvGoods_List
     //
     this.dgvGoods_List.AllowUserToAddRows = false;
     this.dgvGoods_List.AllowUserToDeleteRows = false;
     this.dgvGoods_List.AllowUserToResizeRows = false;
     this.dgvGoods_List.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.dgvGoods_List.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvGoods_List.BackgroundColor = System.Drawing.Color.White;
     this.dgvGoods_List.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgvGoods_List.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvGoods_List.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.GoodsCode,
     this.GoodsName,
     this.Column3,
     this.Number,
     this.Column2,
     this.Column1,
     this.NameCode,
     this.State,
     this.Point,
     this.ReferencePrice,
     this.remark});
     this.dgvGoods_List.Location = new System.Drawing.Point(8, 79);
     this.dgvGoods_List.Name = "dgvGoods_List";
     this.dgvGoods_List.ReadOnly = true;
     this.dgvGoods_List.RowHeadersVisible = false;
     this.dgvGoods_List.RowTemplate.Height = 23;
     this.dgvGoods_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvGoods_List.Size = new System.Drawing.Size(923, 481);
     this.dgvGoods_List.TabIndex = 24;
     //
     // GoodsCode
     //
     this.GoodsCode.HeaderText = "商品编号";
     this.GoodsCode.Name = "GoodsCode";
     this.GoodsCode.ReadOnly = true;
     //
     // GoodsName
     //
     this.GoodsName.HeaderText = "商品名称";
     this.GoodsName.Name = "GoodsName";
     this.GoodsName.ReadOnly = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "报警数量";
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     this.Column3.Visible = false;
     //
     // Number
     //
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.Number.DefaultCellStyle = dataGridViewCellStyle21;
     this.Number.HeaderText = "当前库存";
     this.Number.Name = "Number";
     this.Number.ReadOnly = true;
     //
     // Column2
     //
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.Column2.DefaultCellStyle = dataGridViewCellStyle22;
     this.Column2.HeaderText = "库存总值";
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     //
     // Column1
     //
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.Column1.DefaultCellStyle = dataGridViewCellStyle23;
     this.Column1.HeaderText = "销售总数";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     //
     // NameCode
     //
     this.NameCode.HeaderText = "商品简码";
     this.NameCode.Name = "NameCode";
     this.NameCode.ReadOnly = true;
     //
     // State
     //
     this.State.HeaderText = "状态";
     this.State.Name = "State";
     this.State.ReadOnly = true;
     //
     // Point
     //
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle24.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.Point.DefaultCellStyle = dataGridViewCellStyle24;
     this.Point.HeaderText = "所得积分";
     this.Point.Name = "Point";
     this.Point.ReadOnly = true;
     this.Point.Visible = false;
     //
     // ReferencePrice
     //
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle25.Format = "¥0.00";
     dataGridViewCellStyle25.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.ReferencePrice.DefaultCellStyle = dataGridViewCellStyle25;
     this.ReferencePrice.HeaderText = "参考进价";
     this.ReferencePrice.Name = "ReferencePrice";
     this.ReferencePrice.ReadOnly = true;
     //
     // remark
     //
     this.remark.HeaderText = "备注";
     this.remark.Name = "remark";
     this.remark.ReadOnly = true;
     //
     // btnSerach
     //
     this.btnSerach.BackColor = System.Drawing.Color.Transparent;
     this.btnSerach.Location = new System.Drawing.Point(564, 47);
     this.btnSerach.Name = "btnSerach";
     this.btnSerach.Size = new System.Drawing.Size(66, 26);
     this.btnSerach.TabIndex = 21;
     this.btnSerach.Text = "查询";
     this.btnSerach.UseVisualStyleBackColor = false;
     //
     // txtCondition
     //
     this.txtCondition.Location = new System.Drawing.Point(458, 50);
     this.txtCondition.Name = "txtCondition";
     this.txtCondition.Size = new System.Drawing.Size(100, 21);
     this.txtCondition.TabIndex = 20;
     //
     // cboClass
     //
     this.cboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboClass.FormattingEnabled = true;
     this.cboClass.Location = new System.Drawing.Point(232, 50);
     this.cboClass.Name = "cboClass";
     this.cboClass.Size = new System.Drawing.Size(124, 20);
     this.cboClass.TabIndex = 19;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(171, 54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 12);
     this.label1.TabIndex = 18;
     this.label1.Text = "商品类别:";
     //
     // cbxDepot
     //
     this.cbxDepot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxDepot.FormattingEnabled = true;
     this.cbxDepot.Location = new System.Drawing.Point(44, 50);
     this.cbxDepot.Name = "cbxDepot";
     this.cbxDepot.Size = new System.Drawing.Size(124, 20);
     this.cbxDepot.TabIndex = 17;
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.Location = new System.Drawing.Point(294, 9);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(82, 30);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "退出(Esc)";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClose.UseVisualStyleBackColor = false;
     //
     // btnOnePrint
     //
     this.btnOnePrint.BackColor = System.Drawing.Color.Transparent;
     this.btnOnePrint.ImageWidth = 25;
     this.btnOnePrint.Location = new System.Drawing.Point(198, 9);
     this.btnOnePrint.Name = "btnOnePrint";
     this.btnOnePrint.Size = new System.Drawing.Size(84, 30);
     this.btnOnePrint.TabIndex = 3;
     this.btnOnePrint.Text = "导出打印";
     this.btnOnePrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnOnePrint.UseVisualStyleBackColor = false;
     //
     // btnDetail
     //
     this.btnDetail.BackColor = System.Drawing.Color.Transparent;
     this.btnDetail.ImageWidth = 25;
     this.btnDetail.Location = new System.Drawing.Point(102, 9);
     this.btnDetail.Name = "btnDetail";
     this.btnDetail.Size = new System.Drawing.Size(84, 30);
     this.btnDetail.TabIndex = 2;
     this.btnDetail.Text = "查看明细";
     this.btnDetail.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDetail.UseVisualStyleBackColor = false;
     //
     // btnAll
     //
     this.btnAll.BackColor = System.Drawing.Color.Transparent;
     this.btnAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAll.ImageWidth = 25;
     this.btnAll.Location = new System.Drawing.Point(8, 9);
     this.btnAll.Name = "btnAll";
     this.btnAll.Size = new System.Drawing.Size(82, 30);
     this.btnAll.TabIndex = 1;
     this.btnAll.Text = "全部";
     this.btnAll.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAll.UseVisualStyleBackColor = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(360, 54);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107, 12);
     this.label2.TabIndex = 25;
     this.label2.Text = "商品编号或名称:";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(6, 54);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(47, 12);
     this.label14.TabIndex = 16;
     this.label14.Text = "仓库:";
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label8.Location = new System.Drawing.Point(762, 83);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(629, 23);
     this.label8.TabIndex = 1021;
     this.label8.Text = "商品销售统计";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label7.Location = new System.Drawing.Point(283, 83);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(484, 23);
     this.label7.TabIndex = 1020;
     this.label7.Text = "商品进货统计";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label6.Location = new System.Drawing.Point(3, 83);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(280, 23);
     this.label6.TabIndex = 1019;
     this.label6.Text = "商品信息";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label_loading
     //
     this.label_loading.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label_loading.AutoSize = true;
     this.label_loading.BackColor = System.Drawing.Color.White;
     this.label_loading.Location = new System.Drawing.Point(388, 301);
     this.label_loading.Name = "label_loading";
     this.label_loading.Size = new System.Drawing.Size(125, 12);
     this.label_loading.TabIndex = 1018;
     this.label_loading.Text = "正在加载,请稍候……";
     this.label_loading.Visible = false;
     //
     // dgvGoodsList
     //
     this.dgvGoodsList.AllowUserToAddRows = false;
     this.dgvGoodsList.AllowUserToDeleteRows = false;
     this.dgvGoodsList.AllowUserToResizeRows = false;
     this.dgvGoodsList.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.dgvGoodsList.BackgroundColor = System.Drawing.Color.White;
     this.dgvGoodsList.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgvGoodsList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvGoodsList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Goods_Code,
     this.Goods_Name,
     this.goods_number,
     this.stock_Number,
     this.Stock_Price,
     this.stockBlack_number,
     this.stockBlackprice,
     this.countNumber,
     this.countPrice,
     this.SellLog_number,
     this.SellLog_Price,
     this.SellLogBaclk_number,
     this.SellLogBlack_Price,
     this.countSellLogNumbers,
     this.countSellLogPrice});
     this.dgvGoodsList.Location = new System.Drawing.Point(3, 106);
     this.dgvGoodsList.Name = "dgvGoodsList";
     this.dgvGoodsList.ReadOnly = true;
     this.dgvGoodsList.RowHeadersVisible = false;
     this.dgvGoodsList.RowTemplate.Height = 23;
     this.dgvGoodsList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvGoodsList.Size = new System.Drawing.Size(931, 494);
     this.dgvGoodsList.TabIndex = 1014;
     //
     // Goods_Code
     //
     this.Goods_Code.FillWeight = 80F;
     this.Goods_Code.HeaderText = "商品编号";
     this.Goods_Code.Name = "Goods_Code";
     this.Goods_Code.ReadOnly = true;
     //
     // Goods_Name
     //
     this.Goods_Name.HeaderText = "商品名称";
     this.Goods_Name.Name = "Goods_Name";
     this.Goods_Name.ReadOnly = true;
     //
     // goods_number
     //
     dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle26.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.goods_number.DefaultCellStyle = dataGridViewCellStyle26;
     this.goods_number.HeaderText = "库存数量";
     this.goods_number.Name = "goods_number";
     this.goods_number.ReadOnly = true;
     this.goods_number.Width = 80;
     //
     // stock_Number
     //
     dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle27.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.stock_Number.DefaultCellStyle = dataGridViewCellStyle27;
     this.stock_Number.HeaderText = "进货数量";
     this.stock_Number.Name = "stock_Number";
     this.stock_Number.ReadOnly = true;
     this.stock_Number.Width = 80;
     //
     // Stock_Price
     //
     dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle28.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.Stock_Price.DefaultCellStyle = dataGridViewCellStyle28;
     this.Stock_Price.HeaderText = "进货金额";
     this.Stock_Price.Name = "Stock_Price";
     this.Stock_Price.ReadOnly = true;
     this.Stock_Price.Width = 80;
     //
     // stockBlack_number
     //
     dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle29.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.stockBlack_number.DefaultCellStyle = dataGridViewCellStyle29;
     this.stockBlack_number.HeaderText = "退货数量";
     this.stockBlack_number.Name = "stockBlack_number";
     this.stockBlack_number.ReadOnly = true;
     this.stockBlack_number.Width = 80;
     //
     // stockBlackprice
     //
     dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle30.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.stockBlackprice.DefaultCellStyle = dataGridViewCellStyle30;
     this.stockBlackprice.HeaderText = "退货金额";
     this.stockBlackprice.Name = "stockBlackprice";
     this.stockBlackprice.ReadOnly = true;
     this.stockBlackprice.Width = 80;
     //
     // countNumber
     //
     dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle31.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.countNumber.DefaultCellStyle = dataGridViewCellStyle31;
     this.countNumber.HeaderText = "合计数量";
     this.countNumber.Name = "countNumber";
     this.countNumber.ReadOnly = true;
     this.countNumber.Width = 80;
     //
     // countPrice
     //
     dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle32.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.countPrice.DefaultCellStyle = dataGridViewCellStyle32;
     this.countPrice.HeaderText = "合计金额";
     this.countPrice.Name = "countPrice";
     this.countPrice.ReadOnly = true;
     this.countPrice.Width = 80;
     //
     // SellLog_number
     //
     dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle33.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.SellLog_number.DefaultCellStyle = dataGridViewCellStyle33;
     this.SellLog_number.HeaderText = "销售数量";
     this.SellLog_number.Name = "SellLog_number";
     this.SellLog_number.ReadOnly = true;
     this.SellLog_number.Width = 80;
     //
     // SellLog_Price
     //
     dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle34.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.SellLog_Price.DefaultCellStyle = dataGridViewCellStyle34;
     this.SellLog_Price.HeaderText = "销售金额";
     this.SellLog_Price.Name = "SellLog_Price";
     this.SellLog_Price.ReadOnly = true;
     this.SellLog_Price.Width = 80;
     //
     // SellLogBaclk_number
     //
     dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle35.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.SellLogBaclk_number.DefaultCellStyle = dataGridViewCellStyle35;
     this.SellLogBaclk_number.HeaderText = "退货数量";
     this.SellLogBaclk_number.Name = "SellLogBaclk_number";
     this.SellLogBaclk_number.ReadOnly = true;
     this.SellLogBaclk_number.Width = 80;
     //
     // SellLogBlack_Price
     //
     dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle36.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.SellLogBlack_Price.DefaultCellStyle = dataGridViewCellStyle36;
     this.SellLogBlack_Price.HeaderText = "退货金额";
     this.SellLogBlack_Price.Name = "SellLogBlack_Price";
     this.SellLogBlack_Price.ReadOnly = true;
     this.SellLogBlack_Price.Width = 150;
     //
     // countSellLogNumbers
     //
     dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle37.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.countSellLogNumbers.DefaultCellStyle = dataGridViewCellStyle37;
     this.countSellLogNumbers.HeaderText = "合计数量";
     this.countSellLogNumbers.Name = "countSellLogNumbers";
     this.countSellLogNumbers.ReadOnly = true;
     this.countSellLogNumbers.Width = 150;
     //
     // countSellLogPrice
     //
     dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle38.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.countSellLogPrice.DefaultCellStyle = dataGridViewCellStyle38;
     this.countSellLogPrice.HeaderText = "合计金额";
     this.countSellLogPrice.Name = "countSellLogPrice";
     this.countSellLogPrice.ReadOnly = true;
     this.countSellLogPrice.Width = 130;
     //
     // btnSearchStock
     //
     this.btnSearchStock.BackColor = System.Drawing.Color.Transparent;
     this.btnSearchStock.Location = new System.Drawing.Point(685, 49);
     this.btnSearchStock.Name = "btnSearchStock";
     this.btnSearchStock.Size = new System.Drawing.Size(75, 23);
     this.btnSearchStock.TabIndex = 1013;
     this.btnSearchStock.Text = "查询";
     this.btnSearchStock.UseVisualStyleBackColor = false;
     //
     // txtSerachGodos
     //
     this.txtSerachGodos.Location = new System.Drawing.Point(578, 50);
     this.txtSerachGodos.Name = "txtSerachGodos";
     this.txtSerachGodos.Size = new System.Drawing.Size(100, 21);
     this.txtSerachGodos.TabIndex = 1012;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(456, 54);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(133, 12);
     this.label9.TabIndex = 1011;
     this.label9.Text = "商品名称/商品编号:";
     //
     // linkLabel_ChangeTime
     //
     this.linkLabel_ChangeTime.AutoSize = true;
     this.linkLabel_ChangeTime.Location = new System.Drawing.Point(323, 54);
     this.linkLabel_ChangeTime.Name = "linkLabel_ChangeTime";
     this.linkLabel_ChangeTime.Size = new System.Drawing.Size(53, 12);
     this.linkLabel_ChangeTime.TabIndex = 1010;
     this.linkLabel_ChangeTime.TabStop = true;
     this.linkLabel_ChangeTime.Text = "截止日期";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(196, 54);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(121, 12);
     this.label11.TabIndex = 1009;
     this.label11.Text = "日期:";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(180, 54);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(15, 12);
     this.label13.TabIndex = 1008;
     this.label13.Text = "至";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker2.Location = new System.Drawing.Point(74, 50);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(100, 21);
     this.dateTimePicker2.TabIndex = 1007;
     this.dateTimePicker2.Value = new System.DateTime(2010, 11, 6, 0, 0, 0, 0);
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(8, 54);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(78, 12);
     this.label12.TabIndex = 1006;
     this.label12.Text = "统计日期:";
     //
     // btnGoods
     //
     this.btnGoods.BackColor = System.Drawing.Color.Transparent;
     this.btnGoods.Location = new System.Drawing.Point(104, 9);
     this.btnGoods.Name = "btnGoods";
     this.btnGoods.Size = new System.Drawing.Size(82, 30);
     this.btnGoods.TabIndex = 3;
     this.btnGoods.Text = "退出(Esc)";
     this.btnGoods.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnGoods.UseVisualStyleBackColor = false;
     //
     // btnPrintTwo
     //
     this.btnPrintTwo.BackColor = System.Drawing.Color.Transparent;
     this.btnPrintTwo.ImageWidth = 25;
     this.btnPrintTwo.Location = new System.Drawing.Point(8, 9);
     this.btnPrintTwo.Name = "btnPrintTwo";
     this.btnPrintTwo.Size = new System.Drawing.Size(84, 30);
     this.btnPrintTwo.TabIndex = 1;
     this.btnPrintTwo.Text = "导出打印";
     this.btnPrintTwo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrintTwo.UseVisualStyleBackColor = false;
     //
     // myButton8
     //
     this.myButton8.BackColor = System.Drawing.Color.Transparent;
     this.myButton8.Image = ((System.Drawing.Image)(resources.GetObject("myButton8.Image")));
     this.myButton8.Location = new System.Drawing.Point(212, 9);
     this.myButton8.Name = "myButton8";
     this.myButton8.Size = new System.Drawing.Size(84, 30);
     this.myButton8.TabIndex = 0;
     this.myButton8.Text = "查看明细";
     this.myButton8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.myButton8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.myButton8.UseVisualStyleBackColor = false;
     this.myButton8.Visible = false;
     //
     // tabStock
     //
     this.tabStock.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.tabStock.Controls.Add(this.tabPage1);
     this.tabStock.Controls.Add(this.tabPage2);
     this.tabStock.ItemSize = new System.Drawing.Size(0, 20);
     this.tabStock.Location = new System.Drawing.Point(11, 118);
     this.tabStock.Name = "tabStock";
     this.tabStock.Padding = new System.Drawing.Point(9, 0);
     this.tabStock.PageBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.tabStock.SelectedIndex = 0;
     this.tabStock.Size = new System.Drawing.Size(845, 454);
     this.tabStock.TabIndex = 77;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabPage1.Controls.Add(this.dgvDetail);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(837, 426);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "商品采购明细";
     //
     // dgvDetail
     //
     this.dgvDetail.AllowUserToAddRows = false;
     this.dgvDetail.AllowUserToDeleteRows = false;
     this.dgvDetail.AllowUserToResizeRows = false;
     this.dgvDetail.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.dgvDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvDetail.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dgvDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column4,
     this.Column5,
     this.Column6,
     this.Column7,
     this.Column8,
     this.Column9,
     this.Column10,
     this.Column11});
     this.dgvDetail.Location = new System.Drawing.Point(3, 3);
     this.dgvDetail.MultiSelect = false;
     this.dgvDetail.Name = "dgvDetail";
     this.dgvDetail.ReadOnly = true;
     this.dgvDetail.RowHeadersVisible = false;
     this.dgvDetail.RowTemplate.Height = 23;
     this.dgvDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDetail.Size = new System.Drawing.Size(831, 420);
     this.dgvDetail.TabIndex = 1;
     //
     // Column4
     //
     this.Column4.HeaderText = "日期";
     this.Column4.Name = "Column4";
     this.Column4.ReadOnly = true;
     //
     // Column5
     //
     this.Column5.HeaderText = "商品编号";
     this.Column5.Name = "Column5";
     this.Column5.ReadOnly = true;
     //
     // Column6
     //
     this.Column6.HeaderText = "商品名称";
     this.Column6.Name = "Column6";
     this.Column6.ReadOnly = true;
     //
     // Column7
     //
     this.Column7.HeaderText = "单位";
     this.Column7.Name = "Column7";
     this.Column7.ReadOnly = true;
     //
     // Column8
     //
     dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle39.Format = "¥0.00";
     this.Column8.DefaultCellStyle = dataGridViewCellStyle39;
     this.Column8.HeaderText = "进价单价";
     this.Column8.Name = "Column8";
     this.Column8.ReadOnly = true;
     //
     // Column9
     //
     this.Column9.HeaderText = "数量";
     this.Column9.Name = "Column9";
     this.Column9.ReadOnly = true;
     //
     // Column10
     //
     dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle40.Format = "¥0.00";
     this.Column10.DefaultCellStyle = dataGridViewCellStyle40;
     this.Column10.HeaderText = "总金额";
     this.Column10.Name = "Column10";
     this.Column10.ReadOnly = true;
     //
     // Column11
     //
     this.Column11.HeaderText = "操作员";
     this.Column11.Name = "Column11";
     this.Column11.ReadOnly = true;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabPage2.Controls.Add(this.dgvCollect);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(837, 426);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "商品采购汇总";
     //
     // dgvCollect
     //
     this.dgvCollect.AllowUserToAddRows = false;
     this.dgvCollect.AllowUserToDeleteRows = false;
     this.dgvCollect.AllowUserToResizeRows = false;
     this.dgvCollect.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.dgvCollect.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvCollect.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dgvCollect.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgvCollect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvCollect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column12,
     this.Column13,
     this.Column14,
     this.Column15});
     this.dgvCollect.Location = new System.Drawing.Point(3, 3);
     this.dgvCollect.MultiSelect = false;
     this.dgvCollect.Name = "dgvCollect";
     this.dgvCollect.ReadOnly = true;
     this.dgvCollect.RowHeadersVisible = false;
     this.dgvCollect.RowTemplate.Height = 23;
     this.dgvCollect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvCollect.Size = new System.Drawing.Size(831, 420);
     this.dgvCollect.TabIndex = 2;
     //
     // Column12
     //
     this.Column12.HeaderText = "商品编号";
     this.Column12.Name = "Column12";
     this.Column12.ReadOnly = true;
     //
     // Column13
     //
     this.Column13.HeaderText = "商品名称";
     this.Column13.Name = "Column13";
     this.Column13.ReadOnly = true;
     //
     // Column14
     //
     this.Column14.HeaderText = "单位";
     this.Column14.Name = "Column14";
     this.Column14.ReadOnly = true;
     //
     // Column15
     //
     this.Column15.HeaderText = "进货数量";
     this.Column15.Name = "Column15";
     this.Column15.ReadOnly = true;
     //
     // ReportStock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(868, 586);
     this.Controls.Add(this.tabStock);
     this.Controls.Add(this.lblEndTime);
     this.Controls.Add(this.txtContent);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblStartTime);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnCondition);
     this.Name = "ReportStock";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "产品采购查询";
     this.Load += new System.EventHandler(this.ReportStock_Load);
     this.Controls.SetChildIndex(this.btnCondition, 0);
     this.Controls.SetChildIndex(this.btnPrint, 0);
     this.Controls.SetChildIndex(this.btnExit, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.lblStartTime, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtContent, 0);
     this.Controls.SetChildIndex(this.lblEndTime, 0);
     this.Controls.SetChildIndex(this.tabStock, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dgvGoods_List)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsList)).EndInit();
     this.tabStock.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvCollect)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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(Dictionary));
            this.textBox_Dictionary = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.myButton1 = new AlSkin.AlControl.AlButton();;
            this.myButton2 = new AlSkin.AlControl.AlButton();;
            this.SuspendLayout();
            //
            // textBox_Dictionary
            //
            this.textBox_Dictionary.Location = new System.Drawing.Point(12, 41);
            this.textBox_Dictionary.Multiline = true;
            this.textBox_Dictionary.Name = "textBox_Dictionary";
            this.textBox_Dictionary.Size = new System.Drawing.Size(199, 137);
            this.textBox_Dictionary.TabIndex = 0;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(10, 191);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(125, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "每行一条,请勿重复!";
            //
            // myButton1
            //
            this.myButton1.BackColor = System.Drawing.Color.Transparent;

            this.myButton1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.myButton1.Location = new System.Drawing.Point(27, 218);
            this.myButton1.Name = "myButton1";
            this.myButton1.Size = new System.Drawing.Size(75, 23);
            this.myButton1.TabIndex = 2;
            this.myButton1.Text = "保  存";
            this.myButton1.UseVisualStyleBackColor = false;
            this.myButton1.Click += new System.EventHandler(this.myButton1_Click);
            //
            // myButton2
            //
            this.myButton2.BackColor = System.Drawing.Color.Transparent;

            this.myButton2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.myButton2.Location = new System.Drawing.Point(121, 218);
            this.myButton2.Name = "myButton2";
            this.myButton2.Size = new System.Drawing.Size(75, 23);
            this.myButton2.TabIndex = 2;
            this.myButton2.Text = "关闭(Esc)";
            this.myButton2.UseVisualStyleBackColor = false;
            this.myButton2.Click += new System.EventHandler(this.myButton2_Click);
            //
            // Dictionary
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(223, 251);
            this.Controls.Add(this.myButton2);
            this.Controls.Add(this.myButton1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox_Dictionary);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Dictionary";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "数据字典设置";
            this.Load += new System.EventHandler(this.Dictionary_Load);
            this.Controls.SetChildIndex(this.textBox_Dictionary, 0);
            this.Controls.SetChildIndex(this.label1, 0);
            this.Controls.SetChildIndex(this.myButton1, 0);
            this.Controls.SetChildIndex(this.myButton2, 0);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.checkbox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oneHourMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.secondHourMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.thirdHourMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.thanTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pager1 = new Vipsoft.Controls.Pager();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.delBtn = new AlSkin.AlControl.AlButton();
     this.resetBtn = new AlSkin.AlControl.AlButton();
     this.saveBtn = new AlSkin.AlControl.AlButton();
     this.f_thantime = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.f_3hour = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.f_2hour = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.f_1hour = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.f_name = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.checkbox,
     this.id,
     this.name,
     this.oneHourMoney,
     this.secondHourMoney,
     this.thirdHourMoney,
     this.thanTime});
     this.dataGridView1.Location = new System.Drawing.Point(229, 52);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(521, 235);
     this.dataGridView1.TabIndex = 4;
     this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // checkbox
     //
     this.checkbox.HeaderText = " ";
     this.checkbox.Name = "checkbox";
     this.checkbox.Visible = false;
     this.checkbox.Width = 20;
     //
     // id
     //
     this.id.DataPropertyName = "id";
     this.id.HeaderText = "序号";
     this.id.Name = "id";
     this.id.Visible = false;
     this.id.Width = 50;
     //
     // name
     //
     this.name.DataPropertyName = "name";
     this.name.HeaderText = "收费规则名称";
     this.name.Name = "name";
     //
     // oneHourMoney
     //
     this.oneHourMoney.DataPropertyName = "oneHourMoney";
     this.oneHourMoney.HeaderText = "一个小时收费";
     this.oneHourMoney.Name = "oneHourMoney";
     //
     // secondHourMoney
     //
     this.secondHourMoney.DataPropertyName = "secondHourMoney";
     this.secondHourMoney.HeaderText = "二个小时收费";
     this.secondHourMoney.Name = "secondHourMoney";
     //
     // thirdHourMoney
     //
     this.thirdHourMoney.DataPropertyName = "thirdHourMoney";
     this.thirdHourMoney.HeaderText = "三个小时收费";
     this.thirdHourMoney.Name = "thirdHourMoney";
     //
     // thanTime
     //
     this.thanTime.DataPropertyName = "thanTime";
     this.thanTime.HeaderText = "展期";
     this.thanTime.Name = "thanTime";
     //
     // pager1
     //
     this.pager1.BackColor = System.Drawing.Color.Transparent;
     this.pager1.BackGroundImage = null;
     this.pager1.CurrentPage = 0;
     this.pager1.Location = new System.Drawing.Point(199, 293);
     this.pager1.Name = "pager1";
     this.pager1.PageCount = 0;
     this.pager1.PagerWidth = 500;
     this.pager1.PageSize = 10;
     this.pager1.RecordCount = 0;
     this.pager1.Size = new System.Drawing.Size(551, 30);
     this.pager1.TabIndex = 8;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.delBtn);
     this.groupBox1.Controls.Add(this.resetBtn);
     this.groupBox1.Controls.Add(this.saveBtn);
     this.groupBox1.Controls.Add(this.f_thantime);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.f_3hour);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.f_2hour);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.f_1hour);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.f_name);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 44);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(211, 244);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     //
     // delBtn
     //
     this.delBtn.Location = new System.Drawing.Point(146, 202);
     this.delBtn.Name = "delBtn";
     this.delBtn.Size = new System.Drawing.Size(51, 23);
     this.delBtn.TabIndex = 20;
     this.delBtn.Text = "删除";
     this.delBtn.UseVisualStyleBackColor = true;
     this.delBtn.Click += new System.EventHandler(this.delBtn_Click);
     //
     // resetBtn
     //
     this.resetBtn.Location = new System.Drawing.Point(81, 202);
     this.resetBtn.Name = "resetBtn";
     this.resetBtn.Size = new System.Drawing.Size(50, 23);
     this.resetBtn.TabIndex = 19;
     this.resetBtn.Text = "重置";
     this.resetBtn.UseVisualStyleBackColor = true;
     this.resetBtn.Click += new System.EventHandler(this.resetBtn_Click);
     //
     // saveBtn
     //
     this.saveBtn.Location = new System.Drawing.Point(16, 202);
     this.saveBtn.Name = "saveBtn";
     this.saveBtn.Size = new System.Drawing.Size(51, 23);
     this.saveBtn.TabIndex = 10;
     this.saveBtn.Text = "保存";
     this.saveBtn.UseVisualStyleBackColor = true;
     this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
     //
     // f_thantime
     //
     this.f_thantime.Location = new System.Drawing.Point(92, 156);
     this.f_thantime.Name = "f_thantime";
     this.f_thantime.Size = new System.Drawing.Size(113, 21);
     this.f_thantime.TabIndex = 18;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 160);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(83, 12);
     this.label5.TabIndex = 17;
     this.label5.Text = "展        期:";
     //
     // f_3hour
     //
     this.f_3hour.Location = new System.Drawing.Point(92, 123);
     this.f_3hour.Name = "f_3hour";
     this.f_3hour.Size = new System.Drawing.Size(113, 21);
     this.f_3hour.TabIndex = 16;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 128);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(83, 12);
     this.label4.TabIndex = 15;
     this.label4.Text = "三个小时收费:";
     //
     // f_2hour
     //
     this.f_2hour.Location = new System.Drawing.Point(92, 90);
     this.f_2hour.Name = "f_2hour";
     this.f_2hour.Size = new System.Drawing.Size(113, 21);
     this.f_2hour.TabIndex = 14;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 95);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(83, 12);
     this.label3.TabIndex = 13;
     this.label3.Text = "二个小时收费:";
     //
     // f_1hour
     //
     this.f_1hour.Location = new System.Drawing.Point(92, 57);
     this.f_1hour.Name = "f_1hour";
     this.f_1hour.Size = new System.Drawing.Size(113, 21);
     this.f_1hour.TabIndex = 12;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 62);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(83, 12);
     this.label2.TabIndex = 11;
     this.label2.Text = "一个小时收费:";
     //
     // f_name
     //
     this.f_name.Location = new System.Drawing.Point(92, 25);
     this.f_name.Name = "f_name";
     this.f_name.Size = new System.Drawing.Size(113, 21);
     this.f_name.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(83, 12);
     this.label1.TabIndex = 10;
     this.label1.Text = "收费规则名称:";
     //
     // MoneyRuleList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(174)))), ((int)(((byte)(233)))));
     this.ClientSize = new System.Drawing.Size(762, 332);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pager1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "MoneyRuleList";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "收费规则设置";
     this.Load += new System.EventHandler(this.MoneyRuleList_Load);
     this.Controls.SetChildIndex(this.dataGridView1, 0);
     this.Controls.SetChildIndex(this.pager1, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }