namespace BazaZamowien
{
partial class FormBadVer
{
///
/// 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(FormBadVer));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.labelSrvVer = new System.Windows.Forms.Label();
this.labelVer = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(40, 38);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(110, 38);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(147, 13);
this.label3.TabIndex = 9;
this.label3.Text = "Nieaktualna wersja programu.";
//
// labelSrvVer
//
this.labelSrvVer.AutoSize = true;
this.labelSrvVer.Location = new System.Drawing.Point(110, 77);
this.labelSrvVer.Name = "labelSrvVer";
this.labelSrvVer.Size = new System.Drawing.Size(131, 13);
this.labelSrvVer.TabIndex = 8;
this.labelSrvVer.Text = "Bieżąca wersja programu: ";
//
// labelVer
//
this.labelVer.AutoSize = true;
this.labelVer.Location = new System.Drawing.Point(110, 57);
this.labelVer.Name = "labelVer";
this.labelVer.Size = new System.Drawing.Size(122, 13);
this.labelVer.TabIndex = 7;
this.labelVer.Text = "Twoja wersja programu: ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(110, 102);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(237, 13);
this.label1.TabIndex = 12;
this.label1.Text = "Program zostanie automatycznie zaktualizowany.";
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.Location = new System.Drawing.Point(130, 136);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(127, 47);
this.button1.TabIndex = 11;
this.button1.Text = "Ok";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// FormBadVer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(383, 201);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.labelSrvVer);
this.Controls.Add(this.labelVer);
this.Controls.Add(this.pictureBox1);
this.Name = "FormBadVer";
this.Text = "Baza zamówień | Baza premii";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.Label labelSrvVer;
public System.Windows.Forms.Label labelVer;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}
}