root/Baza Reklam 2 - Faktury/ReportsForm.Designer.cs @ 2

Wersja 2, 4.8 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class ReportsForm
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.button1 = new System.Windows.Forms.Button();
32            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
33            this.treeView1 = new System.Windows.Forms.TreeView();
34            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
35            this.splitContainer1.Panel1.SuspendLayout();
36            this.splitContainer1.Panel2.SuspendLayout();
37            this.splitContainer1.SuspendLayout();
38            this.SuspendLayout();
39            //
40            // button1
41            //
42            this.button1.Dock = System.Windows.Forms.DockStyle.Left;
43            this.button1.Location = new System.Drawing.Point(0, 0);
44            this.button1.Name = "button1";
45            this.button1.Size = new System.Drawing.Size(14, 549);
46            this.button1.TabIndex = 1;
47            this.button1.UseVisualStyleBackColor = true;
48            this.button1.Click += new System.EventHandler(this.button1_Click);
49            //
50            // splitContainer1
51            //
52            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
53            this.splitContainer1.Location = new System.Drawing.Point(14, 0);
54            this.splitContainer1.Name = "splitContainer1";
55            //
56            // splitContainer1.Panel1
57            //
58            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
59            //
60            // splitContainer1.Panel2
61            //
62            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
63            this.splitContainer1.Size = new System.Drawing.Size(962, 549);
64            this.splitContainer1.SplitterDistance = 185;
65            this.splitContainer1.TabIndex = 2;
66            //
67            // treeView1
68            //
69            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
70            this.treeView1.Location = new System.Drawing.Point(0, 0);
71            this.treeView1.Name = "treeView1";
72            this.treeView1.Size = new System.Drawing.Size(185, 549);
73            this.treeView1.TabIndex = 2;
74            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
75            //
76            // reportViewer1
77            //
78            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
79            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
80            this.reportViewer1.Name = "reportViewer1";
81            this.reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote;
82            this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("http://localhost/reportServer3", System.UriKind.Absolute);
83            this.reportViewer1.Size = new System.Drawing.Size(773, 549);
84            this.reportViewer1.TabIndex = 0;
85            //
86            // ReportsForm
87            //
88            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
89            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90            this.ClientSize = new System.Drawing.Size(976, 549);
91            this.ControlBox = false;
92            this.Controls.Add(this.splitContainer1);
93            this.Controls.Add(this.button1);
94            this.Name = "ReportsForm";
95            this.Text = "Raporty";
96            this.Load += new System.EventHandler(this.ReportsForm_Load);
97            this.Shown += new System.EventHandler(this.ReportsForm_Shown);
98            this.splitContainer1.Panel1.ResumeLayout(false);
99            this.splitContainer1.Panel2.ResumeLayout(false);
100            this.splitContainer1.ResumeLayout(false);
101            this.ResumeLayout(false);
102
103        }
104
105        #endregion
106
107        private System.Windows.Forms.Button button1;
108        private System.Windows.Forms.SplitContainer splitContainer1;
109        private System.Windows.Forms.TreeView treeView1;
110        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
111    }
112}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.