|
@@ -41,7 +41,6 @@
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
this.btnModify = new System.Windows.Forms.Button();
|
|
this.btnModify = new System.Windows.Forms.Button();
|
|
this.btnClearAll = new System.Windows.Forms.Button();
|
|
this.btnClearAll = new System.Windows.Forms.Button();
|
|
- this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
@@ -66,10 +65,11 @@
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.iptext = new System.Windows.Forms.TextBox();
|
|
this.iptext = new System.Windows.Forms.TextBox();
|
|
|
|
+ this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
this.bindingNavigator1.SuspendLayout();
|
|
this.bindingNavigator1.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// dataGridView1
|
|
// dataGridView1
|
|
@@ -310,6 +310,7 @@
|
|
this.tbInfo.Name = "tbInfo";
|
|
this.tbInfo.Name = "tbInfo";
|
|
this.tbInfo.Size = new System.Drawing.Size(137, 21);
|
|
this.tbInfo.Size = new System.Drawing.Size(137, 21);
|
|
this.tbInfo.TabIndex = 1;
|
|
this.tbInfo.TabIndex = 1;
|
|
|
|
+ this.tbInfo.Visible = false;
|
|
//
|
|
//
|
|
// btnFind
|
|
// btnFind
|
|
//
|
|
//
|
|
@@ -320,6 +321,7 @@
|
|
this.btnFind.TabIndex = 6;
|
|
this.btnFind.TabIndex = 6;
|
|
this.btnFind.Text = "查询商品数据";
|
|
this.btnFind.Text = "查询商品数据";
|
|
this.btnFind.UseVisualStyleBackColor = true;
|
|
this.btnFind.UseVisualStyleBackColor = true;
|
|
|
|
+ this.btnFind.Visible = false;
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
//
|
|
//
|
|
// label5
|
|
// label5
|
|
@@ -331,6 +333,7 @@
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "查询条件:";
|
|
this.label5.Text = "查询条件:";
|
|
|
|
+ this.label5.Visible = false;
|
|
//
|
|
//
|
|
// backgroundWorker1
|
|
// backgroundWorker1
|
|
//
|
|
//
|
|
@@ -347,7 +350,7 @@
|
|
this.button2.Name = "button2";
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(98, 26);
|
|
this.button2.Size = new System.Drawing.Size(98, 26);
|
|
this.button2.TabIndex = 8;
|
|
this.button2.TabIndex = 8;
|
|
- this.button2.Text = "查询支付记录";
|
|
|
|
|
|
+ this.button2.Text = "查询历史记录";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
//
|
|
@@ -456,10 +459,10 @@
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
this.bindingNavigator1.PerformLayout();
|
|
this.bindingNavigator1.PerformLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|