Files
lserp_cs_6.0/插件库/Lskj.BaseAccraditation/FrmBaseAccraditation.Designer.cs
T

674 lines
38 KiB
C#

namespace Lskj.BaseAccraditation
{
partial class FrmBaseAccraditation
{
/// <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)
{
ReleaseResourcesForDispose();
if (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()
{
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnFileManger = new DevExpress.XtraEditors.SimpleButton();
this.p_menu = new DevExpress.XtraBars.PopupMenu();
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.dpb_Tools = new DevExpress.XtraEditors.DropDownButton();
this.gridFlowRecord = new Lskj.Control.GridControlEx();
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
this.tabpage_main = new DevExpress.XtraTab.XtraTabPage();
this.splitContainer = new DevExpress.XtraEditors.SplitContainerControl();
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
this.label_status = new DevExpress.XtraEditors.LabelControl();
this.tab_basicInfo = new Lskj.Control.TabControlEx();
this.tabpage_remind = new DevExpress.XtraTab.XtraTabPage();
this.gridRemind = new Lskj.Control.GridControlEx();
this.tabpage_sign = new DevExpress.XtraTab.XtraTabPage();
this.gridSign = new Lskj.Control.GridControlEx();
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.btnPrint = new DevExpress.XtraEditors.DropDownButton();
this.pMprint = new DevExpress.XtraBars.PopupMenu();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.pl_right = new DevExpress.XtraEditors.PanelControl();
this.pl_right_bottom = new DevExpress.XtraEditors.PanelControl();
this.pl_right_bottom2 = new DevExpress.XtraEditors.PanelControl();
this.btnRemindBack = new DevExpress.XtraEditors.SimpleButton();
this.btnRemindAccradit = new DevExpress.XtraEditors.SimpleButton();
this.labeldate_happendTime = new Lskj.Control.LabelDateEdit();
this.btnAudit = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.labeltxt_managerAudit = new Lskj.Control.LabelTextEdit();
this.combox_Suggestion = new Lskj.Control.LabelComboxEdit();
this.btnReturnd = new DevExpress.XtraEditors.SimpleButton();
this.pl_right_center = new DevExpress.XtraEditors.PanelControl();
this.txt_remark = new System.Windows.Forms.TextBox();
this.label_auditPerson = new DevExpress.XtraEditors.LabelControl();
this.label_flowRecord = new DevExpress.XtraEditors.LabelControl();
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
((System.ComponentModel.ISupportInitialize)(this.p_menu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
this.tabMain.SuspendLayout();
this.tabpage_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.SuspendLayout();
this.pl_main.SuspendLayout();
this.tabpage_remind.SuspendLayout();
this.tabpage_sign.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
this.pl_bottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit();
this.pl_right.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).BeginInit();
this.pl_right_bottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom2)).BeginInit();
this.pl_right_bottom2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_right_center)).BeginInit();
this.pl_right_center.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.Location = new System.Drawing.Point(707, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 28);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "退出(C)";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnFileManger
//
this.btnFileManger.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileManger.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnFileManger.Appearance.Options.UseFont = true;
this.btnFileManger.Location = new System.Drawing.Point(446, 8);
this.btnFileManger.Name = "btnFileManger";
this.btnFileManger.Size = new System.Drawing.Size(80, 28);
this.btnFileManger.TabIndex = 0;
this.btnFileManger.Text = "附件管理";
this.btnFileManger.Click += new System.EventHandler(this.btnAttach_Click);
//
// p_menu
//
this.p_menu.Manager = this.barManager1;
this.p_menu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
this.p_menu.Name = "p_menu";
//
// barManager1
//
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.MaxItemId = 0;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(793, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 562);
this.barDockControlBottom.Size = new System.Drawing.Size(793, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 562);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(793, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 562);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Enabled = false;
this.btnSave.Location = new System.Drawing.Point(620, 8);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(80, 28);
this.btnSave.TabIndex = 11;
this.btnSave.Text = "保存(S)";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// dpb_Tools
//
this.dpb_Tools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.dpb_Tools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dpb_Tools.Appearance.Options.UseFont = true;
this.dpb_Tools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.dpb_Tools.DropDownControl = this.p_menu;
this.dpb_Tools.Location = new System.Drawing.Point(359, 8);
this.dpb_Tools.Name = "dpb_Tools";
this.dpb_Tools.Size = new System.Drawing.Size(80, 28);
this.dpb_Tools.TabIndex = 10;
this.dpb_Tools.Text = "常用工具";
this.dpb_Tools.Click += new System.EventHandler(this.dpbTools_Click);
//
// gridFlowRecord
//
this.gridFlowRecord.AdapterObj = null;
this.gridFlowRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridFlowRecord.Location = new System.Drawing.Point(0, 23);
this.gridFlowRecord.Name = "gridFlowRecord";
this.gridFlowRecord.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridFlowRecord.Size = new System.Drawing.Size(357, 290);
this.gridFlowRecord.TabIndex = 4;
//
// tabMain
//
this.tabMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabMain.Location = new System.Drawing.Point(0, 0);
this.tabMain.Name = "tabMain";
this.tabMain.SelectedTabPage = this.tabpage_main;
this.tabMain.Size = new System.Drawing.Size(429, 518);
this.tabMain.TabIndex = 1;
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabpage_main,
this.tabpage_remind,
this.tabpage_sign});
//
// tabpage_main
//
this.tabpage_main.AutoScroll = true;
this.tabpage_main.Controls.Add(this.splitContainer);
this.tabpage_main.Name = "tabpage_main";
this.tabpage_main.Size = new System.Drawing.Size(423, 489);
this.tabpage_main.Text = "主消息";
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Horizontal = false;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
this.splitContainer.Panel1.Controls.Add(this.pl_main);
this.splitContainer.Panel1.Text = "Panel1";
this.splitContainer.Panel2.Controls.Add(this.tab_basicInfo);
this.splitContainer.Panel2.Text = "Panel2";
this.splitContainer.Size = new System.Drawing.Size(423, 489);
this.splitContainer.SplitterPosition = 321;
this.splitContainer.TabIndex = 3;
this.splitContainer.Text = "splitContainerControl1";
this.splitContainer.SplitterPositionChanged += new System.EventHandler(this.splitContainer_SplitterPositionChanged);
//
// pl_main
//
this.pl_main.AutoScroll = false;
this.pl_main.Controls.Add(this.label_status);
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(423, 321);
this.pl_main.TabIndex = 0;
//
// label_status
//
this.label_status.Location = new System.Drawing.Point(238, 110);
this.label_status.Name = "label_status";
this.label_status.Size = new System.Drawing.Size(36, 14);
this.label_status.TabIndex = 0;
this.label_status.Text = "已审核";
this.label_status.Visible = false;
//
// tab_basicInfo
//
this.tab_basicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tab_basicInfo.Location = new System.Drawing.Point(0, 0);
this.tab_basicInfo.Name = "tab_basicInfo";
this.tab_basicInfo.Size = new System.Drawing.Size(423, 163);
this.tab_basicInfo.TabIndex = 0;
//
// tabpage_remind
//
this.tabpage_remind.Controls.Add(this.gridRemind);
this.tabpage_remind.Name = "tabpage_remind";
this.tabpage_remind.Size = new System.Drawing.Size(423, 489);
this.tabpage_remind.Text = "提醒记录";
//
// gridRemind
//
this.gridRemind.AdapterObj = null;
this.gridRemind.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridRemind.Location = new System.Drawing.Point(0, 0);
this.gridRemind.Margin = new System.Windows.Forms.Padding(4);
this.gridRemind.Name = "gridRemind";
this.gridRemind.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridRemind.Size = new System.Drawing.Size(423, 489);
this.gridRemind.TabIndex = 0;
//
// tabpage_sign
//
this.tabpage_sign.Controls.Add(this.gridSign);
this.tabpage_sign.Name = "tabpage_sign";
this.tabpage_sign.Size = new System.Drawing.Size(423, 489);
this.tabpage_sign.Text = "会签记录";
//
// gridSign
//
this.gridSign.AdapterObj = null;
this.gridSign.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridSign.Location = new System.Drawing.Point(0, 0);
this.gridSign.Margin = new System.Windows.Forms.Padding(4);
this.gridSign.Name = "gridSign";
this.gridSign.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridSign.Size = new System.Drawing.Size(423, 489);
this.gridSign.TabIndex = 0;
//
// pl_bottom
//
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_bottom.Controls.Add(this.btnSave);
this.pl_bottom.Controls.Add(this.btnCancel);
this.pl_bottom.Controls.Add(this.btnPrint);
this.pl_bottom.Controls.Add(this.dpb_Tools);
this.pl_bottom.Controls.Add(this.simpleButton1);
this.pl_bottom.Controls.Add(this.btnFileManger);
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_bottom.Location = new System.Drawing.Point(0, 518);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(793, 44);
this.pl_bottom.TabIndex = 5;
//
// btnPrint
//
this.btnPrint.AllowFocus = false;
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPrint.Appearance.Options.UseFont = true;
this.btnPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.btnPrint.DropDownControl = this.pMprint;
this.btnPrint.Location = new System.Drawing.Point(532, 8);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(80, 28);
this.btnPrint.TabIndex = 10;
this.btnPrint.Text = "打印";
this.btnPrint.Click += new System.EventHandler(this.dpbTools_Click);
//
// pMprint
//
this.pMprint.Manager = this.barManager1;
this.pMprint.Name = "pMprint";
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(272, 8);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(80, 28);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "帮助文档";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// pl_right
//
this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_right.Controls.Add(this.gridFlowRecord);
this.pl_right.Controls.Add(this.pl_right_bottom);
this.pl_right.Controls.Add(this.label_flowRecord);
this.pl_right.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_right.Location = new System.Drawing.Point(0, 0);
this.pl_right.Name = "pl_right";
this.pl_right.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.pl_right.Size = new System.Drawing.Size(359, 518);
this.pl_right.TabIndex = 6;
//
// pl_right_bottom
//
this.pl_right_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_right_bottom.Controls.Add(this.pl_right_bottom2);
this.pl_right_bottom.Controls.Add(this.pl_right_center);
this.pl_right_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_right_bottom.Location = new System.Drawing.Point(0, 313);
this.pl_right_bottom.Name = "pl_right_bottom";
this.pl_right_bottom.Size = new System.Drawing.Size(357, 205);
this.pl_right_bottom.TabIndex = 1;
//
// pl_right_bottom2
//
this.pl_right_bottom2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_right_bottom2.Controls.Add(this.btnRemindBack);
this.pl_right_bottom2.Controls.Add(this.btnRemindAccradit);
this.pl_right_bottom2.Controls.Add(this.labeldate_happendTime);
this.pl_right_bottom2.Controls.Add(this.btnAudit);
this.pl_right_bottom2.Controls.Add(this.btnClose);
this.pl_right_bottom2.Controls.Add(this.labeltxt_managerAudit);
this.pl_right_bottom2.Controls.Add(this.combox_Suggestion);
this.pl_right_bottom2.Controls.Add(this.btnReturnd);
this.pl_right_bottom2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_right_bottom2.Location = new System.Drawing.Point(0, 123);
this.pl_right_bottom2.Name = "pl_right_bottom2";
this.pl_right_bottom2.Size = new System.Drawing.Size(357, 82);
this.pl_right_bottom2.TabIndex = 5;
//
// btnRemindBack
//
this.btnRemindBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnRemindBack.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnRemindBack.Appearance.Options.UseFont = true;
this.btnRemindBack.Location = new System.Drawing.Point(216, 29);
this.btnRemindBack.Name = "btnRemindBack";
this.btnRemindBack.Size = new System.Drawing.Size(75, 23);
this.btnRemindBack.TabIndex = 17;
this.btnRemindBack.Text = "提醒反退";
this.btnRemindBack.Click += new System.EventHandler(this.btnRemindReturn_Click);
//
// btnRemindAccradit
//
this.btnRemindAccradit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnRemindAccradit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.btnRemindAccradit.Appearance.Options.UseFont = true;
this.btnRemindAccradit.Location = new System.Drawing.Point(216, 2);
this.btnRemindAccradit.Name = "btnRemindAccradit";
this.btnRemindAccradit.Size = new System.Drawing.Size(75, 23);
this.btnRemindAccradit.TabIndex = 16;
this.btnRemindAccradit.Text = "提醒审核";
this.btnRemindAccradit.Click += new System.EventHandler(this.btnRemindAudit_Click);
//
// labeldate_happendTime
//
this.labeldate_happendTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labeldate_happendTime.BackColor = System.Drawing.Color.Transparent;
this.labeldate_happendTime.EditText = "";
this.labeldate_happendTime.Enabled = false;
this.labeldate_happendTime.FontSize = 0F;
this.labeldate_happendTime.LabelText = "发生时间";
this.labeldate_happendTime.Location = new System.Drawing.Point(4, 56);
this.labeldate_happendTime.Margin = new System.Windows.Forms.Padding(4);
this.labeldate_happendTime.Model = null;
this.labeldate_happendTime.Name = "labeldate_happendTime";
this.labeldate_happendTime.NullText = "";
this.labeldate_happendTime.ReadOnly = false;
this.labeldate_happendTime.Required = false;
this.labeldate_happendTime.Size = new System.Drawing.Size(286, 21);
this.labeldate_happendTime.TabIndex = 15;
//
// btnAudit
//
this.btnAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAudit.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAudit.Appearance.Options.UseFont = true;
this.btnAudit.Enabled = false;
this.btnAudit.Location = new System.Drawing.Point(297, 2);
this.btnAudit.Name = "btnAudit";
this.btnAudit.Size = new System.Drawing.Size(58, 23);
this.btnAudit.TabIndex = 9;
this.btnAudit.Text = "审核(Y)";
this.btnAudit.Click += new System.EventHandler(this.btnAudit_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Enabled = false;
this.btnClose.Location = new System.Drawing.Point(297, 56);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(58, 23);
this.btnClose.TabIndex = 12;
this.btnClose.Text = "关闭(Q)";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// labeltxt_managerAudit
//
this.labeltxt_managerAudit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labeltxt_managerAudit.BackColor = System.Drawing.Color.Transparent;
this.labeltxt_managerAudit.EditText = "";
this.labeltxt_managerAudit.Enabled = false;
this.labeltxt_managerAudit.FontSize = 0F;
this.labeltxt_managerAudit.LabelText = "主管审核";
this.labeltxt_managerAudit.Location = new System.Drawing.Point(4, 30);
this.labeltxt_managerAudit.Margin = new System.Windows.Forms.Padding(4);
this.labeltxt_managerAudit.Model = null;
this.labeltxt_managerAudit.Name = "labeltxt_managerAudit";
this.labeltxt_managerAudit.NullText = "";
this.labeltxt_managerAudit.ReadOnly = false;
this.labeltxt_managerAudit.Required = false;
this.labeltxt_managerAudit.Size = new System.Drawing.Size(205, 21);
this.labeltxt_managerAudit.TabIndex = 14;
//
// combox_Suggestion
//
this.combox_Suggestion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.combox_Suggestion.BackColor = System.Drawing.Color.Transparent;
this.combox_Suggestion.EditText = "";
this.combox_Suggestion.FontSize = 0F;
this.combox_Suggestion.LabelText = "常用意见";
this.combox_Suggestion.Location = new System.Drawing.Point(4, 4);
this.combox_Suggestion.Margin = new System.Windows.Forms.Padding(4);
this.combox_Suggestion.Model = null;
this.combox_Suggestion.Name = "combox_Suggestion";
this.combox_Suggestion.NullText = "";
this.combox_Suggestion.ReadOnly = false;
this.combox_Suggestion.Required = false;
this.combox_Suggestion.Size = new System.Drawing.Size(205, 21);
this.combox_Suggestion.TabIndex = 0;
//
// btnReturnd
//
this.btnReturnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnReturnd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnReturnd.Appearance.Options.UseFont = true;
this.btnReturnd.Enabled = false;
this.btnReturnd.Location = new System.Drawing.Point(297, 29);
this.btnReturnd.Name = "btnReturnd";
this.btnReturnd.Size = new System.Drawing.Size(58, 23);
this.btnReturnd.TabIndex = 11;
this.btnReturnd.Text = "返退(N)";
this.btnReturnd.Click += new System.EventHandler(this.btnReturnd_Click);
//
// pl_right_center
//
this.pl_right_center.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_right_center.Controls.Add(this.txt_remark);
this.pl_right_center.Controls.Add(this.label_auditPerson);
this.pl_right_center.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_right_center.Location = new System.Drawing.Point(0, 0);
this.pl_right_center.Name = "pl_right_center";
this.pl_right_center.Size = new System.Drawing.Size(357, 123);
this.pl_right_center.TabIndex = 4;
//
// txt_remark
//
this.txt_remark.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txt_remark.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_remark.Location = new System.Drawing.Point(0, 23);
this.txt_remark.Multiline = true;
this.txt_remark.Name = "txt_remark";
this.txt_remark.Size = new System.Drawing.Size(357, 100);
this.txt_remark.TabIndex = 3;
this.txt_remark.Text = "同意";
//
// label_auditPerson
//
this.label_auditPerson.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.label_auditPerson.Appearance.ForeColor = System.Drawing.Color.Black;
this.label_auditPerson.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.label_auditPerson.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.label_auditPerson.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.label_auditPerson.Dock = System.Windows.Forms.DockStyle.Top;
this.label_auditPerson.Location = new System.Drawing.Point(0, 0);
this.label_auditPerson.Name = "label_auditPerson";
this.label_auditPerson.Size = new System.Drawing.Size(357, 23);
this.label_auditPerson.TabIndex = 1;
this.label_auditPerson.Text = "审核人员";
//
// label_flowRecord
//
this.label_flowRecord.Appearance.Font = new System.Drawing.Font("宋体", 9F);
this.label_flowRecord.Appearance.ForeColor = System.Drawing.Color.Black;
this.label_flowRecord.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.label_flowRecord.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.label_flowRecord.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.label_flowRecord.Dock = System.Windows.Forms.DockStyle.Top;
this.label_flowRecord.Location = new System.Drawing.Point(0, 0);
this.label_flowRecord.Name = "label_flowRecord";
this.label_flowRecord.Size = new System.Drawing.Size(357, 23);
this.label_flowRecord.TabIndex = 5;
this.label_flowRecord.Text = "流转记录";
//
// splitMain
//
this.splitMain.Appearance.BackColor = System.Drawing.Color.Transparent;
this.splitMain.Appearance.Options.UseBackColor = true;
this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.splitMain.Location = new System.Drawing.Point(0, 0);
this.splitMain.Name = "splitMain";
this.splitMain.Panel1.Controls.Add(this.tabMain);
this.splitMain.Panel1.Text = "Panel1";
this.splitMain.Panel2.Controls.Add(this.pl_right);
this.splitMain.Panel2.Text = "Panel2";
this.splitMain.Size = new System.Drawing.Size(793, 518);
this.splitMain.SplitterPosition = 359;
this.splitMain.TabIndex = 11;
this.splitMain.Text = "splitContainerControl1";
this.splitMain.SplitterPositionChanged += new System.EventHandler(this.splitMain_SplitterPositionChanged);
//
// FrmBaseAccraditation
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(793, 562);
this.Controls.Add(this.splitMain);
this.Controls.Add(this.pl_bottom);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmBaseAccraditation";
this.Text = "FrmBaseAccraditation";
((System.ComponentModel.ISupportInitialize)(this.p_menu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
this.tabMain.ResumeLayout(false);
this.tabpage_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.pl_main.ResumeLayout(false);
this.pl_main.PerformLayout();
this.tabpage_remind.ResumeLayout(false);
this.tabpage_sign.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
this.pl_bottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit();
this.pl_right.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).EndInit();
this.pl_right_bottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom2)).EndInit();
this.pl_right_bottom2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_right_center)).EndInit();
this.pl_right_center.ResumeLayout(false);
this.pl_right_center.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnFileManger;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraBars.PopupMenu p_menu;
private Control.GridControlEx gridFlowRecord;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.DropDownButton dpb_Tools;
private DevExpress.XtraTab.XtraTabControl tabMain;
private DevExpress.XtraTab.XtraTabPage tabpage_main;
private DevExpress.XtraTab.XtraTabPage tabpage_remind;
private Control.GridControlEx gridRemind;
private DevExpress.XtraTab.XtraTabPage tabpage_sign;
private Control.GridControlEx gridSign;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private DevExpress.XtraEditors.PanelControl pl_right;
private DevExpress.XtraEditors.LabelControl label_flowRecord;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SplitContainerControl splitMain;
private DevExpress.XtraBars.PopupMenu pMprint;
private DevExpress.XtraEditors.PanelControl pl_right_bottom;
private DevExpress.XtraEditors.PanelControl pl_right_bottom2;
private DevExpress.XtraEditors.SimpleButton btnRemindBack;
private DevExpress.XtraEditors.SimpleButton btnRemindAccradit;
private Control.LabelDateEdit labeldate_happendTime;
private DevExpress.XtraEditors.SimpleButton btnAudit;
private DevExpress.XtraEditors.SimpleButton btnClose;
private Control.LabelTextEdit labeltxt_managerAudit;
private Control.LabelComboxEdit combox_Suggestion;
private DevExpress.XtraEditors.SimpleButton btnReturnd;
private DevExpress.XtraEditors.PanelControl pl_right_center;
private System.Windows.Forms.TextBox txt_remark;
private DevExpress.XtraEditors.LabelControl label_auditPerson;
private DevExpress.XtraEditors.SplitContainerControl splitContainer;
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
private DevExpress.XtraEditors.LabelControl label_status;
private Control.TabControlEx tab_basicInfo;
private DevExpress.XtraEditors.DropDownButton btnPrint;
}
}