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

📄 frmsbubjectinfo.designer.cs

📁 财务凭证管理系统,主要是从事公司或部门的财务方面的管理。此系统给会计人员带来很大的帮助!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.bntclear.TabIndex = 15;
            this.bntclear.Text = "清空信息(&G)";
            this.bntclear.UseVisualStyleBackColor = true;
            this.bntclear.Click += new System.EventHandler(this.bntclear_Click);
            // 
            // bntFind
            // 
            this.bntFind.Location = new System.Drawing.Point(315, 30);
            this.bntFind.Name = "bntFind";
            this.bntFind.Size = new System.Drawing.Size(101, 23);
            this.bntFind.TabIndex = 14;
            this.bntFind.Text = "查找信息(&F)";
            this.bntFind.UseVisualStyleBackColor = true;
            this.bntFind.Click += new System.EventHandler(this.bntFind_Click);
            // 
            // cmbSubjectID
            // 
            this.cmbSubjectID.FormattingEnabled = true;
            this.cmbSubjectID.Location = new System.Drawing.Point(138, 30);
            this.cmbSubjectID.Name = "cmbSubjectID";
            this.cmbSubjectID.Size = new System.Drawing.Size(150, 20);
            this.cmbSubjectID.TabIndex = 13;
            this.cmbSubjectID.SelectedIndexChanged += new System.EventHandler(this.cmbSubjectID_SelectedIndexChanged);
            // 
            // btnSureUpdate
            // 
            this.btnSureUpdate.Location = new System.Drawing.Point(315, 105);
            this.btnSureUpdate.Name = "btnSureUpdate";
            this.btnSureUpdate.Size = new System.Drawing.Size(101, 23);
            this.btnSureUpdate.TabIndex = 12;
            this.btnSureUpdate.Text = "确定修改(D)";
            this.btnSureUpdate.UseVisualStyleBackColor = true;
            this.btnSureUpdate.Click += new System.EventHandler(this.btnSureUpdate_Click);
            // 
            // bntEsceUpdae
            // 
            this.bntEsceUpdae.Location = new System.Drawing.Point(315, 147);
            this.bntEsceUpdae.Name = "bntEsceUpdae";
            this.bntEsceUpdae.Size = new System.Drawing.Size(101, 23);
            this.bntEsceUpdae.TabIndex = 11;
            this.bntEsceUpdae.Text = "取消退出(&Q)";
            this.bntEsceUpdae.UseVisualStyleBackColor = true;
            this.bntEsceUpdae.Click += new System.EventHandler(this.bntEsceUpdae_Click);
            // 
            // txtUpdatepage
            // 
            this.txtUpdatepage.Location = new System.Drawing.Point(138, 149);
            this.txtUpdatepage.Name = "txtUpdatepage";
            this.txtUpdatepage.Size = new System.Drawing.Size(150, 21);
            this.txtUpdatepage.TabIndex = 7;
            this.txtUpdatepage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUpdatepage_KeyPress);
            this.txtUpdatepage.TextChanged += new System.EventHandler(this.txtUpdatepage_TextChanged);
            // 
            // txtUpdatNmae
            // 
            this.txtUpdatNmae.Location = new System.Drawing.Point(138, 113);
            this.txtUpdatNmae.Name = "txtUpdatNmae";
            this.txtUpdatNmae.Size = new System.Drawing.Size(150, 21);
            this.txtUpdatNmae.TabIndex = 6;
            // 
            // txtJian
            // 
            this.txtJian.Location = new System.Drawing.Point(138, 76);
            this.txtJian.Name = "txtJian";
            this.txtJian.Size = new System.Drawing.Size(150, 21);
            this.txtJian.TabIndex = 5;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(28, 158);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 3;
            this.label5.Text = "总账页码:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(30, 116);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 2;
            this.label6.Text = "科目名称:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(28, 79);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 1;
            this.label7.Text = "拼音简码:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(28, 38);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "科目编号:";
            // 
            // tpSubjectDelete
            // 
            this.tpSubjectDelete.Controls.Add(this.panel3);
            this.tpSubjectDelete.ImageIndex = 2;
            this.tpSubjectDelete.Location = new System.Drawing.Point(4, 23);
            this.tpSubjectDelete.Name = "tpSubjectDelete";
            this.tpSubjectDelete.Size = new System.Drawing.Size(498, 255);
            this.tpSubjectDelete.TabIndex = 2;
            this.tpSubjectDelete.Text = "册除科目名称";
            this.tpSubjectDelete.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.label9);
            this.panel3.Controls.Add(this.bntEsceDelete);
            this.panel3.Controls.Add(this.bntSureDelete);
            this.panel3.Controls.Add(this.cmbId);
            this.panel3.Controls.Add(this.listView1);
            this.panel3.Location = new System.Drawing.Point(13, 26);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(467, 211);
            this.panel3.TabIndex = 0;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(28, 30);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 4;
            this.label9.Text = "科目编号";
            // 
            // bntEsceDelete
            // 
            this.bntEsceDelete.Location = new System.Drawing.Point(346, 24);
            this.bntEsceDelete.Name = "bntEsceDelete";
            this.bntEsceDelete.Size = new System.Drawing.Size(88, 23);
            this.bntEsceDelete.TabIndex = 3;
            this.bntEsceDelete.Text = "取消退出(&G)";
            this.bntEsceDelete.UseVisualStyleBackColor = true;
            this.bntEsceDelete.Click += new System.EventHandler(this.bntEsceDelete_Click);
            // 
            // bntSureDelete
            // 
            this.bntSureDelete.Location = new System.Drawing.Point(231, 22);
            this.bntSureDelete.Name = "bntSureDelete";
            this.bntSureDelete.Size = new System.Drawing.Size(81, 23);
            this.bntSureDelete.TabIndex = 2;
            this.bntSureDelete.Text = "确定册除(&D)";
            this.bntSureDelete.UseVisualStyleBackColor = true;
            this.bntSureDelete.Click += new System.EventHandler(this.bntSureDelete_Click);
            // 
            // cmbId
            // 
            this.cmbId.FormattingEnabled = true;
            this.cmbId.Location = new System.Drawing.Point(96, 24);
            this.cmbId.Name = "cmbId";
            this.cmbId.Size = new System.Drawing.Size(103, 20);
            this.cmbId.TabIndex = 1;
            this.cmbId.SelectedIndexChanged += new System.EventHandler(this.cmbId_SelectedIndexChanged);
            // 
            // listView1
            // 
            this.listView1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colunmSubjectId,
            this.columnSubjping,
            this.columnSubjectName,
            this.columnPage});
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(19, 81);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(423, 97);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // colunmSubjectId
            // 
            this.colunmSubjectId.Text = "科目编号";
            this.colunmSubjectId.Width = 86;
            // 
            // columnSubjping
            // 
            this.columnSubjping.Text = "拼音简码";
            this.columnSubjping.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnSubjping.Width = 103;
            // 
            // columnSubjectName
            // 
            this.columnSubjectName.Text = "科目名称";
            this.columnSubjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnSubjectName.Width = 113;
            // 
            // columnPage
            // 
            this.columnPage.Text = "总帐页码";
            this.columnPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnPage.Width = 115;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "会计科目增册改查.bmp");
            this.imageList1.Images.SetKeyName(1, "update.bmp");
            this.imageList1.Images.SetKeyName(2, "delete.bmp");
            this.imageList1.Images.SetKeyName(3, "按科目打印.bmp");
            // 
            // frmSbubjectInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(568, 361);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmSbubjectInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "账目科目信息";
            this.Load += new System.EventHandler(this.frmSbubjectInfo_Load);
            this.groupBox1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tpSubjectAdd.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tpSubjectUpdate.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.tpSubjectDelete.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tpSubjectAdd;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button bntSure;
        private System.Windows.Forms.Button bntEsceADD;
        private System.Windows.Forms.RadioButton rdbZudong;
        private System.Windows.Forms.RadioButton rdbShoudong;
        private System.Windows.Forms.TextBox txtSubjectPage;
        private System.Windows.Forms.TextBox txtSubjectName;
        private System.Windows.Forms.TextBox txtPing;
        private System.Windows.Forms.TextBox txtSubjectId;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TabPage tpSubjectUpdate;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button bntclear;
        private System.Windows.Forms.Button bntFind;
        private System.Windows.Forms.ComboBox cmbSubjectID;
        private System.Windows.Forms.Button btnSureUpdate;
        private System.Windows.Forms.Button bntEsceUpdae;
        private System.Windows.Forms.TextBox txtUpdatepage;
        private System.Windows.Forms.TextBox txtUpdatNmae;
        private System.Windows.Forms.TextBox txtJian;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TabPage tpSubjectDelete;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Button bntEsceDelete;
        private System.Windows.Forms.Button bntSureDelete;
        private System.Windows.Forms.ComboBox cmbId;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.ColumnHeader colunmSubjectId;
        private System.Windows.Forms.ColumnHeader columnSubjping;
        private System.Windows.Forms.ColumnHeader columnSubjectName;
        private System.Windows.Forms.ColumnHeader columnPage;
    }
}

⌨️ 快捷键说明

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