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

📄 form3.designer.cs

📁 vs2008 组织部信息系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 团委组织部信息系统
{
    partial class Form3
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 学号Label;
            System.Windows.Forms.Label 姓名Label;
            System.Windows.Forms.Label 学院Label;
            System.Windows.Forms.Label 专业Label;
            System.Windows.Forms.Label 班级Label;
            System.Windows.Forms.Label 手机号码Label;
            System.Windows.Forms.Label 寝室号Label;
            System.Windows.Forms.Label 寝室电话Label;
            System.Windows.Forms.Label 职务Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
            this.tuanweizuzhibu_infDataSet = new 团委组织部信息系统.tuanweizuzhibu_infDataSet();
            this.zuzhibu_infBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.zuzhibu_infTableAdapter = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.zuzhibu_infTableAdapter();
            this.tableAdapterManager = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager();
            this.zuzhibu_infDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.学号TextBox = new System.Windows.Forms.TextBox();
            this.姓名TextBox = new System.Windows.Forms.TextBox();
            this.学院TextBox = new System.Windows.Forms.TextBox();
            this.专业TextBox = new System.Windows.Forms.TextBox();
            this.班级TextBox = new System.Windows.Forms.TextBox();
            this.手机号码TextBox = new System.Windows.Forms.TextBox();
            this.寝室号TextBox = new System.Windows.Forms.TextBox();
            this.寝室电话TextBox = new System.Windows.Forms.TextBox();
            this.职务TextBox = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            学号Label = new System.Windows.Forms.Label();
            姓名Label = new System.Windows.Forms.Label();
            学院Label = new System.Windows.Forms.Label();
            专业Label = new System.Windows.Forms.Label();
            班级Label = new System.Windows.Forms.Label();
            手机号码Label = new System.Windows.Forms.Label();
            寝室号Label = new System.Windows.Forms.Label();
            寝室电话Label = new System.Windows.Forms.Label();
            职务Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zuzhibu_infBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zuzhibu_infDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 学号Label
            // 
            学号Label.AutoSize = true;
            学号Label.Location = new System.Drawing.Point(423, 80);
            学号Label.Name = "学号Label";
            学号Label.Size = new System.Drawing.Size(35, 12);
            学号Label.TabIndex = 2;
            学号Label.Text = "学号:";
            // 
            // 姓名Label
            // 
            姓名Label.AutoSize = true;
            姓名Label.Location = new System.Drawing.Point(423, 107);
            姓名Label.Name = "姓名Label";
            姓名Label.Size = new System.Drawing.Size(35, 12);
            姓名Label.TabIndex = 4;
            姓名Label.Text = "姓名:";
            // 
            // 学院Label
            // 
            学院Label.AutoSize = true;
            学院Label.Location = new System.Drawing.Point(423, 134);
            学院Label.Name = "学院Label";
            学院Label.Size = new System.Drawing.Size(35, 12);
            学院Label.TabIndex = 6;
            学院Label.Text = "学院:";
            // 
            // 专业Label
            // 
            专业Label.AutoSize = true;
            专业Label.Location = new System.Drawing.Point(423, 161);
            专业Label.Name = "专业Label";
            专业Label.Size = new System.Drawing.Size(35, 12);
            专业Label.TabIndex = 8;
            专业Label.Text = "专业:";
            // 
            // 班级Label
            // 
            班级Label.AutoSize = true;
            班级Label.Location = new System.Drawing.Point(423, 188);
            班级Label.Name = "班级Label";
            班级Label.Size = new System.Drawing.Size(35, 12);
            班级Label.TabIndex = 10;
            班级Label.Text = "班级:";
            // 
            // 手机号码Label
            // 
            手机号码Label.AutoSize = true;
            手机号码Label.Location = new System.Drawing.Point(423, 215);
            手机号码Label.Name = "手机号码Label";
            手机号码Label.Size = new System.Drawing.Size(59, 12);
            手机号码Label.TabIndex = 12;
            手机号码Label.Text = "手机号码:";
            // 
            // 寝室号Label
            // 
            寝室号Label.AutoSize = true;
            寝室号Label.Location = new System.Drawing.Point(423, 242);
            寝室号Label.Name = "寝室号Label";
            寝室号Label.Size = new System.Drawing.Size(47, 12);
            寝室号Label.TabIndex = 14;
            寝室号Label.Text = "寝室号:";
            // 
            // 寝室电话Label
            // 
            寝室电话Label.AutoSize = true;
            寝室电话Label.Location = new System.Drawing.Point(423, 269);
            寝室电话Label.Name = "寝室电话Label";
            寝室电话Label.Size = new System.Drawing.Size(59, 12);
            寝室电话Label.TabIndex = 16;
            寝室电话Label.Text = "寝室电话:";
            // 
            // 职务Label
            // 
            职务Label.AutoSize = true;
            职务Label.Location = new System.Drawing.Point(423, 296);
            职务Label.Name = "职务Label";
            职务Label.Size = new System.Drawing.Size(35, 12);
            职务Label.TabIndex = 18;
            职务Label.Text = "职务:";
            // 
            // tuanweizuzhibu_infDataSet
            // 
            this.tuanweizuzhibu_infDataSet.DataSetName = "tuanweizuzhibu_infDataSet";
            this.tuanweizuzhibu_infDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // zuzhibu_infBindingSource
            // 
            this.zuzhibu_infBindingSource.DataMember = "zuzhibu_inf";
            this.zuzhibu_infBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // zuzhibu_infTableAdapter
            // 
            this.zuzhibu_infTableAdapter.ClearBeforeFill = true;
            // 
            // tableAdapterManager
            // 
            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager.bumenshezhi_infTableAdapter = null;
            this.tableAdapterManager.denglu_infTableAdapter = null;
            this.tableAdapterManager.erjibuzhang_infTableAdapter = null;
            this.tableAdapterManager.liuyan_inf1TableAdapter = null;
            this.tableAdapterManager.liuyan_infTableAdapter = null;
            this.tableAdapterManager.tuanweigebu_inf1TableAdapter = null;
            this.tableAdapterManager.tuanweigebu_inf2TableAdapter = null;
            this.tableAdapterManager.tuanweigebu_inf3TableAdapter = null;
            this.tableAdapterManager.tuanweigebu_inf4TableAdapter = null;
            this.tableAdapterManager.tuanweigebu_inf5TableAdapter = null;
            this.tableAdapterManager.tuanweigebu_infTableAdapter = null;
            this.tableAdapterManager.UpdateOrder = 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            this.tableAdapterManager.work_infTableAdapter = null;
            this.tableAdapterManager.zuzhibu_infTableAdapter = this.zuzhibu_infTableAdapter;
            // 
            // zuzhibu_infDataGridView
            // 
            this.zuzhibu_infDataGridView.AutoGenerateColumns = false;
            this.zuzhibu_infDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.zuzhibu_infDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9});
            this.zuzhibu_infDataGridView.DataSource = this.zuzhibu_infBindingSource;
            this.zuzhibu_infDataGridView.Location = new System.Drawing.Point(27, 80);
            this.zuzhibu_infDataGridView.Name = "zuzhibu_infDataGridView";
            this.zuzhibu_infDataGridView.RowTemplate.Height = 23;
            this.zuzhibu_infDataGridView.Size = new System.Drawing.Size(378, 264);
            this.zuzhibu_infDataGridView.TabIndex = 1;
            this.zuzhibu_infDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.zuzhibu_infDataGridView_CellContentClick);
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "学号";
            this.dataGridViewTextBoxColumn1.HeaderText = "学号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "姓名";
            this.dataGridViewTextBoxColumn2.HeaderText = "姓名";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "学院";
            this.dataGridViewTextBoxColumn3.HeaderText = "学院";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "专业";
            this.dataGridViewTextBoxColumn4.HeaderText = "专业";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "班级";
            this.dataGridViewTextBoxColumn5.HeaderText = "班级";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "手机号码";

⌨️ 快捷键说明

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