Form1.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  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.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  42. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  44. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  49. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  53. this.tbInfo = new System.Windows.Forms.TextBox();
  54. this.btnFind = new System.Windows.Forms.Button();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  57. this.button2 = new System.Windows.Forms.Button();
  58. this.button1 = new System.Windows.Forms.Button();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.textBox1 = new System.Windows.Forms.TextBox();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.textBox2 = new System.Windows.Forms.TextBox();
  63. this.label7 = new System.Windows.Forms.Label();
  64. this.iptext = new System.Windows.Forms.TextBox();
  65. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  66. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  68. this.bindingNavigator1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // dataGridView1
  73. //
  74. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  75. this.dataGridView1.Location = new System.Drawing.Point(9, 24);
  76. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  77. this.dataGridView1.Name = "dataGridView1";
  78. this.dataGridView1.RowTemplate.Height = 27;
  79. this.dataGridView1.Size = new System.Drawing.Size(831, 267);
  80. this.dataGridView1.TabIndex = 0;
  81. //
  82. // tbUnit
  83. //
  84. this.tbUnit.Location = new System.Drawing.Point(699, 30);
  85. this.tbUnit.Margin = new System.Windows.Forms.Padding(2);
  86. this.tbUnit.Name = "tbUnit";
  87. this.tbUnit.Size = new System.Drawing.Size(156, 21);
  88. this.tbUnit.TabIndex = 1;
  89. this.tbUnit.Visible = false;
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Location = new System.Drawing.Point(628, 34);
  95. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(41, 12);
  98. this.label1.TabIndex = 2;
  99. this.label1.Text = "温度:";
  100. this.label1.Visible = false;
  101. //
  102. // tbName
  103. //
  104. this.tbName.Location = new System.Drawing.Point(699, 68);
  105. this.tbName.Margin = new System.Windows.Forms.Padding(2);
  106. this.tbName.Name = "tbName";
  107. this.tbName.Size = new System.Drawing.Size(156, 21);
  108. this.tbName.TabIndex = 1;
  109. this.tbName.Visible = false;
  110. //
  111. // label2
  112. //
  113. this.label2.AutoSize = true;
  114. this.label2.Location = new System.Drawing.Point(630, 71);
  115. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(41, 12);
  118. this.label2.TabIndex = 2;
  119. this.label2.Text = "湿度:";
  120. this.label2.Visible = false;
  121. //
  122. // tbPhone
  123. //
  124. this.tbPhone.Location = new System.Drawing.Point(699, 105);
  125. this.tbPhone.Margin = new System.Windows.Forms.Padding(2);
  126. this.tbPhone.Name = "tbPhone";
  127. this.tbPhone.Size = new System.Drawing.Size(156, 21);
  128. this.tbPhone.TabIndex = 1;
  129. this.tbPhone.Visible = false;
  130. //
  131. // label3
  132. //
  133. this.label3.AutoSize = true;
  134. this.label3.Location = new System.Drawing.Point(628, 108);
  135. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  136. this.label3.Name = "label3";
  137. this.label3.Size = new System.Drawing.Size(41, 12);
  138. this.label3.TabIndex = 2;
  139. this.label3.Text = "光照:";
  140. this.label3.Visible = false;
  141. //
  142. // btnAdd
  143. //
  144. this.btnAdd.Location = new System.Drawing.Point(636, 218);
  145. this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
  146. this.btnAdd.Name = "btnAdd";
  147. this.btnAdd.Size = new System.Drawing.Size(70, 26);
  148. this.btnAdd.TabIndex = 3;
  149. this.btnAdd.Text = "添加(&A)";
  150. this.btnAdd.UseVisualStyleBackColor = true;
  151. this.btnAdd.Visible = false;
  152. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  153. //
  154. // btnDelete
  155. //
  156. this.btnDelete.Location = new System.Drawing.Point(785, 218);
  157. this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
  158. this.btnDelete.Name = "btnDelete";
  159. this.btnDelete.Size = new System.Drawing.Size(70, 26);
  160. this.btnDelete.TabIndex = 3;
  161. this.btnDelete.Text = "删除(&D)";
  162. this.btnDelete.UseVisualStyleBackColor = true;
  163. this.btnDelete.Visible = false;
  164. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  165. //
  166. // btnModify
  167. //
  168. this.btnModify.Location = new System.Drawing.Point(710, 218);
  169. this.btnModify.Margin = new System.Windows.Forms.Padding(2);
  170. this.btnModify.Name = "btnModify";
  171. this.btnModify.Size = new System.Drawing.Size(70, 26);
  172. this.btnModify.TabIndex = 3;
  173. this.btnModify.Text = "修改(&M)";
  174. this.btnModify.UseVisualStyleBackColor = true;
  175. this.btnModify.Visible = false;
  176. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  177. //
  178. // btnClearAll
  179. //
  180. this.btnClearAll.Location = new System.Drawing.Point(9, 373);
  181. this.btnClearAll.Margin = new System.Windows.Forms.Padding(2);
  182. this.btnClearAll.Name = "btnClearAll";
  183. this.btnClearAll.Size = new System.Drawing.Size(133, 36);
  184. this.btnClearAll.TabIndex = 3;
  185. this.btnClearAll.Text = "清空历史数据库(&C)";
  186. this.btnClearAll.UseVisualStyleBackColor = true;
  187. this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
  188. //
  189. // bindingNavigator1
  190. //
  191. this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
  192. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  193. this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
  194. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  195. this.bindingNavigatorMoveFirstItem,
  196. this.bindingNavigatorMovePreviousItem,
  197. this.bindingNavigatorSeparator,
  198. this.bindingNavigatorPositionItem,
  199. this.bindingNavigatorCountItem,
  200. this.bindingNavigatorSeparator1,
  201. this.bindingNavigatorMoveNextItem,
  202. this.bindingNavigatorMoveLastItem,
  203. this.bindingNavigatorSeparator2,
  204. this.bindingNavigatorAddNewItem,
  205. this.bindingNavigatorDeleteItem});
  206. this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
  207. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  208. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  209. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  210. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  211. this.bindingNavigator1.Name = "bindingNavigator1";
  212. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  213. this.bindingNavigator1.Size = new System.Drawing.Size(867, 25);
  214. this.bindingNavigator1.TabIndex = 5;
  215. this.bindingNavigator1.Text = "bindingNavigator1";
  216. this.bindingNavigator1.Visible = false;
  217. //
  218. // bindingNavigatorAddNewItem
  219. //
  220. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  222. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  223. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  224. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  225. this.bindingNavigatorAddNewItem.Text = "新添";
  226. //
  227. // bindingNavigatorCountItem
  228. //
  229. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  230. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
  231. this.bindingNavigatorCountItem.Text = "/ {0}";
  232. this.bindingNavigatorCountItem.ToolTipText = "总项数";
  233. //
  234. // bindingNavigatorDeleteItem
  235. //
  236. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  237. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  238. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  239. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  240. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  241. this.bindingNavigatorDeleteItem.Text = "删除行";
  242. //
  243. // bindingNavigatorMoveFirstItem
  244. //
  245. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  246. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  247. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  248. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  249. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  250. this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
  251. //
  252. // bindingNavigatorMovePreviousItem
  253. //
  254. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  255. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  256. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  257. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  258. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  259. this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
  260. //
  261. // bindingNavigatorSeparator
  262. //
  263. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  264. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  265. //
  266. // bindingNavigatorPositionItem
  267. //
  268. this.bindingNavigatorPositionItem.AccessibleName = "位置";
  269. this.bindingNavigatorPositionItem.AutoSize = false;
  270. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  271. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(38, 23);
  272. this.bindingNavigatorPositionItem.Text = "0";
  273. this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
  274. //
  275. // bindingNavigatorSeparator1
  276. //
  277. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  278. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  279. //
  280. // bindingNavigatorMoveNextItem
  281. //
  282. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  283. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  284. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  285. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  286. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  287. this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
  288. //
  289. // bindingNavigatorMoveLastItem
  290. //
  291. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  292. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  293. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  294. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  295. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  296. this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
  297. //
  298. // bindingNavigatorSeparator2
  299. //
  300. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  301. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  302. //
  303. // tbInfo
  304. //
  305. this.tbInfo.Location = new System.Drawing.Point(74, 310);
  306. this.tbInfo.Margin = new System.Windows.Forms.Padding(2);
  307. this.tbInfo.Name = "tbInfo";
  308. this.tbInfo.Size = new System.Drawing.Size(137, 21);
  309. this.tbInfo.TabIndex = 1;
  310. this.tbInfo.Visible = false;
  311. //
  312. // btnFind
  313. //
  314. this.btnFind.Location = new System.Drawing.Point(231, 306);
  315. this.btnFind.Margin = new System.Windows.Forms.Padding(2);
  316. this.btnFind.Name = "btnFind";
  317. this.btnFind.Size = new System.Drawing.Size(89, 26);
  318. this.btnFind.TabIndex = 6;
  319. this.btnFind.Text = "查询商品数据";
  320. this.btnFind.UseVisualStyleBackColor = true;
  321. this.btnFind.Visible = false;
  322. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  323. //
  324. // label5
  325. //
  326. this.label5.AutoSize = true;
  327. this.label5.Location = new System.Drawing.Point(9, 313);
  328. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  329. this.label5.Name = "label5";
  330. this.label5.Size = new System.Drawing.Size(65, 12);
  331. this.label5.TabIndex = 2;
  332. this.label5.Text = "查询条件:";
  333. this.label5.Visible = false;
  334. //
  335. // backgroundWorker1
  336. //
  337. this.backgroundWorker1.WorkerReportsProgress = true;
  338. this.backgroundWorker1.WorkerSupportsCancellation = true;
  339. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  340. this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
  341. this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
  342. //
  343. // button2
  344. //
  345. this.button2.Location = new System.Drawing.Point(339, 305);
  346. this.button2.Margin = new System.Windows.Forms.Padding(2);
  347. this.button2.Name = "button2";
  348. this.button2.Size = new System.Drawing.Size(98, 26);
  349. this.button2.TabIndex = 8;
  350. this.button2.Text = "查询历史记录";
  351. this.button2.UseVisualStyleBackColor = true;
  352. this.button2.Click += new System.EventHandler(this.button2_Click);
  353. //
  354. // button1
  355. //
  356. this.button1.Location = new System.Drawing.Point(159, 373);
  357. this.button1.Margin = new System.Windows.Forms.Padding(2);
  358. this.button1.Name = "button1";
  359. this.button1.Size = new System.Drawing.Size(133, 36);
  360. this.button1.TabIndex = 9;
  361. this.button1.Text = "清空支付数据库(&C)";
  362. this.button1.UseVisualStyleBackColor = true;
  363. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  364. //
  365. // label4
  366. //
  367. this.label4.AutoSize = true;
  368. this.label4.Location = new System.Drawing.Point(630, 184);
  369. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  370. this.label4.Name = "label4";
  371. this.label4.Size = new System.Drawing.Size(41, 12);
  372. this.label4.TabIndex = 12;
  373. this.label4.Text = "湿度:";
  374. this.label4.Visible = false;
  375. //
  376. // textBox1
  377. //
  378. this.textBox1.Location = new System.Drawing.Point(699, 181);
  379. this.textBox1.Margin = new System.Windows.Forms.Padding(2);
  380. this.textBox1.Name = "textBox1";
  381. this.textBox1.Size = new System.Drawing.Size(156, 21);
  382. this.textBox1.TabIndex = 10;
  383. this.textBox1.Visible = false;
  384. //
  385. // label6
  386. //
  387. this.label6.AutoSize = true;
  388. this.label6.Location = new System.Drawing.Point(628, 147);
  389. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  390. this.label6.Name = "label6";
  391. this.label6.Size = new System.Drawing.Size(41, 12);
  392. this.label6.TabIndex = 13;
  393. this.label6.Text = "二氧:";
  394. this.label6.Visible = false;
  395. //
  396. // textBox2
  397. //
  398. this.textBox2.Location = new System.Drawing.Point(699, 143);
  399. this.textBox2.Margin = new System.Windows.Forms.Padding(2);
  400. this.textBox2.Name = "textBox2";
  401. this.textBox2.Size = new System.Drawing.Size(156, 21);
  402. this.textBox2.TabIndex = 11;
  403. this.textBox2.Visible = false;
  404. //
  405. // label7
  406. //
  407. this.label7.AutoSize = true;
  408. this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.label7.Location = new System.Drawing.Point(550, 310);
  410. this.label7.Name = "label7";
  411. this.label7.Size = new System.Drawing.Size(32, 16);
  412. this.label7.TabIndex = 14;
  413. this.label7.Text = "ip:";
  414. //
  415. // iptext
  416. //
  417. this.iptext.Location = new System.Drawing.Point(587, 309);
  418. this.iptext.Margin = new System.Windows.Forms.Padding(2);
  419. this.iptext.Name = "iptext";
  420. this.iptext.Size = new System.Drawing.Size(151, 21);
  421. this.iptext.TabIndex = 15;
  422. //
  423. // Form1
  424. //
  425. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  426. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  427. this.BackColor = System.Drawing.Color.OldLace;
  428. this.ClientSize = new System.Drawing.Size(867, 420);
  429. this.Controls.Add(this.iptext);
  430. this.Controls.Add(this.label7);
  431. this.Controls.Add(this.label4);
  432. this.Controls.Add(this.textBox1);
  433. this.Controls.Add(this.label6);
  434. this.Controls.Add(this.textBox2);
  435. this.Controls.Add(this.button1);
  436. this.Controls.Add(this.btnClearAll);
  437. this.Controls.Add(this.button2);
  438. this.Controls.Add(this.btnFind);
  439. this.Controls.Add(this.bindingNavigator1);
  440. this.Controls.Add(this.btnModify);
  441. this.Controls.Add(this.btnDelete);
  442. this.Controls.Add(this.btnAdd);
  443. this.Controls.Add(this.label3);
  444. this.Controls.Add(this.tbPhone);
  445. this.Controls.Add(this.label5);
  446. this.Controls.Add(this.tbInfo);
  447. this.Controls.Add(this.label2);
  448. this.Controls.Add(this.tbName);
  449. this.Controls.Add(this.label1);
  450. this.Controls.Add(this.tbUnit);
  451. this.Controls.Add(this.dataGridView1);
  452. this.Margin = new System.Windows.Forms.Padding(2);
  453. this.Name = "Form1";
  454. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  455. this.Text = "远程监测仓库环境服务端";
  456. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  457. this.Load += new System.EventHandler(this.Form1_Load);
  458. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  459. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  460. this.bindingNavigator1.ResumeLayout(false);
  461. this.bindingNavigator1.PerformLayout();
  462. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  463. this.ResumeLayout(false);
  464. this.PerformLayout();
  465. }
  466. #endregion
  467. private System.Windows.Forms.DataGridView dataGridView1;
  468. private System.Windows.Forms.TextBox tbUnit;
  469. private System.Windows.Forms.Label label1;
  470. private System.Windows.Forms.TextBox tbName;
  471. private System.Windows.Forms.Label label2;
  472. private System.Windows.Forms.TextBox tbPhone;
  473. private System.Windows.Forms.Label label3;
  474. private System.Windows.Forms.Button btnAdd;
  475. private System.Windows.Forms.Button btnDelete;
  476. private System.Windows.Forms.Button btnModify;
  477. private System.Windows.Forms.Button btnClearAll;
  478. private System.Windows.Forms.BindingSource bindingSource1;
  479. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  480. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  481. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  482. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  483. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  484. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  485. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  486. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  487. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  488. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  489. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  490. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  491. private System.Windows.Forms.TextBox tbInfo;
  492. private System.Windows.Forms.Button btnFind;
  493. private System.Windows.Forms.Label label5;
  494. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  495. private System.Windows.Forms.Button button2;
  496. private System.Windows.Forms.Button button1;
  497. private System.Windows.Forms.Label label4;
  498. private System.Windows.Forms.TextBox textBox1;
  499. private System.Windows.Forms.Label label6;
  500. private System.Windows.Forms.TextBox textBox2;
  501. private System.Windows.Forms.Label label7;
  502. private System.Windows.Forms.TextBox iptext;
  503. }
  504. }