root/Baza Reklam 2 - Faktury/FactureViewer.Designer.cs @ 17

Wersja 10, 15.8 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class FactureViewer
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.Label nUMERLabel;
33            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
34            this.groupBox1 = new System.Windows.Forms.GroupBox();
35            this.label2 = new System.Windows.Forms.Label();
36            this.proformaCheckBox = new System.Windows.Forms.CheckBox();
37            this.podpisCheckBox = new System.Windows.Forms.CheckBox();
38            this.jezykComboBox = new System.Windows.Forms.ComboBox();
39            this.label3 = new System.Windows.Forms.Label();
40            this.typComboBox = new System.Windows.Forms.ComboBox();
41            this.zapiszButton = new System.Windows.Forms.Button();
42            this.label1 = new System.Windows.Forms.Label();
43            this.opisTextBox = new System.Windows.Forms.TextBox();
44            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
45            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
46            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
47            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
48            this.fakturA_DETAILSTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter();
49            this.fakturaTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FakturaTableAdapter();
50            this.proformaTableAdapter = new Baza_Reklam.raportyTableAdapters.ProformaTableAdapter();
51            this.raporty = new Baza_Reklam.raporty();
52            this.fAKTURA_DETAILS2TableAdapter = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter();
53            this.groupBox2 = new System.Windows.Forms.GroupBox();
54            this.nUMERTextBox = new System.Windows.Forms.TextBox();
55            nUMERLabel = new System.Windows.Forms.Label();
56            this.splitContainer1.Panel1.SuspendLayout();
57            this.splitContainer1.Panel2.SuspendLayout();
58            this.splitContainer1.SuspendLayout();
59            this.groupBox1.SuspendLayout();
60            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
61            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
62            ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit();
63            this.groupBox2.SuspendLayout();
64            this.SuspendLayout();
65            //
66            // splitContainer1
67            //
68            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
69            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
70            this.splitContainer1.Name = "splitContainer1";
71            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
72            //
73            // splitContainer1.Panel1
74            //
75            this.splitContainer1.Panel1.AutoScroll = true;
76            this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
77            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
78            //
79            // splitContainer1.Panel2
80            //
81            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
82            this.splitContainer1.Size = new System.Drawing.Size(740, 638);
83            this.splitContainer1.SplitterDistance = 140;
84            this.splitContainer1.TabIndex = 0;
85            //
86            // groupBox1
87            //
88            this.groupBox1.Controls.Add(this.label2);
89            this.groupBox1.Controls.Add(this.proformaCheckBox);
90            this.groupBox1.Controls.Add(this.podpisCheckBox);
91            this.groupBox1.Controls.Add(this.jezykComboBox);
92            this.groupBox1.Controls.Add(this.label3);
93            this.groupBox1.Controls.Add(this.typComboBox);
94            this.groupBox1.Controls.Add(this.zapiszButton);
95            this.groupBox1.Location = new System.Drawing.Point(499, 3);
96            this.groupBox1.Name = "groupBox1";
97            this.groupBox1.Size = new System.Drawing.Size(229, 134);
98            this.groupBox1.TabIndex = 13;
99            this.groupBox1.TabStop = false;
100            this.groupBox1.Text = "Wydruk";
101            //
102            // label2
103            //
104            this.label2.AutoSize = true;
105            this.label2.Location = new System.Drawing.Point(6, 27);
106            this.label2.Name = "label2";
107            this.label2.Size = new System.Drawing.Size(37, 13);
108            this.label2.TabIndex = 8;
109            this.label2.Text = "Jêzyk:";
110            //
111            // proformaCheckBox
112            //
113            this.proformaCheckBox.AutoSize = true;
114            this.proformaCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
115            this.proformaCheckBox.Location = new System.Drawing.Point(6, 79);
116            this.proformaCheckBox.Name = "proformaCheckBox";
117            this.proformaCheckBox.Size = new System.Drawing.Size(71, 17);
118            this.proformaCheckBox.TabIndex = 12;
119            this.proformaCheckBox.Text = "Proforma:";
120            this.proformaCheckBox.UseVisualStyleBackColor = true;
121            //
122            // podpisCheckBox
123            //
124            this.podpisCheckBox.AutoSize = true;
125            this.podpisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
126            this.podpisCheckBox.Checked = true;
127            this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
128            this.podpisCheckBox.Location = new System.Drawing.Point(16, 102);
129            this.podpisCheckBox.Name = "podpisCheckBox";
130            this.podpisCheckBox.Size = new System.Drawing.Size(61, 17);
131            this.podpisCheckBox.TabIndex = 11;
132            this.podpisCheckBox.Text = "Podpis:";
133            this.podpisCheckBox.UseVisualStyleBackColor = true;
134            //
135            // jezykComboBox
136            //
137            this.jezykComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
138            this.jezykComboBox.FormattingEnabled = true;
139            this.jezykComboBox.Items.AddRange(new object[] {
140            "PL",
141            "ANG",
142            "RU",
143            "DE",
144            "IT",
145            "FR"});
146            this.jezykComboBox.Location = new System.Drawing.Point(49, 24);
147            this.jezykComboBox.Name = "jezykComboBox";
148            this.jezykComboBox.Size = new System.Drawing.Size(77, 21);
149            this.jezykComboBox.TabIndex = 6;
150            //
151            // label3
152            //
153            this.label3.AutoSize = true;
154            this.label3.Location = new System.Drawing.Point(6, 55);
155            this.label3.Name = "label3";
156            this.label3.Size = new System.Drawing.Size(28, 13);
157            this.label3.TabIndex = 9;
158            this.label3.Text = "Typ:";
159            //
160            // typComboBox
161            //
162            this.typComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
163            this.typComboBox.FormattingEnabled = true;
164            this.typComboBox.Items.AddRange(new object[] {
165            "KOPIA",
166            "ORYGINA£"});
167            this.typComboBox.Location = new System.Drawing.Point(49, 52);
168            this.typComboBox.Name = "typComboBox";
169            this.typComboBox.Size = new System.Drawing.Size(77, 21);
170            this.typComboBox.TabIndex = 10;
171            //
172            // zapiszButton
173            //
174            this.zapiszButton.Location = new System.Drawing.Point(146, 24);
175            this.zapiszButton.Name = "zapiszButton";
176            this.zapiszButton.Size = new System.Drawing.Size(77, 29);
177            this.zapiszButton.TabIndex = 5;
178            this.zapiszButton.Text = "Odœwie¿";
179            this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
180            this.zapiszButton.UseVisualStyleBackColor = true;
181            //
182            // label1
183            //
184            this.label1.AutoSize = true;
185            this.label1.Location = new System.Drawing.Point(13, 21);
186            this.label1.Name = "label1";
187            this.label1.Size = new System.Drawing.Size(34, 13);
188            this.label1.TabIndex = 7;
189            this.label1.Text = "Opis: ";
190            //
191            // opisTextBox
192            //
193            this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true));
194            this.opisTextBox.Location = new System.Drawing.Point(61, 18);
195            this.opisTextBox.Multiline = true;
196            this.opisTextBox.Name = "opisTextBox";
197            this.opisTextBox.Size = new System.Drawing.Size(410, 72);
198            this.opisTextBox.TabIndex = 4;
199            //
200            // fAKTURYBindingSource
201            //
202            this.fAKTURYBindingSource.DataMember = "FAKTURY";
203            this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
204            //
205            // rEKLAMADataSet
206            //
207            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
208            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
209            //
210            // reportViewer1
211            //
212            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
213            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.fakturaReversed.rdlc";
214            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
215            this.reportViewer1.Name = "reportViewer1";
216            this.reportViewer1.ServerReport.ReportPath = "/Faktura/Faktura";
217            this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative);
218            this.reportViewer1.Size = new System.Drawing.Size(740, 494);
219            this.reportViewer1.TabIndex = 1;
220            //
221            // fAKTURYTableAdapter
222            //
223            this.fAKTURYTableAdapter.ClearBeforeFill = true;
224            //
225            // fakturA_DETAILSTableAdapter1
226            //
227            this.fakturA_DETAILSTableAdapter1.ClearBeforeFill = true;
228            //
229            // fakturaTableAdapter1
230            //
231            this.fakturaTableAdapter1.ClearBeforeFill = true;
232            //
233            // proformaTableAdapter
234            //
235            this.proformaTableAdapter.ClearBeforeFill = true;
236            //
237            // raporty
238            //
239            this.raporty.DataSetName = "raporty";
240            this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
241            //
242            // fAKTURA_DETAILS2TableAdapter
243            //
244            this.fAKTURA_DETAILS2TableAdapter.ClearBeforeFill = true;
245            //
246            // groupBox2
247            //
248            this.groupBox2.Controls.Add(nUMERLabel);
249            this.groupBox2.Controls.Add(this.nUMERTextBox);
250            this.groupBox2.Controls.Add(this.label1);
251            this.groupBox2.Controls.Add(this.opisTextBox);
252            this.groupBox2.Location = new System.Drawing.Point(12, 3);
253            this.groupBox2.Name = "groupBox2";
254            this.groupBox2.Size = new System.Drawing.Size(477, 134);
255            this.groupBox2.TabIndex = 14;
256            this.groupBox2.TabStop = false;
257            this.groupBox2.Text = "Faktura";
258            //
259            // nUMERLabel
260            //
261            nUMERLabel.AutoSize = true;
262            nUMERLabel.Location = new System.Drawing.Point(6, 99);
263            nUMERLabel.Name = "nUMERLabel";
264            nUMERLabel.Size = new System.Drawing.Size(41, 13);
265            nUMERLabel.TabIndex = 7;
266            nUMERLabel.Text = "Numer:";
267            //
268            // nUMERTextBox
269            //
270            this.nUMERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "NUMER", true));
271            this.nUMERTextBox.Location = new System.Drawing.Point(61, 99);
272            this.nUMERTextBox.Name = "nUMERTextBox";
273            this.nUMERTextBox.Size = new System.Drawing.Size(58, 20);
274            this.nUMERTextBox.TabIndex = 8;
275            //
276            // FactureViewer
277            //
278            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
279            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280            this.ClientSize = new System.Drawing.Size(740, 638);
281            this.Controls.Add(this.splitContainer1);
282            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
283            this.Name = "FactureViewer";
284            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
285            this.Text = "Faktura druk";
286            this.Load += new System.EventHandler(this.FactureViewer_Load);
287            this.splitContainer1.Panel1.ResumeLayout(false);
288            this.splitContainer1.Panel2.ResumeLayout(false);
289            this.splitContainer1.ResumeLayout(false);
290            this.groupBox1.ResumeLayout(false);
291            this.groupBox1.PerformLayout();
292            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
293            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
294            ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit();
295            this.groupBox2.ResumeLayout(false);
296            this.groupBox2.PerformLayout();
297            this.ResumeLayout(false);
298
299        }
300
301        #endregion
302
303        private System.Windows.Forms.SplitContainer splitContainer1;
304        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
305        private REKLAMADataSet rEKLAMADataSet;
306        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
307        private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter1;
308        private Baza_Reklam.raportyTableAdapters.FakturaTableAdapter fakturaTableAdapter1;
309        private System.Windows.Forms.Label label2;
310        private System.Windows.Forms.Label label1;
311        private System.Windows.Forms.ComboBox jezykComboBox;
312        private System.Windows.Forms.Button zapiszButton;
313        private System.Windows.Forms.TextBox opisTextBox;
314        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
315        private Baza_Reklam.raportyTableAdapters.ProformaTableAdapter proformaTableAdapter;
316        private System.Windows.Forms.ComboBox typComboBox;
317        private System.Windows.Forms.Label label3;
318        private System.Windows.Forms.CheckBox podpisCheckBox;
319        private raporty raporty;
320        private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter fAKTURA_DETAILS2TableAdapter;
321        private System.Windows.Forms.CheckBox proformaCheckBox;
322        private System.Windows.Forms.GroupBox groupBox1;
323        private System.Windows.Forms.GroupBox groupBox2;
324        private System.Windows.Forms.TextBox nUMERTextBox;
325    }
326}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.