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.
|
|
namespace ICSSoft.Frame.APP { partial class FormDesign { /// <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(FormDesign)); this.designerControl1 = new FastReport.Design.StandardDesigner.DesignerControl(); ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).BeginInit(); this.SuspendLayout(); //
// designerControl1
//
this.designerControl1.AskSave = true; this.designerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.designerControl1.LayoutState = resources.GetString("designerControl1.LayoutState"); this.designerControl1.Location = new System.Drawing.Point(0, 0); this.designerControl1.Name = "designerControl1"; this.designerControl1.TabIndex = 0; this.designerControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; //
// FormDesign
//
//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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormDesign"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品工序价格"; this.Load += new System.EventHandler(this.FormEcAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit(); this.ResumeLayout(false); this.Controls.Add(designerControl1);
}
#endregion
private FastReport.Design.StandardDesigner.DesignerControl designerControl1; } }
|