|
@@ -30,6 +30,7 @@
|
|
{
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.components = new System.ComponentModel.Container();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
+ this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
|
|
this.chkDama = new DevExpress.XtraEditors.CheckEdit();
|
|
this.chkDama = new DevExpress.XtraEditors.CheckEdit();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
@@ -75,10 +76,9 @@
|
|
this.lciBtnCheck = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lciBtnCheck = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
+ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
- this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
- this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkDama.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkDama.Properties)).BeginInit();
|
|
@@ -111,8 +111,8 @@
|
|
((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// layoutControl1
|
|
// layoutControl1
|
|
@@ -142,6 +142,16 @@
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
//
|
|
|
|
+ // btnCalc
|
|
|
|
+ //
|
|
|
|
+ this.btnCalc.Location = new System.Drawing.Point(984, 31);
|
|
|
|
+ this.btnCalc.Name = "btnCalc";
|
|
|
|
+ this.btnCalc.Size = new System.Drawing.Size(111, 22);
|
|
|
|
+ this.btnCalc.StyleController = this.layoutControl1;
|
|
|
|
+ this.btnCalc.TabIndex = 19;
|
|
|
|
+ this.btnCalc.Text = "计算";
|
|
|
|
+ this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
|
|
|
|
+ //
|
|
// chkDama
|
|
// chkDama
|
|
//
|
|
//
|
|
this.chkDama.Location = new System.Drawing.Point(867, 6);
|
|
this.chkDama.Location = new System.Drawing.Point(867, 6);
|
|
@@ -663,28 +673,6 @@
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
//
|
|
- // popupMenu1
|
|
|
|
- //
|
|
|
|
- this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
- new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
|
|
|
|
- new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
|
|
|
|
- this.popupMenu1.Manager = this.barManager1;
|
|
|
|
- this.popupMenu1.Name = "popupMenu1";
|
|
|
|
- //
|
|
|
|
- // openFileDialog1
|
|
|
|
- //
|
|
|
|
- this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
|
- //
|
|
|
|
- // btnCalc
|
|
|
|
- //
|
|
|
|
- this.btnCalc.Location = new System.Drawing.Point(984, 31);
|
|
|
|
- this.btnCalc.Name = "btnCalc";
|
|
|
|
- this.btnCalc.Size = new System.Drawing.Size(111, 22);
|
|
|
|
- this.btnCalc.StyleController = this.layoutControl1;
|
|
|
|
- this.btnCalc.TabIndex = 19;
|
|
|
|
- this.btnCalc.Text = "计算";
|
|
|
|
- this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
|
|
|
|
- //
|
|
|
|
// layoutControlItem11
|
|
// layoutControlItem11
|
|
//
|
|
//
|
|
this.layoutControlItem11.Control = this.btnCalc;
|
|
this.layoutControlItem11.Control = this.btnCalc;
|
|
@@ -697,6 +685,18 @@
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem11.TextVisible = false;
|
|
this.layoutControlItem11.TextVisible = false;
|
|
//
|
|
//
|
|
|
|
+ // popupMenu1
|
|
|
|
+ //
|
|
|
|
+ this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
+ new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
|
|
|
|
+ new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
|
|
|
|
+ this.popupMenu1.Manager = this.barManager1;
|
|
|
|
+ this.popupMenu1.Name = "popupMenu1";
|
|
|
|
+ //
|
|
|
|
+ // openFileDialog1
|
|
|
|
+ //
|
|
|
|
+ this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
|
+ //
|
|
// DetectToolForm
|
|
// DetectToolForm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -746,8 +746,8 @@
|
|
((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|