root/trunk/TruckExpoCDN/ExportForm.Designer.cs @ 457

Wersja 415, 17.5 KB (wprowadzona przez marek, 17 years temu)

re #104

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