namespace Baza_Reklam { partial class KalendarzEmisji { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet(); this.nRBindingSource = new System.Windows.Forms.BindingSource(this.components); this.nRTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.NRTableAdapter(); this.nRDataGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DzienTygodniaColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dodajButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nRBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nRDataGridView)).BeginInit(); this.SuspendLayout(); // // sLOWNIKDataSet // this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet"; this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // nRBindingSource // this.nRBindingSource.DataMember = "NR"; this.nRBindingSource.DataSource = this.sLOWNIKDataSet; // // nRTableAdapter // this.nRTableAdapter.ClearBeforeFill = true; // // nRDataGridView // this.nRDataGridView.AllowUserToAddRows = false; this.nRDataGridView.AllowUserToDeleteRows = false; this.nRDataGridView.AutoGenerateColumns = false; this.nRDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.nRDataGridView.BackgroundColor = System.Drawing.Color.White; this.nRDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.DzienTygodniaColumn, this.Column1}); this.nRDataGridView.DataSource = this.nRBindingSource; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.nRDataGridView.DefaultCellStyle = dataGridViewCellStyle3; this.nRDataGridView.Location = new System.Drawing.Point(12, 36); this.nRDataGridView.Name = "nRDataGridView"; this.nRDataGridView.RowHeadersWidth = 10; this.nRDataGridView.Size = new System.Drawing.Size(312, 415); this.nRDataGridView.TabIndex = 1; this.nRDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.nRDataGridView_DataBindingComplete); // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn3.DataPropertyName = "NRW"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewTextBoxColumn3.HeaderText = "Nr wyd."; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 60; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn4.DataPropertyName = "DATA_W"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn4.HeaderText = "Data wyd."; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; // // DzienTygodniaColumn // this.DzienTygodniaColumn.HeaderText = "Dzień tyg."; this.DzienTygodniaColumn.Name = "DzienTygodniaColumn"; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Column1.HeaderText = ""; this.Column1.Name = "Column1"; this.Column1.Width = 50; // // dodajButton // this.dodajButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.dodajButton.Location = new System.Drawing.Point(172, 468); this.dodajButton.Name = "dodajButton"; this.dodajButton.Size = new System.Drawing.Size(75, 23); this.dodajButton.TabIndex = 3; this.dodajButton.Text = "Dodaj"; this.dodajButton.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 16); this.label1.TabIndex = 4; this.label1.Text = "label1"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(297, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(16, 16); this.label2.TabIndex = 5; this.label2.Text = "0"; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Location = new System.Drawing.Point(74, 468); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "Anuluj"; this.button1.UseVisualStyleBackColor = true; // // KalendarzEmisji // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(336, 503); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.dodajButton); this.Controls.Add(this.nRDataGridView); this.Name = "KalendarzEmisji"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Kalendarz emisji"; this.Load += new System.EventHandler(this.KalendarzEmisji_Load); ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nRBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nRDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private SLOWNIKDataSet sLOWNIKDataSet; private System.Windows.Forms.BindingSource nRBindingSource; private Baza_Reklam.SLOWNIKDataSetTableAdapters.NRTableAdapter nRTableAdapter; private System.Windows.Forms.DataGridView nRDataGridView; private System.Windows.Forms.Button dodajButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn DzienTygodniaColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn Column1; private System.Windows.Forms.Button button1; } }