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.
91 lines
4.5 KiB
91 lines
4.5 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormPreview
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPreview));
|
|
this.previewControl1 = new FastReport.Preview.PreviewControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// previewControl1
|
|
//
|
|
this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.previewControl1.Font = new System.Drawing.Font("宋体", 7.2F);
|
|
this.previewControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.previewControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.previewControl1.Name = "previewControl1";
|
|
this.previewControl1.PageOffset = new System.Drawing.Point(10, 10);
|
|
this.previewControl1.Size = new System.Drawing.Size(677, 509);
|
|
this.previewControl1.TabIndex = 31;
|
|
this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(645, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(30, 39);
|
|
this.btnClose.TabIndex = 30;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormPreview
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(677, 509);
|
|
this.Controls.Add(this.previewControl1);
|
|
this.Controls.Add(this.btnClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormPreview";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "产品工序价格";
|
|
this.Load += new System.EventHandler(this.FormPreview_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private FastReport.Preview.PreviewControl previewControl1;
|
|
}
|
|
}
|