root/branches/ReklamaReorganizacja/TruckExpoCDN/ExportForm.Designer.cs @ 776

Wersja 479, 18.4 KB (wprowadzona przez marek, 17 years temu)

re #134

Line 
1namespace ExportFaktur
2{
3    partial class ExportForm
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm));
33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
35            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
36            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
37            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
38            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
39            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
40            this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip();
41            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
42            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
43            this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
44            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
45            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
46            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
47            this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
48            this.dataGridView1 = new System.Windows.Forms.DataGridView();
49            this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn();
50            this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn();
51            this.ID_NABYWCY = new System.Windows.Forms.DataGridViewTextBoxColumn();
52            this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
53            this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
54            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
55            this.cbSelectAll = new System.Windows.Forms.CheckBox();
56            this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
57            this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
58            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
59            this.eXPODataSet = new ExportFaktur.EXPODataSet();
60            this.fAKTURYTableAdapter = new ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter();
61            this.exportFakturToolStrip.SuspendLayout();
62            this.statusStrip1.SuspendLayout();
63            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
64            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
65            ((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).BeginInit();
66            this.SuspendLayout();
67            //
68            // exportFakturToolStrip
69            //
70            this.exportFakturToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
71            this.exportFakturToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
72            this.toolStripButton1,
73            this.toolStripButton2,
74            this.refreshToolStripButton,
75            this.toolStripSeparator1});
76            this.exportFakturToolStrip.Location = new System.Drawing.Point(0, 0);
77            this.exportFakturToolStrip.Name = "exportFakturToolStrip";
78            this.exportFakturToolStrip.Size = new System.Drawing.Size(876, 39);
79            this.exportFakturToolStrip.TabIndex = 0;
80            this.exportFakturToolStrip.Text = "Export faktur";
81            //
82            // toolStripButton1
83            //
84            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
85            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
86            this.toolStripButton1.Name = "toolStripButton1";
87            this.toolStripButton1.Size = new System.Drawing.Size(107, 36);
88            this.toolStripButton1.Text = "Export faktur";
89            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
90            //
91            // toolStripButton2
92            //
93            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
94            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
95            this.toolStripButton2.Name = "toolStripButton2";
96            this.toolStripButton2.Size = new System.Drawing.Size(73, 36);
97            this.toolStripButton2.Text = "Anuluj";
98            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
99            //
100            // refreshToolStripButton
101            //
102            this.refreshToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripButton.Image")));
103            this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
104            this.refreshToolStripButton.Name = "refreshToolStripButton";
105            this.refreshToolStripButton.Size = new System.Drawing.Size(83, 36);
106            this.refreshToolStripButton.Text = "Odœwie¿";
107            this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
108            //
109            // toolStripSeparator1
110            //
111            this.toolStripSeparator1.Name = "toolStripSeparator1";
112            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
113            //
114            // statusStrip1
115            //
116            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
117            this.toolStripProgressBar1,
118            this.statusLabel1});
119            this.statusStrip1.Location = new System.Drawing.Point(0, 538);
120            this.statusStrip1.Name = "statusStrip1";
121            this.statusStrip1.Size = new System.Drawing.Size(876, 22);
122            this.statusStrip1.TabIndex = 1;
123            this.statusStrip1.Text = "statusStrip1";
124            //
125            // toolStripProgressBar1
126            //
127            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
128            this.toolStripProgressBar1.Size = new System.Drawing.Size(500, 16);
129            //
130            // statusLabel1
131            //
132            this.statusLabel1.Name = "statusLabel1";
133            this.statusLabel1.Size = new System.Drawing.Size(109, 17);
134            this.statusLabel1.Text = "toolStripStatusLabel1";
135            this.statusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
136            //
137            // dataGridView1
138            //
139            this.dataGridView1.AllowUserToAddRows = false;
140            this.dataGridView1.AllowUserToDeleteRows = false;
141            dataGridViewCellStyle15.BackColor = System.Drawing.Color.MintCream;
142            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
143            this.dataGridView1.AutoGenerateColumns = false;
144            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
145            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
146            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
147            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
148            dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
149            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
150            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
151            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
152            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
153            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
154            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
155            this.EXPORTED,
156            this.ID_FAKTURY,
157            this.pelnynumerDataGridViewTextBoxColumn,
158            this.ID_NABYWCY,
159            this.DATA_WYSTAWIENIA,
160            this.MIEJSCOWOSC_WYSTAWIENIA,
161            this.exportujDataGridViewCheckBoxColumn});
162            this.dataGridView1.DataSource = this.fAKTURYBindingSource;
163            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
164            this.dataGridView1.Location = new System.Drawing.Point(0, 39);
165            this.dataGridView1.Name = "dataGridView1";
166            this.dataGridView1.RowHeadersWidth = 10;
167            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
168            this.dataGridView1.Size = new System.Drawing.Size(876, 499);
169            this.dataGridView1.TabIndex = 4;
170            this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
171            //
172            // EXPORTED
173            //
174            this.EXPORTED.DataPropertyName = "EXPORTED";
175            this.EXPORTED.HeaderText = "EXPORTED";
176            this.EXPORTED.Name = "EXPORTED";
177            this.EXPORTED.ReadOnly = true;
178            //
179            // ID_FAKTURY
180            //
181            this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY";
182            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
183            this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle17;
184            this.ID_FAKTURY.HeaderText = "ID FAKTURY";
185            this.ID_FAKTURY.Name = "ID_FAKTURY";
186            this.ID_FAKTURY.ReadOnly = true;
187            //
188            // ID_NABYWCY
189            //
190            this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY";
191            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
192            this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle19;
193            this.ID_NABYWCY.HeaderText = "ID NABYWCY";
194            this.ID_NABYWCY.Name = "ID_NABYWCY";
195            this.ID_NABYWCY.ReadOnly = true;
196            //
197            // DATA_WYSTAWIENIA
198            //
199            this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA";
200            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
201            this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle20;
202            this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA";
203            this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA";
204            this.DATA_WYSTAWIENIA.ReadOnly = true;
205            //
206            // MIEJSCOWOSC_WYSTAWIENIA
207            //
208            this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA";
209            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
210            this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle21;
211            this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE";
212            this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA";
213            this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true;
214            //
215            // backgroundWorker1
216            //
217            this.backgroundWorker1.WorkerReportsProgress = true;
218            this.backgroundWorker1.WorkerSupportsCancellation = true;
219            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
220            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
221            this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
222            //
223            // cbSelectAll
224            //
225            this.cbSelectAll.AutoSize = true;
226            this.cbSelectAll.Checked = true;
227            this.cbSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
228            this.cbSelectAll.Location = new System.Drawing.Point(614, 12);
229            this.cbSelectAll.Name = "cbSelectAll";
230            this.cbSelectAll.Size = new System.Drawing.Size(114, 17);
231            this.cbSelectAll.TabIndex = 5;
232            this.cbSelectAll.Text = "Odznacz wszystko";
233            this.cbSelectAll.UseVisualStyleBackColor = true;
234            this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
235            //
236            // pelnynumerDataGridViewTextBoxColumn
237            //
238            this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer";
239            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
240            this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18;
241            this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY";
242            this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn";
243            this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true;
244            //
245            // exportujDataGridViewCheckBoxColumn
246            //
247            this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj";
248            this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ";
249            this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn";
250            //
251            // fAKTURYBindingSource
252            //
253            this.fAKTURYBindingSource.DataMember = "FAKTURY";
254            this.fAKTURYBindingSource.DataSource = this.eXPODataSet;
255            //
256            // eXPODataSet
257            //
258            this.eXPODataSet.DataSetName = "EXPODataSet";
259            this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
260            //
261            // fAKTURYTableAdapter
262            //
263            this.fAKTURYTableAdapter.ClearBeforeFill = true;
264            //
265            // ExportForm
266            //
267            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
268            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
269            this.ClientSize = new System.Drawing.Size(876, 560);
270            this.Controls.Add(this.cbSelectAll);
271            this.Controls.Add(this.dataGridView1);
272            this.Controls.Add(this.statusStrip1);
273            this.Controls.Add(this.exportFakturToolStrip);
274            this.Name = "ExportForm";
275            this.Text = "Export faktur do CDN Optima";
276            this.Load += new System.EventHandler(this.ExportForm_Load);
277            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportForm_FormClosing);
278            this.exportFakturToolStrip.ResumeLayout(false);
279            this.exportFakturToolStrip.PerformLayout();
280            this.statusStrip1.ResumeLayout(false);
281            this.statusStrip1.PerformLayout();
282            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
283            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
284            ((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).EndInit();
285            this.ResumeLayout(false);
286            this.PerformLayout();
287
288        }
289
290        #endregion
291
292        private System.Windows.Forms.ToolStrip exportFakturToolStrip;
293        private System.Windows.Forms.ToolStripButton toolStripButton1;
294        private System.Windows.Forms.StatusStrip statusStrip1;
295        private EXPODataSet eXPODataSet;
296        private ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
297        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
298        private System.Windows.Forms.ToolStripButton toolStripButton2;
299        private System.Windows.Forms.DataGridView dataGridView1;
300        private System.ComponentModel.BackgroundWorker backgroundWorker1;
301        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
302        private System.Windows.Forms.ToolStripStatusLabel statusLabel1;
303        private System.Windows.Forms.ToolStripButton refreshToolStripButton;
304        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
305        private System.Windows.Forms.DataGridViewCheckBoxColumn EXPORTED;
306        private System.Windows.Forms.DataGridViewTextBoxColumn ID_FAKTURY;
307        private System.Windows.Forms.DataGridViewTextBoxColumn pelnynumerDataGridViewTextBoxColumn;
308        private System.Windows.Forms.DataGridViewTextBoxColumn ID_NABYWCY;
309        private System.Windows.Forms.DataGridViewTextBoxColumn DATA_WYSTAWIENIA;
310        private System.Windows.Forms.DataGridViewTextBoxColumn MIEJSCOWOSC_WYSTAWIENIA;
311        private System.Windows.Forms.DataGridViewCheckBoxColumn exportujDataGridViewCheckBoxColumn;
312        private System.Windows.Forms.CheckBox cbSelectAll;
313    }
314}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.