⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wizardfrm.designer.cs

📁 可以实现任意数据库之间的数据互导,可以实现任意数据库之间的数据互导
💻 CS
字号:
namespace LC_DataIO
{
    partial class WizardFrm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardFrm));
            this.tabBody = new ctsTools.Controls.TabControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.sDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabBody
            // 
            this.tabBody.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabBody.IDE2005Style = ctsTools.Controls.IDE2005Style.Enhanced;
            this.tabBody.Location = new System.Drawing.Point(0, 0);
            this.tabBody.Name = "tabBody";
            this.tabBody.OfficeDockSides = false;
            this.tabBody.PositionTop = true;
            this.tabBody.RecordFocus = false;
            this.tabBody.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.tabBody.ShowArrows = true;
            this.tabBody.ShowClose = true;
            this.tabBody.ShowDropSelect = false;
            this.tabBody.Size = new System.Drawing.Size(713, 470);
            this.tabBody.Style = ctsTools.Common.VisualStyle.IDE2005;
            this.tabBody.TabIndex = 58;
            this.tabBody.TextTips = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sDFToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(94, 26);
            // 
            // sDFToolStripMenuItem
            // 
            this.sDFToolStripMenuItem.Name = "sDFToolStripMenuItem";
            this.sDFToolStripMenuItem.Size = new System.Drawing.Size(93, 22);
            this.sDFToolStripMenuItem.Text = "SDF";
            // 
            // WizardFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(713, 470);
            this.Controls.Add(this.tabBody);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "WizardFrm";
            this.Text = "转化操作向导";
            this.Load += new System.EventHandler(this.WizardFrm_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        public ctsTools.Controls.TabControl tabBody;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem sDFToolStripMenuItem;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -