namespace SystemX.Product.ALIS.UI.View { partial class FrmChild { /// /// 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(FrmChild)); this.panelControlDocFrame = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControlDocFrame)).BeginInit(); this.SuspendLayout(); // // panelControlDocFrame // this.panelControlDocFrame.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControlDocFrame.Location = new System.Drawing.Point(0, 0); this.panelControlDocFrame.Name = "panelControlDocFrame"; this.panelControlDocFrame.Size = new System.Drawing.Size(890, 503); this.panelControlDocFrame.TabIndex = 2; // // FrmChild // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(890, 503); this.Controls.Add(this.panelControlDocFrame); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmChild"; this.Text = "ChildForm"; this.Activated += new System.EventHandler(this.FrmChild_Activated); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmChild_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.panelControlDocFrame)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControlDocFrame; } }