Form1.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. namespace Test
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.tbUnit = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.tbName = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.tbPhone = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.btnAdd = new System.Windows.Forms.Button();
  38. this.btnDelete = new System.Windows.Forms.Button();
  39. this.btnModify = new System.Windows.Forms.Button();
  40. this.btnClearAll = new System.Windows.Forms.Button();
  41. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  42. this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  43. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  45. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  50. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tbInfo = new System.Windows.Forms.TextBox();
  55. this.btnFind = new System.Windows.Forms.Button();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  58. this.button2 = new System.Windows.Forms.Button();
  59. this.button1 = new System.Windows.Forms.Button();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  63. this.bindingNavigator1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // dataGridView1
  67. //
  68. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  69. this.dataGridView1.Location = new System.Drawing.Point(9, 24);
  70. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  71. this.dataGridView1.Name = "dataGridView1";
  72. this.dataGridView1.RowTemplate.Height = 27;
  73. this.dataGridView1.Size = new System.Drawing.Size(443, 267);
  74. this.dataGridView1.TabIndex = 0;
  75. //
  76. // tbUnit
  77. //
  78. this.tbUnit.Location = new System.Drawing.Point(588, 27);
  79. this.tbUnit.Margin = new System.Windows.Forms.Padding(2);
  80. this.tbUnit.Name = "tbUnit";
  81. this.tbUnit.Size = new System.Drawing.Size(156, 21);
  82. this.tbUnit.TabIndex = 1;
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Location = new System.Drawing.Point(517, 31);
  88. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(53, 12);
  91. this.label1.TabIndex = 2;
  92. this.label1.Text = "序列号:";
  93. //
  94. // tbName
  95. //
  96. this.tbName.Location = new System.Drawing.Point(588, 65);
  97. this.tbName.Margin = new System.Windows.Forms.Padding(2);
  98. this.tbName.Name = "tbName";
  99. this.tbName.Size = new System.Drawing.Size(156, 21);
  100. this.tbName.TabIndex = 1;
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(519, 68);
  106. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(65, 12);
  109. this.label2.TabIndex = 2;
  110. this.label2.Text = "商品名称:";
  111. //
  112. // tbPhone
  113. //
  114. this.tbPhone.Location = new System.Drawing.Point(588, 102);
  115. this.tbPhone.Margin = new System.Windows.Forms.Padding(2);
  116. this.tbPhone.Name = "tbPhone";
  117. this.tbPhone.Size = new System.Drawing.Size(156, 21);
  118. this.tbPhone.TabIndex = 1;
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(522, 106);
  124. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  125. this.label3.Name = "label3";
  126. this.label3.Size = new System.Drawing.Size(65, 12);
  127. this.label3.TabIndex = 2;
  128. this.label3.Text = "商品价格:";
  129. //
  130. // btnAdd
  131. //
  132. this.btnAdd.Location = new System.Drawing.Point(525, 148);
  133. this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
  134. this.btnAdd.Name = "btnAdd";
  135. this.btnAdd.Size = new System.Drawing.Size(70, 26);
  136. this.btnAdd.TabIndex = 3;
  137. this.btnAdd.Text = "添加(&A)";
  138. this.btnAdd.UseVisualStyleBackColor = true;
  139. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  140. //
  141. // btnDelete
  142. //
  143. this.btnDelete.Location = new System.Drawing.Point(674, 148);
  144. this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
  145. this.btnDelete.Name = "btnDelete";
  146. this.btnDelete.Size = new System.Drawing.Size(70, 26);
  147. this.btnDelete.TabIndex = 3;
  148. this.btnDelete.Text = "删除(&D)";
  149. this.btnDelete.UseVisualStyleBackColor = true;
  150. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  151. //
  152. // btnModify
  153. //
  154. this.btnModify.Location = new System.Drawing.Point(599, 148);
  155. this.btnModify.Margin = new System.Windows.Forms.Padding(2);
  156. this.btnModify.Name = "btnModify";
  157. this.btnModify.Size = new System.Drawing.Size(70, 26);
  158. this.btnModify.TabIndex = 3;
  159. this.btnModify.Text = "修改(&M)";
  160. this.btnModify.UseVisualStyleBackColor = true;
  161. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  162. //
  163. // btnClearAll
  164. //
  165. this.btnClearAll.Location = new System.Drawing.Point(9, 373);
  166. this.btnClearAll.Margin = new System.Windows.Forms.Padding(2);
  167. this.btnClearAll.Name = "btnClearAll";
  168. this.btnClearAll.Size = new System.Drawing.Size(133, 36);
  169. this.btnClearAll.TabIndex = 3;
  170. this.btnClearAll.Text = "清空商品数据库(&C)";
  171. this.btnClearAll.UseVisualStyleBackColor = true;
  172. this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
  173. //
  174. // bindingNavigator1
  175. //
  176. this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
  177. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  178. this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
  179. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  180. this.bindingNavigatorMoveFirstItem,
  181. this.bindingNavigatorMovePreviousItem,
  182. this.bindingNavigatorSeparator,
  183. this.bindingNavigatorPositionItem,
  184. this.bindingNavigatorCountItem,
  185. this.bindingNavigatorSeparator1,
  186. this.bindingNavigatorMoveNextItem,
  187. this.bindingNavigatorMoveLastItem,
  188. this.bindingNavigatorSeparator2,
  189. this.bindingNavigatorAddNewItem,
  190. this.bindingNavigatorDeleteItem});
  191. this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
  192. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  193. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  194. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  195. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  196. this.bindingNavigator1.Name = "bindingNavigator1";
  197. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  198. this.bindingNavigator1.Size = new System.Drawing.Size(772, 25);
  199. this.bindingNavigator1.TabIndex = 5;
  200. this.bindingNavigator1.Text = "bindingNavigator1";
  201. //
  202. // bindingNavigatorAddNewItem
  203. //
  204. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  206. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  207. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  208. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  209. this.bindingNavigatorAddNewItem.Text = "新添";
  210. //
  211. // bindingNavigatorCountItem
  212. //
  213. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  214. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
  215. this.bindingNavigatorCountItem.Text = "/ {0}";
  216. this.bindingNavigatorCountItem.ToolTipText = "总项数";
  217. //
  218. // bindingNavigatorDeleteItem
  219. //
  220. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  222. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  223. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  224. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  225. this.bindingNavigatorDeleteItem.Text = "删除行";
  226. //
  227. // bindingNavigatorMoveFirstItem
  228. //
  229. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  230. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  231. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  232. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  233. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  234. this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
  235. //
  236. // bindingNavigatorMovePreviousItem
  237. //
  238. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  239. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  240. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  241. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  242. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  243. this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
  244. //
  245. // bindingNavigatorSeparator
  246. //
  247. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  248. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  249. //
  250. // bindingNavigatorPositionItem
  251. //
  252. this.bindingNavigatorPositionItem.AccessibleName = "位置";
  253. this.bindingNavigatorPositionItem.AutoSize = false;
  254. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
  255. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  256. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(38, 23);
  257. this.bindingNavigatorPositionItem.Text = "0";
  258. this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
  259. //
  260. // bindingNavigatorSeparator1
  261. //
  262. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  263. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  264. //
  265. // bindingNavigatorMoveNextItem
  266. //
  267. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  268. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  269. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  270. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  271. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  272. this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
  273. //
  274. // bindingNavigatorMoveLastItem
  275. //
  276. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  277. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  278. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  279. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  280. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  281. this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
  282. //
  283. // bindingNavigatorSeparator2
  284. //
  285. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  286. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  287. //
  288. // tbInfo
  289. //
  290. this.tbInfo.Location = new System.Drawing.Point(74, 310);
  291. this.tbInfo.Margin = new System.Windows.Forms.Padding(2);
  292. this.tbInfo.Name = "tbInfo";
  293. this.tbInfo.Size = new System.Drawing.Size(137, 21);
  294. this.tbInfo.TabIndex = 1;
  295. //
  296. // btnFind
  297. //
  298. this.btnFind.Location = new System.Drawing.Point(231, 306);
  299. this.btnFind.Margin = new System.Windows.Forms.Padding(2);
  300. this.btnFind.Name = "btnFind";
  301. this.btnFind.Size = new System.Drawing.Size(89, 26);
  302. this.btnFind.TabIndex = 6;
  303. this.btnFind.Text = "查询商品数据";
  304. this.btnFind.UseVisualStyleBackColor = true;
  305. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  306. //
  307. // label5
  308. //
  309. this.label5.AutoSize = true;
  310. this.label5.Location = new System.Drawing.Point(9, 313);
  311. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  312. this.label5.Name = "label5";
  313. this.label5.Size = new System.Drawing.Size(65, 12);
  314. this.label5.TabIndex = 2;
  315. this.label5.Text = "查询条件:";
  316. //
  317. // backgroundWorker1
  318. //
  319. this.backgroundWorker1.WorkerReportsProgress = true;
  320. this.backgroundWorker1.WorkerSupportsCancellation = true;
  321. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  322. this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
  323. this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
  324. //
  325. // button2
  326. //
  327. this.button2.Location = new System.Drawing.Point(339, 305);
  328. this.button2.Margin = new System.Windows.Forms.Padding(2);
  329. this.button2.Name = "button2";
  330. this.button2.Size = new System.Drawing.Size(98, 26);
  331. this.button2.TabIndex = 8;
  332. this.button2.Text = "查询支付记录";
  333. this.button2.UseVisualStyleBackColor = true;
  334. this.button2.Click += new System.EventHandler(this.button2_Click);
  335. //
  336. // button1
  337. //
  338. this.button1.Location = new System.Drawing.Point(159, 373);
  339. this.button1.Margin = new System.Windows.Forms.Padding(2);
  340. this.button1.Name = "button1";
  341. this.button1.Size = new System.Drawing.Size(133, 36);
  342. this.button1.TabIndex = 9;
  343. this.button1.Text = "清空支付数据库(&C)";
  344. this.button1.UseVisualStyleBackColor = true;
  345. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  346. //
  347. // Form1
  348. //
  349. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  350. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  351. this.ClientSize = new System.Drawing.Size(772, 420);
  352. this.Controls.Add(this.button1);
  353. this.Controls.Add(this.btnClearAll);
  354. this.Controls.Add(this.button2);
  355. this.Controls.Add(this.btnFind);
  356. this.Controls.Add(this.bindingNavigator1);
  357. this.Controls.Add(this.btnModify);
  358. this.Controls.Add(this.btnDelete);
  359. this.Controls.Add(this.btnAdd);
  360. this.Controls.Add(this.label3);
  361. this.Controls.Add(this.tbPhone);
  362. this.Controls.Add(this.label5);
  363. this.Controls.Add(this.tbInfo);
  364. this.Controls.Add(this.label2);
  365. this.Controls.Add(this.tbName);
  366. this.Controls.Add(this.label1);
  367. this.Controls.Add(this.tbUnit);
  368. this.Controls.Add(this.dataGridView1);
  369. this.Margin = new System.Windows.Forms.Padding(2);
  370. this.Name = "Form1";
  371. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  372. this.Text = "商品管理窗口";
  373. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  374. this.Load += new System.EventHandler(this.Form1_Load);
  375. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  378. this.bindingNavigator1.ResumeLayout(false);
  379. this.bindingNavigator1.PerformLayout();
  380. this.ResumeLayout(false);
  381. this.PerformLayout();
  382. }
  383. #endregion
  384. private System.Windows.Forms.DataGridView dataGridView1;
  385. private System.Windows.Forms.TextBox tbUnit;
  386. private System.Windows.Forms.Label label1;
  387. private System.Windows.Forms.TextBox tbName;
  388. private System.Windows.Forms.Label label2;
  389. private System.Windows.Forms.TextBox tbPhone;
  390. private System.Windows.Forms.Label label3;
  391. private System.Windows.Forms.Button btnAdd;
  392. private System.Windows.Forms.Button btnDelete;
  393. private System.Windows.Forms.Button btnModify;
  394. private System.Windows.Forms.Button btnClearAll;
  395. private System.Windows.Forms.BindingSource bindingSource1;
  396. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  397. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  398. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  400. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  401. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  402. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  403. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  404. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  405. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  406. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  407. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  408. private System.Windows.Forms.TextBox tbInfo;
  409. private System.Windows.Forms.Button btnFind;
  410. private System.Windows.Forms.Label label5;
  411. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  412. private System.Windows.Forms.Button button2;
  413. private System.Windows.Forms.Button button1;
  414. }
  415. }