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

Wersja 92, 17.7 KB (wprowadzona przez dorota, 17 years temu)

podstawy korekt w FactureViewer?

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