FormBatch.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class FormBatch
  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. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBatch));
  29. pictureBox1 = new PictureBox();
  30. panel1 = new Panel();
  31. splitContainer1 = new SplitContainer();
  32. tbOutputDir = new TextBox();
  33. label3 = new Label();
  34. tbSourceDir = new TextBox();
  35. label2 = new Label();
  36. tbOrdersSourceFile = new TextBox();
  37. label1 = new Label();
  38. butOutputDir = new Button();
  39. butOpenSource = new Button();
  40. butOpenOrdersFile = new Button();
  41. panel2 = new Panel();
  42. ssMain = new StatusStrip();
  43. ssProgress = new ToolStripProgressBar();
  44. tspOrdersCount = new ToolStripStatusLabel();
  45. tsbFiles = new ToolStripStatusLabel();
  46. tsbSources = new ToolStripStatusLabel();
  47. tsbNotFound = new ToolStripStatusLabel();
  48. panel3 = new Panel();
  49. splitContainer2 = new SplitContainer();
  50. tsMain = new ToolStrip();
  51. tsbCheck = new ToolStripButton();
  52. tsbDo = new ToolStripButton();
  53. tsbProtocol = new ToolStripButton();
  54. toolStripSeparator1 = new ToolStripSeparator();
  55. tsbAddSourceDir = new ToolStripButton();
  56. toolStripSeparator2 = new ToolStripSeparator();
  57. tsbSettings = new ToolStripButton();
  58. splitContainer3 = new SplitContainer();
  59. lbLog = new ListBox();
  60. lbNotMapped = new ListBox();
  61. toolStrip1 = new ToolStrip();
  62. toolStripLabel1 = new ToolStripLabel();
  63. dlgOpenFile = new OpenFileDialog();
  64. dlgOpenDir = new FolderBrowserDialog();
  65. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  66. panel1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
  68. splitContainer1.Panel1.SuspendLayout();
  69. splitContainer1.Panel2.SuspendLayout();
  70. splitContainer1.SuspendLayout();
  71. panel2.SuspendLayout();
  72. ssMain.SuspendLayout();
  73. panel3.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
  75. splitContainer2.Panel1.SuspendLayout();
  76. splitContainer2.Panel2.SuspendLayout();
  77. splitContainer2.SuspendLayout();
  78. tsMain.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit();
  80. splitContainer3.Panel1.SuspendLayout();
  81. splitContainer3.Panel2.SuspendLayout();
  82. splitContainer3.SuspendLayout();
  83. toolStrip1.SuspendLayout();
  84. SuspendLayout();
  85. //
  86. // pictureBox1
  87. //
  88. pictureBox1.Image = Properties.Resources.logo;
  89. pictureBox1.Location = new Point(18, 25);
  90. pictureBox1.Margin = new Padding(3, 2, 3, 2);
  91. pictureBox1.Name = "pictureBox1";
  92. pictureBox1.Size = new Size(183, 112);
  93. pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
  94. pictureBox1.TabIndex = 0;
  95. pictureBox1.TabStop = false;
  96. //
  97. // panel1
  98. //
  99. panel1.Controls.Add(splitContainer1);
  100. panel1.Controls.Add(panel2);
  101. panel1.Dock = DockStyle.Top;
  102. panel1.Location = new Point(0, 0);
  103. panel1.Margin = new Padding(3, 2, 3, 2);
  104. panel1.Name = "panel1";
  105. panel1.Size = new Size(838, 161);
  106. panel1.TabIndex = 1;
  107. //
  108. // splitContainer1
  109. //
  110. splitContainer1.Dock = DockStyle.Fill;
  111. splitContainer1.Location = new Point(219, 0);
  112. splitContainer1.Margin = new Padding(3, 2, 3, 2);
  113. splitContainer1.Name = "splitContainer1";
  114. //
  115. // splitContainer1.Panel1
  116. //
  117. splitContainer1.Panel1.Controls.Add(tbOutputDir);
  118. splitContainer1.Panel1.Controls.Add(label3);
  119. splitContainer1.Panel1.Controls.Add(tbSourceDir);
  120. splitContainer1.Panel1.Controls.Add(label2);
  121. splitContainer1.Panel1.Controls.Add(tbOrdersSourceFile);
  122. splitContainer1.Panel1.Controls.Add(label1);
  123. //
  124. // splitContainer1.Panel2
  125. //
  126. splitContainer1.Panel2.Controls.Add(butOutputDir);
  127. splitContainer1.Panel2.Controls.Add(butOpenSource);
  128. splitContainer1.Panel2.Controls.Add(butOpenOrdersFile);
  129. splitContainer1.Size = new Size(619, 161);
  130. splitContainer1.SplitterDistance = 539;
  131. splitContainer1.TabIndex = 1;
  132. //
  133. // tbOutputDir
  134. //
  135. tbOutputDir.Location = new Point(6, 123);
  136. tbOutputDir.Margin = new Padding(3, 2, 3, 2);
  137. tbOutputDir.Name = "tbOutputDir";
  138. tbOutputDir.ReadOnly = true;
  139. tbOutputDir.Size = new Size(388, 23);
  140. tbOutputDir.TabIndex = 5;
  141. //
  142. // label3
  143. //
  144. label3.AutoSize = true;
  145. label3.Location = new Point(6, 105);
  146. label3.Name = "label3";
  147. label3.Size = new Size(85, 15);
  148. label3.TabIndex = 4;
  149. label3.Text = "Složka výstupu";
  150. //
  151. // tbSourceDir
  152. //
  153. tbSourceDir.Location = new Point(6, 80);
  154. tbSourceDir.Margin = new Padding(3, 2, 3, 2);
  155. tbSourceDir.Name = "tbSourceDir";
  156. tbSourceDir.ReadOnly = true;
  157. tbSourceDir.Size = new Size(388, 23);
  158. tbSourceDir.TabIndex = 3;
  159. //
  160. // label2
  161. //
  162. label2.AutoSize = true;
  163. label2.Location = new Point(6, 63);
  164. label2.Name = "label2";
  165. label2.Size = new Size(153, 15);
  166. label2.TabIndex = 2;
  167. label2.Text = "Složka zdrojových forografií";
  168. //
  169. // tbOrdersSourceFile
  170. //
  171. tbOrdersSourceFile.Location = new Point(6, 38);
  172. tbOrdersSourceFile.Margin = new Padding(3, 2, 3, 2);
  173. tbOrdersSourceFile.Name = "tbOrdersSourceFile";
  174. tbOrdersSourceFile.ReadOnly = true;
  175. tbOrdersSourceFile.Size = new Size(388, 23);
  176. tbOrdersSourceFile.TabIndex = 1;
  177. //
  178. // label1
  179. //
  180. label1.AutoSize = true;
  181. label1.Location = new Point(6, 21);
  182. label1.Name = "label1";
  183. label1.Size = new Size(138, 15);
  184. label1.TabIndex = 0;
  185. label1.Text = "Soubor objenávek (*.csv)";
  186. //
  187. // butOutputDir
  188. //
  189. butOutputDir.Location = new Point(9, 120);
  190. butOutputDir.Margin = new Padding(3, 2, 3, 2);
  191. butOutputDir.Name = "butOutputDir";
  192. butOutputDir.Size = new Size(38, 26);
  193. butOutputDir.TabIndex = 2;
  194. butOutputDir.Text = ",,,";
  195. butOutputDir.UseVisualStyleBackColor = true;
  196. butOutputDir.Click += butOutputDir_Click;
  197. //
  198. // butOpenSource
  199. //
  200. butOpenSource.Location = new Point(9, 80);
  201. butOpenSource.Margin = new Padding(3, 2, 3, 2);
  202. butOpenSource.Name = "butOpenSource";
  203. butOpenSource.Size = new Size(38, 23);
  204. butOpenSource.TabIndex = 1;
  205. butOpenSource.Text = ",,,";
  206. butOpenSource.UseVisualStyleBackColor = true;
  207. butOpenSource.Click += butOpenSource_Click;
  208. //
  209. // butOpenOrdersFile
  210. //
  211. butOpenOrdersFile.Location = new Point(9, 38);
  212. butOpenOrdersFile.Margin = new Padding(3, 2, 3, 2);
  213. butOpenOrdersFile.Name = "butOpenOrdersFile";
  214. butOpenOrdersFile.Size = new Size(38, 23);
  215. butOpenOrdersFile.TabIndex = 0;
  216. butOpenOrdersFile.Text = ",,,";
  217. butOpenOrdersFile.UseVisualStyleBackColor = true;
  218. butOpenOrdersFile.Click += butOpenOrdersFile_Click;
  219. //
  220. // panel2
  221. //
  222. panel2.Controls.Add(pictureBox1);
  223. panel2.Dock = DockStyle.Left;
  224. panel2.Location = new Point(0, 0);
  225. panel2.Margin = new Padding(3, 2, 3, 2);
  226. panel2.Name = "panel2";
  227. panel2.Size = new Size(219, 161);
  228. panel2.TabIndex = 0;
  229. //
  230. // ssMain
  231. //
  232. ssMain.ImageScalingSize = new Size(20, 20);
  233. ssMain.Items.AddRange(new ToolStripItem[] { ssProgress, tspOrdersCount, tsbFiles, tsbSources, tsbNotFound });
  234. ssMain.Location = new Point(0, 356);
  235. ssMain.Name = "ssMain";
  236. ssMain.Padding = new Padding(1, 0, 12, 0);
  237. ssMain.Size = new Size(838, 22);
  238. ssMain.TabIndex = 2;
  239. ssMain.Text = "statusStrip1";
  240. //
  241. // ssProgress
  242. //
  243. ssProgress.Name = "ssProgress";
  244. ssProgress.Size = new Size(88, 16);
  245. //
  246. // tspOrdersCount
  247. //
  248. tspOrdersCount.Name = "tspOrdersCount";
  249. tspOrdersCount.Size = new Size(73, 17);
  250. tspOrdersCount.Text = "Objednávek:";
  251. //
  252. // tsbFiles
  253. //
  254. tsbFiles.Name = "tsbFiles";
  255. tsbFiles.Size = new Size(55, 17);
  256. tsbFiles.Text = "Souborů:";
  257. //
  258. // tsbSources
  259. //
  260. tsbSources.Name = "tsbSources";
  261. tsbSources.Size = new Size(45, 17);
  262. tsbSources.Text = "Zdrojů:";
  263. //
  264. // tsbNotFound
  265. //
  266. tsbNotFound.BackColor = Color.LightCoral;
  267. tsbNotFound.Name = "tsbNotFound";
  268. tsbNotFound.Size = new Size(72, 17);
  269. tsbNotFound.Text = "Nenalezeno:";
  270. //
  271. // panel3
  272. //
  273. panel3.Controls.Add(splitContainer2);
  274. panel3.Dock = DockStyle.Fill;
  275. panel3.Location = new Point(0, 161);
  276. panel3.Margin = new Padding(3, 2, 3, 2);
  277. panel3.Name = "panel3";
  278. panel3.Size = new Size(838, 195);
  279. panel3.TabIndex = 3;
  280. //
  281. // splitContainer2
  282. //
  283. splitContainer2.Dock = DockStyle.Fill;
  284. splitContainer2.Location = new Point(0, 0);
  285. splitContainer2.Margin = new Padding(3, 2, 3, 2);
  286. splitContainer2.Name = "splitContainer2";
  287. splitContainer2.Orientation = Orientation.Horizontal;
  288. //
  289. // splitContainer2.Panel1
  290. //
  291. splitContainer2.Panel1.Controls.Add(tsMain);
  292. //
  293. // splitContainer2.Panel2
  294. //
  295. splitContainer2.Panel2.Controls.Add(splitContainer3);
  296. splitContainer2.Size = new Size(838, 195);
  297. splitContainer2.SplitterDistance = 30;
  298. splitContainer2.SplitterWidth = 3;
  299. splitContainer2.TabIndex = 0;
  300. //
  301. // tsMain
  302. //
  303. tsMain.Dock = DockStyle.None;
  304. tsMain.ImageScalingSize = new Size(20, 20);
  305. tsMain.Items.AddRange(new ToolStripItem[] { tsbCheck, tsbDo, tsbProtocol, toolStripSeparator1, tsbAddSourceDir, toolStripSeparator2, tsbSettings });
  306. tsMain.Location = new Point(0, 0);
  307. tsMain.Name = "tsMain";
  308. tsMain.Size = new Size(350, 25);
  309. tsMain.TabIndex = 0;
  310. tsMain.Text = "toolStrip1";
  311. //
  312. // tsbCheck
  313. //
  314. tsbCheck.BackColor = Color.GreenYellow;
  315. tsbCheck.DisplayStyle = ToolStripItemDisplayStyle.Text;
  316. tsbCheck.Image = (Image)resources.GetObject("tsbCheck.Image");
  317. tsbCheck.ImageTransparentColor = Color.Magenta;
  318. tsbCheck.Name = "tsbCheck";
  319. tsbCheck.Size = new Size(68, 22);
  320. tsbCheck.Text = "1. Kontrola";
  321. tsbCheck.Click += tsbCheck_Click;
  322. //
  323. // tsbDo
  324. //
  325. tsbDo.BackColor = Color.MistyRose;
  326. tsbDo.DisplayStyle = ToolStripItemDisplayStyle.Text;
  327. tsbDo.Image = (Image)resources.GetObject("tsbDo.Image");
  328. tsbDo.ImageTransparentColor = Color.Magenta;
  329. tsbDo.Name = "tsbDo";
  330. tsbDo.Size = new Size(53, 22);
  331. tsbDo.Text = "2. Spusť";
  332. tsbDo.Click += tsbDo_Click;
  333. //
  334. // tsbProtocol
  335. //
  336. tsbProtocol.BackColor = Color.PaleTurquoise;
  337. tsbProtocol.DisplayStyle = ToolStripItemDisplayStyle.Text;
  338. tsbProtocol.Image = (Image)resources.GetObject("tsbProtocol.Image");
  339. tsbProtocol.ImageTransparentColor = Color.Magenta;
  340. tsbProtocol.Name = "tsbProtocol";
  341. tsbProtocol.Size = new Size(65, 22);
  342. tsbProtocol.Text = "3.Protokol";
  343. tsbProtocol.Click += tsbProtocol_Click;
  344. //
  345. // toolStripSeparator1
  346. //
  347. toolStripSeparator1.Name = "toolStripSeparator1";
  348. toolStripSeparator1.Size = new Size(6, 25);
  349. //
  350. // tsbAddSourceDir
  351. //
  352. tsbAddSourceDir.DisplayStyle = ToolStripItemDisplayStyle.Text;
  353. tsbAddSourceDir.Image = (Image)resources.GetObject("tsbAddSourceDir.Image");
  354. tsbAddSourceDir.ImageTransparentColor = Color.Magenta;
  355. tsbAddSourceDir.Name = "tsbAddSourceDir";
  356. tsbAddSourceDir.Size = new Size(77, 22);
  357. tsbAddSourceDir.Text = "Přidej složku";
  358. tsbAddSourceDir.Click += tsbAddSourceDir_Click;
  359. //
  360. // toolStripSeparator2
  361. //
  362. toolStripSeparator2.Name = "toolStripSeparator2";
  363. toolStripSeparator2.Size = new Size(6, 25);
  364. //
  365. // tsbSettings
  366. //
  367. tsbSettings.BackColor = Color.AliceBlue;
  368. tsbSettings.DisplayStyle = ToolStripItemDisplayStyle.Text;
  369. tsbSettings.Image = (Image)resources.GetObject("tsbSettings.Image");
  370. tsbSettings.ImageTransparentColor = Color.Magenta;
  371. tsbSettings.Name = "tsbSettings";
  372. tsbSettings.Size = new Size(63, 22);
  373. tsbSettings.Text = "Nastavení";
  374. tsbSettings.Click += tsbSettings_Click;
  375. //
  376. // splitContainer3
  377. //
  378. splitContainer3.Dock = DockStyle.Fill;
  379. splitContainer3.Location = new Point(0, 0);
  380. splitContainer3.Margin = new Padding(3, 2, 3, 2);
  381. splitContainer3.Name = "splitContainer3";
  382. //
  383. // splitContainer3.Panel1
  384. //
  385. splitContainer3.Panel1.Controls.Add(lbLog);
  386. //
  387. // splitContainer3.Panel2
  388. //
  389. splitContainer3.Panel2.Controls.Add(lbNotMapped);
  390. splitContainer3.Panel2.Controls.Add(toolStrip1);
  391. splitContainer3.Size = new Size(838, 162);
  392. splitContainer3.SplitterDistance = 554;
  393. splitContainer3.TabIndex = 1;
  394. //
  395. // lbLog
  396. //
  397. lbLog.Dock = DockStyle.Fill;
  398. lbLog.FormattingEnabled = true;
  399. lbLog.ItemHeight = 15;
  400. lbLog.Location = new Point(0, 0);
  401. lbLog.Margin = new Padding(3, 2, 3, 2);
  402. lbLog.Name = "lbLog";
  403. lbLog.Size = new Size(554, 162);
  404. lbLog.TabIndex = 0;
  405. //
  406. // lbNotMapped
  407. //
  408. lbNotMapped.Dock = DockStyle.Fill;
  409. lbNotMapped.FormattingEnabled = true;
  410. lbNotMapped.HorizontalScrollbar = true;
  411. lbNotMapped.ItemHeight = 15;
  412. lbNotMapped.Location = new Point(0, 25);
  413. lbNotMapped.Margin = new Padding(3, 2, 3, 2);
  414. lbNotMapped.Name = "lbNotMapped";
  415. lbNotMapped.ScrollAlwaysVisible = true;
  416. lbNotMapped.Size = new Size(280, 137);
  417. lbNotMapped.TabIndex = 1;
  418. lbNotMapped.MouseDoubleClick += lbNotMapped_MouseDoubleClick;
  419. //
  420. // toolStrip1
  421. //
  422. toolStrip1.ImageScalingSize = new Size(20, 20);
  423. toolStrip1.Items.AddRange(new ToolStripItem[] { toolStripLabel1 });
  424. toolStrip1.Location = new Point(0, 0);
  425. toolStrip1.Name = "toolStrip1";
  426. toolStrip1.Size = new Size(280, 25);
  427. toolStrip1.TabIndex = 0;
  428. toolStrip1.Text = "toolStrip1";
  429. //
  430. // toolStripLabel1
  431. //
  432. toolStripLabel1.Name = "toolStripLabel1";
  433. toolStripLabel1.Size = new Size(114, 22);
  434. toolStripLabel1.Text = "Nepřiřazené položky";
  435. //
  436. // dlgOpenFile
  437. //
  438. dlgOpenFile.DefaultExt = "*.csv";
  439. dlgOpenFile.Filter = "CSV files|*.csv";
  440. //
  441. // FormBatch
  442. //
  443. AutoScaleDimensions = new SizeF(7F, 15F);
  444. AutoScaleMode = AutoScaleMode.Font;
  445. ClientSize = new Size(838, 378);
  446. Controls.Add(panel3);
  447. Controls.Add(ssMain);
  448. Controls.Add(panel1);
  449. Icon = (Icon)resources.GetObject("$this.Icon");
  450. Margin = new Padding(3, 2, 3, 2);
  451. Name = "FormBatch";
  452. Text = "Form1";
  453. Load += FormMain_Load;
  454. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  455. panel1.ResumeLayout(false);
  456. splitContainer1.Panel1.ResumeLayout(false);
  457. splitContainer1.Panel1.PerformLayout();
  458. splitContainer1.Panel2.ResumeLayout(false);
  459. ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
  460. splitContainer1.ResumeLayout(false);
  461. panel2.ResumeLayout(false);
  462. ssMain.ResumeLayout(false);
  463. ssMain.PerformLayout();
  464. panel3.ResumeLayout(false);
  465. splitContainer2.Panel1.ResumeLayout(false);
  466. splitContainer2.Panel1.PerformLayout();
  467. splitContainer2.Panel2.ResumeLayout(false);
  468. ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
  469. splitContainer2.ResumeLayout(false);
  470. tsMain.ResumeLayout(false);
  471. tsMain.PerformLayout();
  472. splitContainer3.Panel1.ResumeLayout(false);
  473. splitContainer3.Panel2.ResumeLayout(false);
  474. splitContainer3.Panel2.PerformLayout();
  475. ((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit();
  476. splitContainer3.ResumeLayout(false);
  477. toolStrip1.ResumeLayout(false);
  478. toolStrip1.PerformLayout();
  479. ResumeLayout(false);
  480. PerformLayout();
  481. }
  482. #endregion
  483. private PictureBox pictureBox1;
  484. private Panel panel1;
  485. private SplitContainer splitContainer1;
  486. private TextBox tbSourceDir;
  487. private Label label2;
  488. private TextBox tbOrdersSourceFile;
  489. private Label label1;
  490. private Button butOpenSource;
  491. private Button butOpenOrdersFile;
  492. private Panel panel2;
  493. private StatusStrip ssMain;
  494. private Panel panel3;
  495. private SplitContainer splitContainer2;
  496. private ToolStrip tsMain;
  497. private ListBox lbLog;
  498. private ToolStripProgressBar ssProgress;
  499. private ToolStripStatusLabel tspOrdersCount;
  500. private ToolStripStatusLabel tsbFiles;
  501. private ToolStripStatusLabel tsbSources;
  502. private ToolStripStatusLabel tsbNotFound;
  503. private ToolStripButton tsbCheck;
  504. private ToolStripButton tsbDo;
  505. private OpenFileDialog dlgOpenFile;
  506. private FolderBrowserDialog dlgOpenDir;
  507. private ToolStripSeparator toolStripSeparator1;
  508. private ToolStripButton tsbAddSourceDir;
  509. private TextBox tbOutputDir;
  510. private Label label3;
  511. private Button butOutputDir;
  512. private SplitContainer splitContainer3;
  513. private ToolStrip toolStrip1;
  514. private ToolStripLabel toolStripLabel1;
  515. private ListBox lbNotMapped;
  516. private ToolStripSeparator toolStripSeparator2;
  517. private ToolStripButton tsbSettings;
  518. private ToolStripButton tsbProtocol;
  519. }
  520. }