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();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.proformaCheckBox = new System.Windows.Forms.CheckBox();
this.podpisCheckBox = new System.Windows.Forms.CheckBox();
this.typComboBox = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.jezykComboBox = new System.Windows.Forms.ComboBox();
this.zapiszButton = new System.Windows.Forms.Button();
this.opisTextBox = new System.Windows.Forms.TextBox();
this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
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();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit();
this.SuspendLayout();
//
// 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.proformaCheckBox);
this.splitContainer1.Panel1.Controls.Add(this.podpisCheckBox);
this.splitContainer1.Panel1.Controls.Add(this.typComboBox);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.jezykComboBox);
this.splitContainer1.Panel1.Controls.Add(this.zapiszButton);
this.splitContainer1.Panel1.Controls.Add(this.opisTextBox);
//
// 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;
//
// proformaCheckBox
//
this.proformaCheckBox.AutoSize = true;
this.proformaCheckBox.Location = new System.Drawing.Point(628, 87);
this.proformaCheckBox.Name = "proformaCheckBox";
this.proformaCheckBox.Size = new System.Drawing.Size(87, 17);
this.proformaCheckBox.TabIndex = 12;
this.proformaCheckBox.Text = "PROFORMA";
this.proformaCheckBox.UseVisualStyleBackColor = true;
//
// podpisCheckBox
//
this.podpisCheckBox.AutoSize = true;
this.podpisCheckBox.Checked = true;
this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.podpisCheckBox.Location = new System.Drawing.Point(628, 110);
this.podpisCheckBox.Name = "podpisCheckBox";
this.podpisCheckBox.Size = new System.Drawing.Size(57, 17);
this.podpisCheckBox.TabIndex = 11;
this.podpisCheckBox.Text = "podpis";
this.podpisCheckBox.UseVisualStyleBackColor = true;
//
// 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(515, 87);
this.typComboBox.Name = "typComboBox";
this.typComboBox.Size = new System.Drawing.Size(77, 21);
this.typComboBox.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(512, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(28, 13);
this.label3.TabIndex = 9;
this.label3.Text = "Typ:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(512, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 8;
this.label2.Text = "Język:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 13);
this.label1.TabIndex = 7;
this.label1.Text = "Opis: ";
//
// 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(515, 36);
this.jezykComboBox.Name = "jezykComboBox";
this.jezykComboBox.Size = new System.Drawing.Size(77, 21);
this.jezykComboBox.TabIndex = 6;
//
// zapiszButton
//
this.zapiszButton.Location = new System.Drawing.Point(628, 36);
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;
//
// opisTextBox
//
this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true));
this.opisTextBox.Location = new System.Drawing.Point(23, 36);
this.opisTextBox.Multiline = true;
this.opisTextBox.Name = "opisTextBox";
this.opisTextBox.Size = new System.Drawing.Size(480, 85);
this.opisTextBox.TabIndex = 4;
//
// fAKTURYBindingSource
//
this.fAKTURYBindingSource.DataMember = "FAKTURY";
this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
//
// rEKLAMADataSet
//
this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 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.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
((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 proformaCheckBox;
}
}