|
@@ -0,0 +1,271 @@
|
|
|
+namespace XdCxRhDW.App.UserControl
|
|
|
+{
|
|
|
+ partial class CtrlXlCalculate
|
|
|
+ {
|
|
|
+ /// <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 Component 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(CtrlXl));
|
|
|
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ this.btnImp = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.gridXl = new DevExpress.XtraGrid.GridControl();
|
|
|
+ this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.btnOpen = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.xtraOpenFileDialog1 = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
|
|
|
+ this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
+ this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
+ 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.btnDel = new DevExpress.XtraBars.BarButtonItem();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
+ this.layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ this.layoutControl1.Controls.Add(this.btnImp);
|
|
|
+ this.layoutControl1.Controls.Add(this.gridXl);
|
|
|
+ this.layoutControl1.Controls.Add(this.btnOpen);
|
|
|
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControl1.Name = "layoutControl1";
|
|
|
+ this.layoutControl1.Root = this.Root;
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.layoutControl1.TabIndex = 0;
|
|
|
+ this.layoutControl1.Text = "layoutControl1";
|
|
|
+ //
|
|
|
+ // btnImp
|
|
|
+ //
|
|
|
+ this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
|
|
|
+ this.btnImp.Location = new System.Drawing.Point(539, 12);
|
|
|
+ this.btnImp.Name = "btnImp";
|
|
|
+ this.btnImp.Size = new System.Drawing.Size(96, 24);
|
|
|
+ this.btnImp.StyleController = this.layoutControl1;
|
|
|
+ this.btnImp.TabIndex = 6;
|
|
|
+ this.btnImp.Text = "导入";
|
|
|
+ this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
|
|
|
+ //
|
|
|
+ // gridXl
|
|
|
+ //
|
|
|
+ this.gridXl.Location = new System.Drawing.Point(10, 38);
|
|
|
+ this.gridXl.MainView = this.gridView1;
|
|
|
+ this.gridXl.Name = "gridXl";
|
|
|
+ this.gridXl.Size = new System.Drawing.Size(627, 374);
|
|
|
+ this.gridXl.TabIndex = 5;
|
|
|
+ this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
+ this.gridView1});
|
|
|
+ //
|
|
|
+ // gridView1
|
|
|
+ //
|
|
|
+ this.gridView1.GridControl = this.gridXl;
|
|
|
+ this.gridView1.Name = "gridView1";
|
|
|
+ this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
|
|
|
+ //
|
|
|
+ // btnOpen
|
|
|
+ //
|
|
|
+ this.btnOpen.Location = new System.Drawing.Point(76, 12);
|
|
|
+ this.btnOpen.Name = "btnOpen";
|
|
|
+ this.btnOpen.Properties.AutoHeight = false;
|
|
|
+ this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
+ this.btnOpen.Size = new System.Drawing.Size(459, 24);
|
|
|
+ this.btnOpen.StyleController = this.layoutControl1;
|
|
|
+ this.btnOpen.TabIndex = 4;
|
|
|
+ this.btnOpen.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnOpen_ButtonClick);
|
|
|
+ //
|
|
|
+ // Root
|
|
|
+ //
|
|
|
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ this.Root.GroupBordersVisible = false;
|
|
|
+ this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.layoutControlItem2,
|
|
|
+ this.layoutControlItem3});
|
|
|
+ this.Root.Name = "Root";
|
|
|
+ this.Root.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.Root.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.btnOpen;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
|
|
|
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(527, 28);
|
|
|
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem1.Text = "星历文件:";
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ //
|
|
|
+ // layoutControlItem2
|
|
|
+ //
|
|
|
+ this.layoutControlItem2.Control = this.gridXl;
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
|
|
|
+ this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
+ this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(627, 374);
|
|
|
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem2.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem3
|
|
|
+ //
|
|
|
+ this.layoutControlItem3.Control = this.btnImp;
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(527, 0);
|
|
|
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
|
|
|
+ this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem3.TextVisible = false;
|
|
|
+ //
|
|
|
+ // xtraOpenFileDialog1
|
|
|
+ //
|
|
|
+ this.xtraOpenFileDialog1.Filter = "文本文件|*.txt";
|
|
|
+ //
|
|
|
+ // popupMenu1
|
|
|
+ //
|
|
|
+ this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
|
|
|
+ this.popupMenu1.Manager = this.barManager1;
|
|
|
+ this.popupMenu1.Name = "popupMenu1";
|
|
|
+ //
|
|
|
+ // 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.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
+ this.btnDel});
|
|
|
+ this.barManager1.MaxItemId = 1;
|
|
|
+ //
|
|
|
+ // barDockControlTop
|
|
|
+ //
|
|
|
+ this.barDockControlTop.CausesValidation = false;
|
|
|
+ this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.barDockControlTop.Manager = this.barManager1;
|
|
|
+ this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
|
|
|
+ //
|
|
|
+ // barDockControlBottom
|
|
|
+ //
|
|
|
+ this.barDockControlBottom.CausesValidation = false;
|
|
|
+ this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
|
|
|
+ this.barDockControlBottom.Manager = this.barManager1;
|
|
|
+ this.barDockControlBottom.Size = new System.Drawing.Size(647, 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.Manager = this.barManager1;
|
|
|
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
|
|
|
+ //
|
|
|
+ // barDockControlRight
|
|
|
+ //
|
|
|
+ this.barDockControlRight.CausesValidation = false;
|
|
|
+ this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
|
|
|
+ this.barDockControlRight.Manager = this.barManager1;
|
|
|
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
|
|
|
+ //
|
|
|
+ // btnDel
|
|
|
+ //
|
|
|
+ this.btnDel.Caption = "删除";
|
|
|
+ this.btnDel.Id = 0;
|
|
|
+ this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
|
|
|
+ this.btnDel.Name = "btnDel";
|
|
|
+ this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
|
|
|
+ //
|
|
|
+ // CtrlXl
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.Controls.Add(this.layoutControl1);
|
|
|
+ this.Controls.Add(this.barDockControlLeft);
|
|
|
+ this.Controls.Add(this.barDockControlRight);
|
|
|
+ this.Controls.Add(this.barDockControlBottom);
|
|
|
+ this.Controls.Add(this.barDockControlTop);
|
|
|
+ this.Name = "CtrlXl";
|
|
|
+ this.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.Load += new System.EventHandler(this.CtrlXl_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
+ this.layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridXl)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
+ private DevExpress.XtraGrid.GridControl gridXl;
|
|
|
+ private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
+ private DevExpress.XtraEditors.ButtonEdit btnOpen;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
+ private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog1;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnImp;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
+ private DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
+ private DevExpress.XtraBars.BarButtonItem btnDel;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|