namespace qdr.app.studiou.orders2printpack { partial class FormBatch { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBatch)); 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(); tsbProtocol = 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(18, 25); pictureBox1.Margin = new Padding(3, 2, 3, 2); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(183, 112); pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage; 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.Margin = new Padding(3, 2, 3, 2); panel1.Name = "panel1"; panel1.Size = new Size(838, 161); panel1.TabIndex = 1; // // splitContainer1 // splitContainer1.Dock = DockStyle.Fill; splitContainer1.Location = new Point(219, 0); splitContainer1.Margin = new Padding(3, 2, 3, 2); 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(619, 161); splitContainer1.SplitterDistance = 539; splitContainer1.TabIndex = 1; // // tbOutputDir // tbOutputDir.Location = new Point(6, 123); tbOutputDir.Margin = new Padding(3, 2, 3, 2); tbOutputDir.Name = "tbOutputDir"; tbOutputDir.ReadOnly = true; tbOutputDir.Size = new Size(388, 23); tbOutputDir.TabIndex = 5; // // label3 // label3.AutoSize = true; label3.Location = new Point(6, 105); label3.Name = "label3"; label3.Size = new Size(85, 15); label3.TabIndex = 4; label3.Text = "Složka výstupu"; // // tbSourceDir // tbSourceDir.Location = new Point(6, 80); tbSourceDir.Margin = new Padding(3, 2, 3, 2); tbSourceDir.Name = "tbSourceDir"; tbSourceDir.ReadOnly = true; tbSourceDir.Size = new Size(388, 23); tbSourceDir.TabIndex = 3; // // label2 // label2.AutoSize = true; label2.Location = new Point(6, 63); label2.Name = "label2"; label2.Size = new Size(153, 15); label2.TabIndex = 2; label2.Text = "Složka zdrojových forografií"; // // tbOrdersSourceFile // tbOrdersSourceFile.Location = new Point(6, 38); tbOrdersSourceFile.Margin = new Padding(3, 2, 3, 2); tbOrdersSourceFile.Name = "tbOrdersSourceFile"; tbOrdersSourceFile.ReadOnly = true; tbOrdersSourceFile.Size = new Size(388, 23); tbOrdersSourceFile.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new Point(6, 21); label1.Name = "label1"; label1.Size = new Size(138, 15); label1.TabIndex = 0; label1.Text = "Soubor objenávek (*.csv)"; // // butOutputDir // butOutputDir.Location = new Point(9, 120); butOutputDir.Margin = new Padding(3, 2, 3, 2); butOutputDir.Name = "butOutputDir"; butOutputDir.Size = new Size(38, 26); butOutputDir.TabIndex = 2; butOutputDir.Text = ",,,"; butOutputDir.UseVisualStyleBackColor = true; butOutputDir.Click += butOutputDir_Click; // // butOpenSource // butOpenSource.Location = new Point(9, 80); butOpenSource.Margin = new Padding(3, 2, 3, 2); butOpenSource.Name = "butOpenSource"; butOpenSource.Size = new Size(38, 23); butOpenSource.TabIndex = 1; butOpenSource.Text = ",,,"; butOpenSource.UseVisualStyleBackColor = true; butOpenSource.Click += butOpenSource_Click; // // butOpenOrdersFile // butOpenOrdersFile.Location = new Point(9, 38); butOpenOrdersFile.Margin = new Padding(3, 2, 3, 2); butOpenOrdersFile.Name = "butOpenOrdersFile"; butOpenOrdersFile.Size = new Size(38, 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.Margin = new Padding(3, 2, 3, 2); panel2.Name = "panel2"; panel2.Size = new Size(219, 161); 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, 356); ssMain.Name = "ssMain"; ssMain.Padding = new Padding(1, 0, 12, 0); ssMain.Size = new Size(838, 22); ssMain.TabIndex = 2; ssMain.Text = "statusStrip1"; // // ssProgress // ssProgress.Name = "ssProgress"; ssProgress.Size = new Size(88, 16); // // tspOrdersCount // tspOrdersCount.Name = "tspOrdersCount"; tspOrdersCount.Size = new Size(73, 17); tspOrdersCount.Text = "Objednávek:"; // // tsbFiles // tsbFiles.Name = "tsbFiles"; tsbFiles.Size = new Size(55, 17); tsbFiles.Text = "Souborů:"; // // tsbSources // tsbSources.Name = "tsbSources"; tsbSources.Size = new Size(45, 17); tsbSources.Text = "Zdrojů:"; // // tsbNotFound // tsbNotFound.BackColor = Color.LightCoral; tsbNotFound.Name = "tsbNotFound"; tsbNotFound.Size = new Size(72, 17); tsbNotFound.Text = "Nenalezeno:"; // // panel3 // panel3.Controls.Add(splitContainer2); panel3.Dock = DockStyle.Fill; panel3.Location = new Point(0, 161); panel3.Margin = new Padding(3, 2, 3, 2); panel3.Name = "panel3"; panel3.Size = new Size(838, 195); panel3.TabIndex = 3; // // splitContainer2 // splitContainer2.Dock = DockStyle.Fill; splitContainer2.Location = new Point(0, 0); splitContainer2.Margin = new Padding(3, 2, 3, 2); 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(838, 195); splitContainer2.SplitterDistance = 30; splitContainer2.SplitterWidth = 3; splitContainer2.TabIndex = 0; // // tsMain // tsMain.Dock = DockStyle.None; tsMain.ImageScalingSize = new Size(20, 20); tsMain.Items.AddRange(new ToolStripItem[] { tsbCheck, tsbDo, tsbProtocol, toolStripSeparator1, tsbAddSourceDir, toolStripSeparator2, tsbSettings }); tsMain.Location = new Point(0, 0); tsMain.Name = "tsMain"; tsMain.Size = new Size(350, 25); 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(68, 22); 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(53, 22); tsbDo.Text = "2. Spusť"; tsbDo.Click += tsbDo_Click; // // tsbProtocol // tsbProtocol.BackColor = Color.PaleTurquoise; tsbProtocol.DisplayStyle = ToolStripItemDisplayStyle.Text; tsbProtocol.Image = (Image)resources.GetObject("tsbProtocol.Image"); tsbProtocol.ImageTransparentColor = Color.Magenta; tsbProtocol.Name = "tsbProtocol"; tsbProtocol.Size = new Size(65, 22); tsbProtocol.Text = "3.Protokol"; tsbProtocol.Click += tsbProtocol_Click; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new Size(6, 25); // // tsbAddSourceDir // tsbAddSourceDir.DisplayStyle = ToolStripItemDisplayStyle.Text; tsbAddSourceDir.Image = (Image)resources.GetObject("tsbAddSourceDir.Image"); tsbAddSourceDir.ImageTransparentColor = Color.Magenta; tsbAddSourceDir.Name = "tsbAddSourceDir"; tsbAddSourceDir.Size = new Size(77, 22); tsbAddSourceDir.Text = "Přidej složku"; tsbAddSourceDir.Click += tsbAddSourceDir_Click; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new Size(6, 25); // // 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(63, 22); tsbSettings.Text = "Nastavení"; tsbSettings.Click += tsbSettings_Click; // // splitContainer3 // splitContainer3.Dock = DockStyle.Fill; splitContainer3.Location = new Point(0, 0); splitContainer3.Margin = new Padding(3, 2, 3, 2); 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(838, 162); splitContainer3.SplitterDistance = 554; splitContainer3.TabIndex = 1; // // lbLog // lbLog.Dock = DockStyle.Fill; lbLog.FormattingEnabled = true; lbLog.ItemHeight = 15; lbLog.Location = new Point(0, 0); lbLog.Margin = new Padding(3, 2, 3, 2); lbLog.Name = "lbLog"; lbLog.Size = new Size(554, 162); lbLog.TabIndex = 0; // // lbNotMapped // lbNotMapped.Dock = DockStyle.Fill; lbNotMapped.FormattingEnabled = true; lbNotMapped.HorizontalScrollbar = true; lbNotMapped.ItemHeight = 15; lbNotMapped.Location = new Point(0, 25); lbNotMapped.Margin = new Padding(3, 2, 3, 2); lbNotMapped.Name = "lbNotMapped"; lbNotMapped.ScrollAlwaysVisible = true; lbNotMapped.Size = new Size(280, 137); 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(280, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new Size(114, 22); toolStripLabel1.Text = "Nepřiřazené položky"; // // dlgOpenFile // dlgOpenFile.DefaultExt = "*.csv"; dlgOpenFile.Filter = "CSV files|*.csv"; // // FormBatch // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(838, 378); Controls.Add(panel3); Controls.Add(ssMain); Controls.Add(panel1); Icon = (Icon)resources.GetObject("$this.Icon"); Margin = new Padding(3, 2, 3, 2); Name = "FormBatch"; 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; private ToolStripButton tsbProtocol; } }