123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- namespace LYFZ.Software.UI.InitialSet
- {
- partial class FrmDepartmentSet
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDepartmentSet));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtDt_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtDt_Name2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.trvdep = new LYFZ.ComponentLibrary.TreeViewEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(701, 454);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(701, 454);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(621, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(669, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(642, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.Black;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btnDelete);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.tabControlEx1);
- this.panelEx1.Controls.Add(this.trvdep);
- this.panelEx1.Location = new System.Drawing.Point(20, 20);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(660, 419);
- this.panelEx1.TabIndex = 0;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(234, 106);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(80, 25);
- this.btnDelete.TabIndex = 52;
- this.btnDelete.Text = "删除部门";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(234, 161);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 25);
- this.btnClose.TabIndex = 51;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // tabControlEx1
- //
- this.tabControlEx1.BaseColor = System.Drawing.Color.White;
- this.tabControlEx1.BorderColor = System.Drawing.Color.White;
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage2);
- this.tabControlEx1.ItemSize = new System.Drawing.Size(70, 36);
- this.tabControlEx1.Location = new System.Drawing.Point(320, 7);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.White;
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(334, 409);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 50;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.White;
- this.tabPage1.Controls.Add(this.btnSave);
- this.tabPage1.Controls.Add(this.txtDt_Name);
- this.tabPage1.Controls.Add(this.labelEx2);
- this.tabPage1.Location = new System.Drawing.Point(4, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(326, 365);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "增加";
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(139, 114);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(80, 25);
- this.btnSave.TabIndex = 37;
- this.btnSave.Text = "增加部门";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // txtDt_Name
- //
- this.txtDt_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDt_Name.EmptyTextTip = null;
- this.txtDt_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDt_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDt_Name.Location = new System.Drawing.Point(112, 52);
- this.txtDt_Name.Name = "txtDt_Name";
- this.txtDt_Name.Size = new System.Drawing.Size(144, 23);
- this.txtDt_Name.TabIndex = 36;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(36, 56);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(73, 17);
- this.labelEx2.TabIndex = 35;
- this.labelEx2.Text = "*部门名称:";
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.White;
- this.tabPage2.Controls.Add(this.btnUpdate);
- this.tabPage2.Controls.Add(this.txtDt_Name2);
- this.tabPage2.Controls.Add(this.labelEx1);
- this.tabPage2.Location = new System.Drawing.Point(4, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(321, 365);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "修改";
- //
- // btnUpdate
- //
- this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
- this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdate.ForeColor = System.Drawing.Color.White;
- this.btnUpdate.IsCustomBackImg = false;
- this.btnUpdate.IsShowText = true;
- this.btnUpdate.Location = new System.Drawing.Point(147, 114);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(80, 25);
- this.btnUpdate.TabIndex = 40;
- this.btnUpdate.Text = "修改部门";
- this.btnUpdate.UseVisualStyleBackColor = false;
- //
- // txtDt_Name2
- //
- this.txtDt_Name2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtDt_Name2.EmptyTextTip = null;
- this.txtDt_Name2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtDt_Name2.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtDt_Name2.Location = new System.Drawing.Point(120, 64);
- this.txtDt_Name2.Name = "txtDt_Name2";
- this.txtDt_Name2.Size = new System.Drawing.Size(144, 23);
- this.txtDt_Name2.TabIndex = 39;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(44, 67);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(73, 17);
- this.labelEx1.TabIndex = 38;
- this.labelEx1.Text = "*部门名称:";
- //
- // trvdep
- //
- this.trvdep.HideSelection = false;
- this.trvdep.Location = new System.Drawing.Point(2, 7);
- this.trvdep.Name = "trvdep";
- this.trvdep.Size = new System.Drawing.Size(224, 409);
- this.trvdep.TabIndex = 49;
- //
- // FrmDepartmentSet
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(701, 519);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.Name = "FrmDepartmentSet";
- this.Text = "部门设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.TabPage tabPage1;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.TextBoxBasicEx txtDt_Name;
- private ComponentLibrary.LabelEx labelEx2;
- private System.Windows.Forms.TabPage tabPage2;
- protected ComponentLibrary.ButtonEx btnUpdate;
- protected ComponentLibrary.TextBoxBasicEx txtDt_Name2;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.TreeViewEx trvdep;
- }
- }
|