|
|
@@ -0,0 +1,490 @@
|
|
|
+namespace qdr.app.studiou.orders2printpack
|
|
|
+{
|
|
|
+ partial class FormMain
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
|
|
+ pictureBox1 = new PictureBox();
|
|
|
+ panel1 = new Panel();
|
|
|
+ splitContainer1 = new SplitContainer();
|
|
|
+ tbOutputDir = new TextBox();
|
|
|
+ label3 = new Label();
|
|
|
+ tbSourceDir = new TextBox();
|
|
|
+ label2 = new Label();
|
|
|
+ tbOrdersSourceFile = new TextBox();
|
|
|
+ label1 = new Label();
|
|
|
+ butOutputDir = new Button();
|
|
|
+ butOpenSource = new Button();
|
|
|
+ butOpenOrdersFile = new Button();
|
|
|
+ panel2 = new Panel();
|
|
|
+ ssMain = new StatusStrip();
|
|
|
+ ssProgress = new ToolStripProgressBar();
|
|
|
+ tspOrdersCount = new ToolStripStatusLabel();
|
|
|
+ tsbFiles = new ToolStripStatusLabel();
|
|
|
+ tsbSources = new ToolStripStatusLabel();
|
|
|
+ tsbNotFound = new ToolStripStatusLabel();
|
|
|
+ panel3 = new Panel();
|
|
|
+ splitContainer2 = new SplitContainer();
|
|
|
+ tsMain = new ToolStrip();
|
|
|
+ tsbCheck = new ToolStripButton();
|
|
|
+ tsbDo = new ToolStripButton();
|
|
|
+ toolStripSeparator1 = new ToolStripSeparator();
|
|
|
+ tsbAddSourceDir = new ToolStripButton();
|
|
|
+ toolStripSeparator2 = new ToolStripSeparator();
|
|
|
+ tsbSettings = new ToolStripButton();
|
|
|
+ splitContainer3 = new SplitContainer();
|
|
|
+ lbLog = new ListBox();
|
|
|
+ lbNotMapped = new ListBox();
|
|
|
+ toolStrip1 = new ToolStrip();
|
|
|
+ toolStripLabel1 = new ToolStripLabel();
|
|
|
+ dlgOpenFile = new OpenFileDialog();
|
|
|
+ dlgOpenDir = new FolderBrowserDialog();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
|
|
|
+ panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
|
|
+ splitContainer1.Panel1.SuspendLayout();
|
|
|
+ splitContainer1.Panel2.SuspendLayout();
|
|
|
+ splitContainer1.SuspendLayout();
|
|
|
+ panel2.SuspendLayout();
|
|
|
+ ssMain.SuspendLayout();
|
|
|
+ panel3.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
|
|
|
+ splitContainer2.Panel1.SuspendLayout();
|
|
|
+ splitContainer2.Panel2.SuspendLayout();
|
|
|
+ splitContainer2.SuspendLayout();
|
|
|
+ tsMain.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit();
|
|
|
+ splitContainer3.Panel1.SuspendLayout();
|
|
|
+ splitContainer3.Panel2.SuspendLayout();
|
|
|
+ splitContainer3.SuspendLayout();
|
|
|
+ toolStrip1.SuspendLayout();
|
|
|
+ SuspendLayout();
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ pictureBox1.Image = Properties.Resources.logo;
|
|
|
+ pictureBox1.Location = new Point(21, 33);
|
|
|
+ pictureBox1.Name = "pictureBox1";
|
|
|
+ pictureBox1.Size = new Size(209, 112);
|
|
|
+ pictureBox1.TabIndex = 0;
|
|
|
+ pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ panel1.Controls.Add(splitContainer1);
|
|
|
+ panel1.Controls.Add(panel2);
|
|
|
+ panel1.Dock = DockStyle.Top;
|
|
|
+ panel1.Location = new Point(0, 0);
|
|
|
+ panel1.Name = "panel1";
|
|
|
+ panel1.Size = new Size(895, 173);
|
|
|
+ panel1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // splitContainer1
|
|
|
+ //
|
|
|
+ splitContainer1.Dock = DockStyle.Fill;
|
|
|
+ splitContainer1.Location = new Point(250, 0);
|
|
|
+ splitContainer1.Name = "splitContainer1";
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel1
|
|
|
+ //
|
|
|
+ splitContainer1.Panel1.Controls.Add(tbOutputDir);
|
|
|
+ splitContainer1.Panel1.Controls.Add(label3);
|
|
|
+ splitContainer1.Panel1.Controls.Add(tbSourceDir);
|
|
|
+ splitContainer1.Panel1.Controls.Add(label2);
|
|
|
+ splitContainer1.Panel1.Controls.Add(tbOrdersSourceFile);
|
|
|
+ splitContainer1.Panel1.Controls.Add(label1);
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel2
|
|
|
+ //
|
|
|
+ splitContainer1.Panel2.Controls.Add(butOutputDir);
|
|
|
+ splitContainer1.Panel2.Controls.Add(butOpenSource);
|
|
|
+ splitContainer1.Panel2.Controls.Add(butOpenOrdersFile);
|
|
|
+ splitContainer1.Size = new Size(645, 173);
|
|
|
+ splitContainer1.SplitterDistance = 562;
|
|
|
+ splitContainer1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // tbOutputDir
|
|
|
+ //
|
|
|
+ tbOutputDir.Location = new Point(11, 140);
|
|
|
+ tbOutputDir.Name = "tbOutputDir";
|
|
|
+ tbOutputDir.ReadOnly = true;
|
|
|
+ tbOutputDir.Size = new Size(443, 27);
|
|
|
+ tbOutputDir.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ label3.AutoSize = true;
|
|
|
+ label3.Location = new Point(11, 117);
|
|
|
+ label3.Name = "label3";
|
|
|
+ label3.Size = new Size(106, 20);
|
|
|
+ label3.TabIndex = 4;
|
|
|
+ label3.Text = "Složka výstupu";
|
|
|
+ //
|
|
|
+ // tbSourceDir
|
|
|
+ //
|
|
|
+ tbSourceDir.Location = new Point(11, 86);
|
|
|
+ tbSourceDir.Name = "tbSourceDir";
|
|
|
+ tbSourceDir.ReadOnly = true;
|
|
|
+ tbSourceDir.Size = new Size(443, 27);
|
|
|
+ tbSourceDir.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ label2.AutoSize = true;
|
|
|
+ label2.Location = new Point(11, 63);
|
|
|
+ label2.Name = "label2";
|
|
|
+ label2.Size = new Size(195, 20);
|
|
|
+ label2.TabIndex = 2;
|
|
|
+ label2.Text = "Složka zdrojových forografií";
|
|
|
+ //
|
|
|
+ // tbOrdersSourceFile
|
|
|
+ //
|
|
|
+ tbOrdersSourceFile.Location = new Point(11, 33);
|
|
|
+ tbOrdersSourceFile.Name = "tbOrdersSourceFile";
|
|
|
+ tbOrdersSourceFile.ReadOnly = true;
|
|
|
+ tbOrdersSourceFile.Size = new Size(443, 27);
|
|
|
+ tbOrdersSourceFile.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ label1.AutoSize = true;
|
|
|
+ label1.Location = new Point(11, 10);
|
|
|
+ label1.Name = "label1";
|
|
|
+ label1.Size = new Size(172, 20);
|
|
|
+ label1.TabIndex = 0;
|
|
|
+ label1.Text = "Soubor objenávek (*.csv)";
|
|
|
+ //
|
|
|
+ // butOutputDir
|
|
|
+ //
|
|
|
+ butOutputDir.Location = new Point(8, 140);
|
|
|
+ butOutputDir.Name = "butOutputDir";
|
|
|
+ butOutputDir.Size = new Size(43, 23);
|
|
|
+ butOutputDir.TabIndex = 2;
|
|
|
+ butOutputDir.Text = ",,,";
|
|
|
+ butOutputDir.UseVisualStyleBackColor = true;
|
|
|
+ butOutputDir.Click += butOutputDir_Click;
|
|
|
+ //
|
|
|
+ // butOpenSource
|
|
|
+ //
|
|
|
+ butOpenSource.Location = new Point(8, 88);
|
|
|
+ butOpenSource.Name = "butOpenSource";
|
|
|
+ butOpenSource.Size = new Size(43, 23);
|
|
|
+ butOpenSource.TabIndex = 1;
|
|
|
+ butOpenSource.Text = ",,,";
|
|
|
+ butOpenSource.UseVisualStyleBackColor = true;
|
|
|
+ butOpenSource.Click += butOpenSource_Click;
|
|
|
+ //
|
|
|
+ // butOpenOrdersFile
|
|
|
+ //
|
|
|
+ butOpenOrdersFile.Location = new Point(10, 37);
|
|
|
+ butOpenOrdersFile.Name = "butOpenOrdersFile";
|
|
|
+ butOpenOrdersFile.Size = new Size(43, 23);
|
|
|
+ butOpenOrdersFile.TabIndex = 0;
|
|
|
+ butOpenOrdersFile.Text = ",,,";
|
|
|
+ butOpenOrdersFile.UseVisualStyleBackColor = true;
|
|
|
+ butOpenOrdersFile.Click += butOpenOrdersFile_Click;
|
|
|
+ //
|
|
|
+ // panel2
|
|
|
+ //
|
|
|
+ panel2.Controls.Add(pictureBox1);
|
|
|
+ panel2.Dock = DockStyle.Left;
|
|
|
+ panel2.Location = new Point(0, 0);
|
|
|
+ panel2.Name = "panel2";
|
|
|
+ panel2.Size = new Size(250, 173);
|
|
|
+ panel2.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // ssMain
|
|
|
+ //
|
|
|
+ ssMain.ImageScalingSize = new Size(20, 20);
|
|
|
+ ssMain.Items.AddRange(new ToolStripItem[] { ssProgress, tspOrdersCount, tsbFiles, tsbSources, tsbNotFound });
|
|
|
+ ssMain.Location = new Point(0, 377);
|
|
|
+ ssMain.Name = "ssMain";
|
|
|
+ ssMain.Size = new Size(895, 26);
|
|
|
+ ssMain.TabIndex = 2;
|
|
|
+ ssMain.Text = "statusStrip1";
|
|
|
+ //
|
|
|
+ // ssProgress
|
|
|
+ //
|
|
|
+ ssProgress.Name = "ssProgress";
|
|
|
+ ssProgress.Size = new Size(100, 18);
|
|
|
+ //
|
|
|
+ // tspOrdersCount
|
|
|
+ //
|
|
|
+ tspOrdersCount.Name = "tspOrdersCount";
|
|
|
+ tspOrdersCount.Size = new Size(91, 20);
|
|
|
+ tspOrdersCount.Text = "Objednávek:";
|
|
|
+ //
|
|
|
+ // tsbFiles
|
|
|
+ //
|
|
|
+ tsbFiles.Name = "tsbFiles";
|
|
|
+ tsbFiles.Size = new Size(68, 20);
|
|
|
+ tsbFiles.Text = "Souborů:";
|
|
|
+ //
|
|
|
+ // tsbSources
|
|
|
+ //
|
|
|
+ tsbSources.Name = "tsbSources";
|
|
|
+ tsbSources.Size = new Size(56, 20);
|
|
|
+ tsbSources.Text = "Zdrojů:";
|
|
|
+ //
|
|
|
+ // tsbNotFound
|
|
|
+ //
|
|
|
+ tsbNotFound.BackColor = Color.LightCoral;
|
|
|
+ tsbNotFound.Name = "tsbNotFound";
|
|
|
+ tsbNotFound.Size = new Size(91, 20);
|
|
|
+ tsbNotFound.Text = "Nenalezeno:";
|
|
|
+ //
|
|
|
+ // panel3
|
|
|
+ //
|
|
|
+ panel3.Controls.Add(splitContainer2);
|
|
|
+ panel3.Dock = DockStyle.Fill;
|
|
|
+ panel3.Location = new Point(0, 173);
|
|
|
+ panel3.Name = "panel3";
|
|
|
+ panel3.Size = new Size(895, 204);
|
|
|
+ panel3.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // splitContainer2
|
|
|
+ //
|
|
|
+ splitContainer2.Dock = DockStyle.Fill;
|
|
|
+ splitContainer2.Location = new Point(0, 0);
|
|
|
+ splitContainer2.Name = "splitContainer2";
|
|
|
+ splitContainer2.Orientation = Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // splitContainer2.Panel1
|
|
|
+ //
|
|
|
+ splitContainer2.Panel1.Controls.Add(tsMain);
|
|
|
+ //
|
|
|
+ // splitContainer2.Panel2
|
|
|
+ //
|
|
|
+ splitContainer2.Panel2.Controls.Add(splitContainer3);
|
|
|
+ splitContainer2.Size = new Size(895, 204);
|
|
|
+ splitContainer2.SplitterDistance = 32;
|
|
|
+ splitContainer2.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tsMain
|
|
|
+ //
|
|
|
+ tsMain.ImageScalingSize = new Size(20, 20);
|
|
|
+ tsMain.Items.AddRange(new ToolStripItem[] { tsbCheck, tsbDo, toolStripSeparator1, tsbAddSourceDir, toolStripSeparator2, tsbSettings });
|
|
|
+ tsMain.Location = new Point(0, 0);
|
|
|
+ tsMain.Name = "tsMain";
|
|
|
+ tsMain.Size = new Size(895, 27);
|
|
|
+ tsMain.TabIndex = 0;
|
|
|
+ tsMain.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // tsbCheck
|
|
|
+ //
|
|
|
+ tsbCheck.BackColor = Color.GreenYellow;
|
|
|
+ tsbCheck.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
|
|
+ tsbCheck.Image = (Image)resources.GetObject("tsbCheck.Image");
|
|
|
+ tsbCheck.ImageTransparentColor = Color.Magenta;
|
|
|
+ tsbCheck.Name = "tsbCheck";
|
|
|
+ tsbCheck.Size = new Size(85, 24);
|
|
|
+ tsbCheck.Text = "1. Kontrola";
|
|
|
+ tsbCheck.Click += tsbCheck_Click;
|
|
|
+ //
|
|
|
+ // tsbDo
|
|
|
+ //
|
|
|
+ tsbDo.BackColor = Color.MistyRose;
|
|
|
+ tsbDo.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
|
|
+ tsbDo.Image = (Image)resources.GetObject("tsbDo.Image");
|
|
|
+ tsbDo.ImageTransparentColor = Color.Magenta;
|
|
|
+ tsbDo.Name = "tsbDo";
|
|
|
+ tsbDo.Size = new Size(66, 24);
|
|
|
+ tsbDo.Text = "2. Spusť";
|
|
|
+ tsbDo.Click += tsbDo_Click;
|
|
|
+ //
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ toolStripSeparator1.Size = new Size(6, 27);
|
|
|
+ //
|
|
|
+ // tsbAddSourceDir
|
|
|
+ //
|
|
|
+ tsbAddSourceDir.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
|
|
+ tsbAddSourceDir.Image = (Image)resources.GetObject("tsbAddSourceDir.Image");
|
|
|
+ tsbAddSourceDir.ImageTransparentColor = Color.Magenta;
|
|
|
+ tsbAddSourceDir.Name = "tsbAddSourceDir";
|
|
|
+ tsbAddSourceDir.Size = new Size(96, 24);
|
|
|
+ tsbAddSourceDir.Text = "Přidej složku";
|
|
|
+ tsbAddSourceDir.Click += tsbAddSourceDir_Click;
|
|
|
+ //
|
|
|
+ // toolStripSeparator2
|
|
|
+ //
|
|
|
+ toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ toolStripSeparator2.Size = new Size(6, 27);
|
|
|
+ //
|
|
|
+ // tsbSettings
|
|
|
+ //
|
|
|
+ tsbSettings.BackColor = Color.AliceBlue;
|
|
|
+ tsbSettings.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
|
|
+ tsbSettings.Image = (Image)resources.GetObject("tsbSettings.Image");
|
|
|
+ tsbSettings.ImageTransparentColor = Color.Magenta;
|
|
|
+ tsbSettings.Name = "tsbSettings";
|
|
|
+ tsbSettings.Size = new Size(78, 24);
|
|
|
+ tsbSettings.Text = "Nastavení";
|
|
|
+ tsbSettings.Click += tsbSettings_Click;
|
|
|
+ //
|
|
|
+ // splitContainer3
|
|
|
+ //
|
|
|
+ splitContainer3.Dock = DockStyle.Fill;
|
|
|
+ splitContainer3.Location = new Point(0, 0);
|
|
|
+ splitContainer3.Name = "splitContainer3";
|
|
|
+ //
|
|
|
+ // splitContainer3.Panel1
|
|
|
+ //
|
|
|
+ splitContainer3.Panel1.Controls.Add(lbLog);
|
|
|
+ //
|
|
|
+ // splitContainer3.Panel2
|
|
|
+ //
|
|
|
+ splitContainer3.Panel2.Controls.Add(lbNotMapped);
|
|
|
+ splitContainer3.Panel2.Controls.Add(toolStrip1);
|
|
|
+ splitContainer3.Size = new Size(895, 168);
|
|
|
+ splitContainer3.SplitterDistance = 592;
|
|
|
+ splitContainer3.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lbLog
|
|
|
+ //
|
|
|
+ lbLog.Dock = DockStyle.Fill;
|
|
|
+ lbLog.FormattingEnabled = true;
|
|
|
+ lbLog.Location = new Point(0, 0);
|
|
|
+ lbLog.Name = "lbLog";
|
|
|
+ lbLog.Size = new Size(592, 168);
|
|
|
+ lbLog.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // lbNotMapped
|
|
|
+ //
|
|
|
+ lbNotMapped.Dock = DockStyle.Fill;
|
|
|
+ lbNotMapped.FormattingEnabled = true;
|
|
|
+ lbNotMapped.HorizontalScrollbar = true;
|
|
|
+ lbNotMapped.Location = new Point(0, 25);
|
|
|
+ lbNotMapped.Name = "lbNotMapped";
|
|
|
+ lbNotMapped.ScrollAlwaysVisible = true;
|
|
|
+ lbNotMapped.Size = new Size(299, 143);
|
|
|
+ lbNotMapped.TabIndex = 1;
|
|
|
+ lbNotMapped.MouseDoubleClick += lbNotMapped_MouseDoubleClick;
|
|
|
+ //
|
|
|
+ // toolStrip1
|
|
|
+ //
|
|
|
+ toolStrip1.ImageScalingSize = new Size(20, 20);
|
|
|
+ toolStrip1.Items.AddRange(new ToolStripItem[] { toolStripLabel1 });
|
|
|
+ toolStrip1.Location = new Point(0, 0);
|
|
|
+ toolStrip1.Name = "toolStrip1";
|
|
|
+ toolStrip1.Size = new Size(299, 25);
|
|
|
+ toolStrip1.TabIndex = 0;
|
|
|
+ toolStrip1.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // toolStripLabel1
|
|
|
+ //
|
|
|
+ toolStripLabel1.Name = "toolStripLabel1";
|
|
|
+ toolStripLabel1.Size = new Size(146, 22);
|
|
|
+ toolStripLabel1.Text = "Nepřiřazené položky";
|
|
|
+ //
|
|
|
+ // dlgOpenFile
|
|
|
+ //
|
|
|
+ dlgOpenFile.DefaultExt = "*.csv";
|
|
|
+ dlgOpenFile.Filter = "CSV files|*.csv";
|
|
|
+ //
|
|
|
+ // FormMain
|
|
|
+ //
|
|
|
+ AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
+ AutoScaleMode = AutoScaleMode.Font;
|
|
|
+ ClientSize = new Size(895, 403);
|
|
|
+ Controls.Add(panel3);
|
|
|
+ Controls.Add(ssMain);
|
|
|
+ Controls.Add(panel1);
|
|
|
+ Icon = (Icon)resources.GetObject("$this.Icon");
|
|
|
+ Name = "FormMain";
|
|
|
+ Text = "Form1";
|
|
|
+ Load += FormMain_Load;
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
|
|
|
+ panel1.ResumeLayout(false);
|
|
|
+ splitContainer1.Panel1.ResumeLayout(false);
|
|
|
+ splitContainer1.Panel1.PerformLayout();
|
|
|
+ splitContainer1.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
|
|
+ splitContainer1.ResumeLayout(false);
|
|
|
+ panel2.ResumeLayout(false);
|
|
|
+ ssMain.ResumeLayout(false);
|
|
|
+ ssMain.PerformLayout();
|
|
|
+ panel3.ResumeLayout(false);
|
|
|
+ splitContainer2.Panel1.ResumeLayout(false);
|
|
|
+ splitContainer2.Panel1.PerformLayout();
|
|
|
+ splitContainer2.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
|
|
|
+ splitContainer2.ResumeLayout(false);
|
|
|
+ tsMain.ResumeLayout(false);
|
|
|
+ tsMain.PerformLayout();
|
|
|
+ splitContainer3.Panel1.ResumeLayout(false);
|
|
|
+ splitContainer3.Panel2.ResumeLayout(false);
|
|
|
+ splitContainer3.Panel2.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit();
|
|
|
+ splitContainer3.ResumeLayout(false);
|
|
|
+ toolStrip1.ResumeLayout(false);
|
|
|
+ toolStrip1.PerformLayout();
|
|
|
+ ResumeLayout(false);
|
|
|
+ PerformLayout();
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private PictureBox pictureBox1;
|
|
|
+ private Panel panel1;
|
|
|
+ private SplitContainer splitContainer1;
|
|
|
+ private TextBox tbSourceDir;
|
|
|
+ private Label label2;
|
|
|
+ private TextBox tbOrdersSourceFile;
|
|
|
+ private Label label1;
|
|
|
+ private Button butOpenSource;
|
|
|
+ private Button butOpenOrdersFile;
|
|
|
+ private Panel panel2;
|
|
|
+ private StatusStrip ssMain;
|
|
|
+ private Panel panel3;
|
|
|
+ private SplitContainer splitContainer2;
|
|
|
+ private ToolStrip tsMain;
|
|
|
+ private ListBox lbLog;
|
|
|
+ private ToolStripProgressBar ssProgress;
|
|
|
+ private ToolStripStatusLabel tspOrdersCount;
|
|
|
+ private ToolStripStatusLabel tsbFiles;
|
|
|
+ private ToolStripStatusLabel tsbSources;
|
|
|
+ private ToolStripStatusLabel tsbNotFound;
|
|
|
+ private ToolStripButton tsbCheck;
|
|
|
+ private ToolStripButton tsbDo;
|
|
|
+ private OpenFileDialog dlgOpenFile;
|
|
|
+ private FolderBrowserDialog dlgOpenDir;
|
|
|
+ private ToolStripSeparator toolStripSeparator1;
|
|
|
+ private ToolStripButton tsbAddSourceDir;
|
|
|
+ private TextBox tbOutputDir;
|
|
|
+ private Label label3;
|
|
|
+ private Button butOutputDir;
|
|
|
+ private SplitContainer splitContainer3;
|
|
|
+ private ToolStrip toolStrip1;
|
|
|
+ private ToolStripLabel toolStripLabel1;
|
|
|
+ private ListBox lbNotMapped;
|
|
|
+ private ToolStripSeparator toolStripSeparator2;
|
|
|
+ private ToolStripButton tsbSettings;
|
|
|
+ }
|
|
|
+}
|