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

📄 studentform.designer.cs

📁 可以自动生成一些应用代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.endToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.endToolStripButton.Text = "toolStripButton1";
            this.endToolStripButton.Click += new System.EventHandler(this.endToolStripButton_Click);
            // 
            // tableTabControl
            // 
            this.tableTabControl.Controls.Add(this.studentTabPage);
            this.tableTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableTabControl.Location = new System.Drawing.Point(0, 0);
            this.tableTabControl.Name = "tableTabControl";
            this.tableTabControl.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.tableTabControl.SelectedIndex = 0;
            this.tableTabControl.Size = new System.Drawing.Size(669, 339);
            this.tableTabControl.TabIndex = 1;
            // 
            // studentTabPage
            // 
            this.studentTabPage.Controls.Add(this.manyPanel);
            this.studentTabPage.Location = new System.Drawing.Point(4, 21);
            this.studentTabPage.Name = "studentTabPage";
            this.studentTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.studentTabPage.Size = new System.Drawing.Size(661, 314);
            this.studentTabPage.TabIndex = 0;
            this.studentTabPage.Text = "Student";
            this.studentTabPage.UseVisualStyleBackColor = true;
            // 
            // manyPanel
            // 
            this.manyPanel.Controls.Add(this.collectionPanel);
            this.manyPanel.Controls.Add(this.singlePanel);
            this.manyPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.manyPanel.Location = new System.Drawing.Point(3, 3);
            this.manyPanel.Name = "manyPanel";
            this.manyPanel.Size = new System.Drawing.Size(655, 308);
            this.manyPanel.TabIndex = 2;
            // 
            // collectionPanel
            // 
            this.collectionPanel.Controls.Add(this.dataGridView);
            this.collectionPanel.Location = new System.Drawing.Point(426, 188);
            this.collectionPanel.Name = "collectionPanel";
            this.collectionPanel.Size = new System.Drawing.Size(200, 100);
            this.collectionPanel.TabIndex = 2;
            // 
            // dataGridView
            // 
            this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView.Location = new System.Drawing.Point(0, 0);
            this.dataGridView.Name = "dataGridView";
            this.dataGridView.RowTemplate.Height = 23;
            this.dataGridView.Size = new System.Drawing.Size(200, 100);
            this.dataGridView.TabIndex = 0;
            // 
            // singlePanel
            // 
            this.singlePanel.Controls.Add(this.comboBox1);
            this.singlePanel.Controls.Add(this.titleLabel);
            this.singlePanel.Controls.Add(this.pictureBox);
            this.singlePanel.Controls.Add(this.label3);
            this.singlePanel.Controls.Add(this.sumTextBox);
            this.singlePanel.Controls.Add(this.ageLabel);
            this.singlePanel.Controls.Add(this.ageTextBox);
            this.singlePanel.Controls.Add(this.label1);
            this.singlePanel.Controls.Add(this.snameTextBox);
            this.singlePanel.Controls.Add(this.snoLabel);
            this.singlePanel.Controls.Add(this.snoTextBox);
            this.singlePanel.Location = new System.Drawing.Point(64, 23);
            this.singlePanel.Name = "singlePanel";
            this.singlePanel.Size = new System.Drawing.Size(356, 240);
            this.singlePanel.TabIndex = 1;
            // 
            // titleLabel
            // 
            this.titleLabel.AutoSize = true;
            this.titleLabel.Location = new System.Drawing.Point(88, 27);
            this.titleLabel.Name = "titleLabel";
            this.titleLabel.Size = new System.Drawing.Size(65, 12);
            this.titleLabel.TabIndex = 9;
            this.titleLabel.Text = "学生表管理";
            // 
            // pictureBox
            // 
            this.pictureBox.Location = new System.Drawing.Point(41, 17);
            this.pictureBox.Name = "pictureBox";
            this.pictureBox.Size = new System.Drawing.Size(31, 31);
            this.pictureBox.TabIndex = 8;
            this.pictureBox.TabStop = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(39, 205);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "sum";
            // 
            // sumTextBox
            // 
            this.sumTextBox.Location = new System.Drawing.Point(90, 202);
            this.sumTextBox.Name = "sumTextBox";
            this.sumTextBox.Size = new System.Drawing.Size(100, 21);
            this.sumTextBox.TabIndex = 6;
            // 
            // ageLabel
            // 
            this.ageLabel.AutoSize = true;
            this.ageLabel.Location = new System.Drawing.Point(39, 160);
            this.ageLabel.Name = "ageLabel";
            this.ageLabel.Size = new System.Drawing.Size(29, 12);
            this.ageLabel.TabIndex = 5;
            this.ageLabel.Text = "年龄";
            // 
            // ageTextBox
            // 
            this.ageTextBox.Location = new System.Drawing.Point(90, 157);
            this.ageTextBox.Name = "ageTextBox";
            this.ageTextBox.Size = new System.Drawing.Size(100, 21);
            this.ageTextBox.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(39, 123);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "姓名";
            // 
            // snameTextBox
            // 
            this.snameTextBox.Location = new System.Drawing.Point(90, 120);
            this.snameTextBox.Name = "snameTextBox";
            this.snameTextBox.Size = new System.Drawing.Size(100, 21);
            this.snameTextBox.TabIndex = 2;
            // 
            // snoLabel
            // 
            this.snoLabel.AutoSize = true;
            this.snoLabel.Location = new System.Drawing.Point(39, 81);
            this.snoLabel.Name = "snoLabel";
            this.snoLabel.Size = new System.Drawing.Size(29, 12);
            this.snoLabel.TabIndex = 1;
            this.snoLabel.Text = "学号";
            // 
            // snoTextBox
            // 
            this.snoTextBox.Location = new System.Drawing.Point(90, 78);
            this.snoTextBox.Name = "snoTextBox";
            this.snoTextBox.Size = new System.Drawing.Size(100, 21);
            this.snoTextBox.TabIndex = 0;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(171, 24);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 10;
            // 
            // StudentForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(669, 390);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.statusStrip);
            this.Name = "StudentForm";
            this.Text = "StudentForm";
            this.Load += new System.EventHandler(this.StudentForm_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.tableTabControl.ResumeLayout(false);
            this.studentTabPage.ResumeLayout(false);
            this.manyPanel.ResumeLayout(false);
            this.collectionPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
            this.singlePanel.ResumeLayout(false);
            this.singlePanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.StatusStrip statusStrip;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ToolStrip toolStrip;
        private System.Windows.Forms.ToolStripButton undoToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton newToolStripButton;
        private System.Windows.Forms.ToolStripButton deleteToolStripButton;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton firstToolStripButton;
        private System.Windows.Forms.ToolStripButton previousToolStripButton;
        private System.Windows.Forms.ToolStripButton nextToolStripButton;
        private System.Windows.Forms.ToolStripButton lastToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton multiToolStripButton;
        private System.Windows.Forms.ToolStripButton endToolStripButton;
        private System.Windows.Forms.TabControl tableTabControl;
        private System.Windows.Forms.TabPage studentTabPage;
        private System.Windows.Forms.Panel manyPanel;
        private System.Windows.Forms.Panel collectionPanel;
        private System.Windows.Forms.DataGridView dataGridView;
        private System.Windows.Forms.Panel singlePanel;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox sumTextBox;
        private System.Windows.Forms.Label ageLabel;
        private System.Windows.Forms.TextBox ageTextBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox snameTextBox;
        private System.Windows.Forms.Label snoLabel;
        private System.Windows.Forms.TextBox snoTextBox;
        private System.Windows.Forms.PictureBox pictureBox;
        private System.Windows.Forms.Label titleLabel;
        private System.Windows.Forms.ComboBox comboBox1;
    }
}

⌨️ 快捷键说明

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