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

📄 form5.designer.cs

📁 vs2008 组织部信息系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace 团委组织部信息系统
{
    partial class Form5
    {
        /// <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 buMenIdLabel;
            System.Windows.Forms.Label buMenNameLabel;
            System.Windows.Forms.Label buZhangNameLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
            this.bumenshezhi_infBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bumenshezhi_infBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tuanweizuzhibu_infDataSet = new 团委组织部信息系统.tuanweizuzhibu_infDataSet();
            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.bumenshezhi_infBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.bumenshezhi_infDataGridView = new System.Windows.Forms.DataGridView();
            this.buMenIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buMenNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buZhangNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buMenIdTextBox = new System.Windows.Forms.TextBox();
            this.buMenNameTextBox = new System.Windows.Forms.TextBox();
            this.buZhangNameTextBox = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bumenshezhi_infTableAdapter = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.bumenshezhi_infTableAdapter();
            this.tableAdapterManager = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager();
            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.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button6 = new System.Windows.Forms.Button();
            buMenIdLabel = new System.Windows.Forms.Label();
            buMenNameLabel = new System.Windows.Forms.Label();
            buZhangNameLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.bumenshezhi_infBindingNavigator)).BeginInit();
            this.bumenshezhi_infBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bumenshezhi_infBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bumenshezhi_infDataGridView)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // buMenIdLabel
            // 
            buMenIdLabel.AutoSize = true;
            buMenIdLabel.Location = new System.Drawing.Point(15, 28);
            buMenIdLabel.Name = "buMenIdLabel";
            buMenIdLabel.Size = new System.Drawing.Size(47, 12);
            buMenIdLabel.TabIndex = 2;
            buMenIdLabel.Text = "部门Id:";
            buMenIdLabel.Click += new System.EventHandler(this.buMenIdLabel_Click);
            // 
            // buMenNameLabel
            // 
            buMenNameLabel.AutoSize = true;
            buMenNameLabel.Location = new System.Drawing.Point(44, 205);
            buMenNameLabel.Name = "buMenNameLabel";
            buMenNameLabel.Size = new System.Drawing.Size(59, 12);
            buMenNameLabel.TabIndex = 4;
            buMenNameLabel.Text = "部门名称:";
            // 
            // buZhangNameLabel
            // 
            buZhangNameLabel.AutoSize = true;
            buZhangNameLabel.Location = new System.Drawing.Point(44, 232);
            buZhangNameLabel.Name = "buZhangNameLabel";
            buZhangNameLabel.Size = new System.Drawing.Size(59, 12);
            buZhangNameLabel.TabIndex = 6;
            buZhangNameLabel.Text = "部长姓名:";
            // 
            // bumenshezhi_infBindingNavigator
            // 
            this.bumenshezhi_infBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.bumenshezhi_infBindingNavigator.BindingSource = this.bumenshezhi_infBindingSource;
            this.bumenshezhi_infBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.bumenshezhi_infBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.bumenshezhi_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.bumenshezhi_infBindingNavigatorSaveItem});
            this.bumenshezhi_infBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.bumenshezhi_infBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bumenshezhi_infBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bumenshezhi_infBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bumenshezhi_infBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bumenshezhi_infBindingNavigator.Name = "bumenshezhi_infBindingNavigator";
            this.bumenshezhi_infBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.bumenshezhi_infBindingNavigator.Size = new System.Drawing.Size(566, 25);
            this.bumenshezhi_infBindingNavigator.TabIndex = 0;
            this.bumenshezhi_infBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "Add new";
            // 
            // bumenshezhi_infBindingSource
            // 
            this.bumenshezhi_infBindingSource.DataMember = "bumenshezhi_inf";
            this.bumenshezhi_infBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // tuanweizuzhibu_infDataSet
            // 
            this.tuanweizuzhibu_infDataSet.DataSetName = "tuanweizuzhibu_infDataSet";
            this.tuanweizuzhibu_infDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(30, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;

⌨️ 快捷键说明

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