15b5c80150
SVN-Revision: r1229
203 lines
10 KiB
C#
203 lines
10 KiB
C#
namespace Lskj.PubAccraditation
|
|
{
|
|
partial class FrmSpare
|
|
{
|
|
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
this.splitebill_Page = new DevExpress.XtraTab.XtraTabPage();
|
|
this.panelMain = new DevExpress.XtraEditors.PanelControl();
|
|
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
|
this.gridNew = new Lskj.Control.GridControlEx();
|
|
this.groupControl = new DevExpress.XtraEditors.GroupControl();
|
|
this.gridOld = new Lskj.Control.GridControlEx();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.splitebillhistory_Page = new DevExpress.XtraTab.XtraTabPage();
|
|
this.gridHistory = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
this.xtraTabControl1.SuspendLayout();
|
|
this.splitebill_Page.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
|
|
this.panelMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
this.groupControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
|
|
this.groupControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.splitebillhistory_Page.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// xtraTabControl1
|
|
//
|
|
this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.xtraTabControl1.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
this.xtraTabControl1.SelectedTabPage = this.splitebill_Page;
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(902, 552);
|
|
this.xtraTabControl1.TabIndex = 0;
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.splitebill_Page,
|
|
this.splitebillhistory_Page});
|
|
//
|
|
// splitebill_Page
|
|
//
|
|
this.splitebill_Page.Controls.Add(this.panelMain);
|
|
this.splitebill_Page.Controls.Add(this.groupControl);
|
|
this.splitebill_Page.Controls.Add(this.panelControl1);
|
|
this.splitebill_Page.Name = "splitebill_Page";
|
|
this.splitebill_Page.Size = new System.Drawing.Size(896, 523);
|
|
this.splitebill_Page.Text = "分单";
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelMain.Controls.Add(this.groupControl2);
|
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelMain.Location = new System.Drawing.Point(0, 240);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(896, 248);
|
|
this.panelMain.TabIndex = 3;
|
|
//
|
|
// groupControl2
|
|
//
|
|
this.groupControl2.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.groupControl2.Appearance.Options.UseFont = true;
|
|
this.groupControl2.Controls.Add(this.gridNew);
|
|
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.groupControl2.Name = "groupControl2";
|
|
this.groupControl2.Size = new System.Drawing.Size(896, 248);
|
|
this.groupControl2.TabIndex = 2;
|
|
this.groupControl2.Text = "已选拆分数据(双击取消)";
|
|
//
|
|
// gridNew
|
|
//
|
|
this.gridNew.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridNew.Location = new System.Drawing.Point(2, 22);
|
|
this.gridNew.Name = "gridNew";
|
|
this.gridNew.Size = new System.Drawing.Size(892, 224);
|
|
this.gridNew.TabIndex = 0;
|
|
//
|
|
// groupControl
|
|
//
|
|
this.groupControl.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.groupControl.Appearance.Options.UseFont = true;
|
|
this.groupControl.Controls.Add(this.gridOld);
|
|
this.groupControl.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupControl.Location = new System.Drawing.Point(0, 0);
|
|
this.groupControl.Name = "groupControl";
|
|
this.groupControl.Size = new System.Drawing.Size(896, 240);
|
|
this.groupControl.TabIndex = 1;
|
|
this.groupControl.Text = "源数据(双击拆分)";
|
|
//
|
|
// gridOld
|
|
//
|
|
this.gridOld.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridOld.Location = new System.Drawing.Point(2, 22);
|
|
this.gridOld.Name = "gridOld";
|
|
this.gridOld.Size = new System.Drawing.Size(892, 216);
|
|
this.gridOld.TabIndex = 0;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.simpleButton2);
|
|
this.panelControl1.Controls.Add(this.simpleButton1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 488);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(896, 35);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.simpleButton2.Appearance.Options.UseFont = true;
|
|
this.simpleButton2.Location = new System.Drawing.Point(826, 6);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(63, 24);
|
|
this.simpleButton2.TabIndex = 1;
|
|
this.simpleButton2.Text = "关闭";
|
|
this.simpleButton2.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.simpleButton1.Appearance.Options.UseFont = true;
|
|
this.simpleButton1.Location = new System.Drawing.Point(757, 6);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(63, 24);
|
|
this.simpleButton1.TabIndex = 0;
|
|
this.simpleButton1.Text = "确定";
|
|
this.simpleButton1.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// splitebillhistory_Page
|
|
//
|
|
this.splitebillhistory_Page.Controls.Add(this.gridHistory);
|
|
this.splitebillhistory_Page.Name = "splitebillhistory_Page";
|
|
this.splitebillhistory_Page.Size = new System.Drawing.Size(896, 523);
|
|
this.splitebillhistory_Page.Text = "历史分单";
|
|
//
|
|
// gridHistory
|
|
//
|
|
this.gridHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridHistory.Location = new System.Drawing.Point(0, 0);
|
|
this.gridHistory.Name = "gridHistory";
|
|
this.gridHistory.Size = new System.Drawing.Size(896, 523);
|
|
this.gridHistory.TabIndex = 0;
|
|
//
|
|
// FrmSpare
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
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(902, 552);
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmSpare";
|
|
this.Text = "单据分单";
|
|
this.Load += new System.EventHandler(this.FrmSpare_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
this.splitebill_Page.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
|
|
this.panelMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
|
this.groupControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
|
|
this.groupControl.ResumeLayout(false);
|
|
((System |