namespace Baza_Reklam
{
partial class LogoWReklamieForm
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogoWReklamieForm));
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.kLIENCI_INTERNET_LOGOBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.bAZA_REKLAMDataSet = new Baza_Reklam.REKLAMADataSet();
this.kLIENCI_INTERNET_LOGOTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter();
this.kLIENCI_INTERNET_LOGODataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// kLIENCI_INTERNET_LOGOBindingSource
//
this.kLIENCI_INTERNET_LOGOBindingSource.DataMember = "KLIENCI_INTERNET_LOGO";
this.kLIENCI_INTERNET_LOGOBindingSource.DataSource = this.bAZA_REKLAMDataSet;
//
// bAZA_REKLAMDataSet
//
this.bAZA_REKLAMDataSet.DataSetName = "BAZA_REKLAMDataSet";
this.bAZA_REKLAMDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// kLIENCI_INTERNET_LOGOTableAdapter
//
this.kLIENCI_INTERNET_LOGOTableAdapter.ClearBeforeFill = true;
//
// kLIENCI_INTERNET_LOGODataGridView
//
this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToAddRows = false;
this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToDeleteRows = false;
this.kLIENCI_INTERNET_LOGODataGridView.AutoGenerateColumns = false;
this.kLIENCI_INTERNET_LOGODataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.kLIENCI_INTERNET_LOGODataGridView.BackgroundColor = System.Drawing.Color.White;
this.kLIENCI_INTERNET_LOGODataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewImageColumn1});
this.kLIENCI_INTERNET_LOGODataGridView.DataSource = this.kLIENCI_INTERNET_LOGOBindingSource;
this.kLIENCI_INTERNET_LOGODataGridView.Location = new System.Drawing.Point(31, 52);
this.kLIENCI_INTERNET_LOGODataGridView.MultiSelect = false;
this.kLIENCI_INTERNET_LOGODataGridView.Name = "kLIENCI_INTERNET_LOGODataGridView";
this.kLIENCI_INTERNET_LOGODataGridView.ReadOnly = true;
this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidth = 10;
this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.kLIENCI_INTERNET_LOGODataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.kLIENCI_INTERNET_LOGODataGridView.Size = new System.Drawing.Size(222, 277);
this.kLIENCI_INTERNET_LOGODataGridView.TabIndex = 14;
//
// dataGridViewImageColumn1
//
this.dataGridViewImageColumn1.DataPropertyName = "logo";
this.dataGridViewImageColumn1.HeaderText = "logo";
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
this.dataGridViewImageColumn1.ReadOnly = true;
this.dataGridViewImageColumn1.Width = 160;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label1.Location = new System.Drawing.Point(70, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(99, 20);
this.label1.TabIndex = 15;
this.label1.Text = "Loga klienta:";
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.Location = new System.Drawing.Point(268, 140);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(97, 34);
this.button1.TabIndex = 16;
this.button1.Text = "Wybierz";
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.Location = new System.Drawing.Point(268, 181);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(97, 30);
this.button2.TabIndex = 17;
this.button2.Text = "Usuń";
this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Location = new System.Drawing.Point(381, 140);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(187, 71);
this.pictureBox1.TabIndex = 18;
this.pictureBox1.TabStop = false;
this.pictureBox1.Tag = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label2.Location = new System.Drawing.Point(405, 104);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(129, 20);
this.label2.TabIndex = 19;
this.label2.Text = "Logo do reklamy:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(517, 326);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 20;
this.button3.Text = "Zamknij";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// LogoWReklamieForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(615, 361);
this.Controls.Add(this.button3);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.kLIENCI_INTERNET_LOGODataGridView);
this.Name = "LogoWReklamieForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Loga klientów";
this.Load += new System.EventHandler(this.LogaKlientowForm_Load);
((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private REKLAMADataSet bAZA_REKLAMDataSet;
private System.Windows.Forms.BindingSource kLIENCI_INTERNET_LOGOBindingSource;
private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter kLIENCI_INTERNET_LOGOTableAdapter;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.DataGridView kLIENCI_INTERNET_LOGODataGridView;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button3;
}
}