|
namespace SCM
|
{
|
partial class Form4
|
{
|
/// <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(Form4));
|
this.axGRDesigner1 = new Axgrdes6Lib.AxGRDesigner();
|
((System.ComponentModel.ISupportInitialize)(this.axGRDesigner1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// axGRDesigner1
|
//
|
this.axGRDesigner1.Enabled = true;
|
this.axGRDesigner1.Location = new System.Drawing.Point(26, 43);
|
this.axGRDesigner1.Name = "axGRDesigner1";
|
this.axGRDesigner1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDesigner1.OcxState")));
|
this.axGRDesigner1.Size = new System.Drawing.Size(240, 240);
|
this.axGRDesigner1.TabIndex = 0;
|
//
|
// Form4
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.Controls.Add(this.axGRDesigner1);
|
this.Name = "Form4";
|
this.Text = "Form4";
|
((System.ComponentModel.ISupportInitialize)(this.axGRDesigner1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private Axgrdes6Lib.AxGRDesigner axGRDesigner1;
|
}
|
}
|