PageRenderTime 41ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Katmai_November_CTP/ShoppingCart/ShoppingCartClient/CS/ShoppingCartClient/ShoppingCartClient.Designer.cs

#
C# | 543 lines | 412 code | 13 blank | 118 comment | 3 complexity | 7a98ce8662c9f59bfafbfe555740287e MD5 | raw file
  1. namespace Microsoft.Samples.SqlServer
  2. {
  3. partial class frmMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", MessageId = "System.Windows.Forms.Control.set_Text(System.String)")]
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.tabControl = new System.Windows.Forms.TabControl();
  31. this.tabApplication = new System.Windows.Forms.TabPage();
  32. this.paneShop = new System.Windows.Forms.Panel();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.nudQuantity = new System.Windows.Forms.NumericUpDown();
  38. this.btnConfirm = new System.Windows.Forms.Button();
  39. this.btnRemove = new System.Windows.Forms.Button();
  40. this.lstItems = new System.Windows.Forms.ListBox();
  41. this.btnAdd = new System.Windows.Forms.Button();
  42. this.txtUnitPrice = new System.Windows.Forms.TextBox();
  43. this.cboItem = new System.Windows.Forms.ComboBox();
  44. this.paneFinish = new System.Windows.Forms.Panel();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.txtTotalAmount = new System.Windows.Forms.TextBox();
  49. this.txtNumberItems = new System.Windows.Forms.TextBox();
  50. this.paneData = new System.Windows.Forms.Panel();
  51. this.paneCreateOrder = new System.Windows.Forms.Panel();
  52. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  53. this.textBox1 = new System.Windows.Forms.TextBox();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.btnCreateOrder = new System.Windows.Forms.Button();
  56. this.txtLabelFinish = new System.Windows.Forms.TextBox();
  57. this.txtLabelShop = new System.Windows.Forms.TextBox();
  58. this.txtLabelCreateOrder = new System.Windows.Forms.TextBox();
  59. this.tabTrace = new System.Windows.Forms.TabPage();
  60. this.txtLog = new System.Windows.Forms.TextBox();
  61. this.label10 = new System.Windows.Forms.Label();
  62. this.label9 = new System.Windows.Forms.Label();
  63. this.txtConversationHandle = new System.Windows.Forms.TextBox();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  65. this.tabControl.SuspendLayout();
  66. this.tabApplication.SuspendLayout();
  67. this.paneShop.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.nudQuantity)).BeginInit();
  69. this.paneFinish.SuspendLayout();
  70. this.paneData.SuspendLayout();
  71. this.paneCreateOrder.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  73. this.tabTrace.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // dataGridView1
  77. //
  78. this.dataGridView1.AllowUserToAddRows = false;
  79. this.dataGridView1.AllowUserToDeleteRows = false;
  80. this.dataGridView1.AllowUserToOrderColumns = true;
  81. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  83. this.dataGridView1.Name = "dataGridView1";
  84. this.dataGridView1.ReadOnly = true;
  85. this.dataGridView1.Size = new System.Drawing.Size(377, 354);
  86. this.dataGridView1.TabIndex = 0;
  87. //
  88. // tabControl
  89. //
  90. this.tabControl.Controls.Add(this.tabApplication);
  91. this.tabControl.Controls.Add(this.tabTrace);
  92. this.tabControl.Location = new System.Drawing.Point(1, 3);
  93. this.tabControl.Name = "tabControl";
  94. this.tabControl.SelectedIndex = 0;
  95. this.tabControl.Size = new System.Drawing.Size(505, 524);
  96. this.tabControl.TabIndex = 0;
  97. //
  98. // tabApplication
  99. //
  100. this.tabApplication.Controls.Add(this.paneShop);
  101. this.tabApplication.Controls.Add(this.paneFinish);
  102. this.tabApplication.Controls.Add(this.paneCreateOrder);
  103. this.tabApplication.Controls.Add(this.txtLabelFinish);
  104. this.tabApplication.Controls.Add(this.txtLabelShop);
  105. this.tabApplication.Controls.Add(this.txtLabelCreateOrder);
  106. this.tabApplication.Location = new System.Drawing.Point(4, 22);
  107. this.tabApplication.Name = "tabApplication";
  108. this.tabApplication.Padding = new System.Windows.Forms.Padding(3);
  109. this.tabApplication.Size = new System.Drawing.Size(497, 498);
  110. this.tabApplication.TabIndex = 0;
  111. this.tabApplication.Text = "Application";
  112. //
  113. // paneShop
  114. //
  115. this.paneShop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  116. this.paneShop.Controls.Add(this.label8);
  117. this.paneShop.Controls.Add(this.label7);
  118. this.paneShop.Controls.Add(this.label6);
  119. this.paneShop.Controls.Add(this.label5);
  120. this.paneShop.Controls.Add(this.nudQuantity);
  121. this.paneShop.Controls.Add(this.btnConfirm);
  122. this.paneShop.Controls.Add(this.btnRemove);
  123. this.paneShop.Controls.Add(this.lstItems);
  124. this.paneShop.Controls.Add(this.btnAdd);
  125. this.paneShop.Controls.Add(this.txtUnitPrice);
  126. this.paneShop.Controls.Add(this.cboItem);
  127. this.paneShop.Location = new System.Drawing.Point(93, 20);
  128. this.paneShop.Name = "paneShop";
  129. this.paneShop.Size = new System.Drawing.Size(397, 458);
  130. this.paneShop.TabIndex = 10;
  131. //
  132. // label8
  133. //
  134. this.label8.AutoSize = true;
  135. this.label8.Location = new System.Drawing.Point(54, 125);
  136. this.label8.Name = "label8";
  137. this.label8.Size = new System.Drawing.Size(128, 13);
  138. this.label8.TabIndex = 17;
  139. this.label8.Text = "Items in the shopping cart";
  140. //
  141. // label7
  142. //
  143. this.label7.AutoSize = true;
  144. this.label7.Location = new System.Drawing.Point(271, 29);
  145. this.label7.Name = "label7";
  146. this.label7.Size = new System.Drawing.Size(46, 13);
  147. this.label7.TabIndex = 16;
  148. this.label7.Text = "Quantity";
  149. //
  150. // label6
  151. //
  152. this.label6.AutoSize = true;
  153. this.label6.Location = new System.Drawing.Point(205, 30);
  154. this.label6.Name = "label6";
  155. this.label6.Size = new System.Drawing.Size(52, 13);
  156. this.label6.TabIndex = 15;
  157. this.label6.Text = "Unit price";
  158. //
  159. // label5
  160. //
  161. this.label5.AutoSize = true;
  162. this.label5.Location = new System.Drawing.Point(54, 31);
  163. this.label5.Name = "label5";
  164. this.label5.Size = new System.Drawing.Size(27, 13);
  165. this.label5.TabIndex = 14;
  166. this.label5.Text = "Item";
  167. //
  168. // nudQuantity
  169. //
  170. this.nudQuantity.Location = new System.Drawing.Point(271, 51);
  171. this.nudQuantity.Maximum = new decimal(new int[] {
  172. 20,
  173. 0,
  174. 0,
  175. 0});
  176. this.nudQuantity.Minimum = new decimal(new int[] {
  177. 1,
  178. 0,
  179. 0,
  180. 0});
  181. this.nudQuantity.Name = "nudQuantity";
  182. this.nudQuantity.ReadOnly = true;
  183. this.nudQuantity.Size = new System.Drawing.Size(60, 20);
  184. this.nudQuantity.TabIndex = 13;
  185. this.nudQuantity.Value = new decimal(new int[] {
  186. 1,
  187. 0,
  188. 0,
  189. 0});
  190. //
  191. // btnConfirm
  192. //
  193. this.btnConfirm.Enabled = false;
  194. this.btnConfirm.Location = new System.Drawing.Point(156, 398);
  195. this.btnConfirm.Name = "btnConfirm";
  196. this.btnConfirm.Size = new System.Drawing.Size(90, 23);
  197. this.btnConfirm.TabIndex = 6;
  198. this.btnConfirm.Text = "Confirm";
  199. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  200. //
  201. // btnRemove
  202. //
  203. this.btnRemove.Enabled = false;
  204. this.btnRemove.Location = new System.Drawing.Point(224, 326);
  205. this.btnRemove.Name = "btnRemove";
  206. this.btnRemove.Size = new System.Drawing.Size(107, 23);
  207. this.btnRemove.TabIndex = 5;
  208. this.btnRemove.Text = "Remove Item";
  209. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  210. //
  211. // lstItems
  212. //
  213. this.lstItems.FormattingEnabled = true;
  214. this.lstItems.Location = new System.Drawing.Point(54, 146);
  215. this.lstItems.Name = "lstItems";
  216. this.lstItems.Size = new System.Drawing.Size(279, 173);
  217. this.lstItems.TabIndex = 4;
  218. //
  219. // btnAdd
  220. //
  221. this.btnAdd.Enabled = false;
  222. this.btnAdd.Location = new System.Drawing.Point(256, 77);
  223. this.btnAdd.Name = "btnAdd";
  224. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  225. this.btnAdd.TabIndex = 3;
  226. this.btnAdd.Text = "Add Item";
  227. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  228. //
  229. // txtUnitPrice
  230. //
  231. this.txtUnitPrice.Enabled = false;
  232. this.txtUnitPrice.Location = new System.Drawing.Point(205, 51);
  233. this.txtUnitPrice.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  234. this.txtUnitPrice.Name = "txtUnitPrice";
  235. this.txtUnitPrice.ReadOnly = true;
  236. this.txtUnitPrice.Size = new System.Drawing.Size(59, 20);
  237. this.txtUnitPrice.TabIndex = 1;
  238. //
  239. // cboItem
  240. //
  241. this.cboItem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  242. this.cboItem.FormattingEnabled = true;
  243. this.cboItem.Location = new System.Drawing.Point(53, 50);
  244. this.cboItem.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  245. this.cboItem.Name = "cboItem";
  246. this.cboItem.Size = new System.Drawing.Size(148, 21);
  247. this.cboItem.TabIndex = 0;
  248. this.cboItem.SelectedIndexChanged += new System.EventHandler(this.cboItem_SelectedIndexChanged);
  249. //
  250. // paneFinish
  251. //
  252. this.paneFinish.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253. this.paneFinish.Controls.Add(this.label3);
  254. this.paneFinish.Controls.Add(this.label2);
  255. this.paneFinish.Controls.Add(this.label1);
  256. this.paneFinish.Controls.Add(this.txtTotalAmount);
  257. this.paneFinish.Controls.Add(this.txtNumberItems);
  258. this.paneFinish.Controls.Add(this.paneData);
  259. this.paneFinish.Location = new System.Drawing.Point(93, 20);
  260. this.paneFinish.Name = "paneFinish";
  261. this.paneFinish.Size = new System.Drawing.Size(397, 458);
  262. this.paneFinish.TabIndex = 11;
  263. //
  264. // label3
  265. //
  266. this.label3.AutoSize = true;
  267. this.label3.Location = new System.Drawing.Point(9, 13);
  268. this.label3.Name = "label3";
  269. this.label3.Size = new System.Drawing.Size(42, 13);
  270. this.label3.TabIndex = 6;
  271. this.label3.Text = "Invoice";
  272. //
  273. // label2
  274. //
  275. this.label2.AutoSize = true;
  276. this.label2.Location = new System.Drawing.Point(209, 425);
  277. this.label2.Name = "label2";
  278. this.label2.Size = new System.Drawing.Size(72, 13);
  279. this.label2.TabIndex = 5;
  280. this.label2.Text = "Total amount:";
  281. this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
  282. //
  283. // label1
  284. //
  285. this.label1.AutoSize = true;
  286. this.label1.Location = new System.Drawing.Point(192, 398);
  287. this.label1.Name = "label1";
  288. this.label1.Size = new System.Drawing.Size(87, 13);
  289. this.label1.TabIndex = 4;
  290. this.label1.Text = "Number of Items:";
  291. this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  292. //
  293. // txtTotalAmount
  294. //
  295. this.txtTotalAmount.Location = new System.Drawing.Point(288, 422);
  296. this.txtTotalAmount.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
  297. this.txtTotalAmount.Name = "txtTotalAmount";
  298. this.txtTotalAmount.ReadOnly = true;
  299. this.txtTotalAmount.Size = new System.Drawing.Size(97, 20);
  300. this.txtTotalAmount.TabIndex = 3;
  301. //
  302. // txtNumberItems
  303. //
  304. this.txtNumberItems.Location = new System.Drawing.Point(288, 395);
  305. this.txtNumberItems.Margin = new System.Windows.Forms.Padding(2, 3, 3, 3);
  306. this.txtNumberItems.Name = "txtNumberItems";
  307. this.txtNumberItems.ReadOnly = true;
  308. this.txtNumberItems.Size = new System.Drawing.Size(98, 20);
  309. this.txtNumberItems.TabIndex = 2;
  310. //
  311. // paneData
  312. //
  313. this.paneData.Controls.Add(this.dataGridView1);
  314. this.paneData.Location = new System.Drawing.Point(9, 34);
  315. this.paneData.Name = "paneData";
  316. this.paneData.Size = new System.Drawing.Size(377, 354);
  317. this.paneData.TabIndex = 0;
  318. //
  319. // paneCreateOrder
  320. //
  321. this.paneCreateOrder.BackColor = System.Drawing.SystemColors.Window;
  322. this.paneCreateOrder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  323. this.paneCreateOrder.Controls.Add(this.pictureBox1);
  324. this.paneCreateOrder.Controls.Add(this.textBox1);
  325. this.paneCreateOrder.Controls.Add(this.label4);
  326. this.paneCreateOrder.Controls.Add(this.btnCreateOrder);
  327. this.paneCreateOrder.Location = new System.Drawing.Point(93, 20);
  328. this.paneCreateOrder.Name = "paneCreateOrder";
  329. this.paneCreateOrder.Size = new System.Drawing.Size(397, 458);
  330. this.paneCreateOrder.TabIndex = 6;
  331. //
  332. // pictureBox1
  333. //
  334. this.pictureBox1.Image = global::Properties.Resources.imgShoppingCart;
  335. this.pictureBox1.ImageLocation = "";
  336. this.pictureBox1.InitialImage = global::Properties.Resources.imgShoppingCart;
  337. this.pictureBox1.Location = new System.Drawing.Point(102, 45);
  338. this.pictureBox1.Name = "pictureBox1";
  339. this.pictureBox1.Size = new System.Drawing.Size(202, 225);
  340. this.pictureBox1.TabIndex = 1;
  341. this.pictureBox1.TabStop = false;
  342. //
  343. // textBox1
  344. //
  345. this.textBox1.BackColor = System.Drawing.SystemColors.Window;
  346. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  347. this.textBox1.Location = new System.Drawing.Point(33, 293);
  348. this.textBox1.Multiline = true;
  349. this.textBox1.Name = "textBox1";
  350. this.textBox1.ReadOnly = true;
  351. this.textBox1.Size = new System.Drawing.Size(333, 115);
  352. this.textBox1.TabIndex = 3;
  353. this.textBox1.Text = resources.GetString("textBox1.Text");
  354. //
  355. // label4
  356. //
  357. this.label4.AutoSize = true;
  358. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  359. this.label4.Location = new System.Drawing.Point(115, 13);
  360. this.label4.Name = "label4";
  361. this.label4.Size = new System.Drawing.Size(182, 24);
  362. this.label4.TabIndex = 2;
  363. this.label4.Text = "Shopping Cart Client";
  364. //
  365. // btnCreateOrder
  366. //
  367. this.btnCreateOrder.BackColor = System.Drawing.SystemColors.ButtonFace;
  368. this.btnCreateOrder.Location = new System.Drawing.Point(156, 414);
  369. this.btnCreateOrder.Name = "btnCreateOrder";
  370. this.btnCreateOrder.Size = new System.Drawing.Size(90, 23);
  371. this.btnCreateOrder.TabIndex = 0;
  372. this.btnCreateOrder.Text = "Create Order";
  373. this.btnCreateOrder.UseVisualStyleBackColor = false;
  374. this.btnCreateOrder.Click += new System.EventHandler(this.btnCreateOrder_Click);
  375. //
  376. // txtLabelFinish
  377. //
  378. this.txtLabelFinish.BackColor = System.Drawing.Color.LightSteelBlue;
  379. this.txtLabelFinish.BorderStyle = System.Windows.Forms.BorderStyle.None;
  380. this.txtLabelFinish.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  381. this.txtLabelFinish.ForeColor = System.Drawing.Color.White;
  382. this.txtLabelFinish.Location = new System.Drawing.Point(7, 120);
  383. this.txtLabelFinish.Multiline = true;
  384. this.txtLabelFinish.Name = "txtLabelFinish";
  385. this.txtLabelFinish.ReadOnly = true;
  386. this.txtLabelFinish.Size = new System.Drawing.Size(87, 32);
  387. this.txtLabelFinish.TabIndex = 9;
  388. this.txtLabelFinish.Text = "Finish";
  389. //
  390. // txtLabelShop
  391. //
  392. this.txtLabelShop.BackColor = System.Drawing.Color.LightSteelBlue;
  393. this.txtLabelShop.BorderStyle = System.Windows.Forms.BorderStyle.None;
  394. this.txtLabelShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  395. this.txtLabelShop.ForeColor = System.Drawing.Color.White;
  396. this.txtLabelShop.Location = new System.Drawing.Point(7, 79);
  397. this.txtLabelShop.Multiline = true;
  398. this.txtLabelShop.Name = "txtLabelShop";
  399. this.txtLabelShop.ReadOnly = true;
  400. this.txtLabelShop.Size = new System.Drawing.Size(87, 32);
  401. this.txtLabelShop.TabIndex = 8;
  402. this.txtLabelShop.Text = "Shop";
  403. //
  404. // txtLabelCreateOrder
  405. //
  406. this.txtLabelCreateOrder.BackColor = System.Drawing.Color.RoyalBlue;
  407. this.txtLabelCreateOrder.BorderStyle = System.Windows.Forms.BorderStyle.None;
  408. this.txtLabelCreateOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  409. this.txtLabelCreateOrder.ForeColor = System.Drawing.Color.White;
  410. this.txtLabelCreateOrder.Location = new System.Drawing.Point(7, 20);
  411. this.txtLabelCreateOrder.Multiline = true;
  412. this.txtLabelCreateOrder.Name = "txtLabelCreateOrder";
  413. this.txtLabelCreateOrder.ReadOnly = true;
  414. this.txtLabelCreateOrder.Size = new System.Drawing.Size(87, 52);
  415. this.txtLabelCreateOrder.TabIndex = 7;
  416. this.txtLabelCreateOrder.Text = "Create Order";
  417. //
  418. // tabTrace
  419. //
  420. this.tabTrace.Controls.Add(this.txtLog);
  421. this.tabTrace.Controls.Add(this.label10);
  422. this.tabTrace.Controls.Add(this.label9);
  423. this.tabTrace.Controls.Add(this.txtConversationHandle);
  424. this.tabTrace.Location = new System.Drawing.Point(4, 22);
  425. this.tabTrace.Name = "tabTrace";
  426. this.tabTrace.Padding = new System.Windows.Forms.Padding(3);
  427. this.tabTrace.Size = new System.Drawing.Size(497, 498);
  428. this.tabTrace.TabIndex = 1;
  429. this.tabTrace.Text = "Service Broker Trace";
  430. //
  431. // txtLog
  432. //
  433. this.txtLog.Location = new System.Drawing.Point(8, 66);
  434. this.txtLog.Multiline = true;
  435. this.txtLog.Name = "txtLog";
  436. this.txtLog.ReadOnly = true;
  437. this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  438. this.txtLog.Size = new System.Drawing.Size(483, 426);
  439. this.txtLog.TabIndex = 17;
  440. //
  441. // label10
  442. //
  443. this.label10.AutoSize = true;
  444. this.label10.Location = new System.Drawing.Point(8, 45);
  445. this.label10.Name = "label10";
  446. this.label10.Size = new System.Drawing.Size(231, 13);
  447. this.label10.TabIndex = 16;
  448. this.label10.Text = "Messages sent or received on the conversation";
  449. //
  450. // label9
  451. //
  452. this.label9.AutoSize = true;
  453. this.label9.Location = new System.Drawing.Point(87, 16);
  454. this.label9.Name = "label9";
  455. this.label9.Size = new System.Drawing.Size(109, 13);
  456. this.label9.TabIndex = 15;
  457. this.label9.Text = "Conversation Handle:";
  458. //
  459. // txtConversationHandle
  460. //
  461. this.txtConversationHandle.Location = new System.Drawing.Point(207, 13);
  462. this.txtConversationHandle.Multiline = true;
  463. this.txtConversationHandle.Name = "txtConversationHandle";
  464. this.txtConversationHandle.ReadOnly = true;
  465. this.txtConversationHandle.Size = new System.Drawing.Size(279, 21);
  466. this.txtConversationHandle.TabIndex = 12;
  467. //
  468. // frmMain
  469. //
  470. this.ClientSize = new System.Drawing.Size(504, 526);
  471. this.Controls.Add(this.tabControl);
  472. this.Name = "frmMain";
  473. this.Text = "Shopping Cart Client Sample";
  474. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
  475. this.Load += new System.EventHandler(this.frmMain_Load);
  476. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  477. this.tabControl.ResumeLayout(false);
  478. this.tabApplication.ResumeLayout(false);
  479. this.tabApplication.PerformLayout();
  480. this.paneShop.ResumeLayout(false);
  481. this.paneShop.PerformLayout();
  482. ((System.ComponentModel.ISupportInitialize)(this.nudQuantity)).EndInit();
  483. this.paneFinish.ResumeLayout(false);
  484. this.paneFinish.PerformLayout();
  485. this.paneData.ResumeLayout(false);
  486. this.paneCreateOrder.ResumeLayout(false);
  487. this.paneCreateOrder.PerformLayout();
  488. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  489. this.tabTrace.ResumeLayout(false);
  490. this.tabTrace.PerformLayout();
  491. this.ResumeLayout(false);
  492. }
  493. #endregion
  494. private System.Windows.Forms.DataGridView dataGridView1;
  495. private System.Windows.Forms.TabControl tabControl;
  496. private System.Windows.Forms.TabPage tabApplication;
  497. private System.Windows.Forms.TextBox txtLabelFinish;
  498. private System.Windows.Forms.TextBox txtLabelShop;
  499. private System.Windows.Forms.TextBox txtLabelCreateOrder;
  500. private System.Windows.Forms.Panel paneCreateOrder;
  501. private System.Windows.Forms.PictureBox pictureBox1;
  502. private System.Windows.Forms.Button btnCreateOrder;
  503. private System.Windows.Forms.Panel paneShop;
  504. private System.Windows.Forms.NumericUpDown nudQuantity;
  505. private System.Windows.Forms.Button btnConfirm;
  506. private System.Windows.Forms.Button btnRemove;
  507. private System.Windows.Forms.ListBox lstItems;
  508. private System.Windows.Forms.Button btnAdd;
  509. private System.Windows.Forms.TextBox txtUnitPrice;
  510. private System.Windows.Forms.ComboBox cboItem;
  511. private System.Windows.Forms.Panel paneFinish;
  512. private System.Windows.Forms.TextBox txtTotalAmount;
  513. private System.Windows.Forms.TextBox txtNumberItems;
  514. private System.Windows.Forms.Panel paneData;
  515. private System.Windows.Forms.TabPage tabTrace;
  516. private System.Windows.Forms.TextBox txtConversationHandle;
  517. private System.Windows.Forms.TextBox textBox1;
  518. private System.Windows.Forms.Label label4;
  519. private System.Windows.Forms.Label label3;
  520. private System.Windows.Forms.Label label2;
  521. private System.Windows.Forms.Label label1;
  522. private System.Windows.Forms.Label label8;
  523. private System.Windows.Forms.Label label7;
  524. private System.Windows.Forms.Label label6;
  525. private System.Windows.Forms.Label label5;
  526. private System.Windows.Forms.Label label10;
  527. private System.Windows.Forms.Label label9;
  528. private System.Windows.Forms.TextBox txtLog;
  529. }
  530. }