namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmAddApply
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddApply));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
this.cmbCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtInfo = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(803, 373);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(803, 373);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(744, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(771, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(744, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btnSet);
this.panelEx1.Controls.Add(this.cmbCategory);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1);
this.panelEx1.Controls.Add(this.btnRelease);
this.panelEx1.Controls.Add(this.btnClose);
this.panelEx1.Controls.Add(this.txtTitle);
this.panelEx1.Controls.Add(this.txtInfo);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Location = new System.Drawing.Point(12, 17);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(772, 341);
this.panelEx1.TabIndex = 1;
//
// btnSet
//
this.btnSet.BackColor = System.Drawing.Color.Transparent;
this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSet.ForeColor = System.Drawing.Color.White;
this.btnSet.IsCustomBackImg = false;
this.btnSet.IsShowText = true;
this.btnSet.Location = new System.Drawing.Point(238, 14);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(57, 28);
this.btnSet.TabIndex = 354;
this.btnSet.Text = "设 置";
this.btnSet.UseVisualStyleBackColor = false;
//
// cmbCategory
//
this.cmbCategory.AfterSelectLevelFirstNode = true;
this.cmbCategory.DropDownHeight = 220;
this.cmbCategory.DropDownShow = false;
this.cmbCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCategory.FormattingEnabled = true;
this.cmbCategory.IntegralHeight = false;
this.cmbCategory.IsNodeMouseClick = true;
this.cmbCategory.IsSelectParentNode = true;
this.cmbCategory.Location = new System.Drawing.Point(66, 16);
this.cmbCategory.Name = "cmbCategory";
this.cmbCategory.ReadOnly = true;
this.cmbCategory.SelectedNode = null;
this.cmbCategory.Size = new System.Drawing.Size(165, 25);
this.cmbCategory.StrGetName = "";
this.cmbCategory.StrGetTagName = "";
this.cmbCategory.StrKey = null;
this.cmbCategory.TabIndex = 353;
//
// 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(7, 20);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(56, 17);
this.labelEx5.TabIndex = 352;
this.labelEx5.Text = "事项类别";
//
// 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(384, 16);
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;
//
// btnRelease
//
this.btnRelease.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRelease.BackColor = System.Drawing.Color.Transparent;
this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.btnRelease.ForeColor = System.Drawing.Color.White;
this.btnRelease.IsCustomBackImg = false;
this.btnRelease.IsShowText = true;
this.btnRelease.Location = new System.Drawing.Point(535, 16);
this.btnRelease.Name = "btnRelease";
this.btnRelease.Size = new System.Drawing.Size(119, 65);
this.btnRelease.TabIndex = 19;
this.btnRelease.Text = "发送申请";
this.btnRelease.UseVisualStyleBackColor = false;
//
// 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(660, 16);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(98, 65);
this.btnClose.TabIndex = 17;
this.btnClose.Text = "关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// 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(66, 55);
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(446, 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(68, 92);
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(690, 219);
this.txtInfo.TabIndex = 18;
this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
this.txtInfo.WaterText = "请输入申请事项内容 最大不能超过200个字";
this.txtInfo.WordWrap = true;
//
// 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(7, 60);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 10;
this.labelEx1.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(7, 97);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(56, 17);
this.labelEx4.TabIndex = 10;
this.labelEx4.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(339, 20);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(44, 17);
this.labelEx2.TabIndex = 13;
this.labelEx2.Text = "审批人";
//
// frmAddApply
//
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(803, 438);
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 = "frmAddApply";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新事项申请";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.ButtonEx btnRelease;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.TextBoxEx txtInfo;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx2;
protected internal ComponentLibrary.ComboBoxTreeViewEx comboBoxTreeViewEx1;
protected internal ComponentLibrary.TextBoxEx txtTitle;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ComboBoxTreeViewEx cmbCategory;
private ComponentLibrary.LabelEx labelEx5;
public ComponentLibrary.ButtonForm btnSet;
}
}