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

📄 mainform.designer.cs

📁 实习时候做的一个c#的财务管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "支出";
            // 
            // button6
            // 
            this.button6.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button6.Location = new System.Drawing.Point(575, 79);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(20, 15);
            this.button6.TabIndex = 44;
            this.button6.Text = "...";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button5
            // 
            this.button5.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button5.Location = new System.Drawing.Point(575, 51);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(20, 15);
            this.button5.TabIndex = 43;
            this.button5.Text = "...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button4.Location = new System.Drawing.Point(575, 23);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(20, 15);
            this.button4.TabIndex = 42;
            this.button4.Text = "...";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button3
            // 
            this.button3.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button3.Location = new System.Drawing.Point(279, 79);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(20, 15);
            this.button3.TabIndex = 41;
            this.button3.Text = "...";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button2.Location = new System.Drawing.Point(279, 51);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(20, 15);
            this.button2.TabIndex = 40;
            this.button2.Text = "...";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Tahoma", 5.25F);
            this.button1.Location = new System.Drawing.Point(279, 23);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(20, 15);
            this.button1.TabIndex = 39;
            this.button1.Text = "...";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(63, 46);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(41, 12);
            this.label23.TabIndex = 47;
            this.label23.Text = "分类:";
            // 
            // comboBox1
            // 
            this.comboBox1.DataSource = this.xmflBindingSource;
            this.comboBox1.DisplayMember = "xmfl";
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(110, 48);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(100, 20);
            this.comboBox1.TabIndex = 48;
            // 
            // xmflBindingSource
            // 
            this.xmflBindingSource.DataMember = "xmfl";
            this.xmflBindingSource.DataSource = this.xmflds;
            // 
            // xmflds
            // 
            this.xmflds.DataSetName = "xmflds";
            this.xmflds.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(488, 15);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(65, 12);
            this.label24.TabIndex = 49;
            this.label24.Text = "项目类型:";
            // 
            // comboBox2
            // 
            this.comboBox2.DataSource = this.xmlxBindingSource;
            this.comboBox2.DisplayMember = "xmlx";
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(560, 12);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(99, 20);
            this.comboBox2.TabIndex = 50;
            // 
            // xmlxBindingSource
            // 
            this.xmlxBindingSource.DataMember = "xmlx";
            this.xmlxBindingSource.DataSource = this.xmlxds;
            // 
            // xmlxds
            // 
            this.xmlxds.DataSetName = "xmlxds";
            this.xmlxds.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // xmflTableAdapter
            // 
            this.xmflTableAdapter.ClearBeforeFill = true;
            // 
            // xmlxTableAdapter
            // 
            this.xmlxTableAdapter.ClearBeforeFill = true;
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(453, 380);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 51;
            this.button7.Text = "清除";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(559, 380);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 52;
            this.button8.Text = "确定";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(348, 380);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(75, 23);
            this.button9.TabIndex = 53;
            this.button9.Text = "退出";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(29, 384);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(65, 12);
            this.label25.TabIndex = 54;
            this.label25.Text = "2008-03-18";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(686, 415);
            this.Controls.Add(this.label25);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.comboBox2);
            this.Controls.Add(this.label24);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.label23);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.textBox22);
            this.Controls.Add(this.label22);
            this.Controls.Add(this.textBox20);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "江都经济开发区财政局项目收支管理系统";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xmflBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xmflds)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xmlxBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xmlxds)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        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.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label label24;
        private xmflds xmflds;
        private System.Windows.Forms.BindingSource xmflBindingSource;
        private cwgl.xmfldsTableAdapters.xmflTableAdapter xmflTableAdapter;
        private xmlxds xmlxds;
        private System.Windows.Forms.BindingSource xmlxBindingSource;
        private cwgl.xmlxdsTableAdapters.xmlxTableAdapter xmlxTableAdapter;
        public System.Windows.Forms.TextBox textBox1;
        public System.Windows.Forms.TextBox textBox2;
        public System.Windows.Forms.TextBox textBox3;
        public System.Windows.Forms.TextBox textBox4;
        public System.Windows.Forms.TextBox textBox5;
        public System.Windows.Forms.TextBox textBox6;
        public System.Windows.Forms.TextBox textBox7;
        public System.Windows.Forms.TextBox textBox8;
        public System.Windows.Forms.TextBox textBox9;
        public System.Windows.Forms.TextBox textBox10;
        public System.Windows.Forms.TextBox textBox11;
        public System.Windows.Forms.TextBox textBox12;
        public System.Windows.Forms.TextBox textBox13;
        public System.Windows.Forms.TextBox textBox14;
        public System.Windows.Forms.TextBox textBox15;
        public System.Windows.Forms.TextBox textBox16;
        public System.Windows.Forms.TextBox textBox17;
        public System.Windows.Forms.TextBox textBox18;
        public System.Windows.Forms.TextBox textBox19;
        public System.Windows.Forms.TextBox textBox20;
        public System.Windows.Forms.TextBox textBox21;
        public System.Windows.Forms.TextBox textBox22;
        public System.Windows.Forms.GroupBox groupBox1;
        public System.Windows.Forms.ComboBox comboBox1;
        public System.Windows.Forms.ComboBox comboBox2;
        public System.Windows.Forms.Button button1;
        public System.Windows.Forms.Button button3;
        public System.Windows.Forms.Button button2;
        public System.Windows.Forms.Button button4;
        public System.Windows.Forms.Button button6;
        public System.Windows.Forms.Button button5;
        public System.Windows.Forms.Button button7;
        public System.Windows.Forms.Button button8;
        public System.Windows.Forms.Button button9;
        public System.Windows.Forms.Label label25;
	}
}

⌨️ 快捷键说明

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