123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463 |
- namespace LYFZ.Software.UI.OAShopManagement
- {
- partial class frmRequestLeaveView
- {
- /// <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(frmRequestLeaveView));
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtLeadershipInstruction = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtApplyReply = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtApplyInfo = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.comboBoxApplyState = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labPostedby = new LYFZ.ComponentLibrary.LabelEx();
- this.labReleaseDatetime = new LYFZ.ComponentLibrary.LabelEx();
- this.lbCategory = new LYFZ.ComponentLibrary.LabelEx();
- this.labPriority = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.lbRequestLeaveTiem = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.btnSave);
- this.plExMainContainer.Controls.Add(this.btnClose);
- this.plExMainContainer.Controls.Add(this.txtLeadershipInstruction);
- this.plExMainContainer.Controls.Add(this.txtApplyReply);
- this.plExMainContainer.Controls.Add(this.txtTitle);
- this.plExMainContainer.Controls.Add(this.txtApplyInfo);
- this.plExMainContainer.Controls.Add(this.labelEx9);
- this.plExMainContainer.Controls.Add(this.labelEx10);
- this.plExMainContainer.Controls.Add(this.comboBoxApplyState);
- this.plExMainContainer.Controls.Add(this.labelEx3);
- this.plExMainContainer.Controls.Add(this.labelEx8);
- this.plExMainContainer.Controls.Add(this.labelEx4);
- this.plExMainContainer.Controls.Add(this.labelEx7);
- this.plExMainContainer.Controls.Add(this.labPostedby);
- this.plExMainContainer.Controls.Add(this.labReleaseDatetime);
- this.plExMainContainer.Controls.Add(this.lbRequestLeaveTiem);
- this.plExMainContainer.Controls.Add(this.lbCategory);
- this.plExMainContainer.Controls.Add(this.labPriority);
- this.plExMainContainer.Controls.Add(this.labelEx6);
- this.plExMainContainer.Controls.Add(this.labelEx5);
- this.plExMainContainer.Controls.Add(this.labelEx2);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 578);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(910, 578);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
- //
- // 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("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(674, 523);
- this.btnSave.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(114, 40);
- this.btnSave.TabIndex = 45;
- this.btnSave.Text = "确 定 审 批";
- this.btnSave.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("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(796, 523);
- this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(93, 40);
- this.btnClose.TabIndex = 44;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // txtLeadershipInstruction
- //
- this.txtLeadershipInstruction.AutoScroll = true;
- this.txtLeadershipInstruction.BackColor = System.Drawing.Color.Transparent;
- this.txtLeadershipInstruction.Icon = null;
- this.txtLeadershipInstruction.IconIsButton = false;
- this.txtLeadershipInstruction.IsPasswordChat = '\0';
- this.txtLeadershipInstruction.IsSystemPasswordChar = false;
- this.txtLeadershipInstruction.Lines = new string[0];
- this.txtLeadershipInstruction.Location = new System.Drawing.Point(107, 402);
- this.txtLeadershipInstruction.Margin = new System.Windows.Forms.Padding(0);
- this.txtLeadershipInstruction.MaxLength = 100;
- this.txtLeadershipInstruction.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtLeadershipInstruction.MouseBack = null;
- this.txtLeadershipInstruction.Multiline = true;
- this.txtLeadershipInstruction.Name = "txtLeadershipInstruction";
- this.txtLeadershipInstruction.NormlBack = null;
- this.txtLeadershipInstruction.Padding = new System.Windows.Forms.Padding(5);
- this.txtLeadershipInstruction.ReadOnly = false;
- this.txtLeadershipInstruction.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtLeadershipInstruction.Size = new System.Drawing.Size(785, 110);
- this.txtLeadershipInstruction.TabIndex = 43;
- this.txtLeadershipInstruction.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtLeadershipInstruction.WaterColor = System.Drawing.Color.DarkGray;
- this.txtLeadershipInstruction.WaterText = "暂无内容";
- this.txtLeadershipInstruction.WordWrap = true;
- //
- // txtApplyReply
- //
- this.txtApplyReply.AutoScroll = true;
- this.txtApplyReply.BackColor = System.Drawing.Color.Transparent;
- this.txtApplyReply.Icon = null;
- this.txtApplyReply.IconIsButton = false;
- this.txtApplyReply.IsPasswordChat = '\0';
- this.txtApplyReply.IsSystemPasswordChar = false;
- this.txtApplyReply.Lines = new string[0];
- this.txtApplyReply.Location = new System.Drawing.Point(107, 288);
- this.txtApplyReply.Margin = new System.Windows.Forms.Padding(0);
- this.txtApplyReply.MaxLength = 100;
- this.txtApplyReply.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtApplyReply.MouseBack = null;
- this.txtApplyReply.Multiline = true;
- this.txtApplyReply.Name = "txtApplyReply";
- this.txtApplyReply.NormlBack = null;
- this.txtApplyReply.Padding = new System.Windows.Forms.Padding(5);
- this.txtApplyReply.ReadOnly = false;
- this.txtApplyReply.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtApplyReply.Size = new System.Drawing.Size(785, 98);
- this.txtApplyReply.TabIndex = 42;
- this.txtApplyReply.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtApplyReply.WaterColor = System.Drawing.Color.DarkGray;
- this.txtApplyReply.WaterText = "暂无内容";
- this.txtApplyReply.WordWrap = true;
- //
- // txtTitle
- //
- this.txtTitle.AutoScroll = true;
- this.txtTitle.BackColor = System.Drawing.Color.Transparent;
- this.txtTitle.Icon = null;
- this.txtTitle.IconIsButton = false;
- this.txtTitle.IsPasswordChat = '\0';
- this.txtTitle.IsSystemPasswordChar = false;
- this.txtTitle.Lines = new string[0];
- this.txtTitle.Location = new System.Drawing.Point(107, 46);
- this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
- this.txtTitle.MaxLength = 32767;
- this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtTitle.MouseBack = null;
- this.txtTitle.Multiline = false;
- this.txtTitle.Name = "txtTitle";
- this.txtTitle.NormlBack = null;
- this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
- this.txtTitle.ReadOnly = true;
- this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTitle.Size = new System.Drawing.Size(508, 26);
- this.txtTitle.TabIndex = 41;
- this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTitle.WaterText = "主题";
- this.txtTitle.WordWrap = true;
- //
- // txtApplyInfo
- //
- this.txtApplyInfo.AutoScroll = true;
- this.txtApplyInfo.BackColor = System.Drawing.Color.Transparent;
- this.txtApplyInfo.Icon = null;
- this.txtApplyInfo.IconIsButton = false;
- this.txtApplyInfo.IsPasswordChat = '\0';
- this.txtApplyInfo.IsSystemPasswordChar = false;
- this.txtApplyInfo.Lines = new string[0];
- this.txtApplyInfo.Location = new System.Drawing.Point(107, 115);
- this.txtApplyInfo.Margin = new System.Windows.Forms.Padding(0);
- this.txtApplyInfo.MaxLength = 32767;
- this.txtApplyInfo.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtApplyInfo.MouseBack = null;
- this.txtApplyInfo.Multiline = true;
- this.txtApplyInfo.Name = "txtApplyInfo";
- this.txtApplyInfo.NormlBack = null;
- this.txtApplyInfo.Padding = new System.Windows.Forms.Padding(5);
- this.txtApplyInfo.ReadOnly = true;
- this.txtApplyInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtApplyInfo.Size = new System.Drawing.Size(785, 120);
- this.txtApplyInfo.TabIndex = 40;
- this.txtApplyInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtApplyInfo.WaterColor = System.Drawing.Color.DarkGray;
- this.txtApplyInfo.WaterText = "暂无内容";
- this.txtApplyInfo.WordWrap = true;
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(42, 406);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(59, 17);
- this.labelEx9.TabIndex = 38;
- this.labelEx9.Text = "领导批示:";
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(42, 290);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(59, 17);
- this.labelEx10.TabIndex = 37;
- this.labelEx10.Text = "审批意见:";
- //
- // comboBoxApplyState
- //
- this.comboBoxApplyState.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.comboBoxApplyState.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.comboBoxApplyState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.comboBoxApplyState.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBoxApplyState.FormattingEnabled = true;
- this.comboBoxApplyState.IsCustomColor = false;
- this.comboBoxApplyState.Location = new System.Drawing.Point(107, 251);
- this.comboBoxApplyState.Name = "comboBoxApplyState";
- this.comboBoxApplyState.ReadOnly = true;
- this.comboBoxApplyState.Size = new System.Drawing.Size(114, 25);
- this.comboBoxApplyState.TabIndex = 39;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(18, 50);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(83, 17);
- this.labelEx8.TabIndex = 36;
- this.labelEx8.Text = "申请请假主题:";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(42, 115);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(59, 17);
- this.labelEx4.TabIndex = 35;
- this.labelEx4.Text = "请假事由:";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(537, 15);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(59, 17);
- this.labelEx7.TabIndex = 29;
- this.labelEx7.Text = "申请时间:";
- //
- // labPostedby
- //
- this.labPostedby.AutoSize = true;
- this.labPostedby.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labPostedby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labPostedby.Location = new System.Drawing.Point(296, 255);
- this.labPostedby.Name = "labPostedby";
- this.labPostedby.Size = new System.Drawing.Size(13, 17);
- this.labPostedby.TabIndex = 34;
- this.labPostedby.Text = "-";
- //
- // labReleaseDatetime
- //
- this.labReleaseDatetime.AutoSize = true;
- this.labReleaseDatetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labReleaseDatetime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labReleaseDatetime.Location = new System.Drawing.Point(602, 15);
- this.labReleaseDatetime.Name = "labReleaseDatetime";
- this.labReleaseDatetime.Size = new System.Drawing.Size(13, 17);
- this.labReleaseDatetime.TabIndex = 33;
- this.labReleaseDatetime.Text = "-";
- //
- // lbCategory
- //
- this.lbCategory.AutoSize = true;
- this.lbCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbCategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbCategory.Location = new System.Drawing.Point(107, 15);
- this.lbCategory.Name = "lbCategory";
- this.lbCategory.Size = new System.Drawing.Size(13, 17);
- this.lbCategory.TabIndex = 32;
- this.lbCategory.Text = "-";
- //
- // labPriority
- //
- this.labPriority.AutoSize = true;
- this.labPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labPriority.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labPriority.Location = new System.Drawing.Point(410, 15);
- this.labPriority.Name = "labPriority";
- this.labPriority.Size = new System.Drawing.Size(13, 17);
- this.labPriority.TabIndex = 31;
- this.labPriority.Text = "-";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(243, 255);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(47, 17);
- this.labelEx6.TabIndex = 30;
- this.labelEx6.Text = "审批人:";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(42, 255);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(59, 17);
- this.labelEx5.TabIndex = 27;
- this.labelEx5.Text = "审批状态:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(18, 15);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(83, 17);
- this.labelEx2.TabIndex = 28;
- this.labelEx2.Text = "申请请假类别:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(353, 15);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(47, 17);
- this.labelEx1.TabIndex = 26;
- this.labelEx1.Text = "申请人:";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(39, 84);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(59, 17);
- this.labelEx3.TabIndex = 36;
- this.labelEx3.Text = "请假时间:";
- //
- // lbRequestLeaveTiem
- //
- this.lbRequestLeaveTiem.AutoSize = true;
- this.lbRequestLeaveTiem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbRequestLeaveTiem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbRequestLeaveTiem.Location = new System.Drawing.Point(107, 84);
- this.lbRequestLeaveTiem.Name = "lbRequestLeaveTiem";
- this.lbRequestLeaveTiem.Size = new System.Drawing.Size(13, 17);
- this.lbRequestLeaveTiem.TabIndex = 32;
- this.lbRequestLeaveTiem.Text = "-";
- //
- // frmRequestLeaveView
- //
- 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(910, 643);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "frmRequestLeaveView";
- this.Text = "frmRequestLeaveView";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ButtonEx btnSave;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.TextBoxEx txtLeadershipInstruction;
- protected internal ComponentLibrary.TextBoxEx txtApplyReply;
- protected internal ComponentLibrary.TextBoxEx txtTitle;
- protected internal ComponentLibrary.TextBoxEx txtApplyInfo;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.ComboBoxEx comboBoxApplyState;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.LabelEx labPostedby;
- protected internal ComponentLibrary.LabelEx labReleaseDatetime;
- protected internal ComponentLibrary.LabelEx lbCategory;
- protected internal ComponentLibrary.LabelEx labPriority;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.LabelEx lbRequestLeaveTiem;
- }
- }
|