namespace Baza_Reklam { partial class OrderViewer { /// /// 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.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label2 = new System.Windows.Forms.Label(); this.jezykComboBox = new System.Windows.Forms.ComboBox(); this.zapiszButton = new System.Windows.Forms.Button(); this.ukazE_SIE_W_NRTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.UKAZE_SIE_W_NRTableAdapter(); this.raporty = new Baza_Reklam.raporty(); this.zamowienie2TableAdapter = new Baza_Reklam.raportyTableAdapters.Zamowienie2TableAdapter(); this.zamowienieTableAdapter = new Baza_Reklam.raportyTableAdapters.ZamowienieTableAdapter(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit(); this.SuspendLayout(); // // reportViewer1 // this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.zamowienie.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(0, 0); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative); this.reportViewer1.Size = new System.Drawing.Size(740, 585); this.reportViewer1.TabIndex = 0; // // 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.label2); this.splitContainer1.Panel1.Controls.Add(this.jezykComboBox); this.splitContainer1.Panel1.Controls.Add(this.zapiszButton); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Size = new System.Drawing.Size(740, 638); this.splitContainer1.SplitterDistance = 49; this.splitContainer1.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 18); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 13); this.label2.TabIndex = 11; this.label2.Text = "Język:"; // // 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(55, 15); this.jezykComboBox.Name = "jezykComboBox"; this.jezykComboBox.Size = new System.Drawing.Size(77, 21); this.jezykComboBox.TabIndex = 10; // // zapiszButton // this.zapiszButton.Location = new System.Drawing.Point(651, 10); this.zapiszButton.Name = "zapiszButton"; this.zapiszButton.Size = new System.Drawing.Size(77, 29); this.zapiszButton.TabIndex = 9; this.zapiszButton.Text = "Odśwież"; this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.zapiszButton.UseVisualStyleBackColor = true; this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click); // // ukazE_SIE_W_NRTableAdapter1 // this.ukazE_SIE_W_NRTableAdapter1.ClearBeforeFill = true; // // raporty // this.raporty.DataSetName = "raporty"; this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // zamowienie2TableAdapter // this.zamowienie2TableAdapter.ClearBeforeFill = true; // // zamowienieTableAdapter // this.zamowienieTableAdapter.ClearBeforeFill = true; // // OrderViewer // 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 = "OrderViewer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Zamówienie druk"; this.Load += new System.EventHandler(this.OrderViewer_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Reporting.WinForms.ReportViewer reportViewer1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox jezykComboBox; private System.Windows.Forms.Button zapiszButton; private Baza_Reklam.REKLAMADataSetTableAdapters.UKAZE_SIE_W_NRTableAdapter ukazE_SIE_W_NRTableAdapter1; private raporty raporty; private Baza_Reklam.raportyTableAdapters.Zamowienie2TableAdapter zamowienie2TableAdapter; private Baza_Reklam.raportyTableAdapters.ZamowienieTableAdapter zamowienieTableAdapter; } }