FormMain.Designer.cs 20 KB

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