69 lines
2.6 KiB
C#
69 lines
2.6 KiB
C#
namespace DeiNiu.wms.win.utils
|
|
{
|
|
partial class ppr
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
|
|
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|
this.SuspendLayout();
|
|
//
|
|
// printPreviewControl1
|
|
//
|
|
this.printPreviewControl1.Location = new System.Drawing.Point(12, 12);
|
|
this.printPreviewControl1.Name = "printPreviewControl1";
|
|
this.printPreviewControl1.Size = new System.Drawing.Size(609, 114);
|
|
this.printPreviewControl1.TabIndex = 0;
|
|
//
|
|
// reportViewer1
|
|
//
|
|
this.reportViewer1.Location = new System.Drawing.Point(3, 142);
|
|
this.reportViewer1.Name = "reportViewer1";
|
|
this.reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote;
|
|
this.reportViewer1.Size = new System.Drawing.Size(627, 470);
|
|
this.reportViewer1.TabIndex = 1;
|
|
//
|
|
// ppr
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(633, 618);
|
|
this.Controls.Add(this.reportViewer1);
|
|
this.Controls.Add(this.printPreviewControl1);
|
|
this.Name = "ppr";
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.ppr_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PrintPreviewControl printPreviewControl1;
|
|
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|
}
|
|
} |