export ziadanky do excelu a tlacenie

This commit is contained in:
roman6791
2021-04-21 09:56:21 +02:00
parent 8bf184c84b
commit 26d20ba734
8 changed files with 1233 additions and 234 deletions

View File

@@ -904,6 +904,7 @@
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label175 = new System.Windows.Forms.Label();
this.label182 = new System.Windows.Forms.Label();
this.label228 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
@@ -9516,22 +9517,25 @@
// panel62
//
this.panel62.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel62.Controls.Add(this.label228);
this.panel62.Controls.Add(this.button167);
this.panel62.Controls.Add(this.button166);
this.panel62.Controls.Add(this.button165);
this.panel62.Controls.Add(this.button164);
this.panel62.Controls.Add(this.label113);
this.panel62.Controls.Add(this.button163);
this.panel62.Location = new System.Drawing.Point(538, 115);
this.panel62.Location = new System.Drawing.Point(524, 113);
this.panel62.Name = "panel62";
this.panel62.Size = new System.Drawing.Size(157, 145);
this.panel62.Size = new System.Drawing.Size(157, 170);
this.panel62.TabIndex = 10;
this.panel62.Visible = false;
this.panel62.Leave += new System.EventHandler(this.panel62_Leave);
//
// button167
//
this.button167.Location = new System.Drawing.Point(1, 119);
this.button167.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button167.Location = new System.Drawing.Point(1, 144);
this.button167.Name = "button167";
this.button167.Size = new System.Drawing.Size(153, 23);
this.button167.TabIndex = 5;
@@ -9541,6 +9545,8 @@
//
// button166
//
this.button166.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button166.Location = new System.Drawing.Point(1, 93);
this.button166.Name = "button166";
this.button166.Size = new System.Drawing.Size(153, 23);
@@ -9548,10 +9554,13 @@
this.button166.Tag = "zObjENG";
this.button166.Text = "Objednávka ENG";
this.button166.UseVisualStyleBackColor = true;
this.button166.Visible = false;
this.button166.Click += new System.EventHandler(this.button166_Click);
//
// button165
//
this.button165.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button165.Location = new System.Drawing.Point(1, 70);
this.button165.Name = "button165";
this.button165.Size = new System.Drawing.Size(153, 23);
@@ -9559,10 +9568,13 @@
this.button165.Tag = "zObjSK";
this.button165.Text = "Objednávka SK";
this.button165.UseVisualStyleBackColor = true;
this.button165.Visible = false;
this.button165.Click += new System.EventHandler(this.button165_Click);
//
// button164
//
this.button164.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button164.Location = new System.Drawing.Point(1, 47);
this.button164.Name = "button164";
this.button164.Size = new System.Drawing.Size(153, 23);
@@ -9574,6 +9586,8 @@
//
// label113
//
this.label113.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label113.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label113.Location = new System.Drawing.Point(1, 1);
this.label113.Name = "label113";
@@ -9584,6 +9598,8 @@
//
// button163
//
this.button163.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button163.Location = new System.Drawing.Point(1, 24);
this.button163.Name = "button163";
this.button163.Size = new System.Drawing.Size(153, 23);
@@ -9969,7 +9985,7 @@
this.button130.Name = "button130";
this.button130.Size = new System.Drawing.Size(139, 30);
this.button130.TabIndex = 2;
this.button130.Text = "Exportovať PDF";
this.button130.Text = "Export XLSX";
this.button130.UseVisualStyleBackColor = false;
this.button130.Click += new System.EventHandler(this.button130_Click);
//
@@ -12160,6 +12176,18 @@
this.label182.Text = "↗";
this.label182.Click += new System.EventHandler(this.label182_Click);
//
// label228
//
this.label228.AutoSize = true;
this.label228.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label228.ForeColor = System.Drawing.Color.Red;
this.label228.Location = new System.Drawing.Point(5, 123);
this.label228.Name = "label228";
this.label228.Size = new System.Drawing.Size(145, 15);
this.label228.TabIndex = 6;
this.label228.Text = "Vybraných viac firiem!";
this.label228.Visible = false;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -12401,6 +12429,7 @@
this.panel59.PerformLayout();
this.panel66.ResumeLayout(false);
this.panel62.ResumeLayout(false);
this.panel62.PerformLayout();
this.panel61.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown30)).EndInit();
this.panel60.ResumeLayout(false);
@@ -13319,6 +13348,7 @@
private System.Windows.Forms.TextBox textBox52;
private System.Windows.Forms.Button button202;
private System.Windows.Forms.Button button203;
private System.Windows.Forms.Label label228;
}
}