ab56a9bcf7
SVN-Revision: r240
352 lines
18 KiB
C#
352 lines
18 KiB
C#
namespace Lskj.EmbeCad
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitMainContainer = new System.Windows.Forms.SplitContainer();
|
|
this.pl_Main = new DevExpress.XtraEditors.PanelControl();
|
|
this.spreadSheetEx = new Lskj.EmbeCad.Controls.SpreadSheetEx();
|
|
this.progressPanel = new DevExpress.XtraWaitForm.ProgressPanel();
|
|
this.richEditEx = new Lskj.EmbeCad.Controls.RichEditEx();
|
|
this.frmWebBrowser = new Lskj.Control.FrmWebBrowser();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.rightPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.rightTopPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.fileGrid = new Lskj.Control.GridControlEx();
|
|
this.rightBottmPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.plSign = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.plImport = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).BeginInit();
|
|
this.splitMainContainer.Panel1.SuspendLayout();
|
|
this.splitMainContainer.Panel2.SuspendLayout();
|
|
this.splitMainContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit();
|
|
this.pl_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rightPanel)).BeginInit();
|
|
this.rightPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rightTopPanel)).BeginInit();
|
|
this.rightTopPanel.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rightBottmPanel)).BeginInit();
|
|
this.rightBottmPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMainContainer
|
|
//
|
|
this.splitMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMainContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMainContainer.Name = "splitMainContainer";
|
|
//
|
|
// splitMainContainer.Panel1
|
|
//
|
|
this.splitMainContainer.Panel1.Controls.Add(this.pl_Main);
|
|
//
|
|
// splitMainContainer.Panel2
|
|
//
|
|
this.splitMainContainer.Panel2.Controls.Add(this.rightPanel);
|
|
this.splitMainContainer.Size = new System.Drawing.Size(1110, 661);
|
|
this.splitMainContainer.SplitterDistance = 743;
|
|
this.splitMainContainer.TabIndex = 4;
|
|
//
|
|
// pl_Main
|
|
//
|
|
this.pl_Main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_Main.Controls.Add(this.progressPanel);
|
|
this.pl_Main.Controls.Add(this.spreadSheetEx);
|
|
this.pl_Main.Controls.Add(this.richEditEx);
|
|
this.pl_Main.Controls.Add(this.frmWebBrowser);
|
|
this.pl_Main.Controls.Add(this.lbTitle);
|
|
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(743, 661);
|
|
this.pl_Main.TabIndex = 16;
|
|
//
|
|
// spreadSheetEx
|
|
//
|
|
this.spreadSheetEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.spreadSheetEx.Location = new System.Drawing.Point(0, 0);
|
|
this.spreadSheetEx.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.spreadSheetEx.Name = "spreadSheetEx";
|
|
this.spreadSheetEx.Size = new System.Drawing.Size(743, 661);
|
|
this.spreadSheetEx.TabIndex = 7;
|
|
this.spreadSheetEx.Visible = false;
|
|
//
|
|
// progressPanel
|
|
//
|
|
this.progressPanel.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.progressPanel.Appearance.Options.UseBackColor = true;
|
|
this.progressPanel.Caption = "文件加载中,请稍候...";
|
|
this.progressPanel.ContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.progressPanel.Description = "";
|
|
this.progressPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.progressPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.progressPanel.Name = "progressPanel";
|
|
this.progressPanel.Size = new System.Drawing.Size(743, 661);
|
|
this.progressPanel.TabIndex = 5;
|
|
this.progressPanel.Text = "progressPanel";
|
|
this.progressPanel.Visible = false;
|
|
//
|
|
// richEditEx
|
|
//
|
|
this.richEditEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richEditEx.Location = new System.Drawing.Point(0, 0);
|
|
this.richEditEx.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.richEditEx.Name = "richEditEx";
|
|
this.richEditEx.Size = new System.Drawing.Size(743, 661);
|
|
this.richEditEx.TabIndex = 6;
|
|
this.richEditEx.Visible = false;
|
|
//
|
|
// frmWebBrowser
|
|
//
|
|
this.frmWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.frmWebBrowser.Location = new System.Drawing.Point(0, 0);
|
|
this.frmWebBrowser.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
|
|
this.frmWebBrowser.Name = "frmWebBrowser";
|
|
this.frmWebBrowser.Size = new System.Drawing.Size(743, 661);
|
|
this.frmWebBrowser.TabIndex = 4;
|
|
this.frmWebBrowser.Visible = false;
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.BackColor = System.Drawing.Color.White;
|
|
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbTitle.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbTitle.ForeColor = System.Drawing.Color.Black;
|
|
this.lbTitle.Image = global::Lskj.EmbeCad.Properties.Resources.Frame_1078;
|
|
this.lbTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Size = new System.Drawing.Size(743, 661);
|
|
this.lbTitle.TabIndex = 2;
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// rightPanel
|
|
//
|
|
this.rightPanel.Appearance.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.rightPanel.Appearance.Options.UseBackColor = true;
|
|
this.rightPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.rightPanel.Controls.Add(this.panelControl3);
|
|
this.rightPanel.Controls.Add(this.rightBottmPanel);
|
|
this.rightPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rightPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.rightPanel.Name = "rightPanel";
|
|
this.rightPanel.Size = new System.Drawing.Size(363, 661);
|
|
this.rightPanel.TabIndex = 15;
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.rightTopPanel);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(363, 546);
|
|
this.panelControl3.TabIndex = 16;
|
|
//
|
|
// rightTopPanel
|
|
//
|
|
this.rightTopPanel.Controls.Add(this.groupBox2);
|
|
this.rightTopPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rightTopPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.rightTopPanel.Name = "rightTopPanel";
|
|
this.rightTopPanel.Size = new System.Drawing.Size(363, 546);
|
|
this.rightTopPanel.TabIndex = 15;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.fileGrid);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(2, 2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(359, 542);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "预载文件";
|
|
//
|
|
// fileGrid
|
|
//
|
|
this.fileGrid.AdapterObj = null;
|
|
this.fileGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fileGrid.Location = new System.Drawing.Point(3, 22);
|
|
this.fileGrid.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
this.fileGrid.Name = "fileGrid";
|
|
this.fileGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.fileGrid.Size = new System.Drawing.Size(353, 517);
|
|
this.fileGrid.TabIndex = 1;
|
|
//
|
|
// rightBottmPanel
|
|
//
|
|
this.rightBottmPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.rightBottmPanel.Controls.Add(this.label2);
|
|
this.rightBottmPanel.Controls.Add(this.plSign);
|
|
this.rightBottmPanel.Controls.Add(this.label3);
|
|
this.rightBottmPanel.Controls.Add(this.label1);
|
|
this.rightBottmPanel.Controls.Add(this.panel2);
|
|
this.rightBottmPanel.Controls.Add(this.plImport);
|
|
this.rightBottmPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.rightBottmPanel.Location = new System.Drawing.Point(0, 546);
|
|
this.rightBottmPanel.Name = "rightBottmPanel";
|
|
this.rightBottmPanel.Size = new System.Drawing.Size(363, 115);
|
|
this.rightBottmPanel.TabIndex = 15;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(172, 83);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(39, 19);
|
|
this.label2.TabIndex = 21;
|
|
this.label2.Text = "签章";
|
|
this.label2.Visible = false;
|
|
//
|
|
// plSign
|
|
//
|
|
this.plSign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.plSign.BackgroundImage = global::Lskj.EmbeCad.Properties.Resources.sign;
|
|
this.plSign.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.plSign.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.plSign.Location = new System.Drawing.Point(166, 24);
|
|
this.plSign.Name = "plSign";
|
|
this.plSign.Size = new System.Drawing.Size(50, 50);
|
|
this.plSign.TabIndex = 20;
|
|
this.plSign.Visible = false;
|
|
this.plSign.Click += new System.EventHandler(this.plSign_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(272, 83);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(39, 19);
|
|
this.label3.TabIndex = 17;
|
|
this.label3.Text = "关闭";
|
|
this.label3.Click += new System.EventHandler(this.OnplCloseing);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(71, 83);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(39, 19);
|
|
this.label1.TabIndex = 19;
|
|
this.label1.Text = "回传";
|
|
this.label1.Click += new System.EventHandler(this.OnBackTopClick);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel2.BackgroundImage = global::Lskj.EmbeCad.Properties.Resources.Frame_1;
|
|
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panel2.Location = new System.Drawing.Point(258, 20);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(60, 60);
|
|
this.panel2.TabIndex = 14;
|
|
this.panel2.Click += new System.EventHandler(this.OnplCloseing);
|
|
//
|
|
// plImport
|
|
//
|
|
this.plImport.BackgroundImage = global::Lskj.EmbeCad.Properties.Resources.Frame;
|
|
this.plImport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.plImport.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.plImport.Location = new System.Drawing.Point(57, 20);
|
|
this.plImport.Name = "plImport";
|
|
this.plImport.Size = new System.Drawing.Size(60, 60);
|
|
this.plImport.TabIndex = 16;
|
|
this.plImport.Click += new System.EventHandler(this.OnBackTopClick);
|
|
//
|
|
// FrmMain
|
|
//
|
|
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(1110, 661);
|
|
this.Controls.Add(this.splitMainContainer);
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
|
|
this.Load += new System.EventHandler(this.OnLoad);
|
|
this.splitMainContainer.Panel1.ResumeLayout(false);
|
|
this.splitMainContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit();
|
|
this.splitMainContainer.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Main)).EndInit();
|
|
this.pl_Main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.rightPanel)).EndInit();
|
|
this.rightPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.rightTopPanel)).EndInit();
|
|
this.rightTopPanel.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.rightBottmPanel)).EndInit();
|
|
this.rightBottmPanel.ResumeLayout(false);
|
|
this.rightBottmPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitMainContainer;
|
|
private DevExpress.XtraEditors.PanelControl pl_Main;
|
|
private DevExpress.XtraEditors.PanelControl rightPanel;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.PanelControl rightTopPanel;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private Control.GridControlEx fileGrid;
|
|
private DevExpress.XtraEditors.PanelControl rightBottmPanel;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel plImport;
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private DevExpress.XtraWaitForm.ProgressPanel progressPanel;
|
|
private Control.FrmWebBrowser frmWebBrowser;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel plSign;
|
|
private Controls.RichEditEx richEditEx;
|
|
private Controls.SpreadSheetEx spreadSheetEx;
|
|
}
|
|
}
|
|
|