root/Baza Reklam 2 - Faktury/KalendarzEmisji.Designer.cs @ 21

Wersja 2, 11.0 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class KalendarzEmisji
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.components = new System.ComponentModel.Container();
32            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
35            this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
36            this.nRBindingSource = new System.Windows.Forms.BindingSource(this.components);
37            this.nRTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.NRTableAdapter();
38            this.nRDataGridView = new System.Windows.Forms.DataGridView();
39            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
40            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41            this.DzienTygodniaColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
42            this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
43            this.dodajButton = new System.Windows.Forms.Button();
44            this.label1 = new System.Windows.Forms.Label();
45            this.label2 = new System.Windows.Forms.Label();
46            this.button1 = new System.Windows.Forms.Button();
47            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
48            ((System.ComponentModel.ISupportInitialize)(this.nRBindingSource)).BeginInit();
49            ((System.ComponentModel.ISupportInitialize)(this.nRDataGridView)).BeginInit();
50            this.SuspendLayout();
51            //
52            // sLOWNIKDataSet
53            //
54            this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
55            this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
56            //
57            // nRBindingSource
58            //
59            this.nRBindingSource.DataMember = "NR";
60            this.nRBindingSource.DataSource = this.sLOWNIKDataSet;
61            //
62            // nRTableAdapter
63            //
64            this.nRTableAdapter.ClearBeforeFill = true;
65            //
66            // nRDataGridView
67            //
68            this.nRDataGridView.AllowUserToAddRows = false;
69            this.nRDataGridView.AllowUserToDeleteRows = false;
70            this.nRDataGridView.AutoGenerateColumns = false;
71            this.nRDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
72            this.nRDataGridView.BackgroundColor = System.Drawing.Color.White;
73            this.nRDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
74            this.dataGridViewTextBoxColumn3,
75            this.dataGridViewTextBoxColumn4,
76            this.DzienTygodniaColumn,
77            this.Column1});
78            this.nRDataGridView.DataSource = this.nRBindingSource;
79            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
80            dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
81            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
82            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
83            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
84            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
85            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
86            this.nRDataGridView.DefaultCellStyle = dataGridViewCellStyle3;
87            this.nRDataGridView.Location = new System.Drawing.Point(12, 36);
88            this.nRDataGridView.Name = "nRDataGridView";
89            this.nRDataGridView.RowHeadersWidth = 10;
90            this.nRDataGridView.Size = new System.Drawing.Size(312, 415);
91            this.nRDataGridView.TabIndex = 1;
92            this.nRDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.nRDataGridView_DataBindingComplete);
93            //
94            // dataGridViewTextBoxColumn3
95            //
96            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
97            this.dataGridViewTextBoxColumn3.DataPropertyName = "NRW";
98            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
99            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle1;
100            this.dataGridViewTextBoxColumn3.HeaderText = "Nr wyd.";
101            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
102            this.dataGridViewTextBoxColumn3.ReadOnly = true;
103            this.dataGridViewTextBoxColumn3.Width = 60;
104            //
105            // dataGridViewTextBoxColumn4
106            //
107            this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
108            this.dataGridViewTextBoxColumn4.DataPropertyName = "DATA_W";
109            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
110            this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle2;
111            this.dataGridViewTextBoxColumn4.HeaderText = "Data wyd.";
112            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
113            this.dataGridViewTextBoxColumn4.ReadOnly = true;
114            //
115            // DzienTygodniaColumn
116            //
117            this.DzienTygodniaColumn.HeaderText = "Dzieñ tyg.";
118            this.DzienTygodniaColumn.Name = "DzienTygodniaColumn";
119            //
120            // Column1
121            //
122            this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
123            this.Column1.HeaderText = "";
124            this.Column1.Name = "Column1";
125            this.Column1.Width = 50;
126            //
127            // dodajButton
128            //
129            this.dodajButton.DialogResult = System.Windows.Forms.DialogResult.OK;
130            this.dodajButton.Location = new System.Drawing.Point(172, 468);
131            this.dodajButton.Name = "dodajButton";
132            this.dodajButton.Size = new System.Drawing.Size(75, 23);
133            this.dodajButton.TabIndex = 3;
134            this.dodajButton.Text = "Dodaj";
135            this.dodajButton.UseVisualStyleBackColor = true;
136            //
137            // label1
138            //
139            this.label1.AutoSize = true;
140            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
141            this.label1.Location = new System.Drawing.Point(12, 9);
142            this.label1.Name = "label1";
143            this.label1.Size = new System.Drawing.Size(51, 16);
144            this.label1.TabIndex = 4;
145            this.label1.Text = "label1";
146            //
147            // label2
148            //
149            this.label2.AutoSize = true;
150            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
151            this.label2.Location = new System.Drawing.Point(297, 9);
152            this.label2.Name = "label2";
153            this.label2.Size = new System.Drawing.Size(16, 16);
154            this.label2.TabIndex = 5;
155            this.label2.Text = "0";
156            //
157            // button1
158            //
159            this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
160            this.button1.Location = new System.Drawing.Point(74, 468);
161            this.button1.Name = "button1";
162            this.button1.Size = new System.Drawing.Size(75, 23);
163            this.button1.TabIndex = 6;
164            this.button1.Text = "Anuluj";
165            this.button1.UseVisualStyleBackColor = true;
166            //
167            // KalendarzEmisji
168            //
169            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171            this.ClientSize = new System.Drawing.Size(336, 503);
172            this.Controls.Add(this.button1);
173            this.Controls.Add(this.label2);
174            this.Controls.Add(this.label1);
175            this.Controls.Add(this.dodajButton);
176            this.Controls.Add(this.nRDataGridView);
177            this.Name = "KalendarzEmisji";
178            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
179            this.Text = "Kalendarz emisji";
180            this.Load += new System.EventHandler(this.KalendarzEmisji_Load);
181            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
182            ((System.ComponentModel.ISupportInitialize)(this.nRBindingSource)).EndInit();
183            ((System.ComponentModel.ISupportInitialize)(this.nRDataGridView)).EndInit();
184            this.ResumeLayout(false);
185            this.PerformLayout();
186
187        }
188
189        #endregion
190
191        private SLOWNIKDataSet sLOWNIKDataSet;
192        private System.Windows.Forms.BindingSource nRBindingSource;
193        private Baza_Reklam.SLOWNIKDataSetTableAdapters.NRTableAdapter nRTableAdapter;
194        private System.Windows.Forms.DataGridView nRDataGridView;
195        private System.Windows.Forms.Button dodajButton;
196        private System.Windows.Forms.Label label1;
197        private System.Windows.Forms.Label label2;
198        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
199        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
200        private System.Windows.Forms.DataGridViewTextBoxColumn DzienTygodniaColumn;
201        private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
202        private System.Windows.Forms.Button button1;
203    }
204}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.