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

📄 frm-computeadd.designer.cs

📁 这是我个人写的一个实例用于登记公司的电脑信息
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 计算机及IP管理
{
    partial class frm_computeAdd
    {
        /// <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.btnAccessIP = new System.Windows.Forms.Button();
            this.bntCancel = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.txtRemark = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtisbind = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.txtMAC = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtIP = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtnetwork = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtcharge = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtdepartment = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtcomputemodel = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.txtscope = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.txtport = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnAccessIP
            // 
            this.btnAccessIP.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnAccessIP.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
            this.btnAccessIP.Location = new System.Drawing.Point(138, 76);
            this.btnAccessIP.Name = "btnAccessIP";
            this.btnAccessIP.Size = new System.Drawing.Size(52, 21);
            this.btnAccessIP.TabIndex = 20;
            this.btnAccessIP.Text = "获取IP";
            this.btnAccessIP.UseVisualStyleBackColor = true;
            this.btnAccessIP.Click += new System.EventHandler(this.btnAccessIP_Click);
            // 
            // bntCancel
            // 
            this.bntCancel.Location = new System.Drawing.Point(275, 252);
            this.bntCancel.Name = "bntCancel";
            this.bntCancel.Size = new System.Drawing.Size(75, 23);
            this.bntCancel.TabIndex = 19;
            this.bntCancel.Text = "取消";
            this.bntCancel.UseVisualStyleBackColor = true;
            this.bntCancel.Click += new System.EventHandler(this.bntCancel_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Location = new System.Drawing.Point(128, 252);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 18;
            this.btnAdd.Text = "新增";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(81, 176);
            this.txtRemark.MaxLength = 100;
            this.txtRemark.Multiline = true;
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(353, 71);
            this.txtRemark.TabIndex = 17;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Location = new System.Drawing.Point(39, 176);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 16;
            this.label9.Text = "备注:";
            // 
            // txtisbind
            // 
            this.txtisbind.DisplayMember = "请选择";
            this.txtisbind.FormattingEnabled = true;
            this.txtisbind.Items.AddRange(new object[] {
            "Y",
            "N"});
            this.txtisbind.Location = new System.Drawing.Point(77, 143);
            this.txtisbind.MaxLength = 1;
            this.txtisbind.Name = "txtisbind";
            this.txtisbind.Size = new System.Drawing.Size(121, 20);
            this.txtisbind.TabIndex = 15;
            this.txtisbind.Text = "请选择";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Location = new System.Drawing.Point(15, 146);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 14;
            this.label8.Text = "是否绑定:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location = new System.Drawing.Point(239, 117);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 12);
            this.label7.TabIndex = 12;
            this.label7.Text = "交换机端口:";
            // 
            // txtMAC
            // 
            this.txtMAC.Location = new System.Drawing.Point(313, 76);
            this.txtMAC.MaxLength = 15;
            this.txtMAC.Name = "txtMAC";
            this.txtMAC.Size = new System.Drawing.Size(121, 21);
            this.txtMAC.TabIndex = 11;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location = new System.Drawing.Point(280, 82);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "MAC:";
            // 
            // txtIP
            // 
            this.txtIP.Location = new System.Drawing.Point(81, 76);
            this.txtIP.MaxLength = 3;
            this.txtIP.Name = "txtIP";
            this.txtIP.Size = new System.Drawing.Size(51, 21);
            this.txtIP.TabIndex = 9;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location = new System.Drawing.Point(53, 79);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "IP:";
            // 
            // txtnetwork
            // 
            this.txtnetwork.FormattingEnabled = true;
            this.txtnetwork.Location = new System.Drawing.Point(313, 40);
            this.txtnetwork.MaxLength = 15;
            this.txtnetwork.Name = "txtnetwork";
            this.txtnetwork.Size = new System.Drawing.Size(121, 20);
            this.txtnetwork.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Location = new System.Drawing.Point(274, 40);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "网段:";

⌨️ 快捷键说明

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