BaoKai_202508_Wms_Jingwang_.../WMS.FrmBaseData/FormKCCAD.Designer.cs

66 lines
2.6 KiB
C#
Raw Normal View History

2025-08-24 21:52:42 +08:00
namespace WMS.FrmBaseData
{
partial class FormKCCAD
{
/// <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()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.panelControl1.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1490, 756);
this.panelControl1.TabIndex = 1;
//
// FormKCCAD
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1490, 756);
this.Controls.Add(this.panelControl1);
this.Name = "FormKCCAD";
this.Text = "FormKCCAD";
this.Load += new System.EventHandler(this.FormKCCAD_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
}
}