|
|
|
|
namespace Kingo.PlatformPlugin
|
|
|
|
|
{
|
|
|
|
|
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.splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Kingo.PlatformPlugin.WaitForm1), true, true);
|
|
|
|
|
this.rbMenuCtrl = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
|
|
this.backstageViewControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
|
|
|
|
|
this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem();
|
|
|
|
|
this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
|
|
|
|
|
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
|
|
|
|
|
this.workPath = new DevExpress.XtraBars.BarEditItem();
|
|
|
|
|
this.currentWorkPath = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
|
|
|
|
|
this.licState = new DevExpress.XtraBars.BarEditItem();
|
|
|
|
|
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
|
|
|
|
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
|
|
|
|
this.documentGroup1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(this.components);
|
|
|
|
|
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
|
|
|
|
|
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
|
|
|
|
|
this.backstageViewButtonItem2 = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
|
|
|
|
|
this.backstageViewButtonItem3 = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
|
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.labCurrentLocation = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rbMenuCtrl)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.currentWorkPath)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
|
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// rbMenuCtrl
|
|
|
|
|
//
|
|
|
|
|
this.rbMenuCtrl.ApplicationButtonDropDownControl = this.backstageViewControl1;
|
|
|
|
|
this.rbMenuCtrl.ApplicationButtonText = "文件";
|
|
|
|
|
this.rbMenuCtrl.ApplicationDocumentCaption = "年度变更调查外业助手软件";
|
|
|
|
|
this.rbMenuCtrl.ExpandCollapseItem.Id = 0;
|
|
|
|
|
this.rbMenuCtrl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
|
|
this.rbMenuCtrl.ExpandCollapseItem,
|
|
|
|
|
this.barLinkContainerItem1,
|
|
|
|
|
this.barHeaderItem1,
|
|
|
|
|
this.barEditItem1,
|
|
|
|
|
this.workPath,
|
|
|
|
|
this.licState});
|
|
|
|
|
this.rbMenuCtrl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.rbMenuCtrl.MaxItemId = 12;
|
|
|
|
|
this.rbMenuCtrl.Name = "rbMenuCtrl";
|
|
|
|
|
this.rbMenuCtrl.QuickToolbarItemLinks.Add(this.barEditItem1);
|
|
|
|
|
this.rbMenuCtrl.QuickToolbarItemLinks.Add(this.workPath);
|
|
|
|
|
this.rbMenuCtrl.QuickToolbarItemLinks.Add(this.licState);
|
|
|
|
|
this.rbMenuCtrl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
|
|
this.currentWorkPath,
|
|
|
|
|
this.repositoryItemHyperLinkEdit1});
|
|
|
|
|
this.rbMenuCtrl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
|
|
|
|
|
this.rbMenuCtrl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
this.rbMenuCtrl.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
this.rbMenuCtrl.ShowToolbarCustomizeItem = false;
|
|
|
|
|
this.rbMenuCtrl.Size = new System.Drawing.Size(1327, 50);
|
|
|
|
|
this.rbMenuCtrl.Toolbar.ShowCustomizeItem = false;
|
|
|
|
|
//
|
|
|
|
|
// backstageViewControl1
|
|
|
|
|
//
|
|
|
|
|
this.backstageViewControl1.BackstageViewShowRibbonItems = DevExpress.XtraBars.Ribbon.BackstageViewShowRibbonItems.None;
|
|
|
|
|
this.backstageViewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.backstageViewControl1.Location = new System.Drawing.Point(0, 50);
|
|
|
|
|
this.backstageViewControl1.Name = "backstageViewControl1";
|
|
|
|
|
this.backstageViewControl1.OwnerControl = this.rbMenuCtrl;
|
|
|
|
|
this.backstageViewControl1.Size = new System.Drawing.Size(1327, 647);
|
|
|
|
|
this.backstageViewControl1.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// barLinkContainerItem1
|
|
|
|
|
//
|
|
|
|
|
this.barLinkContainerItem1.Caption = "barLinkContainerItem1";
|
|
|
|
|
this.barLinkContainerItem1.Id = 5;
|
|
|
|
|
this.barLinkContainerItem1.Name = "barLinkContainerItem1";
|
|
|
|
|
//
|
|
|
|
|
// barHeaderItem1
|
|
|
|
|
//
|
|
|
|
|
this.barHeaderItem1.Caption = "barHeaderItem1";
|
|
|
|
|
this.barHeaderItem1.Id = 6;
|
|
|
|
|
this.barHeaderItem1.Name = "barHeaderItem1";
|
|
|
|
|
//
|
|
|
|
|
// barEditItem1
|
|
|
|
|
//
|
|
|
|
|
this.barEditItem1.Edit = null;
|
|
|
|
|
this.barEditItem1.Id = 8;
|
|
|
|
|
this.barEditItem1.Name = "barEditItem1";
|
|
|
|
|
//
|
|
|
|
|
// workPath
|
|
|
|
|
//
|
|
|
|
|
this.workPath.Caption = "工作目录:";
|
|
|
|
|
this.workPath.Edit = this.currentWorkPath;
|
|
|
|
|
this.workPath.EditWidth = 300;
|
|
|
|
|
this.workPath.Id = 10;
|
|
|
|
|
this.workPath.Name = "workPath";
|
|
|
|
|
//
|
|
|
|
|
// currentWorkPath
|
|
|
|
|
//
|
|
|
|
|
this.currentWorkPath.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.currentWorkPath.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.currentWorkPath.AutoHeight = false;
|
|
|
|
|
this.currentWorkPath.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
this.currentWorkPath.LinkColor = System.Drawing.Color.White;
|
|
|
|
|
this.currentWorkPath.Name = "currentWorkPath";
|
|
|
|
|
//
|
|
|
|
|
// licState
|
|
|
|
|
//
|
|
|
|
|
this.licState.Caption = "授权:";
|
|
|
|
|
this.licState.Edit = this.repositoryItemHyperLinkEdit1;
|
|
|
|
|
this.licState.EditValue = "剩余24时30分到期";
|
|
|
|
|
this.licState.EditWidth = 150;
|
|
|
|
|
this.licState.Id = 11;
|
|
|
|
|
this.licState.Name = "licState";
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemHyperLinkEdit1
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.LinkColor = System.Drawing.Color.White;
|
|
|
|
|
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
|
|
|
|
|
//
|
|
|
|
|
// dockManager1
|
|
|
|
|
//
|
|
|
|
|
this.dockManager1.Form = this;
|
|
|
|
|
this.dockManager1.TopZIndexControls.AddRange(new string[] {
|
|
|
|
|
"DevExpress.XtraBars.BarDockControl",
|
|
|
|
|
"DevExpress.XtraBars.StandaloneBarDockControl",
|
|
|
|
|
"System.Windows.Forms.StatusBar",
|
|
|
|
|
"System.Windows.Forms.MenuStrip",
|
|
|
|
|
"System.Windows.Forms.StatusStrip",
|
|
|
|
|
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
|
|
|
|
|
"DevExpress.XtraBars.Ribbon.RibbonControl",
|
|
|
|
|
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
|
|
|
|
|
"DevExpress.XtraBars.Navigation.TileNavPane",
|
|
|
|
|
"DevExpress.XtraBars.TabFormControl"});
|
|
|
|
|
//
|
|
|
|
|
// documentManager1
|
|
|
|
|
//
|
|
|
|
|
this.documentManager1.MdiParent = this;
|
|
|
|
|
this.documentManager1.MenuManager = this.rbMenuCtrl;
|
|
|
|
|
this.documentManager1.View = this.tabbedView1;
|
|
|
|
|
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
|
|
|
|
|
this.tabbedView1});
|
|
|
|
|
//
|
|
|
|
|
// tabbedView1
|
|
|
|
|
//
|
|
|
|
|
this.tabbedView1.DocumentGroupProperties.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
|
|
|
|
|
this.tabbedView1.DocumentProperties.AllowClose = false;
|
|
|
|
|
this.tabbedView1.RootContainer.Element = null;
|
|
|
|
|
//
|
|
|
|
|
// backstageViewButtonItem2
|
|
|
|
|
//
|
|
|
|
|
this.backstageViewButtonItem2.Caption = "关闭";
|
|
|
|
|
this.backstageViewButtonItem2.Name = "backstageViewButtonItem2";
|
|
|
|
|
//
|
|
|
|
|
// backstageViewButtonItem3
|
|
|
|
|
//
|
|
|
|
|
this.backstageViewButtonItem3.Caption = "退出";
|
|
|
|
|
this.backstageViewButtonItem3.Name = "backstageViewButtonItem3";
|
|
|
|
|
//
|
|
|
|
|
// statusStrip1
|
|
|
|
|
//
|
|
|
|
|
this.statusStrip1.AutoSize = false;
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripStatusLabel1,
|
|
|
|
|
this.toolStripStatusLabel2,
|
|
|
|
|
this.labCurrentLocation});
|
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 675);
|
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(1327, 22);
|
|
|
|
|
this.statusStrip1.TabIndex = 4;
|
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabel1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabel1.AutoSize = false;
|
|
|
|
|
this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(285, 17);
|
|
|
|
|
this.toolStripStatusLabel1.Text = "就绪";
|
|
|
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabel2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabel2.AutoSize = false;
|
|
|
|
|
this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
|
|
|
|
|
this.toolStripStatusLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
|
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(627, 17);
|
|
|
|
|
this.toolStripStatusLabel2.Spring = true;
|
|
|
|
|
//
|
|
|
|
|
// labCurrentLocation
|
|
|
|
|
//
|
|
|
|
|
this.labCurrentLocation.AutoSize = false;
|
|
|
|
|
this.labCurrentLocation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
this.labCurrentLocation.Name = "labCurrentLocation";
|
|
|
|
|
this.labCurrentLocation.Size = new System.Drawing.Size(400, 17);
|
|
|
|
|
this.labCurrentLocation.Text = "坐标参考:未知 X:28001245;Y:2154613231";
|
|
|
|
|
this.labCurrentLocation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// FrmMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1327, 697);
|
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
|
this.Controls.Add(this.backstageViewControl1);
|
|
|
|
|
this.Controls.Add(this.rbMenuCtrl);
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
this.IsMdiContainer = true;
|
|
|
|
|
this.Name = "FrmMain";
|
|
|
|
|
this.Ribbon = this.rbMenuCtrl;
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "年度变更调查外业助手软件";
|
|
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
|
|
|
this.Shown += new System.EventHandler(this.FrmMain_Shown);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rbMenuCtrl)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.currentWorkPath)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
|
|
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl rbMenuCtrl;
|
|
|
|
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
|
|
|
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup documentGroup1;
|
|
|
|
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
|
|
|
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
|
|
|
|
private DevExpress.XtraBars.Ribbon.BackstageViewControl backstageViewControl1;
|
|
|
|
|
private DevExpress.XtraBars.Ribbon.BackstageViewButtonItem backstageViewButtonItem2;
|
|
|
|
|
private DevExpress.XtraBars.Ribbon.BackstageViewButtonItem backstageViewButtonItem3;
|
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
|
|
private DevExpress.XtraBars.BarLinkContainerItem barLinkContainerItem1;
|
|
|
|
|
private DevExpress.XtraBars.BarHeaderItem barHeaderItem1;
|
|
|
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager;
|
|
|
|
|
private DevExpress.XtraBars.BarEditItem barEditItem1;
|
|
|
|
|
private DevExpress.XtraBars.BarEditItem workPath;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit currentWorkPath;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel labCurrentLocation;
|
|
|
|
|
private DevExpress.XtraBars.BarEditItem licState;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
|
|
|
|
|
}
|
|
|
|
|
}
|