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

📄 field.designer.cs

📁 可以实现任意数据库之间的数据互导,可以实现任意数据库之间的数据互导
💻 CS
字号:
namespace LC_DataIO
{
    partial class Field
    {
        /// <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 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.formater_cbx = new System.Windows.Forms.ComboBox();
            this.fieldname_btn = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // formater_cbx
            // 
            this.formater_cbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.formater_cbx.Location = new System.Drawing.Point(0, 10);
            this.formater_cbx.Name = "formater_cbx";
            this.formater_cbx.Size = new System.Drawing.Size(155, 20);
            this.formater_cbx.TabIndex = 0;
            this.formater_cbx.SelectedValueChanged += new System.EventHandler(this.formater_cbx_SelectedValueChanged);
            // 
            // fieldname_btn
            // 
            this.fieldname_btn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.fieldname_btn.Location = new System.Drawing.Point(0, 0);
            this.fieldname_btn.Name = "fieldname_btn";
            this.fieldname_btn.Size = new System.Drawing.Size(75, 23);
            this.fieldname_btn.TabIndex = 0;
            this.fieldname_btn.Text = "button1";
            this.fieldname_btn.UseVisualStyleBackColor = true;
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ComboBox formater_cbx;
        private System.Windows.Forms.Button fieldname_btn;
    }
}

⌨️ 快捷键说明

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