123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511 |
- namespace Test
- {
- partial class Form1
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.tbUnit = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbPhone = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnModify = new System.Windows.Forms.Button();
- this.btnClearAll = new System.Windows.Forms.Button();
- this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tbInfo = new System.Windows.Forms.TextBox();
- this.btnFind = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- 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.bindingNavigator1)).BeginInit();
- this.bindingNavigator1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(9, 24);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 27;
- this.dataGridView1.Size = new System.Drawing.Size(831, 267);
- this.dataGridView1.TabIndex = 0;
- //
- // tbUnit
- //
- this.tbUnit.Location = new System.Drawing.Point(699, 30);
- this.tbUnit.Margin = new System.Windows.Forms.Padding(2);
- this.tbUnit.Name = "tbUnit";
- this.tbUnit.Size = new System.Drawing.Size(156, 21);
- this.tbUnit.TabIndex = 1;
- this.tbUnit.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(628, 34);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "温度:";
- this.label1.Visible = false;
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(699, 68);
- this.tbName.Margin = new System.Windows.Forms.Padding(2);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(156, 21);
- this.tbName.TabIndex = 1;
- this.tbName.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(630, 71);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "湿度:";
- this.label2.Visible = false;
- //
- // tbPhone
- //
- this.tbPhone.Location = new System.Drawing.Point(699, 105);
- this.tbPhone.Margin = new System.Windows.Forms.Padding(2);
- this.tbPhone.Name = "tbPhone";
- this.tbPhone.Size = new System.Drawing.Size(156, 21);
- this.tbPhone.TabIndex = 1;
- this.tbPhone.Visible = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(628, 108);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "光照:";
- this.label3.Visible = false;
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(636, 218);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(70, 26);
- this.btnAdd.TabIndex = 3;
- this.btnAdd.Text = "添加(&A)";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Visible = false;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnDelete
- //
- this.btnDelete.Location = new System.Drawing.Point(785, 218);
- this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(70, 26);
- this.btnDelete.TabIndex = 3;
- this.btnDelete.Text = "删除(&D)";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Visible = false;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnModify
- //
- this.btnModify.Location = new System.Drawing.Point(710, 218);
- this.btnModify.Margin = new System.Windows.Forms.Padding(2);
- this.btnModify.Name = "btnModify";
- this.btnModify.Size = new System.Drawing.Size(70, 26);
- this.btnModify.TabIndex = 3;
- this.btnModify.Text = "修改(&M)";
- this.btnModify.UseVisualStyleBackColor = true;
- this.btnModify.Visible = false;
- this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
- //
- // btnClearAll
- //
- this.btnClearAll.Location = new System.Drawing.Point(9, 373);
- this.btnClearAll.Margin = new System.Windows.Forms.Padding(2);
- this.btnClearAll.Name = "btnClearAll";
- this.btnClearAll.Size = new System.Drawing.Size(133, 36);
- this.btnClearAll.TabIndex = 3;
- this.btnClearAll.Text = "清空历史数据库(&C)";
- this.btnClearAll.UseVisualStyleBackColor = true;
- this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
- //
- // bindingNavigator1
- //
- this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
- this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
- this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
- this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.bindingNavigatorMoveFirstItem,
- this.bindingNavigatorMovePreviousItem,
- this.bindingNavigatorSeparator,
- this.bindingNavigatorPositionItem,
- this.bindingNavigatorCountItem,
- this.bindingNavigatorSeparator1,
- this.bindingNavigatorMoveNextItem,
- this.bindingNavigatorMoveLastItem,
- this.bindingNavigatorSeparator2,
- this.bindingNavigatorAddNewItem,
- this.bindingNavigatorDeleteItem});
- this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
- this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.bindingNavigator1.Name = "bindingNavigator1";
- this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
- this.bindingNavigator1.Size = new System.Drawing.Size(867, 25);
- this.bindingNavigator1.TabIndex = 5;
- this.bindingNavigator1.Text = "bindingNavigator1";
- this.bindingNavigator1.Visible = false;
- //
- // bindingNavigatorAddNewItem
- //
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorAddNewItem.Text = "新添";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
- this.bindingNavigatorCountItem.Text = "/ {0}";
- this.bindingNavigatorCountItem.ToolTipText = "总项数";
- //
- // bindingNavigatorDeleteItem
- //
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorDeleteItem.Text = "删除行";
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "位置";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(38, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // tbInfo
- //
- this.tbInfo.Location = new System.Drawing.Point(74, 310);
- this.tbInfo.Margin = new System.Windows.Forms.Padding(2);
- this.tbInfo.Name = "tbInfo";
- this.tbInfo.Size = new System.Drawing.Size(137, 21);
- this.tbInfo.TabIndex = 1;
- this.tbInfo.Visible = false;
- //
- // btnFind
- //
- this.btnFind.Location = new System.Drawing.Point(231, 306);
- this.btnFind.Margin = new System.Windows.Forms.Padding(2);
- this.btnFind.Name = "btnFind";
- this.btnFind.Size = new System.Drawing.Size(89, 26);
- this.btnFind.TabIndex = 6;
- this.btnFind.Text = "查询商品数据";
- this.btnFind.UseVisualStyleBackColor = true;
- this.btnFind.Visible = false;
- this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(9, 313);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 2;
- this.label5.Text = "查询条件:";
- this.label5.Visible = false;
- //
- // backgroundWorker1
- //
- this.backgroundWorker1.WorkerReportsProgress = true;
- this.backgroundWorker1.WorkerSupportsCancellation = true;
- this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
- this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
- this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(339, 305);
- this.button2.Margin = new System.Windows.Forms.Padding(2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(98, 26);
- this.button2.TabIndex = 8;
- this.button2.Text = "查询历史记录";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(159, 373);
- this.button1.Margin = new System.Windows.Forms.Padding(2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(133, 36);
- this.button1.TabIndex = 9;
- this.button1.Text = "清空支付数据库(&C)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click_1);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(630, 184);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(41, 12);
- this.label4.TabIndex = 12;
- this.label4.Text = "湿度:";
- this.label4.Visible = false;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(699, 181);
- this.textBox1.Margin = new System.Windows.Forms.Padding(2);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(156, 21);
- this.textBox1.TabIndex = 10;
- this.textBox1.Visible = false;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(628, 147);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(41, 12);
- this.label6.TabIndex = 13;
- this.label6.Text = "二氧:";
- this.label6.Visible = false;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(699, 143);
- this.textBox2.Margin = new System.Windows.Forms.Padding(2);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(156, 21);
- this.textBox2.TabIndex = 11;
- this.textBox2.Visible = false;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(550, 310);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(32, 16);
- this.label7.TabIndex = 14;
- this.label7.Text = "ip:";
- //
- // iptext
- //
- this.iptext.Location = new System.Drawing.Point(587, 309);
- this.iptext.Margin = new System.Windows.Forms.Padding(2);
- this.iptext.Name = "iptext";
- this.iptext.Size = new System.Drawing.Size(151, 21);
- this.iptext.TabIndex = 15;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.OldLace;
- this.ClientSize = new System.Drawing.Size(867, 420);
- this.Controls.Add(this.iptext);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.btnClearAll);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.btnFind);
- this.Controls.Add(this.bindingNavigator1);
- this.Controls.Add(this.btnModify);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.btnAdd);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.tbPhone);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.tbInfo);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.tbName);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.tbUnit);
- this.Controls.Add(this.dataGridView1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Form1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "远程监测仓库环境服务端";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
- this.bindingNavigator1.ResumeLayout(false);
- this.bindingNavigator1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.TextBox tbUnit;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbPhone;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnModify;
- private System.Windows.Forms.Button btnClearAll;
- private System.Windows.Forms.BindingSource bindingSource1;
- private System.Windows.Forms.BindingNavigator bindingNavigator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
- private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
- private System.Windows.Forms.TextBox tbInfo;
- private System.Windows.Forms.Button btnFind;
- private System.Windows.Forms.Label label5;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox iptext;
- }
- }
|