ab56a9bcf7
SVN-Revision: r240
310 lines
17 KiB
C#
310 lines
17 KiB
C#
namespace Lskj.SweepCodeExe
|
|
{
|
|
partial class FrmCompletion
|
|
{
|
|
/// <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.panelMain = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelDetail = new DevExpress.XtraEditors.PanelControl();
|
|
this.RecordForm = new Lskj.SweepCodeExe.TabIntoControl();
|
|
this.detailContorl = new DevExpress.XtraEditors.PanelControl();
|
|
this.detailplControl = new DevExpress.XtraEditors.PanelControl();
|
|
this.detailpl_Bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btn_Out = new System.Windows.Forms.Label();
|
|
this.detailpl_Top = new DevExpress.XtraEditors.PanelControl();
|
|
this.btn_saveadd = new System.Windows.Forms.Label();
|
|
this.details_Title = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.pl_Main = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_Main_Center = new DevExpress.XtraEditors.PanelControl();
|
|
this.detailTab_Top = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbTop = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
|
|
this.panelMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelDetail)).BeginInit();
|
|
this.panelDetail.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).BeginInit();
|
|
this.detailContorl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailplControl)).BeginInit();
|
|
this.detailplControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailpl_Bottom)).BeginInit();
|
|
this.detailpl_Bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailpl_Top)).BeginInit();
|
|
this.detailpl_Top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.details_Title)).BeginInit();
|
|
this.details_Title.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit();
|
|
this.pl_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailTab_Top)).BeginInit();
|
|
this.detailTab_Top.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.Appearance.BackColor = System.Drawing.Color.Blue;
|
|
this.panelMain.Appearance.Options.UseBackColor = true;
|
|
this.panelMain.Controls.Add(this.panelDetail);
|
|
this.panelMain.Controls.Add(this.detailContorl);
|
|
this.panelMain.Controls.Add(this.details_Title);
|
|
this.panelMain.Controls.Add(this.pl_Main);
|
|
this.panelMain.Controls.Add(this.detailTab_Top);
|
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelMain.Location = new System.Drawing.Point(0, 0);
|
|
this.panelMain.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(1134, 700);
|
|
this.panelMain.TabIndex = 1;
|
|
//
|
|
// panelDetail
|
|
//
|
|
this.panelDetail.Controls.Add(this.RecordForm);
|
|
this.panelDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelDetail.Location = new System.Drawing.Point(2, 324);
|
|
this.panelDetail.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panelDetail.Name = "panelDetail";
|
|
this.panelDetail.Size = new System.Drawing.Size(1130, 374);
|
|
this.panelDetail.TabIndex = 10;
|
|
//
|
|
// RecordForm
|
|
//
|
|
this.RecordForm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.RecordForm.Location = new System.Drawing.Point(2, 2);
|
|
this.RecordForm.Margin = new System.Windows.Forms.Padding(2, 6, 2, 6);
|
|
this.RecordForm.Name = "RecordForm";
|
|
this.RecordForm.Size = new System.Drawing.Size(1126, 370);
|
|
this.RecordForm.TabIndex = 8;
|
|
//
|
|
// detailContorl
|
|
//
|
|
this.detailContorl.Controls.Add(this.detailplControl);
|
|
this.detailContorl.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.detailContorl.Location = new System.Drawing.Point(2, 187);
|
|
this.detailContorl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.detailContorl.Name = "detailContorl";
|
|
this.detailContorl.Size = new System.Drawing.Size(1130, 137);
|
|
this.detailContorl.TabIndex = 9;
|
|
//
|
|
// detailplControl
|
|
//
|
|
this.detailplControl.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.detailplControl.Appearance.Options.UseBackColor = true;
|
|
this.detailplControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.detailplControl.Controls.Add(this.detailpl_Bottom);
|
|
this.detailplControl.Controls.Add(this.detailpl_Top);
|
|
this.detailplControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.detailplControl.Location = new System.Drawing.Point(2, 2);
|
|
this.detailplControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.detailplControl.Name = "detailplControl";
|
|
this.detailplControl.Size = new System.Drawing.Size(1126, 133);
|
|
this.detailplControl.TabIndex = 10;
|
|
//
|
|
// detailpl_Bottom
|
|
//
|
|
this.detailpl_Bottom.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.detailpl_Bottom.Appearance.Options.UseBackColor = true;
|
|
this.detailpl_Bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.detailpl_Bottom.Controls.Add(this.btn_Out);
|
|
this.detailpl_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.detailpl_Bottom.Location = new System.Drawing.Point(0, 67);
|
|
this.detailpl_Bottom.Margin = new System.Windows.Forms.Padding(2);
|
|
this.detailpl_Bottom.Name = "detailpl_Bottom";
|
|
this.detailpl_Bottom.Size = new System.Drawing.Size(1126, 66);
|
|
this.detailpl_Bottom.TabIndex = 12;
|
|
//
|
|
// btn_Out
|
|
//
|
|
this.btn_Out.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_Out.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(118)))), ((int)(((byte)(200)))));
|
|
this.btn_Out.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.btn_Out.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btn_Out.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold);
|
|
this.btn_Out.ForeColor = System.Drawing.Color.White;
|
|
this.btn_Out.Location = new System.Drawing.Point(1033, 9);
|
|
this.btn_Out.Name = "btn_Out";
|
|
this.btn_Out.Size = new System.Drawing.Size(85, 48);
|
|
this.btn_Out.TabIndex = 6;
|
|
this.btn_Out.Text = "退出";
|
|
this.btn_Out.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btn_Out.Click += new System.EventHandler(this.OnputOutClick);
|
|
//
|
|
// detailpl_Top
|
|
//
|
|
this.detailpl_Top.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.detailpl_Top.Appearance.Options.UseBackColor = true;
|
|
this.detailpl_Top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.detailpl_Top.Controls.Add(this.btn_saveadd);
|
|
this.detailpl_Top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.detailpl_Top.Location = new System.Drawing.Point(0, 0);
|
|
this.detailpl_Top.Margin = new System.Windows.Forms.Padding(2);
|
|
this.detailpl_Top.Name = "detailpl_Top";
|
|
this.detailpl_Top.Size = new System.Drawing.Size(1126, 67);
|
|
this.detailpl_Top.TabIndex = 11;
|
|
//
|
|
// btn_saveadd
|
|
//
|
|
this.btn_saveadd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_saveadd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(118)))), ((int)(((byte)(200)))));
|
|
this.btn_saveadd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.btn_saveadd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btn_saveadd.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold);
|
|
this.btn_saveadd.ForeColor = System.Drawing.Color.White;
|
|
this.btn_saveadd.Location = new System.Drawing.Point(1033, 11);
|
|
this.btn_saveadd.Name = "btn_saveadd";
|
|
this.btn_saveadd.Size = new System.Drawing.Size(85, 48);
|
|
this.btn_saveadd.TabIndex = 6;
|
|
this.btn_saveadd.Text = "保存";
|
|
this.btn_saveadd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btn_saveadd.Click += new System.EventHandler(this.OnsaveaddClick);
|
|
//
|
|
// details_Title
|
|
//
|
|
this.details_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.details_Title.Controls.Add(this.lbTitle);
|
|
this.details_Title.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.details_Title.Location = new System.Drawing.Point(2, 149);
|
|
this.details_Title.Margin = new System.Windows.Forms.Padding(2);
|
|
this.details_Title.Name = "details_Title";
|
|
this.details_Title.Size = new System.Drawing.Size(1130, 38);
|
|
this.details_Title.TabIndex = 8;
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.lbTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lbTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Size = new System.Drawing.Size(1130, 38);
|
|
this.lbTitle.TabIndex = 3;
|
|
this.lbTitle.Text = " 数据添加";
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// pl_Main
|
|
//
|
|
this.pl_Main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_Main.Controls.Add(this.pl_Main_Center);
|
|
this.pl_Main.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_Main.Location = new System.Drawing.Point(2, 40);
|
|
this.pl_Main.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pl_Main.Name = "pl_Main";
|
|
this.pl_Main.Size = new System.Drawing.Size(1130, 109);
|
|
this.pl_Main.TabIndex = 7;
|
|
//
|
|
// pl_Main_Center
|
|
//
|
|
this.pl_Main_Center.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pl_Main_Center.Appearance.Options.UseBackColor = true;
|
|
this.pl_Main_Center.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_Main_Center.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_Main_Center.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_Main_Center.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pl_Main_Center.Name = "pl_Main_Center";
|
|
this.pl_Main_Center.Size = new System.Drawing.Size(1130, 109);
|
|
this.pl_Main_Center.TabIndex = 0;
|
|
//
|
|
// detailTab_Top
|
|
//
|
|
this.detailTab_Top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.detailTab_Top.Controls.Add(this.lbTop);
|
|
this.detailTab_Top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.detailTab_Top.Location = new System.Drawing.Point(2, 2);
|
|
this.detailTab_Top.Margin = new System.Windows.Forms.Padding(2);
|
|
this.detailTab_Top.Name = "detailTab_Top";
|
|
this.detailTab_Top.Size = new System.Drawing.Size(1130, 38);
|
|
this.detailTab_Top.TabIndex = 6;
|
|
//
|
|
// lbTop
|
|
//
|
|
this.lbTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.lbTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbTop.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbTop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.lbTop.Location = new System.Drawing.Point(0, 0);
|
|
this.lbTop.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lbTop.Name = "lbTop";
|
|
this.lbTop.Size = new System.Drawing.Size(1130, 38);
|
|
this.lbTop.TabIndex = 3;
|
|
this.lbTop.Text = " 基本信息";
|
|
this.lbTop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FrmCompletion
|
|
//
|
|
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(1134, 700);
|
|
this.Controls.Add(this.panelMain);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "FrmCompletion";
|
|
this.Text = "完工";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
|
|
this.panelMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelDetail)).EndInit();
|
|
this.panelDetail.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailContorl)).EndInit();
|
|
this.detailContorl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailplControl)).EndInit();
|
|
this.detailplControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailpl_Bottom)).EndInit();
|
|
this.detailpl_Bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.detailpl_Top)).EndInit();
|
|
this.detailpl_Top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.details_Title)).EndInit();
|
|
this.details_Title.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main)).EndInit();
|
|
this.pl_Main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.detailTab_Top)).EndInit();
|
|
this.detailTab_Top.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelMain;
|
|
private DevExpress.XtraEditors.PanelControl panelDetail;
|
|
private TabIntoControl RecordForm;
|
|
private DevExpress.XtraEditors.PanelControl detailContorl;
|
|
private DevExpress.XtraEditors.PanelControl detailplControl;
|
|
private DevExpress.XtraEditors.PanelControl detailpl_Bottom;
|
|
private DevExpress.XtraEditors.PanelControl detailpl_Top;
|
|
private DevExpress.XtraEditors.PanelControl details_Title;
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private DevExpress.XtraEditors.PanelControl pl_Main;
|
|
private DevExpress.XtraEditors.PanelControl pl_Main_Center;
|
|
private DevExpress.XtraEditors.PanelControl detailTab_Top;
|
|
private System.Windows.Forms.Label lbTop;
|
|
private System.Windows.Forms.Label btn_saveadd;
|
|
private System.Windows.Forms.Label btn_Out;
|
|
|
|
}
|
|
} |