亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmbase.designer.cs

?? 基于SQLSERVER C#2.0的企業(yè)ERP管理系統(tǒng)
?? CS
字號:
?namespace HRP.BaseInfo
{
    partial class frmBase
    {
        /// <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>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBase));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.tlAdd = new System.Windows.Forms.ToolStripButton();
            this.tlEdit = new System.Windows.Forms.ToolStripButton();
            this.tlDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tlYes = new System.Windows.Forms.ToolStripButton();
            this.tlReturn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tlClose = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.dgvInfo = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator4,
            this.toolStripSeparator6,
            this.tlAdd,
            this.tlEdit,
            this.tlDelete,
            this.toolStripSeparator1,
            this.tlYes,
            this.tlReturn,
            this.toolStripSeparator2,
            this.tlClose,
            this.toolStripSeparator3,
            this.toolStripSeparator5});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(418, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // tlAdd
            // 
            this.tlAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlAdd.Image = ((System.Drawing.Image)(resources.GetObject("tlAdd.Image")));
            this.tlAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlAdd.Name = "tlAdd";
            this.tlAdd.Size = new System.Drawing.Size(23, 22);
            this.tlAdd.Text = "添加";
            this.tlAdd.Click += new System.EventHandler(this.tlAdd_Click);
            // 
            // tlEdit
            // 
            this.tlEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlEdit.Image = ((System.Drawing.Image)(resources.GetObject("tlEdit.Image")));
            this.tlEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlEdit.Name = "tlEdit";
            this.tlEdit.Size = new System.Drawing.Size(23, 22);
            this.tlEdit.Text = "修改";
            this.tlEdit.Click += new System.EventHandler(this.tlEdit_Click);
            // 
            // tlDelete
            // 
            this.tlDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlDelete.Image")));
            this.tlDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlDelete.Name = "tlDelete";
            this.tlDelete.Size = new System.Drawing.Size(23, 22);
            this.tlDelete.Text = "刪除";
            this.tlDelete.Click += new System.EventHandler(this.tlDelete_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tlYes
            // 
            this.tlYes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlYes.Image = ((System.Drawing.Image)(resources.GetObject("tlYes.Image")));
            this.tlYes.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlYes.Name = "tlYes";
            this.tlYes.Size = new System.Drawing.Size(23, 22);
            this.tlYes.Text = "保存";
            this.tlYes.Click += new System.EventHandler(this.tlYes_Click);
            // 
            // tlReturn
            // 
            this.tlReturn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlReturn.Image = ((System.Drawing.Image)(resources.GetObject("tlReturn.Image")));
            this.tlReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlReturn.Name = "tlReturn";
            this.tlReturn.Size = new System.Drawing.Size(23, 22);
            this.tlReturn.Text = "取消";
            this.tlReturn.Click += new System.EventHandler(this.tlReturn_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tlClose
            // 
            this.tlClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlClose.Image = ((System.Drawing.Image)(resources.GetObject("tlClose.Image")));
            this.tlClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlClose.Name = "tlClose";
            this.tlClose.Size = new System.Drawing.Size(23, 22);
            this.tlClose.Text = "退出";
            this.tlClose.Click += new System.EventHandler(this.tlClose_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // dgvInfo
            // 
            this.dgvInfo.AllowUserToOrderColumns = true;
            this.dgvInfo.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.dgvInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
            this.dgvInfo.Location = new System.Drawing.Point(0, 62);
            this.dgvInfo.Name = "dgvInfo";
            this.dgvInfo.RowTemplate.Height = 23;
            this.dgvInfo.Size = new System.Drawing.Size(418, 203);
            this.dgvInfo.TabIndex = 3;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "ID";
            this.Column1.HeaderText = "ID";
            this.Column1.Name = "Column1";
            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "Name";
            this.Column2.HeaderText = "名稱";
            this.Column2.Name = "Column2";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.groupBox1.Location = new System.Drawing.Point(2, 21);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(414, 40);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(158, 12);
            this.txtName.MaxLength = 20;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(168, 21);
            this.txtName.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(102, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "名稱:";
            // 
            // frmBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(418, 266);
            this.Controls.Add(this.dgvInfo);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmBase";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "frmBase";
            this.Load += new System.EventHandler(this.frmBase_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tlAdd;
        private System.Windows.Forms.ToolStripButton tlEdit;
        private System.Windows.Forms.ToolStripButton tlDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tlYes;
        private System.Windows.Forms.ToolStripButton tlReturn;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tlClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.DataGridView dgvInfo;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久久久久久浪潮网站| 日本精品一区二区三区高清| 精品欧美一区二区在线观看 | 色吊一区二区三区| 日韩一区在线看| 色狠狠一区二区三区香蕉| 亚洲国产乱码最新视频 | 色天天综合久久久久综合片| 亚洲精品视频在线看| 欧美性猛片xxxx免费看久爱| 丝袜美腿亚洲一区| 精品国产一区二区三区av性色| 国产精品1区2区3区在线观看| 中文字幕视频一区| 9191国产精品| 国产精品18久久久久久vr| |精品福利一区二区三区| 色婷婷精品久久二区二区蜜臀av| 亚洲人精品午夜| 欧美一区二区三区白人| 激情丁香综合五月| 国产网站一区二区| 91视频国产资源| 亚洲影院理伦片| 91精品国产综合久久福利软件| 麻豆精品一区二区| 久久久青草青青国产亚洲免观| 大胆亚洲人体视频| 亚洲一区中文日韩| 欧美变态tickle挠乳网站| 国产福利一区二区三区| 综合色天天鬼久久鬼色| 欧美日韩亚州综合| 激情综合网激情| 国产精品亲子伦对白| 欧美性一二三区| 精品一区二区三区久久| 亚洲三级小视频| 69久久夜色精品国产69蝌蚪网| 激情综合色综合久久综合| 国产三级久久久| 国产乱对白刺激视频不卡| 中文一区在线播放| 在线精品视频免费观看| 日本网站在线观看一区二区三区| 欧美激情一区二区三区不卡| 福利视频网站一区二区三区| 国产精品久久久久永久免费观看| 99久久99久久久精品齐齐 | 国产精品沙发午睡系列990531| 99久久国产免费看| 久久国产精品第一页| 国产精品成人一区二区艾草| 精品国产凹凸成av人网站| 色综合中文综合网| 国产精品久久久久国产精品日日| 欧美妇女性影城| 北条麻妃一区二区三区| 麻豆精品在线看| 亚洲国产日韩综合久久精品| 国产亲近乱来精品视频| 777xxx欧美| 91麻豆国产自产在线观看| 黄色小说综合网站| 亚洲第一福利视频在线| 亚洲三级小视频| 中文字幕精品一区二区三区精品| 69久久99精品久久久久婷婷 | 成人免费精品视频| 久久不见久久见免费视频1| 一区二区在线电影| 国产日本一区二区| 精品精品国产高清a毛片牛牛 | 国产成人精品亚洲午夜麻豆| 五月天婷婷综合| 亚洲韩国一区二区三区| 亚洲欧洲一区二区三区| 久久午夜色播影院免费高清| 精品黑人一区二区三区久久 | 美日韩一区二区| 亚洲国产aⅴ成人精品无吗| 亚洲丝袜美腿综合| 国产精品久久久久久久岛一牛影视| 久久久久久久免费视频了| 日韩一区二区三区电影| 欧美在线观看视频一区二区三区| 色综合久久久网| aaa亚洲精品一二三区| 丁香婷婷综合网| 国产91精品一区二区麻豆亚洲| 国产精品小仙女| 国产一区二区导航在线播放| 精品亚洲成a人| 粉嫩aⅴ一区二区三区四区 | 欧美亚洲国产一区二区三区va| 欧亚洲嫩模精品一区三区| 99国产一区二区三精品乱码| 色噜噜狠狠色综合欧洲selulu| 91啪在线观看| 欧洲一区二区av| 欧美日韩免费在线视频| 欧美色成人综合| 91久久一区二区| 欧美日韩在线播放一区| 欧美一区二区免费| 精品福利在线导航| 国产亚洲欧美一区在线观看| 国产目拍亚洲精品99久久精品| 中文字幕不卡在线观看| 亚洲丝袜美腿综合| 亚洲成人av在线电影| 喷水一区二区三区| 精品一区二区三区香蕉蜜桃| 国产精品夜夜爽| 色综合久久99| 欧美一区三区二区| 久久丝袜美腿综合| 国产精品乱人伦| 亚洲一区二区在线观看视频 | 一本色道久久综合亚洲91| 欧美色爱综合网| 欧美xxxxx牲另类人与| 国产欧美一区二区精品性色超碰 | 国产精品传媒视频| 一区二区三区在线视频免费| 洋洋av久久久久久久一区| 天天做天天摸天天爽国产一区| 日本不卡123| 色综合久久久久| 欧美日韩国产成人在线91| 精品粉嫩超白一线天av| 亚洲欧美电影院| 日韩成人免费电影| 99久久99久久久精品齐齐| 欧美久久久久久久久中文字幕| 久久综合色8888| 一区二区三区在线不卡| 久久精品国产一区二区| 91亚洲大成网污www| 欧美成人伊人久久综合网| 亚洲精品乱码久久久久| 久久精品久久99精品久久| 91毛片在线观看| 久久亚洲精精品中文字幕早川悠里| 一区二区三区四区乱视频| 韩国女主播成人在线| 欧美视频在线播放| 中文字幕乱码久久午夜不卡| 免费观看一级特黄欧美大片| 色综合天天性综合| 久久婷婷久久一区二区三区| 日欧美一区二区| 91亚洲精品久久久蜜桃| 久久一区二区三区四区| 图片区小说区区亚洲影院| 波多野结衣欧美| 久久久久青草大香线综合精品| 午夜影院久久久| 色综合中文字幕国产 | 久久亚洲一级片| 亚洲gay无套男同| 99视频一区二区| 久久久久久电影| 极品尤物av久久免费看| 91精品国产高清一区二区三区蜜臀| 亚洲久草在线视频| 99天天综合性| 国产精品午夜在线| 国产传媒日韩欧美成人| 精品美女一区二区| 久久精品国产精品亚洲精品 | 国产婷婷精品av在线| 美国十次综合导航| 6080午夜不卡| 午夜日韩在线电影| 欧美日韩午夜在线| 国产精品免费丝袜| 国产精品白丝jk黑袜喷水| 欧美一卡二卡在线观看| 一区二区免费视频| 欧美日韩国产精品成人| 亚洲成人综合视频| 欧美日韩综合在线| 亚洲一区二区av电影| 色综合天天做天天爱| 亚洲欧美日韩国产综合在线| 99精品国产91久久久久久| 中文字幕在线播放不卡一区| 成人aaaa免费全部观看| 中文字幕日韩精品一区| 97国产一区二区| 亚洲欧美一区二区三区国产精品 | 久久男人中文字幕资源站| 国产麻豆日韩欧美久久| 国产日韩欧美高清| 99久久久久免费精品国产 | 蓝色福利精品导航| 久久久久9999亚洲精品| 色婷婷精品大在线视频| 久久精品国产**网站演员|