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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmdept.designer.cs

?? 基于SQLSERVER C#2.0的企業ERP管理系統
?? CS
字號:
?namespace HRP.BaseInfo
{
    partial class frmDept
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDept));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.tlAddRoot = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tlAddChild = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tlEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tlDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tlClose = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.trvDept = new System.Windows.Forms.TreeView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtParentIndex = new System.Windows.Forms.TextBox();
            this.txtDeptID = new System.Windows.Forms.TextBox();
            this.txtDeptTel = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDeptDirector = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtDeptName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator,
            this.toolStripSeparator7,
            this.tlAddRoot,
            this.toolStripSeparator1,
            this.tlAddChild,
            this.toolStripSeparator2,
            this.tlEdit,
            this.toolStripSeparator3,
            this.tlDelete,
            this.toolStripSeparator4,
            this.tlClose,
            this.toolStripSeparator5,
            this.toolStripSeparator6});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip1.Size = new System.Drawing.Size(556, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // tlAddRoot
            // 
            this.tlAddRoot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlAddRoot.Image = ((System.Drawing.Image)(resources.GetObject("tlAddRoot.Image")));
            this.tlAddRoot.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlAddRoot.Name = "tlAddRoot";
            this.tlAddRoot.Size = new System.Drawing.Size(23, 22);
            this.tlAddRoot.Text = "添加本級";
            this.tlAddRoot.Click += new System.EventHandler(this.tlAddRoot_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tlAddChild
            // 
            this.tlAddChild.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlAddChild.Image = ((System.Drawing.Image)(resources.GetObject("tlAddChild.Image")));
            this.tlAddChild.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlAddChild.Name = "tlAddChild";
            this.tlAddChild.Size = new System.Drawing.Size(23, 22);
            this.tlAddChild.Text = "添加子級";
            this.tlAddChild.Click += new System.EventHandler(this.tlAddChild_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 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);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // 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);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.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);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // trvDept
            // 
            this.trvDept.Location = new System.Drawing.Point(2, 35);
            this.trvDept.Name = "trvDept";
            this.trvDept.Size = new System.Drawing.Size(237, 244);
            this.trvDept.TabIndex = 1;
            this.trvDept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvDept_AfterSelect);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtParentIndex);
            this.groupBox1.Controls.Add(this.txtDeptID);
            this.groupBox1.Controls.Add(this.txtDeptTel);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtDeptDirector);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtDeptName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(243, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(310, 251);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "部門信息";
            // 
            // txtParentIndex
            // 
            this.txtParentIndex.Location = new System.Drawing.Point(99, 142);
            this.txtParentIndex.Name = "txtParentIndex";
            this.txtParentIndex.ReadOnly = true;
            this.txtParentIndex.Size = new System.Drawing.Size(177, 21);
            this.txtParentIndex.TabIndex = 8;
            this.txtParentIndex.Visible = false;
            // 
            // txtDeptID
            // 
            this.txtDeptID.Location = new System.Drawing.Point(99, 218);
            this.txtDeptID.Name = "txtDeptID";
            this.txtDeptID.ReadOnly = true;
            this.txtDeptID.Size = new System.Drawing.Size(177, 21);
            this.txtDeptID.TabIndex = 8;
            this.txtDeptID.Visible = false;
            // 
            // txtDeptTel
            // 
            this.txtDeptTel.Location = new System.Drawing.Point(99, 178);
            this.txtDeptTel.Name = "txtDeptTel";
            this.txtDeptTel.Size = new System.Drawing.Size(177, 21);
            this.txtDeptTel.TabIndex = 10;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(43, 183);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "部門電話";
            // 
            // txtDeptDirector
            // 
            this.txtDeptDirector.Location = new System.Drawing.Point(99, 115);
            this.txtDeptDirector.Name = "txtDeptDirector";
            this.txtDeptDirector.Size = new System.Drawing.Size(177, 21);
            this.txtDeptDirector.TabIndex = 11;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(43, 121);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "部門主管";
            // 
            // txtDeptName
            // 
            this.txtDeptName.Location = new System.Drawing.Point(99, 55);
            this.txtDeptName.Name = "txtDeptName";
            this.txtDeptName.Size = new System.Drawing.Size(177, 21);
            this.txtDeptName.TabIndex = 9;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(43, 60);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "部門名稱";
            // 
            // frmDept
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(556, 282);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.trvDept);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmDept";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【部門管理】";
            this.Load += new System.EventHandler(this.frmDept_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.TreeView trvDept;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtDeptTel;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtDeptDirector;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtDeptName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ToolStripButton tlAddRoot;
        private System.Windows.Forms.ToolStripButton tlEdit;
        private System.Windows.Forms.ToolStripButton tlDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
        private System.Windows.Forms.ToolStripButton tlAddChild;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tlClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.TextBox txtDeptID;
        private System.Windows.Forms.TextBox txtParentIndex;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
jizzjizzjizz欧美| 精品国产91久久久久久久妲己| 欧美三级日韩三级国产三级| 精品国产青草久久久久福利| 亚洲男同性视频| 国产乱对白刺激视频不卡| 欧美日韩亚洲不卡| 国产精品传媒入口麻豆| 久久99久久精品欧美| 欧美色网一区二区| 国产日韩av一区二区| 免费成人深夜小野草| 在线视频一区二区免费| 国产精品国产成人国产三级 | 亚洲私人影院在线观看| 国模少妇一区二区三区| 5858s免费视频成人| 一区二区国产视频| 91亚洲精华国产精华精华液| 国产欧美日韩精品一区| 狠狠v欧美v日韩v亚洲ⅴ| 日韩午夜激情av| 免费成人av在线| 91精品国产综合久久福利| 亚洲午夜精品一区二区三区他趣| 97久久精品人人做人人爽| 国产欧美综合在线观看第十页| 久久成人18免费观看| 91精品国产高清一区二区三区蜜臀| 亚洲激情五月婷婷| 色偷偷久久一区二区三区| 国产精品人妖ts系列视频| 丁香激情综合国产| 日本一二三不卡| 国产成人久久精品77777最新版本| 日韩精品一区二区三区三区免费| 美女免费视频一区| 久久综合九色欧美综合狠狠| 国产成人午夜精品影院观看视频| 久久伊人中文字幕| 成人性色生活片| 国产精品不卡视频| 色狠狠av一区二区三区| 亚洲成人午夜电影| 欧美一级日韩一级| 国内一区二区视频| 国产精品女主播av| 99久久亚洲一区二区三区青草| 中文字幕在线观看一区| 在线精品国精品国产尤物884a| 亚洲一区二区三区四区在线免费观看| 91黄色免费版| 奇米777欧美一区二区| 欧美精品一区二区三区高清aⅴ | 国产老肥熟一区二区三区| 国产欧美日韩视频在线观看| av亚洲精华国产精华精华| 一区二区在线观看视频在线观看| 欧美三级中文字幕在线观看| 麻豆成人在线观看| 国产欧美一区二区精品秋霞影院| 91在线视频免费观看| 视频一区视频二区中文| 国产午夜亚洲精品午夜鲁丝片| 99久久99久久久精品齐齐| 午夜日韩在线电影| 中文字幕久久午夜不卡| 欧美无砖砖区免费| 国产凹凸在线观看一区二区| 亚洲精品日韩一| 2017欧美狠狠色| 99久久er热在这里只有精品66| 日韩精品一卡二卡三卡四卡无卡| 国产亚洲欧洲一区高清在线观看| 色综合久久久久综合体桃花网| 日韩福利视频网| 中文字幕中文字幕在线一区| 欧美videossexotv100| 色婷婷香蕉在线一区二区| 经典一区二区三区| 亚洲一区二区三区四区在线 | 欧美大肚乱孕交hd孕妇| 成人激情黄色小说| 日韩av电影免费观看高清完整版| 国产精品私人自拍| 日韩午夜在线影院| 欧美日韩日本视频| 99免费精品视频| 久久99精品一区二区三区 | 国产精品视频一区二区三区不卡| 精品视频全国免费看| 91免费观看视频| 风间由美一区二区av101| 日本麻豆一区二区三区视频| 一区二区三区日韩精品视频| 中文字幕va一区二区三区| www精品美女久久久tv| 欧美二区在线观看| 欧洲国内综合视频| 一本色道a无线码一区v| 成人午夜在线视频| 国产精品一二三四区| 久久99精品国产麻豆不卡| 日日摸夜夜添夜夜添精品视频| 一区二区三区 在线观看视频| 亚洲国产成人在线| 国产精品视频看| 国产视频一区二区在线| 国产亚洲午夜高清国产拍精品| 亚洲精品一区二区三区四区高清 | 欧美在线视频你懂得| 成人av资源在线| 成人精品视频.| jlzzjlzz欧美大全| 91女人视频在线观看| 99久久99久久综合| 色视频一区二区| 欧美影院一区二区| 91精品在线观看入口| 日韩一区二区三区免费看 | 青青草成人在线观看| 人妖欧美一区二区| 狠狠色伊人亚洲综合成人| 国产成人免费视频一区| 成人深夜在线观看| 色综合网色综合| 这里只有精品电影| 精品国产凹凸成av人导航| 久久久99精品久久| 中文字幕亚洲综合久久菠萝蜜| 亚洲卡通动漫在线| 香蕉乱码成人久久天堂爱免费| 日本视频在线一区| 国产毛片一区二区| 99久久国产综合精品麻豆| 欧美亚日韩国产aⅴ精品中极品| 91精品国产手机| 欧美激情资源网| 亚洲男人都懂的| 婷婷激情综合网| 国产乱国产乱300精品| 91亚洲大成网污www| 欧美高清视频一二三区 | 欧美老女人在线| 精品精品欲导航| 中日韩av电影| 亚洲va欧美va人人爽午夜| 精品在线视频一区| 91丨porny丨国产| 日韩视频一区在线观看| 中文无字幕一区二区三区| 亚洲五码中文字幕| 国产成人亚洲综合a∨婷婷| 欧美亚洲综合久久| 久久久噜噜噜久久人人看| 一区二区三区在线高清| 黄网站免费久久| 欧美日韩亚州综合| 国产精品久久久久aaaa| 免费成人在线观看视频| 91色视频在线| 久久精品视频网| 午夜久久久久久| 91免费在线播放| 精品国产百合女同互慰| 亚洲国产欧美一区二区三区丁香婷| 狠狠v欧美v日韩v亚洲ⅴ| 欧美日韩亚洲丝袜制服| 国产精品乱码一区二区三区软件| 日本不卡123| 欧美日韩另类一区| 中文字幕一区二区三区不卡在线| 久久国产福利国产秒拍| 欧美性生活久久| 亚洲视频每日更新| 国产激情偷乱视频一区二区三区 | 91精品办公室少妇高潮对白| 国产亚洲一本大道中文在线| 蜜臀av在线播放一区二区三区 | 久久伊人蜜桃av一区二区| 香蕉av福利精品导航| 在线视频观看一区| 最新日韩av在线| 菠萝蜜视频在线观看一区| 久久免费偷拍视频| 六月丁香综合在线视频| 欧美老人xxxx18| 亚洲电影你懂得| 欧美日韩一区二区三区在线看| 亚洲欧美日本在线| 99久久er热在这里只有精品15| 国产精品久久久久一区二区三区共| 国产乱国产乱300精品| 精品成人私密视频| 国产在线精品视频| 久久精品在线观看| 成人手机在线视频| 国产精品国产三级国产普通话99 | 亚洲欧美日韩久久| 91丝袜呻吟高潮美腿白嫩在线观看|