|
namespace SCM
|
{
|
partial class Form2
|
{
|
/// <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(Form2));
|
this.axGRDisplayViewer1 = new Axgregn6Lib.AxGRDisplayViewer();
|
((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// axGRDisplayViewer1
|
//
|
this.axGRDisplayViewer1.Enabled = true;
|
this.axGRDisplayViewer1.Location = new System.Drawing.Point(12, 61);
|
this.axGRDisplayViewer1.Name = "axGRDisplayViewer1";
|
this.axGRDisplayViewer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDisplayViewer1.OcxState")));
|
this.axGRDisplayViewer1.Size = new System.Drawing.Size(192, 192);
|
this.axGRDisplayViewer1.TabIndex = 0;
|
//
|
// Form2
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(468, 435);
|
this.Controls.Add(this.axGRDisplayViewer1);
|
this.Name = "Form2";
|
this.Text = "Form2";
|
((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private Axgregn6Lib.AxGRDisplayViewer axGRDisplayViewer1;
|
}
|
}
|