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

Wersja 28, 16.7 KB (wprowadzona przez dorota, 17 years temu)

dodawanie wplat przy wystawianiu faktury

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