532 lines
26 KiB
C#
532 lines
26 KiB
C#
namespace Lskj.BaseInfo
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
|
this.plMain = new System.Windows.Forms.Panel();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.pl_tab = new System.Windows.Forms.Panel();
|
|
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.gcAttach = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.sh = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.stepName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.operAdvice = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.operTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.col_operatorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.btnReturn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.dropDownButton2 = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pm_print = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.btnAtt = new DevExpress.XtraEditors.SimpleButton();
|
|
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
this.pl_bll_detail = new System.Windows.Forms.Panel();
|
|
this.gbSearch = new System.Windows.Forms.Panel();
|
|
this.panel23 = new System.Windows.Forms.Panel();
|
|
this.txtKey = new System.Windows.Forms.TextBox();
|
|
this.cbSearch = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.plMain.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.pl_tab.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
|
this.tabMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.panel5.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
|
|
this.pl_bll_detail.SuspendLayout();
|
|
this.gbSearch.SuspendLayout();
|
|
this.panel23.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// plMain
|
|
//
|
|
this.plMain.Controls.Add(this.textBox1);
|
|
this.plMain.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plMain.Location = new System.Drawing.Point(0, 0);
|
|
this.plMain.Name = "plMain";
|
|
this.plMain.Size = new System.Drawing.Size(551, 316);
|
|
this.plMain.TabIndex = 0;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(63, -21);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.pl_tab);
|
|
this.panel3.Controls.Add(this.plMain);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(551, 562);
|
|
this.panel3.TabIndex = 0;
|
|
//
|
|
// pl_tab
|
|
//
|
|
this.pl_tab.Controls.Add(this.tabMain);
|
|
this.pl_tab.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_tab.Location = new System.Drawing.Point(0, 316);
|
|
this.pl_tab.Name = "pl_tab";
|
|
this.pl_tab.Size = new System.Drawing.Size(551, 246);
|
|
this.pl_tab.TabIndex = 1;
|
|
//
|
|
// tabMain
|
|
//
|
|
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.xtraTabPage2;
|
|
this.tabMain.Size = new System.Drawing.Size(551, 246);
|
|
this.tabMain.TabIndex = 0;
|
|
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage2});
|
|
//
|
|
// xtraTabPage2
|
|
//
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(545, 217);
|
|
this.xtraTabPage2.Text = "基本信息";
|
|
//
|
|
// pMenu
|
|
//
|
|
this.pMenu.Manager = this.barManager1;
|
|
this.pMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
|
|
this.pMenu.Name = "pMenu";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControl1);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 0;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = true;
|
|
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 = true;
|
|
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 = true;
|
|
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);
|
|
//
|
|
// barDockControl1
|
|
//
|
|
this.barDockControl1.CausesValidation = true;
|
|
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControl1.Location = new System.Drawing.Point(793, 0);
|
|
this.barDockControl1.Size = new System.Drawing.Size(0, 562);
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.gcAttach);
|
|
this.panel4.Controls.Add(this.label2);
|
|
this.panel4.Controls.Add(this.panel5);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel4.Location = new System.Drawing.Point(551, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(242, 562);
|
|
this.panel4.TabIndex = 2;
|
|
//
|
|
// gcAttach
|
|
//
|
|
this.gcAttach.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcAttach.Location = new System.Drawing.Point(0, 23);
|
|
this.gcAttach.MainView = this.gridView1;
|
|
this.gcAttach.Name = "gcAttach";
|
|
this.gcAttach.Size = new System.Drawing.Size(242, 419);
|
|
this.gcAttach.TabIndex = 0;
|
|
this.gcAttach.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
this.gcAttach.Paint += new System.Windows.Forms.PaintEventHandler(this.gcAttach_Paint);
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.sh,
|
|
this.stepName,
|
|
this.operAdvice,
|
|
this.operTime,
|
|
this.col_operatorName});
|
|
this.gridView1.GridControl = this.gcAttach;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|
this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
|
|
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
|
|
//
|
|
// sh
|
|
//
|
|
this.sh.Caption = "状态";
|
|
this.sh.FieldName = "sh";
|
|
this.sh.Name = "sh";
|
|
this.sh.Width = 58;
|
|
//
|
|
// stepName
|
|
//
|
|
this.stepName.Caption = "环节名称";
|
|
this.stepName.FieldName = "stepName";
|
|
this.stepName.Name = "stepName";
|
|
this.stepName.Visible = true;
|
|
this.stepName.VisibleIndex = 0;
|
|
this.stepName.Width = 121;
|
|
//
|
|
// operAdvice
|
|
//
|
|
this.operAdvice.Caption = "审核意见";
|
|
this.operAdvice.FieldName = "operAdvice";
|
|
this.operAdvice.Name = "operAdvice";
|
|
this.operAdvice.Visible = true;
|
|
this.operAdvice.VisibleIndex = 1;
|
|
this.operAdvice.Width = 84;
|
|
//
|
|
// operTime
|
|
//
|
|
this.operTime.Caption = "审核时间";
|
|
this.operTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.operTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.operTime.FieldName = "operTime";
|
|
this.operTime.Name = "operTime";
|
|
this.operTime.Visible = true;
|
|
this.operTime.VisibleIndex = 3;
|
|
this.operTime.Width = 87;
|
|
//
|
|
// col_operatorName
|
|
//
|
|
this.col_operatorName.Caption = "审核人";
|
|
this.col_operatorName.FieldName = "operatorName";
|
|
this.col_operatorName.Name = "col_operatorName";
|
|
this.col_operatorName.Visible = true;
|
|
this.col_operatorName.VisibleIndex = 2;
|
|
this.col_operatorName.Width = 92;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.Teal;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(242, 23);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "流转记录";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.panel6);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel5.Location = new System.Drawing.Point(0, 442);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(242, 120);
|
|
this.panel5.TabIndex = 1;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.Controls.Add(this.btnReturn);
|
|
this.panel6.Controls.Add(this.dropDownButton2);
|
|
this.panel6.Controls.Add(this.btnAtt);
|
|
this.panel6.Controls.Add(this.dpbTools);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel6.Location = new System.Drawing.Point(0, 0);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(242, 120);
|
|
this.panel6.TabIndex = 2;
|
|
//
|
|
// btnReturn
|
|
//
|
|
this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnReturn.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnReturn.Appearance.Options.UseFont = true;
|
|
this.btnReturn.Location = new System.Drawing.Point(10, 9);
|
|
this.btnReturn.Name = "btnReturn";
|
|
this.btnReturn.Size = new System.Drawing.Size(224, 23);
|
|
this.btnReturn.TabIndex = 4;
|
|
this.btnReturn.Text = "返审";
|
|
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
|
|
//
|
|
// dropDownButton2
|
|
//
|
|
this.dropDownButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dropDownButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dropDownButton2.Appearance.Options.UseFont = true;
|
|
this.dropDownButton2.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.dropDownButton2.DropDownControl = this.pm_print;
|
|
this.dropDownButton2.Location = new System.Drawing.Point(10, 65);
|
|
this.dropDownButton2.Name = "dropDownButton2";
|
|
this.dropDownButton2.Size = new System.Drawing.Size(224, 23);
|
|
this.dropDownButton2.TabIndex = 12;
|
|
this.dropDownButton2.Text = "打印单据";
|
|
//
|
|
// pm_print
|
|
//
|
|
this.pm_print.Manager = this.barManager1;
|
|
this.pm_print.Name = "pm_print";
|
|
//
|
|
// btnAtt
|
|
//
|
|
this.btnAtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAtt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAtt.Appearance.Options.UseFont = true;
|
|
this.btnAtt.Location = new System.Drawing.Point(10, 92);
|
|
this.btnAtt.Name = "btnAtt";
|
|
this.btnAtt.Size = new System.Drawing.Size(224, 23);
|
|
this.btnAtt.TabIndex = 3;
|
|
this.btnAtt.Text = "附件";
|
|
this.btnAtt.Click += new System.EventHandler(this.btnAtt_Click);
|
|
//
|
|
// dpbTools
|
|
//
|
|
this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.dpbTools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dpbTools.Appearance.Options.UseFont = true;
|
|
this.dpbTools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.dpbTools.DropDownControl = this.pMenu;
|
|
this.dpbTools.Location = new System.Drawing.Point(10, 38);
|
|
this.dpbTools.Name = "dpbTools";
|
|
this.dpbTools.Size = new System.Drawing.Size(224, 23);
|
|
this.dpbTools.TabIndex = 10;
|
|
this.dpbTools.Text = "常用工具";
|
|
//
|
|
// panel9
|
|
//
|
|
this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel9.Location = new System.Drawing.Point(548, 0);
|
|
this.panel9.Name = "panel9";
|
|
this.panel9.Size = new System.Drawing.Size(3, 562);
|
|
this.panel9.TabIndex = 3;
|
|
//
|
|
// pl_bll_detail
|
|
//
|
|
this.pl_bll_detail.Controls.Add(this.gbSearch);
|
|
this.pl_bll_detail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_bll_detail.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_bll_detail.Name = "pl_bll_detail";
|
|
this.pl_bll_detail.Size = new System.Drawing.Size(548, 516);
|
|
this.pl_bll_detail.TabIndex = 8;
|
|
//
|
|
// gbSearch
|
|
//
|
|
this.gbSearch.Controls.Add(this.panel23);
|
|
this.gbSearch.Controls.Add(this.btnSearch);
|
|
this.gbSearch.Location = new System.Drawing.Point(12, 6);
|
|
this.gbSearch.Name = "gbSearch";
|
|
this.gbSearch.Padding = new System.Windows.Forms.Padding(3);
|
|
this.gbSearch.Size = new System.Drawing.Size(247, 34);
|
|
this.gbSearch.TabIndex = 1;
|
|
//
|
|
// panel23
|
|
//
|
|
this.panel23.Controls.Add(this.txtKey);
|
|
this.panel23.Controls.Add(this.cbSearch);
|
|
this.panel23.Controls.Add(this.label1);
|
|
this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel23.Location = new System.Drawing.Point(3, 3);
|
|
this.panel23.Name = "panel23";
|
|
this.panel23.Padding = new System.Windows.Forms.Padding(4);
|
|
this.panel23.Size = new System.Drawing.Size(186, 28);
|
|
this.panel23.TabIndex = 4;
|
|
//
|
|
// txtKey
|
|
//
|
|
this.txtKey.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtKey.Location = new System.Drawing.Point(107, 4);
|
|
this.txtKey.Name = "txtKey";
|
|
this.txtKey.Size = new System.Drawing.Size(75, 21);
|
|
this.txtKey.TabIndex = 2;
|
|
//
|
|
// cbSearch
|
|
//
|
|
this.cbSearch.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.cbSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.cbSearch.FormattingEnabled = true;
|
|
this.cbSearch.Location = new System.Drawing.Point(33, 4);
|
|
this.cbSearch.Name = "cbSearch";
|
|
this.cbSearch.Size = new System.Drawing.Size(74, 20);
|
|
this.cbSearch.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label1.Location = new System.Drawing.Point(4, 4);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 20);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "查询";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSearch.Appearance.Options.UseFont = true;
|
|
this.btnSearch.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnSearch.Location = new System.Drawing.Point(189, 3);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(55, 28);
|
|
this.btnSearch.TabIndex = 3;
|
|
this.btnSearch.Text = "查询";
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = true;
|
|
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);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(793, 562);
|
|
this.Controls.Add(this.panel9);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel4);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControl1);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.Tag = "p_producttab";
|
|
this.Text = "添加通用模块";
|
|
this.plMain.ResumeLayout(false);
|
|
this.plMain.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.pl_tab.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
|
this.tabMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
this.panel4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
|
|
this.pl_bll_detail.ResumeLayout(false);
|
|
this.gbSearch.ResumeLayout(false);
|
|
this.panel23.ResumeLayout(false);
|
|
this.panel23.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel plMain;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private DevExpress.XtraGrid.GridControl gcAttach;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn sh;
|
|
private DevExpress.XtraGrid.Columns.GridColumn stepName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn operAdvice;
|
|
private DevExpress.XtraGrid.Columns.GridColumn operTime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn col_operatorName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Panel pl_tab;
|
|
private DevExpress.XtraTab.XtraTabControl tabMain;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|
private System.Windows.Forms.Panel pl_bll_detail;
|
|
private System.Windows.Forms.Panel gbSearch;
|
|
private System.Windows.Forms.Panel panel23;
|
|
private System.Windows.Forms.TextBox txtKey;
|
|
private System.Windows.Forms.ComboBox cbSearch;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl1;
|
|
private DevExpress.XtraBars.PopupMenu pMenu;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private DevExpress.XtraEditors.DropDownButton dropDownButton2;
|
|
private DevExpress.XtraEditors.SimpleButton btnAtt;
|
|
private DevExpress.XtraEditors.DropDownButton dpbTools;
|
|
private DevExpress.XtraBars.PopupMenu pm_print;
|
|
private DevExpress.XtraEditors.SimpleButton btnReturn;
|
|
|
|
}
|
|
} |