FormMain.Designer.cs 20 KB

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