📄 jiaocai.designer.cs
字号:
namespace 学籍管理系统
{
partial class jiaocai
{
/// <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.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.bar1 = new DevComponents.DotNetBar.Bar();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// buttonItem1
//
this.buttonItem1.ImagePaddingHorizontal = 8;
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.Text = "添加";
this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
// bar1
//
this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem1,
this.buttonItem2,
this.buttonItem3,
this.buttonItem4});
this.bar1.Location = new System.Drawing.Point(0, 0);
this.bar1.Name = "bar1";
this.bar1.Size = new System.Drawing.Size(534, 25);
this.bar1.Stretch = true;
this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.bar1.TabIndex = 2;
this.bar1.TabStop = false;
this.bar1.Text = "bar1";
this.bar1.ItemClick += new System.EventHandler(this.bar1_ItemClick);
//
// buttonItem2
//
this.buttonItem2.ImagePaddingHorizontal = 8;
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.Text = "修改";
this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click);
//
// buttonItem3
//
this.buttonItem3.ImagePaddingHorizontal = 8;
this.buttonItem3.Name = "buttonItem3";
this.buttonItem3.Text = "删除";
this.buttonItem3.Click += new System.EventHandler(this.buttonItem3_Click);
//
// buttonItem4
//
this.buttonItem4.ImagePaddingHorizontal = 8;
this.buttonItem4.Name = "buttonItem4";
this.buttonItem4.Text = "退出";
this.buttonItem4.Click += new System.EventHandler(this.buttonItem4_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.34457F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.65543F));
this.tableLayoutPanel1.Controls.Add(this.panelEx1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 25);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(534, 353);
this.tableLayoutPanel1.TabIndex = 3;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.comboBox1);
this.panelEx1.Controls.Add(this.textBoxX2);
this.panelEx1.Controls.Add(this.textBoxX1);
this.panelEx1.Controls.Add(this.labelX3);
this.panelEx1.Controls.Add(this.labelX2);
this.panelEx1.Controls.Add(this.labelX1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(3, 3);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(124, 347);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 0;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(21, 187);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(83, 20);
this.comboBox1.TabIndex = 5;
this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// textBoxX2
//
//
//
//
this.textBoxX2.Border.Class = "TextBoxBorder";
this.textBoxX2.Location = new System.Drawing.Point(21, 136);
this.textBoxX2.Name = "textBoxX2";
this.textBoxX2.Size = new System.Drawing.Size(83, 21);
this.textBoxX2.TabIndex = 4;
//
// textBoxX1
//
//
//
//
this.textBoxX1.Border.Class = "TextBoxBorder";
this.textBoxX1.Location = new System.Drawing.Point(21, 78);
this.textBoxX1.Name = "textBoxX1";
this.textBoxX1.Size = new System.Drawing.Size(83, 21);
this.textBoxX1.TabIndex = 3;
//
// labelX3
//
this.labelX3.Location = new System.Drawing.Point(21, 159);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(76, 22);
this.labelX3.TabIndex = 2;
this.labelX3.Text = "任课教师";
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(21, 105);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(73, 25);
this.labelX2.TabIndex = 1;
this.labelX2.Text = "学科";
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(21, 48);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(73, 24);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "学科代号";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(133, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(398, 347);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// jiaocai
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(534, 378);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.bar1);
this.Name = "jiaocai";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "教材管理";
this.Load += new System.EventHandler(this.jiaocai_Load);
((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonItem buttonItem1;
private DevComponents.DotNetBar.Bar bar1;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem buttonItem3;
private DevComponents.DotNetBar.ButtonItem buttonItem4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevComponents.DotNetBar.PanelEx panelEx1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ComboBox comboBox1;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -