[성현모] CPXV2 Init
This commit is contained in:
64
CPXV2 PTS/SystemX.Product.CP.PTS/FrmChild.Designer.cs
generated
Normal file
64
CPXV2 PTS/SystemX.Product.CP.PTS/FrmChild.Designer.cs
generated
Normal file
@ -0,0 +1,64 @@
|
||||
namespace SystemX.Product.ALIS.UI.View
|
||||
{
|
||||
partial class FrmChild
|
||||
{
|
||||
/// <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(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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user