123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- namespace LYFZ.Software.UI.OAShopManagement
- {
- partial class frmReleaseTask
- {
- /// <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(frmReleaseTask));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dateTimePickerEx1 = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
- this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtInfo = new LYFZ.ComponentLibrary.TextBoxEx();
- this.comboBoxType = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dateTimePickerEx1);
- this.panelEx1.Controls.Add(this.flowLayoutPanel2);
- this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1);
- this.panelEx1.Controls.Add(this.txtTitle);
- this.panelEx1.Controls.Add(this.txtInfo);
- this.panelEx1.Controls.Add(this.comboBoxType);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(890, 525);
- this.panelEx1.TabIndex = 1;
- //
- // dateTimePickerEx1
- //
- this.dateTimePickerEx1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dateTimePickerEx1.CustomFormat = " ";
- this.dateTimePickerEx1.DateValue = "";
- this.dateTimePickerEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dateTimePickerEx1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimePickerEx1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.dateTimePickerEx1.IsShowTime = true;
- this.dateTimePickerEx1.Location = new System.Drawing.Point(229, 15);
- this.dateTimePickerEx1.Name = "dateTimePickerEx1";
- this.dateTimePickerEx1.Size = new System.Drawing.Size(166, 23);
- this.dateTimePickerEx1.TabIndex = 21;
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel2.Controls.Add(this.btnClose);
- this.flowLayoutPanel2.Controls.Add(this.btnUpdate);
- this.flowLayoutPanel2.Location = new System.Drawing.Point(614, 11);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.flowLayoutPanel2.Size = new System.Drawing.Size(273, 35);
- this.flowLayoutPanel2.TabIndex = 23;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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("微软雅黑", 11F, 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(190, 3);
- this.btnClose.Name = "btnClose";
- this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnClose.Size = new System.Drawing.Size(80, 26);
- this.btnClose.TabIndex = 17;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // 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("微软雅黑", 11F, 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(47, 3);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnUpdate.Size = new System.Drawing.Size(137, 26);
- this.btnUpdate.TabIndex = 20;
- this.btnUpdate.Text = "保存并发布任务";
- this.btnUpdate.UseVisualStyleBackColor = false;
- //
- // comboBoxTreeViewEx1
- //
- this.comboBoxTreeViewEx1.AfterSelectLevelFirstNode = false;
- this.comboBoxTreeViewEx1.DropDownHeight = 220;
- this.comboBoxTreeViewEx1.DropDownShow = false;
- this.comboBoxTreeViewEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBoxTreeViewEx1.FormattingEnabled = true;
- this.comboBoxTreeViewEx1.IntegralHeight = false;
- this.comboBoxTreeViewEx1.IsNodeMouseClick = false;
- this.comboBoxTreeViewEx1.IsSelectParentNode = false;
- this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(454, 14);
- this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1";
- this.comboBoxTreeViewEx1.ReadOnly = true;
- this.comboBoxTreeViewEx1.SelectedNode = null;
- this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(128, 25);
- this.comboBoxTreeViewEx1.StrGetName = "";
- this.comboBoxTreeViewEx1.StrGetTagName = "";
- this.comboBoxTreeViewEx1.StrKey = null;
- this.comboBoxTreeViewEx1.TabIndex = 22;
- //
- // txtTitle
- //
- this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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(83, 59);
- 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 = false;
- this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTitle.Size = new System.Drawing.Size(797, 26);
- this.txtTitle.TabIndex = 18;
- this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTitle.WaterText = "请输入任务主题 主题长度不能超过100个字";
- this.txtTitle.WordWrap = true;
- //
- // txtInfo
- //
- this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInfo.AutoScroll = true;
- this.txtInfo.BackColor = System.Drawing.Color.Transparent;
- this.txtInfo.Icon = null;
- this.txtInfo.IconIsButton = false;
- this.txtInfo.IsPasswordChat = '\0';
- this.txtInfo.IsSystemPasswordChar = false;
- this.txtInfo.Lines = new string[0];
- this.txtInfo.Location = new System.Drawing.Point(83, 93);
- this.txtInfo.Margin = new System.Windows.Forms.Padding(0);
- this.txtInfo.MaxLength = 32767;
- this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtInfo.MouseBack = null;
- this.txtInfo.Multiline = true;
- this.txtInfo.Name = "txtInfo";
- this.txtInfo.NormlBack = null;
- this.txtInfo.Padding = new System.Windows.Forms.Padding(5);
- this.txtInfo.ReadOnly = false;
- this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtInfo.Size = new System.Drawing.Size(797, 419);
- this.txtInfo.TabIndex = 18;
- this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
- this.txtInfo.WaterText = "请输入任务内容";
- this.txtInfo.WordWrap = true;
- //
- // comboBoxType
- //
- this.comboBoxType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.comboBoxType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.comboBoxType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.comboBoxType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBoxType.FormattingEnabled = true;
- this.comboBoxType.IsCustomColor = false;
- this.comboBoxType.Location = new System.Drawing.Point(83, 14);
- this.comboBoxType.Name = "comboBoxType";
- this.comboBoxType.ReadOnly = false;
- this.comboBoxType.Size = new System.Drawing.Size(70, 25);
- this.comboBoxType.TabIndex = 9;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((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(12, 59);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 10;
- this.labelEx5.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(12, 93);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 10;
- this.labelEx4.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(164, 18);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 13;
- this.labelEx3.Text = "完成期限:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((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(401, 18);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(56, 17);
- this.labelEx2.TabIndex = 13;
- this.labelEx2.Text = "办理人:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((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(6, 18);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(80, 17);
- this.labelEx1.TabIndex = 12;
- this.labelEx1.Text = "任务优先级:";
- //
- // frmReleaseTask
- //
- 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, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmReleaseTask";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "发布任务";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.flowLayoutPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.TextBoxEx txtInfo;
- protected internal ComponentLibrary.ComboBoxEx comboBoxType;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.ComboBoxTreeViewEx comboBoxTreeViewEx1;
- protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEx1;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- public ComponentLibrary.ButtonEx btnUpdate;
- protected internal ComponentLibrary.TextBoxEx txtTitle;
- private ComponentLibrary.LabelEx labelEx5;
- }
- }
|