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

📄 frmadminfo.designer.cs

📁 财务凭证管理系统,主要是从事公司或部门的财务方面的管理。此系统给会计人员带来很大的帮助!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // bntSureyan
            // 
            this.bntSureyan.Location = new System.Drawing.Point(201, 53);
            this.bntSureyan.Name = "bntSureyan";
            this.bntSureyan.Size = new System.Drawing.Size(75, 23);
            this.bntSureyan.TabIndex = 5;
            this.bntSureyan.Text = "验证(&W)";
            this.bntSureyan.UseVisualStyleBackColor = true;
            this.bntSureyan.Click += new System.EventHandler(this.bntSureyan_Click_1);
            // 
            // txtUserPassw
            // 
            this.txtUserPassw.Location = new System.Drawing.Point(86, 79);
            this.txtUserPassw.Name = "txtUserPassw";
            this.txtUserPassw.PasswordChar = '*';
            this.txtUserPassw.Size = new System.Drawing.Size(100, 21);
            this.txtUserPassw.TabIndex = 4;
            // 
            // txtUserName
            // 
            this.txtUserName.Location = new System.Drawing.Point(86, 52);
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.Size = new System.Drawing.Size(100, 21);
            this.txtUserName.TabIndex = 3;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(3, 87);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 12);
            this.label7.TabIndex = 2;
            this.label7.Text = "管理员密码:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(3, 52);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 1;
            this.label6.Text = "管理员姓名:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.DarkRed;
            this.label1.Location = new System.Drawing.Point(68, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(161, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "请输入管理员姓名和密码验证";
            // 
            // pandSelect
            // 
            this.pandSelect.BackColor = System.Drawing.Color.White;
            this.pandSelect.Controls.Add(this.groupBox5);
            this.pandSelect.Location = new System.Drawing.Point(35, 13);
            this.pandSelect.Name = "pandSelect";
            this.pandSelect.Size = new System.Drawing.Size(454, 242);
            this.pandSelect.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.BackColor = System.Drawing.Color.White;
            this.groupBox5.Controls.Add(this.Adminselect);
            this.groupBox5.Controls.Add(this.label10);
            this.groupBox5.Controls.Add(this.txtAdminFind);
            this.groupBox5.Controls.Add(this.dtaGridSelect);
            this.groupBox5.Location = new System.Drawing.Point(3, 15);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(432, 223);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "游览用户信息";
            // 
            // Adminselect
            // 
            this.Adminselect.Location = new System.Drawing.Point(235, 15);
            this.Adminselect.Name = "Adminselect";
            this.Adminselect.Size = new System.Drawing.Size(75, 21);
            this.Adminselect.TabIndex = 3;
            this.Adminselect.Text = "查找用户(&W)";
            this.Adminselect.UseVisualStyleBackColor = true;
            this.Adminselect.Click += new System.EventHandler(this.Adminselect_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(23, 24);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(77, 12);
            this.label10.TabIndex = 2;
            this.label10.Text = "管理员姓名:";
            // 
            // txtAdminFind
            // 
            this.txtAdminFind.Location = new System.Drawing.Point(120, 16);
            this.txtAdminFind.Name = "txtAdminFind";
            this.txtAdminFind.Size = new System.Drawing.Size(100, 21);
            this.txtAdminFind.TabIndex = 1;
            this.txtAdminFind.TextChanged += new System.EventHandler(this.txtAdminFind_TextChanged);
            // 
            // dtaGridSelect
            // 
            this.dtaGridSelect.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.dtaGridSelect.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.dtaGridSelect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dtaGridSelect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            this.dtaGridSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dtaGridSelect.GridColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.dtaGridSelect.Location = new System.Drawing.Point(6, 67);
            this.dtaGridSelect.Name = "dtaGridSelect";
            this.dtaGridSelect.ReadOnly = true;
            this.dtaGridSelect.RowTemplate.Height = 23;
            this.dtaGridSelect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dtaGridSelect.Size = new System.Drawing.Size(429, 150);
            this.dtaGridSelect.TabIndex = 0;
            this.dtaGridSelect.VirtualMode = true;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 296);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(708, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // frmAdmInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(708, 318);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmAdmInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "管理员基本信息";
            this.Load += new System.EventHandler(this.AdmInfo_Load);
            this.groupBox1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.pAdminAdd.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.pUpdate.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.pandSelect.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtaGridSelect)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Panel pUpdate;
        private System.Windows.Forms.Panel pAdminAdd;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Button btnCheck;
        private System.Windows.Forms.Button bntEscAdd;
        private System.Windows.Forms.Button bntSureAdd;
        private System.Windows.Forms.TextBox txtPhone;
        private System.Windows.Forms.TextBox txtAdminWork;
        private System.Windows.Forms.TextBox txtAdminPass;
        private System.Windows.Forms.TextBox txtAdminName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button bntEsceupdate;
        private System.Windows.Forms.Button bntSureUpdate;
        private System.Windows.Forms.TextBox txtphoneudate;
        private System.Windows.Forms.TextBox txtWorkupdate;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button bntEsceYang;
        private System.Windows.Forms.Button bntSureyan;
        private System.Windows.Forms.TextBox txtUserPassw;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel pandSelect;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.Button Adminselect;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtAdminFind;
        private System.Windows.Forms.DataGridView dtaGridSelect;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsbAdminAdd;
        private System.Windows.Forms.ToolStripButton tsbAdminUpdate;
        private System.Windows.Forms.ToolStripButton tsbAdminfind;
        private System.Windows.Forms.ToolStripButton tsbEsce;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.StatusStrip statusStrip1;
    }
}

⌨️ 快捷键说明

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