namespace Baza_Reklam { partial class FactureViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label nUMERLabel; this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.powodKorektyComboBox = new System.Windows.Forms.ComboBox(); this.nUMERTextBox = new System.Windows.Forms.TextBox(); this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components); this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); this.label1 = new System.Windows.Forms.Label(); this.opisTextBox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.proformaCheckBox = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.zaplaconoCheckBox = new System.Windows.Forms.CheckBox(); this.podpisCheckBox = new System.Windows.Forms.CheckBox(); this.jezykComboBox = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.typComboBox = new System.Windows.Forms.ComboBox(); this.zapiszButton = new System.Windows.Forms.Button(); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter(); this.fakturA_DETAILSTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter(); this.fakturaTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FakturaTableAdapter(); this.proformaTableAdapter = new Baza_Reklam.raportyTableAdapters.ProformaTableAdapter(); this.raporty = new Baza_Reklam.raporty(); this.fAKTURA_DETAILS2TableAdapter = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter(); nUMERLabel = new System.Windows.Forms.Label(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit(); this.SuspendLayout(); // // nUMERLabel // nUMERLabel.AutoSize = true; nUMERLabel.Location = new System.Drawing.Point(6, 99); nUMERLabel.Name = "nUMERLabel"; nUMERLabel.Size = new System.Drawing.Size(41, 13); nUMERLabel.TabIndex = 7; nUMERLabel.Text = "Numer:"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.AutoScroll = true; this.splitContainer1.Panel1.Controls.Add(this.groupBox2); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Size = new System.Drawing.Size(740, 638); this.splitContainer1.SplitterDistance = 140; this.splitContainer1.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.powodKorektyComboBox); this.groupBox2.Controls.Add(nUMERLabel); this.groupBox2.Controls.Add(this.nUMERTextBox); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.opisTextBox); this.groupBox2.Location = new System.Drawing.Point(12, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(477, 134); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "Faktura"; // // powodKorektyComboBox // this.powodKorektyComboBox.Enabled = false; this.powodKorektyComboBox.FormattingEnabled = true; this.powodKorektyComboBox.Items.AddRange(new object[] { "rezygnacja z emisji reklamy", "uznana reklamacja"}); this.powodKorektyComboBox.Location = new System.Drawing.Point(53, 60); this.powodKorektyComboBox.Name = "powodKorektyComboBox"; this.powodKorektyComboBox.Size = new System.Drawing.Size(410, 21); this.powodKorektyComboBox.TabIndex = 9; this.powodKorektyComboBox.SelectedIndexChanged += new System.EventHandler(this.powodKorektyComboBox_SelectedIndexChanged); // // nUMERTextBox // this.nUMERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "NUMER", true)); this.nUMERTextBox.Location = new System.Drawing.Point(61, 99); this.nUMERTextBox.Name = "nUMERTextBox"; this.nUMERTextBox.Size = new System.Drawing.Size(58, 20); this.nUMERTextBox.TabIndex = 8; // // fAKTURYBindingSource // this.fAKTURYBindingSource.DataMember = "FAKTURY"; this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet; // // rEKLAMADataSet // this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(34, 13); this.label1.TabIndex = 7; this.label1.Text = "Opis: "; // // opisTextBox // this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true)); this.opisTextBox.Location = new System.Drawing.Point(53, 19); this.opisTextBox.MaxLength = 200; this.opisTextBox.Multiline = true; this.opisTextBox.Name = "opisTextBox"; this.opisTextBox.Size = new System.Drawing.Size(410, 35); this.opisTextBox.TabIndex = 4; // // groupBox1 // this.groupBox1.Controls.Add(this.proformaCheckBox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.zaplaconoCheckBox); this.groupBox1.Controls.Add(this.podpisCheckBox); this.groupBox1.Controls.Add(this.jezykComboBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.typComboBox); this.groupBox1.Controls.Add(this.zapiszButton); this.groupBox1.Location = new System.Drawing.Point(499, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(229, 134); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Wydruk"; // // proformaCheckBox // this.proformaCheckBox.AutoSize = true; this.proformaCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.proformaCheckBox.Location = new System.Drawing.Point(114, 79); this.proformaCheckBox.Name = "proformaCheckBox"; this.proformaCheckBox.Size = new System.Drawing.Size(71, 17); this.proformaCheckBox.TabIndex = 13; this.proformaCheckBox.Text = "Proforma:"; this.proformaCheckBox.UseVisualStyleBackColor = true; this.proformaCheckBox.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 13); this.label2.TabIndex = 8; this.label2.Text = "Język:"; // // zaplaconoCheckBox // this.zaplaconoCheckBox.AutoSize = true; this.zaplaconoCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.zaplaconoCheckBox.Location = new System.Drawing.Point(6, 79); this.zaplaconoCheckBox.Name = "zaplaconoCheckBox"; this.zaplaconoCheckBox.Size = new System.Drawing.Size(82, 17); this.zaplaconoCheckBox.TabIndex = 12; this.zaplaconoCheckBox.Text = "Zapłacono:"; this.zaplaconoCheckBox.UseVisualStyleBackColor = true; // // podpisCheckBox // this.podpisCheckBox.AutoSize = true; this.podpisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.podpisCheckBox.Checked = true; this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.podpisCheckBox.Location = new System.Drawing.Point(27, 102); this.podpisCheckBox.Name = "podpisCheckBox"; this.podpisCheckBox.Size = new System.Drawing.Size(61, 17); this.podpisCheckBox.TabIndex = 11; this.podpisCheckBox.Text = "Podpis:"; this.podpisCheckBox.UseVisualStyleBackColor = true; // // jezykComboBox // this.jezykComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.jezykComboBox.FormattingEnabled = true; this.jezykComboBox.Items.AddRange(new object[] { "PL", "ANG", "RU", "DE", "IT", "FR"}); this.jezykComboBox.Location = new System.Drawing.Point(49, 24); this.jezykComboBox.Name = "jezykComboBox"; this.jezykComboBox.Size = new System.Drawing.Size(77, 21); this.jezykComboBox.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 55); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 13); this.label3.TabIndex = 9; this.label3.Text = "Typ:"; // // typComboBox // this.typComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.typComboBox.FormattingEnabled = true; this.typComboBox.Items.AddRange(new object[] { "KOPIA", "ORYGINAŁ"}); this.typComboBox.Location = new System.Drawing.Point(49, 52); this.typComboBox.Name = "typComboBox"; this.typComboBox.Size = new System.Drawing.Size(77, 21); this.typComboBox.TabIndex = 10; // // zapiszButton // this.zapiszButton.Location = new System.Drawing.Point(146, 24); this.zapiszButton.Name = "zapiszButton"; this.zapiszButton.Size = new System.Drawing.Size(77, 29); this.zapiszButton.TabIndex = 5; this.zapiszButton.Text = "Odśwież"; this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.zapiszButton.UseVisualStyleBackColor = true; // // reportViewer1 // this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.fakturaReversed.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(0, 0); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.ServerReport.ReportPath = "/Faktura/Faktura"; this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative); this.reportViewer1.Size = new System.Drawing.Size(740, 494); this.reportViewer1.TabIndex = 1; // // fAKTURYTableAdapter // this.fAKTURYTableAdapter.ClearBeforeFill = true; // // fakturA_DETAILSTableAdapter1 // this.fakturA_DETAILSTableAdapter1.ClearBeforeFill = true; // // fakturaTableAdapter1 // this.fakturaTableAdapter1.ClearBeforeFill = true; // // proformaTableAdapter // this.proformaTableAdapter.ClearBeforeFill = true; // // raporty // this.raporty.DataSetName = "raporty"; this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // fAKTURA_DETAILS2TableAdapter // this.fAKTURA_DETAILS2TableAdapter.ClearBeforeFill = true; // // FactureViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(740, 638); this.Controls.Add(this.splitContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "FactureViewer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Faktura druk"; this.Load += new System.EventHandler(this.FactureViewer_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter; private REKLAMADataSet rEKLAMADataSet; private System.Windows.Forms.BindingSource fAKTURYBindingSource; private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter1; private Baza_Reklam.raportyTableAdapters.FakturaTableAdapter fakturaTableAdapter1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox jezykComboBox; private System.Windows.Forms.Button zapiszButton; private System.Windows.Forms.TextBox opisTextBox; private Microsoft.Reporting.WinForms.ReportViewer reportViewer1; private Baza_Reklam.raportyTableAdapters.ProformaTableAdapter proformaTableAdapter; private System.Windows.Forms.ComboBox typComboBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox podpisCheckBox; private raporty raporty; private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter fAKTURA_DETAILS2TableAdapter; private System.Windows.Forms.CheckBox zaplaconoCheckBox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox nUMERTextBox; private System.Windows.Forms.CheckBox proformaCheckBox; private System.Windows.Forms.ComboBox powodKorektyComboBox; } }