| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class OrderViewer
|
|---|
| 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.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|---|
| 32 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|---|
| 33 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 34 | this.jezykComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 35 | this.zapiszButton = new System.Windows.Forms.Button();
|
|---|
| 36 | this.ukazE_SIE_W_NRTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.UKAZE_SIE_W_NRTableAdapter();
|
|---|
| 37 | this.raporty = new Baza_Reklam.raporty();
|
|---|
| 38 | this.zamowienie2TableAdapter = new Baza_Reklam.raportyTableAdapters.Zamowienie2TableAdapter();
|
|---|
| 39 | this.zamowienieTableAdapter = new Baza_Reklam.raportyTableAdapters.ZamowienieTableAdapter();
|
|---|
| 40 | this.splitContainer1.Panel1.SuspendLayout();
|
|---|
| 41 | this.splitContainer1.Panel2.SuspendLayout();
|
|---|
| 42 | this.splitContainer1.SuspendLayout();
|
|---|
| 43 | ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit();
|
|---|
| 44 | this.SuspendLayout();
|
|---|
| 45 | //
|
|---|
| 46 | // reportViewer1
|
|---|
| 47 | //
|
|---|
| 48 | this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 49 | this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.zamowienie.rdlc";
|
|---|
| 50 | this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 51 | this.reportViewer1.Name = "reportViewer1";
|
|---|
| 52 | this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative);
|
|---|
| 53 | this.reportViewer1.Size = new System.Drawing.Size(740, 585);
|
|---|
| 54 | this.reportViewer1.TabIndex = 0;
|
|---|
| 55 | //
|
|---|
| 56 | // splitContainer1
|
|---|
| 57 | //
|
|---|
| 58 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 59 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 60 | this.splitContainer1.Name = "splitContainer1";
|
|---|
| 61 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|---|
| 62 | //
|
|---|
| 63 | // splitContainer1.Panel1
|
|---|
| 64 | //
|
|---|
| 65 | this.splitContainer1.Panel1.AutoScroll = true;
|
|---|
| 66 | this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|---|
| 67 | this.splitContainer1.Panel1.Controls.Add(this.jezykComboBox);
|
|---|
| 68 | this.splitContainer1.Panel1.Controls.Add(this.zapiszButton);
|
|---|
| 69 | //
|
|---|
| 70 | // splitContainer1.Panel2
|
|---|
| 71 | //
|
|---|
| 72 | this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
|
|---|
| 73 | this.splitContainer1.Size = new System.Drawing.Size(740, 638);
|
|---|
| 74 | this.splitContainer1.SplitterDistance = 49;
|
|---|
| 75 | this.splitContainer1.TabIndex = 1;
|
|---|
| 76 | //
|
|---|
| 77 | // label2
|
|---|
| 78 | //
|
|---|
| 79 | this.label2.AutoSize = true;
|
|---|
| 80 | this.label2.Location = new System.Drawing.Point(12, 18);
|
|---|
| 81 | this.label2.Name = "label2";
|
|---|
| 82 | this.label2.Size = new System.Drawing.Size(37, 13);
|
|---|
| 83 | this.label2.TabIndex = 11;
|
|---|
| 84 | this.label2.Text = "Jêzyk:";
|
|---|
| 85 | //
|
|---|
| 86 | // jezykComboBox
|
|---|
| 87 | //
|
|---|
| 88 | this.jezykComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 89 | this.jezykComboBox.FormattingEnabled = true;
|
|---|
| 90 | this.jezykComboBox.Items.AddRange(new object[] {
|
|---|
| 91 | "PL",
|
|---|
| 92 | "ANG",
|
|---|
| 93 | "RU",
|
|---|
| 94 | "DE",
|
|---|
| 95 | "IT",
|
|---|
| 96 | "FR"});
|
|---|
| 97 | this.jezykComboBox.Location = new System.Drawing.Point(55, 15);
|
|---|
| 98 | this.jezykComboBox.Name = "jezykComboBox";
|
|---|
| 99 | this.jezykComboBox.Size = new System.Drawing.Size(77, 21);
|
|---|
| 100 | this.jezykComboBox.TabIndex = 10;
|
|---|
| 101 | //
|
|---|
| 102 | // zapiszButton
|
|---|
| 103 | //
|
|---|
| 104 | this.zapiszButton.Location = new System.Drawing.Point(651, 10);
|
|---|
| 105 | this.zapiszButton.Name = "zapiszButton";
|
|---|
| 106 | this.zapiszButton.Size = new System.Drawing.Size(77, 29);
|
|---|
| 107 | this.zapiszButton.TabIndex = 9;
|
|---|
| 108 | this.zapiszButton.Text = "Odwie¿";
|
|---|
| 109 | this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 110 | this.zapiszButton.UseVisualStyleBackColor = true;
|
|---|
| 111 | this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
|
|---|
| 112 | //
|
|---|
| 113 | // ukazE_SIE_W_NRTableAdapter1
|
|---|
| 114 | //
|
|---|
| 115 | this.ukazE_SIE_W_NRTableAdapter1.ClearBeforeFill = true;
|
|---|
| 116 | //
|
|---|
| 117 | // raporty
|
|---|
| 118 | //
|
|---|
| 119 | this.raporty.DataSetName = "raporty";
|
|---|
| 120 | this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 121 | //
|
|---|
| 122 | // zamowienie2TableAdapter
|
|---|
| 123 | //
|
|---|
| 124 | this.zamowienie2TableAdapter.ClearBeforeFill = true;
|
|---|
| 125 | //
|
|---|
| 126 | // zamowienieTableAdapter
|
|---|
| 127 | //
|
|---|
| 128 | this.zamowienieTableAdapter.ClearBeforeFill = true;
|
|---|
| 129 | //
|
|---|
| 130 | // OrderViewer
|
|---|
| 131 | //
|
|---|
| 132 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 133 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 134 | this.ClientSize = new System.Drawing.Size(740, 638);
|
|---|
| 135 | this.Controls.Add(this.splitContainer1);
|
|---|
| 136 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|---|
| 137 | this.Name = "OrderViewer";
|
|---|
| 138 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 139 | this.Text = "Zamówienie druk";
|
|---|
| 140 | this.Load += new System.EventHandler(this.OrderViewer_Load);
|
|---|
| 141 | this.splitContainer1.Panel1.ResumeLayout(false);
|
|---|
| 142 | this.splitContainer1.Panel1.PerformLayout();
|
|---|
| 143 | this.splitContainer1.Panel2.ResumeLayout(false);
|
|---|
| 144 | this.splitContainer1.ResumeLayout(false);
|
|---|
| 145 | ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit();
|
|---|
| 146 | this.ResumeLayout(false);
|
|---|
| 147 |
|
|---|
| 148 | }
|
|---|
| 149 |
|
|---|
| 150 | #endregion
|
|---|
| 151 |
|
|---|
| 152 | private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|---|
| 153 | private System.Windows.Forms.SplitContainer splitContainer1;
|
|---|
| 154 | private System.Windows.Forms.Label label2;
|
|---|
| 155 | private System.Windows.Forms.ComboBox jezykComboBox;
|
|---|
| 156 | private System.Windows.Forms.Button zapiszButton;
|
|---|
| 157 | private Baza_Reklam.REKLAMADataSetTableAdapters.UKAZE_SIE_W_NRTableAdapter ukazE_SIE_W_NRTableAdapter1;
|
|---|
| 158 | private raporty raporty;
|
|---|
| 159 | private Baza_Reklam.raportyTableAdapters.Zamowienie2TableAdapter zamowienie2TableAdapter;
|
|---|
| 160 | private Baza_Reklam.raportyTableAdapters.ZamowienieTableAdapter zamowienieTableAdapter;
|
|---|
| 161 | }
|
|---|
| 162 | } |
|---|