ab56a9bcf7
SVN-Revision: r240
385 lines
21 KiB
C#
385 lines
21 KiB
C#
namespace Lskj.PubBillInfo
|
|
{
|
|
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.txt_billDocumentId = new Lskj.Control.LabelTextEdit();
|
|
this.pl_right_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.dpb_Tools = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pMenu = 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.btnReturn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAtt = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pMprint = new DevExpress.XtraBars.PopupMenu();
|
|
this.pl_right = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridFlow = new Lskj.Control.GridControlEx();
|
|
this.label_flowRecord = new DevExpress.XtraEditors.LabelControl();
|
|
this.gridBillInfo = new Lskj.Control.GridControlEx();
|
|
this.splitLeft = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_top = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.baseTab = new Lskj.Control.TabControlEx();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).BeginInit();
|
|
this.pl_right_bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit();
|
|
this.pl_right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeft)).BeginInit();
|
|
this.splitLeft.SuspendLayout();
|
|
this.pl_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_billDocumentId
|
|
//
|
|
this.txt_billDocumentId.BackColor = System.Drawing.Color.Transparent;
|
|
this.txt_billDocumentId.EditText = "";
|
|
this.txt_billDocumentId.FontSize = 0F;
|
|
this.txt_billDocumentId.LabelText = "单据号";
|
|
this.txt_billDocumentId.Location = new System.Drawing.Point(397, 23);
|
|
this.txt_billDocumentId.Model = null;
|
|
this.txt_billDocumentId.Name = "txt_billDocumentId";
|
|
this.txt_billDocumentId.NullText = "";
|
|
this.txt_billDocumentId.ReadOnly = false;
|
|
this.txt_billDocumentId.Required = false;
|
|
this.txt_billDocumentId.Size = new System.Drawing.Size(164, 21);
|
|
this.txt_billDocumentId.TabIndex = 1;
|
|
this.txt_billDocumentId.Visible = false;
|
|
//
|
|
// pl_right_bottom
|
|
//
|
|
this.pl_right_bottom.Controls.Add(this.dpb_Tools);
|
|
this.pl_right_bottom.Controls.Add(this.btnReturn);
|
|
this.pl_right_bottom.Controls.Add(this.btnHelp);
|
|
this.pl_right_bottom.Controls.Add(this.btnAtt);
|
|
this.pl_right_bottom.Controls.Add(this.btnPrint);
|
|
this.pl_right_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_right_bottom.Location = new System.Drawing.Point(0, 523);
|
|
this.pl_right_bottom.Name = "pl_right_bottom";
|
|
this.pl_right_bottom.Size = new System.Drawing.Size(290, 147);
|
|
this.pl_right_bottom.TabIndex = 1;
|
|
//
|
|
// dpb_Tools
|
|
//
|
|
this.dpb_Tools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| 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.pMenu;
|
|
this.dpb_Tools.Location = new System.Drawing.Point(6, 121);
|
|
this.dpb_Tools.Name = "dpb_Tools";
|
|
this.dpb_Tools.Size = new System.Drawing.Size(284, 23);
|
|
this.dpb_Tools.TabIndex = 14;
|
|
this.dpb_Tools.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.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(1008, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 670);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(1008, 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, 670);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(1008, 0);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 670);
|
|
//
|
|
// btnReturn
|
|
//
|
|
this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| 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(6, 6);
|
|
this.btnReturn.Name = "btnReturn";
|
|
this.btnReturn.Size = new System.Drawing.Size(284, 22);
|
|
this.btnReturn.TabIndex = 16;
|
|
this.btnReturn.Text = "返审";
|
|
this.btnReturn.Visible = false;
|
|
this.btnReturn.Click += new System.EventHandler(this.OnReturnClick);
|
|
//
|
|
// btnHelp
|
|
//
|
|
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnHelp.Appearance.Options.UseFont = true;
|
|
this.btnHelp.Location = new System.Drawing.Point(6, 92);
|
|
this.btnHelp.Name = "btnHelp";
|
|
this.btnHelp.Size = new System.Drawing.Size(284, 23);
|
|
this.btnHelp.TabIndex = 17;
|
|
this.btnHelp.Text = "帮助文档";
|
|
this.btnHelp.Click += new System.EventHandler(this.OnHelpClick);
|
|
//
|
|
// btnAtt
|
|
//
|
|
this.btnAtt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| 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(6, 63);
|
|
this.btnAtt.Name = "btnAtt";
|
|
this.btnAtt.Size = new System.Drawing.Size(284, 23);
|
|
this.btnAtt.TabIndex = 13;
|
|
this.btnAtt.Text = "附件";
|
|
this.btnAtt.Click += new System.EventHandler(this.OnAttachButtonClick);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| 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(6, 34);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(284, 23);
|
|
this.btnPrint.TabIndex = 15;
|
|
this.btnPrint.Text = "打印单据";
|
|
//
|
|
// pMprint
|
|
//
|
|
this.pMprint.Manager = this.barManager1;
|
|
this.pMprint.Name = "pMprint";
|
|
//
|
|
// pl_right
|
|
//
|
|
this.pl_right.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_right.Appearance.Options.UseBackColor = true;
|
|
this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_right.Controls.Add(this.gridFlow);
|
|
this.pl_right.Controls.Add(this.label_flowRecord);
|
|
this.pl_right.Controls.Add(this.pl_right_bottom);
|
|
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, 5, 0);
|
|
this.pl_right.Size = new System.Drawing.Size(295, 670);
|
|
this.pl_right.TabIndex = 0;
|
|
//
|
|
// gridFlow
|
|
//
|
|
this.gridFlow.AdapterObj = null;
|
|
this.gridFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridFlow.Location = new System.Drawing.Point(0, 23);
|
|
this.gridFlow.Name = "gridFlow";
|
|
this.gridFlow.Size = new System.Drawing.Size(290, 500);
|
|
this.gridFlow.TabIndex = 6;
|
|
//
|
|
// 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(290, 23);
|
|
this.label_flowRecord.TabIndex = 9;
|
|
this.label_flowRecord.Text = "流转记录";
|
|
//
|
|
// gridBillInfo
|
|
//
|
|
this.gridBillInfo.AdapterObj = null;
|
|
this.gridBillInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridBillInfo.Location = new System.Drawing.Point(0, 55);
|
|
this.gridBillInfo.Name = "gridBillInfo";
|
|
this.gridBillInfo.Size = new System.Drawing.Size(708, 347);
|
|
this.gridBillInfo.TabIndex = 1;
|
|
//
|
|
// splitLeft
|
|
//
|
|
this.splitLeft.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitLeft.Horizontal = false;
|
|
this.splitLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.splitLeft.Name = "splitLeft";
|
|
this.splitLeft.Panel1.Controls.Add(this.gridBillInfo);
|
|
this.splitLeft.Panel1.Controls.Add(this.pl_top);
|
|
this.splitLeft.Panel1.Text = "Panel1";
|
|
this.splitLeft.Panel2.Controls.Add(this.baseTab);
|
|
this.splitLeft.Panel2.Text = "Panel2";
|
|
this.splitLeft.Size = new System.Drawing.Size(708, 670);
|
|
this.splitLeft.SplitterPosition = 402;
|
|
this.splitLeft.TabIndex = 1;
|
|
this.splitLeft.Text = "splitContainerControl2";
|
|
this.splitLeft.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged);
|
|
//
|
|
// pl_top
|
|
//
|
|
this.pl_top.AutoScroll = false;
|
|
this.pl_top.Controls.Add(this.txt_billDocumentId);
|
|
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top.Name = "pl_top";
|
|
this.pl_top.Size = new System.Drawing.Size(708, 55);
|
|
this.pl_top.TabIndex = 2;
|
|
//
|
|
// baseTab
|
|
//
|
|
this.baseTab.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.baseTab.Location = new System.Drawing.Point(0, 0);
|
|
this.baseTab.Name = "baseTab";
|
|
this.baseTab.Size = new System.Drawing.Size(708, 263);
|
|
this.baseTab.TabIndex = 0;
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left.Controls.Add(this.splitLeft);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(708, 670);
|
|
this.pl_left.TabIndex = 11;
|
|
//
|
|
// splitMain
|
|
//
|
|
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.pl_left);
|
|
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(1008, 670);
|
|
this.splitMain.SplitterPosition = 295;
|
|
this.splitMain.TabIndex = 16;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
this.splitMain.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
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(1008, 670);
|
|
this.Controls.Add(this.splitMain);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Name = "FrmMain";
|
|
this.Text = "";
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).EndInit();
|
|
this.pl_right_bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit();
|
|
this.pl_right.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeft)).EndInit();
|
|
this.splitLeft.ResumeLayout(false);
|
|
this.pl_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pl_right;
|
|
private DevExpress.XtraEditors.PanelControl pl_right_bottom;
|
|
private DevExpress.XtraEditors.DropDownButton btnPrint;
|
|
private DevExpress.XtraEditors.DropDownButton dpb_Tools;
|
|
private DevExpress.XtraEditors.SimpleButton btnAtt;
|
|
private Control.GridControlEx gridFlow;
|
|
private DevExpress.XtraBars.PopupMenu pMprint;
|
|
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.XtraBars.PopupMenu pMenu;
|
|
private Control.LabelTextEdit txt_billDocumentId;
|
|
private Control.GridControlEx gridBillInfo;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitLeft;
|
|
private Control.TabControlEx baseTab;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private DevExpress.XtraEditors.LabelControl label_flowRecord;
|
|
private DevExpress.XtraEditors.XtraScrollableControl pl_top;
|
|
private DevExpress.XtraEditors.SimpleButton btnReturn;
|
|
private DevExpress.XtraEditors.SimpleButton btnHelp;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
}
|
|
} |