You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
3.0 KiB
90 lines
3.0 KiB
/* |
|
* Erstellt mit SharpDevelop. |
|
* Benutzer: Peter Forstmeier |
|
* Datum: 18.11.2009 |
|
* Zeit: 19:29 |
|
* |
|
* Sie können diese Vorlage unter Extras > Optionen > Codeerstellung > Standardheader ändern. |
|
*/ |
|
namespace TestProject |
|
{ |
|
partial class Form2 |
|
{ |
|
/// <summary> |
|
/// Designer variable used to keep track of non-visual components. |
|
/// </summary> |
|
private System.ComponentModel.IContainer components = null; |
|
|
|
/// <summary> |
|
/// Disposes resources used by the form. |
|
/// </summary> |
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing) { |
|
if (components != null) { |
|
components.Dispose(); |
|
} |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
/// <summary> |
|
/// This method is required for Windows Forms designer support. |
|
/// Do not change the method contents inside the source code editor. The Forms designer might |
|
/// not be able to load this method if it was changed manually. |
|
/// </summary> |
|
private void InitializeComponent() |
|
{ |
|
this.previewControl1 = new ICSharpCode.Reports.Core.ReportViewer.PreviewControl(); |
|
this.button1 = new System.Windows.Forms.Button(); |
|
this.button2 = new System.Windows.Forms.Button(); |
|
this.SuspendLayout(); |
|
// |
|
// previewControl1 |
|
// |
|
this.previewControl1.BackColor = System.Drawing.SystemColors.GradientActiveCaption; |
|
this.previewControl1.Location = new System.Drawing.Point(42, 35); |
|
this.previewControl1.Messages = null; |
|
this.previewControl1.Name = "previewControl1"; |
|
this.previewControl1.Padding = new System.Windows.Forms.Padding(5); |
|
this.previewControl1.Size = new System.Drawing.Size(840, 411); |
|
this.previewControl1.TabIndex = 0; |
|
// |
|
// button1 |
|
// |
|
this.button1.Location = new System.Drawing.Point(42, 474); |
|
this.button1.Name = "button1"; |
|
this.button1.Size = new System.Drawing.Size(75, 23); |
|
this.button1.TabIndex = 1; |
|
this.button1.Text = "Preview"; |
|
this.button1.UseVisualStyleBackColor = true; |
|
this.button1.Click += new System.EventHandler(this.Button1Click); |
|
// |
|
// button2 |
|
// |
|
this.button2.Location = new System.Drawing.Point(807, 474); |
|
this.button2.Name = "button2"; |
|
this.button2.Size = new System.Drawing.Size(75, 23); |
|
this.button2.TabIndex = 2; |
|
this.button2.Text = "Pdf"; |
|
this.button2.UseVisualStyleBackColor = true; |
|
this.button2.Click += new System.EventHandler(this.Button2Click); |
|
// |
|
// Form2 |
|
// |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.ClientSize = new System.Drawing.Size(929, 517); |
|
this.Controls.Add(this.button2); |
|
this.Controls.Add(this.button1); |
|
this.Controls.Add(this.previewControl1); |
|
this.Name = "Form2"; |
|
this.Text = "Form2"; |
|
this.ResumeLayout(false); |
|
} |
|
private System.Windows.Forms.Button button2; |
|
private System.Windows.Forms.Button button1; |
|
private ICSharpCode.Reports.Core.ReportViewer.PreviewControl previewControl1; |
|
} |
|
}
|
|
|