namespace qdr.app.studiou.orders2printpack { partial class FormLabelPrint { /// /// 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(FormLabelPrint)); butOpenCsv = new Button(); butOpenXls = new Button(); butGenerate = new Button(); label1 = new Label(); tbCsvPath = new TextBox(); tbXslxPath = new TextBox(); label2 = new Label(); butConfig = new Button(); groupBox1 = new GroupBox(); lParRow = new Label(); lParCol = new Label(); lParCount = new Label(); butClose = new Button(); dlgOpenCsv = new OpenFileDialog(); dlgSaveXls = new SaveFileDialog(); groupBox1.SuspendLayout(); SuspendLayout(); // // butOpenCsv // butOpenCsv.Location = new Point(12, 12); butOpenCsv.Name = "butOpenCsv"; butOpenCsv.Size = new Size(142, 47); butOpenCsv.TabIndex = 0; butOpenCsv.Text = "1. Otevři CSV soubor"; butOpenCsv.UseVisualStyleBackColor = true; butOpenCsv.Click += butOpenCsv_Click; // // butOpenXls // butOpenXls.Location = new Point(160, 12); butOpenXls.Name = "butOpenXls"; butOpenXls.Size = new Size(142, 47); butOpenXls.TabIndex = 1; butOpenXls.Text = "2. Výstupní XSLX soubor"; butOpenXls.UseVisualStyleBackColor = true; butOpenXls.Click += butOpenXls_Click; // // butGenerate // butGenerate.BackColor = Color.FromArgb(192, 255, 192); butGenerate.Location = new Point(308, 12); butGenerate.Name = "butGenerate"; butGenerate.Size = new Size(142, 47); butGenerate.TabIndex = 2; butGenerate.Text = "3. Generuj"; butGenerate.UseVisualStyleBackColor = false; butGenerate.Click += butGenerate_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(14, 62); label1.Name = "label1"; label1.Size = new Size(87, 15); label1.TabIndex = 3; label1.Text = "Vstupní soubor"; // // tbCsvPath // tbCsvPath.Location = new Point(14, 80); tbCsvPath.Name = "tbCsvPath"; tbCsvPath.Size = new Size(436, 23); tbCsvPath.TabIndex = 4; // // tbXslxPath // tbXslxPath.Location = new Point(14, 125); tbXslxPath.Name = "tbXslxPath"; tbXslxPath.Size = new Size(436, 23); tbXslxPath.TabIndex = 6; // // label2 // label2.AutoSize = true; label2.Location = new Point(14, 107); label2.Name = "label2"; label2.Size = new Size(93, 15); label2.TabIndex = 5; label2.Text = "Výstupní soubor"; // // butConfig // butConfig.Location = new Point(351, 162); butConfig.Name = "butConfig"; butConfig.Size = new Size(99, 29); butConfig.TabIndex = 7; butConfig.Text = "Konfigurace"; butConfig.UseVisualStyleBackColor = true; butConfig.Click += butConfig_Click; // // groupBox1 // groupBox1.Controls.Add(lParRow); groupBox1.Controls.Add(lParCol); groupBox1.Controls.Add(lParCount); groupBox1.Location = new Point(12, 154); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(200, 134); groupBox1.TabIndex = 8; groupBox1.TabStop = false; groupBox1.Text = "Parametry"; // // lParRow // lParRow.AutoSize = true; lParRow.Location = new Point(15, 52); lParRow.Name = "lParRow"; lParRow.Size = new Size(131, 15); lParRow.TabIndex = 2; lParRow.Text = "Štítků řádků na stránku:"; // // lParCol // lParCol.AutoSize = true; lParCol.Location = new Point(15, 37); lParCol.Name = "lParCol"; lParCol.Size = new Size(96, 15); lParCol.TabIndex = 1; lParCol.Text = "Štítků ve sloupci:"; // // lParCount // lParCount.AutoSize = true; lParCount.Location = new Point(15, 22); lParCount.Name = "lParCount"; lParCount.Size = new Size(92, 15); lParCount.TabIndex = 0; lParCount.Text = "Štítků/záznamů:"; // // butClose // butClose.Location = new Point(351, 259); butClose.Name = "butClose"; butClose.Size = new Size(99, 29); butClose.TabIndex = 9; butClose.Text = "Zavřít"; butClose.UseVisualStyleBackColor = true; butClose.Click += butClose_Click; // // dlgOpenCsv // dlgOpenCsv.Filter = "CSV files|*.csv"; dlgOpenCsv.Title = "Otevři CSV soubor s daty pro štítky"; // // dlgSaveXls // dlgSaveXls.Filter = "Xlsx Excel soubor|*.xlsx"; dlgSaveXls.Title = "Vyber výstupní soubor Xlsx štítků"; // // FormLabelPrint // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(465, 309); Controls.Add(butClose); Controls.Add(groupBox1); Controls.Add(butConfig); Controls.Add(tbXslxPath); Controls.Add(label2); Controls.Add(tbCsvPath); Controls.Add(label1); Controls.Add(butGenerate); Controls.Add(butOpenXls); Controls.Add(butOpenCsv); FormBorderStyle = FormBorderStyle.FixedSingle; Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MinimizeBox = false; Name = "FormLabelPrint"; Text = "Tisk štítků"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private Button butOpenCsv; private Button butOpenXls; private Button butGenerate; private Label label1; private TextBox tbCsvPath; private TextBox tbXslxPath; private Label label2; private Button butConfig; private GroupBox groupBox1; private Label lParRow; private Label lParCol; private Label lParCount; private Button butClose; private OpenFileDialog dlgOpenCsv; private SaveFileDialog dlgSaveXls; } }