namespace BLL { partial class Form5 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5)); this.axGRDisplayViewer1 = new Axgregn6Lib.AxGRDisplayViewer(); this.axGRDesigner1 = new Axgrdes6Lib.AxGRDesigner(); this.axGRDesigner2 = new Axgrdes6Lib.AxGRDesigner(); this.axGRPrintViewer1 = new Axgregn6Lib.AxGRPrintViewer(); ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRDesigner1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRDesigner2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRPrintViewer1)).BeginInit(); this.SuspendLayout(); // // axGRDisplayViewer1 // this.axGRDisplayViewer1.Enabled = true; this.axGRDisplayViewer1.Location = new System.Drawing.Point(67, 106); 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; // // axGRDesigner1 // this.axGRDesigner1.Enabled = true; this.axGRDesigner1.Location = new System.Drawing.Point(332, 116); this.axGRDesigner1.Name = "axGRDesigner1"; this.axGRDesigner1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDesigner1.OcxState"))); this.axGRDesigner1.Size = new System.Drawing.Size(192, 192); this.axGRDesigner1.TabIndex = 1; // // axGRDesigner2 // this.axGRDesigner2.Enabled = true; this.axGRDesigner2.Location = new System.Drawing.Point(586, 97); this.axGRDesigner2.Name = "axGRDesigner2"; this.axGRDesigner2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDesigner2.OcxState"))); this.axGRDesigner2.Size = new System.Drawing.Size(98, 155); this.axGRDesigner2.TabIndex = 2; // // axGRPrintViewer1 // this.axGRPrintViewer1.Enabled = true; this.axGRPrintViewer1.Location = new System.Drawing.Point(219, 326); this.axGRPrintViewer1.Name = "axGRPrintViewer1"; this.axGRPrintViewer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRPrintViewer1.OcxState"))); this.axGRPrintViewer1.Size = new System.Drawing.Size(219, 60); this.axGRPrintViewer1.TabIndex = 3; // // Form5 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.axGRPrintViewer1); this.Controls.Add(this.axGRDesigner2); this.Controls.Add(this.axGRDesigner1); this.Controls.Add(this.axGRDisplayViewer1); this.Name = "Form5"; this.Text = "Form5"; ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRDesigner1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRDesigner2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axGRPrintViewer1)).EndInit(); this.ResumeLayout(false); } #endregion private Axgregn6Lib.AxGRDisplayViewer axGRDisplayViewer1; private Axgrdes6Lib.AxGRDesigner axGRDesigner1; private Axgrdes6Lib.AxGRDesigner axGRDesigner2; private Axgregn6Lib.AxGRPrintViewer axGRPrintViewer1; } }