64 lines
2.5 KiB
C#
64 lines
2.5 KiB
C#
|
namespace FLSystem.Forms
|
|||
|
{
|
|||
|
partial class system_douyin_action_control
|
|||
|
{
|
|||
|
/// <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 Component 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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// xtraTabControl1
|
|||
|
//
|
|||
|
this.xtraTabControl1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader;
|
|||
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.xtraTabControl1.MultiLine = DevExpress.Utils.DefaultBoolean.False;
|
|||
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|||
|
this.xtraTabControl1.ShowHeaderFocus = DevExpress.Utils.DefaultBoolean.False;
|
|||
|
this.xtraTabControl1.Size = new System.Drawing.Size(893, 701);
|
|||
|
this.xtraTabControl1.TabIndex = 3;
|
|||
|
this.xtraTabControl1.CloseButtonClick += new System.EventHandler(this.xtraTabControl1_CloseButtonClick);
|
|||
|
//
|
|||
|
// system_douyin_action_control
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.xtraTabControl1);
|
|||
|
this.Name = "system_douyin_action_control";
|
|||
|
this.Size = new System.Drawing.Size(893, 701);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|||
|
}
|
|||
|
}
|