namespace Baza_Reklam
{
partial class ExportOptions
{
///
/// 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(ExportOptions));
this.lblColumnsToPrint = new System.Windows.Forms.Label();
this.chklst = new System.Windows.Forms.CheckedListBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblColumnsToPrint
//
this.lblColumnsToPrint.AutoSize = true;
this.lblColumnsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.lblColumnsToPrint.Location = new System.Drawing.Point(22, 9);
this.lblColumnsToPrint.Name = "lblColumnsToPrint";
this.lblColumnsToPrint.Size = new System.Drawing.Size(147, 13);
this.lblColumnsToPrint.TabIndex = 19;
this.lblColumnsToPrint.Text = "Kolumny do wyeksportowania";
//
// chklst
//
this.chklst.CheckOnClick = true;
this.chklst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.chklst.FormattingEnabled = true;
this.chklst.Location = new System.Drawing.Point(25, 35);
this.chklst.Name = "chklst";
this.chklst.Size = new System.Drawing.Size(188, 274);
this.chklst.TabIndex = 18;
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.SystemColors.Control;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnOK.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnOK.Location = new System.Drawing.Point(124, 326);
this.btnOK.Name = "btnOK";
this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnOK.Size = new System.Drawing.Size(56, 25);
this.btnOK.TabIndex = 20;
this.btnOK.Text = "&OK";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.Location = new System.Drawing.Point(51, 326);
this.btnCancel.Name = "btnCancel";
this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnCancel.Size = new System.Drawing.Size(56, 25);
this.btnCancel.TabIndex = 21;
this.btnCancel.Text = "Anuluj";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// ExportOptions
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(234, 365);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lblColumnsToPrint);
this.Controls.Add(this.chklst);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "ExportOptions";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Export do excela";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.Label lblColumnsToPrint;
internal System.Windows.Forms.CheckedListBox chklst;
protected System.Windows.Forms.Button btnOK;
protected System.Windows.Forms.Button btnCancel;
}
}