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

📄 frmsbubjectinfo.designer.cs

📁 财务凭证管理系统,主要是从事公司或部门的财务方面的管理。此系统给会计人员带来很大的帮助!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace property.view.SubjectInfo
{
    partial class frmSbubjectInfo
    {
        /// <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(frmSbubjectInfo));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tpSubjectAdd = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.bntSure = new System.Windows.Forms.Button();
            this.bntEsceADD = new System.Windows.Forms.Button();
            this.rdbZudong = new System.Windows.Forms.RadioButton();
            this.rdbShoudong = new System.Windows.Forms.RadioButton();
            this.txtSubjectPage = new System.Windows.Forms.TextBox();
            this.txtSubjectName = new System.Windows.Forms.TextBox();
            this.txtPing = new System.Windows.Forms.TextBox();
            this.txtSubjectId = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tpSubjectUpdate = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.bntclear = new System.Windows.Forms.Button();
            this.bntFind = new System.Windows.Forms.Button();
            this.cmbSubjectID = new System.Windows.Forms.ComboBox();
            this.btnSureUpdate = new System.Windows.Forms.Button();
            this.bntEsceUpdae = new System.Windows.Forms.Button();
            this.txtUpdatepage = new System.Windows.Forms.TextBox();
            this.txtUpdatNmae = new System.Windows.Forms.TextBox();
            this.txtJian = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.tpSubjectDelete = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.bntEsceDelete = new System.Windows.Forms.Button();
            this.bntSureDelete = new System.Windows.Forms.Button();
            this.cmbId = new System.Windows.Forms.ComboBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.colunmSubjectId = new System.Windows.Forms.ColumnHeader();
            this.columnSubjping = new System.Windows.Forms.ColumnHeader();
            this.columnSubjectName = new System.Windows.Forms.ColumnHeader();
            this.columnPage = new System.Windows.Forms.ColumnHeader();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tpSubjectAdd.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tpSubjectUpdate.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tpSubjectDelete.SuspendLayout();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Location = new System.Drawing.Point(25, 34);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(512, 302);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "账目科目信息";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tpSubjectAdd);
            this.tabControl1.Controls.Add(this.tpSubjectUpdate);
            this.tabControl1.Controls.Add(this.tpSubjectDelete);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.ImageList = this.imageList1;
            this.tabControl1.Location = new System.Drawing.Point(3, 17);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(506, 282);
            this.tabControl1.TabIndex = 0;
            // 
            // tpSubjectAdd
            // 
            this.tpSubjectAdd.AutoScroll = true;
            this.tpSubjectAdd.Controls.Add(this.panel1);
            this.tpSubjectAdd.ImageIndex = 0;
            this.tpSubjectAdd.Location = new System.Drawing.Point(4, 23);
            this.tpSubjectAdd.Name = "tpSubjectAdd";
            this.tpSubjectAdd.Padding = new System.Windows.Forms.Padding(3);
            this.tpSubjectAdd.Size = new System.Drawing.Size(498, 255);
            this.tpSubjectAdd.TabIndex = 0;
            this.tpSubjectAdd.Text = "添加科目名称";
            this.tpSubjectAdd.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.bntSure);
            this.panel1.Controls.Add(this.bntEsceADD);
            this.panel1.Controls.Add(this.rdbZudong);
            this.panel1.Controls.Add(this.rdbShoudong);
            this.panel1.Controls.Add(this.txtSubjectPage);
            this.panel1.Controls.Add(this.txtSubjectName);
            this.panel1.Controls.Add(this.txtPing);
            this.panel1.Controls.Add(this.txtSubjectId);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(31, 21);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(455, 214);
            this.panel1.TabIndex = 0;
            // 
            // bntSure
            // 
            this.bntSure.Location = new System.Drawing.Point(315, 105);
            this.bntSure.Name = "bntSure";
            this.bntSure.Size = new System.Drawing.Size(101, 23);
            this.bntSure.TabIndex = 12;
            this.bntSure.Text = "确定添加(&D)";
            this.bntSure.UseVisualStyleBackColor = true;
            this.bntSure.Click += new System.EventHandler(this.bntSure_Click);
            // 
            // bntEsceADD
            // 
            this.bntEsceADD.Location = new System.Drawing.Point(315, 153);
            this.bntEsceADD.Name = "bntEsceADD";
            this.bntEsceADD.Size = new System.Drawing.Size(101, 23);
            this.bntEsceADD.TabIndex = 11;
            this.bntEsceADD.Text = "取消退出(&E)";
            this.bntEsceADD.UseVisualStyleBackColor = true;
            this.bntEsceADD.Click += new System.EventHandler(this.bntEsceADD_Click);
            // 
            // rdbZudong
            // 
            this.rdbZudong.AutoSize = true;
            this.rdbZudong.Location = new System.Drawing.Point(315, 77);
            this.rdbZudong.Name = "rdbZudong";
            this.rdbZudong.Size = new System.Drawing.Size(95, 16);
            this.rdbZudong.TabIndex = 9;
            this.rdbZudong.Text = "编号自动生成";
            this.rdbZudong.UseVisualStyleBackColor = true;
            this.rdbZudong.CheckedChanged += new System.EventHandler(this.rdbZudong_CheckedChanged);
            // 
            // rdbShoudong
            // 
            this.rdbShoudong.AutoSize = true;
            this.rdbShoudong.Checked = true;
            this.rdbShoudong.Location = new System.Drawing.Point(315, 33);
            this.rdbShoudong.Name = "rdbShoudong";
            this.rdbShoudong.Size = new System.Drawing.Size(95, 16);
            this.rdbShoudong.TabIndex = 8;
            this.rdbShoudong.TabStop = true;
            this.rdbShoudong.Text = "编号手动生成";
            this.rdbShoudong.UseVisualStyleBackColor = true;
            this.rdbShoudong.CheckedChanged += new System.EventHandler(this.rdbShoudong_CheckedChanged);
            // 
            // txtSubjectPage
            // 
            this.txtSubjectPage.Location = new System.Drawing.Point(138, 149);
            this.txtSubjectPage.Name = "txtSubjectPage";
            this.txtSubjectPage.Size = new System.Drawing.Size(150, 21);
            this.txtSubjectPage.TabIndex = 7;
            this.txtSubjectPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSubjectPage_KeyPress);
            // 
            // txtSubjectName
            // 
            this.txtSubjectName.Location = new System.Drawing.Point(138, 113);
            this.txtSubjectName.Name = "txtSubjectName";
            this.txtSubjectName.Size = new System.Drawing.Size(150, 21);
            this.txtSubjectName.TabIndex = 6;
            // 
            // txtPing
            // 
            this.txtPing.Location = new System.Drawing.Point(138, 76);
            this.txtPing.Name = "txtPing";
            this.txtPing.Size = new System.Drawing.Size(150, 21);
            this.txtPing.TabIndex = 5;
            // 
            // txtSubjectId
            // 
            this.txtSubjectId.Location = new System.Drawing.Point(138, 35);
            this.txtSubjectId.Name = "txtSubjectId";
            this.txtSubjectId.Size = new System.Drawing.Size(150, 21);
            this.txtSubjectId.TabIndex = 4;
            this.txtSubjectId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSubjectId_KeyPress);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(28, 158);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "总账页码:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 116);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "科目名称:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(28, 79);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "拼音简码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(28, 38);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "科目编号:";
            // 
            // tpSubjectUpdate
            // 
            this.tpSubjectUpdate.Controls.Add(this.panel2);
            this.tpSubjectUpdate.ImageIndex = 1;
            this.tpSubjectUpdate.Location = new System.Drawing.Point(4, 23);
            this.tpSubjectUpdate.Name = "tpSubjectUpdate";
            this.tpSubjectUpdate.Padding = new System.Windows.Forms.Padding(3);
            this.tpSubjectUpdate.Size = new System.Drawing.Size(498, 255);
            this.tpSubjectUpdate.TabIndex = 1;
            this.tpSubjectUpdate.Text = "修改科目名称";
            this.tpSubjectUpdate.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.bntclear);
            this.panel2.Controls.Add(this.bntFind);
            this.panel2.Controls.Add(this.cmbSubjectID);
            this.panel2.Controls.Add(this.btnSureUpdate);
            this.panel2.Controls.Add(this.bntEsceUpdae);
            this.panel2.Controls.Add(this.txtUpdatepage);
            this.panel2.Controls.Add(this.txtUpdatNmae);
            this.panel2.Controls.Add(this.txtJian);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.label7);
            this.panel2.Controls.Add(this.label8);
            this.panel2.Location = new System.Drawing.Point(22, 20);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(455, 214);
            this.panel2.TabIndex = 1;
            // 
            // bntclear
            // 
            this.bntclear.Location = new System.Drawing.Point(315, 74);
            this.bntclear.Name = "bntclear";
            this.bntclear.Size = new System.Drawing.Size(101, 23);

⌨️ 快捷键说明

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