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

📄 form4.designer.cs

📁 vs2008 组织部信息系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace 团委组织部信息系统
{
    partial class Form4
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
            this.tuanweizuzhibu_infDataSet = new 团委组织部信息系统.tuanweizuzhibu_infDataSet();
            this.tuanweigebu_infBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tuanweigebu_infTableAdapter = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.tuanweigebu_infTableAdapter();
            this.tableAdapterManager = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager();
            this.tuanweigebu_infBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tuanweigebu_infBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            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.tuanweigebu_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.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.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.button6 = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label3 = 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.tuanweigebu_infBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tuanweigebu_infBindingNavigator)).BeginInit();
            this.tuanweigebu_infBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tuanweigebu_infDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 学号Label
            // 
            学号Label.AutoSize = true;
            学号Label.Location = new System.Drawing.Point(362, 90);
            学号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(362, 117);
            姓名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(362, 144);
            学院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(362, 171);
            班级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(362, 198);
            所属部门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(362, 252);
            手机号码Label.Name = "手机号码Label";
            手机号码Label.Size = new System.Drawing.Size(59, 12);
            手机号码Label.TabIndex = 14;
            手机号码Label.Text = "手机号码:";
            // 
            // 担任职务Label
            // 
            担任职务Label.AutoSize = true;
            担任职务Label.Location = new System.Drawing.Point(362, 224);
            担任职务Label.Name = "担任职务Label";
            担任职务Label.Size = new System.Drawing.Size(59, 12);
            担任职务Label.TabIndex = 15;
            担任职务Label.Text = "担任职务:";
            // 
            // tuanweizuzhibu_infDataSet
            // 
            this.tuanweizuzhibu_infDataSet.DataSetName = "tuanweizuzhibu_infDataSet";
            this.tuanweizuzhibu_infDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tuanweigebu_infBindingSource
            // 
            this.tuanweigebu_infBindingSource.DataMember = "tuanweigebu_inf";
            this.tuanweigebu_infBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // tuanweigebu_infTableAdapter
            // 
            this.tuanweigebu_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 = this.tuanweigebu_infTableAdapter;
            this.tableAdapterManager.UpdateOrder = 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            this.tableAdapterManager.work_infTableAdapter = null;
            this.tableAdapterManager.zuzhibu_infTableAdapter = null;
            // 
            // tuanweigebu_infBindingNavigator
            // 
            this.tuanweigebu_infBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.tuanweigebu_infBindingNavigator.BindingSource = this.tuanweigebu_infBindingSource;
            this.tuanweigebu_infBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.tuanweigebu_infBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.tuanweigebu_infBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.tuanweigebu_infBindingNavigatorSaveItem});

⌨️ 快捷键说明

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