|
|
|
|
|
namespace KepGridEditor
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class FormWellAdjustSetting
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
txtRadius = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
|
labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
txtDiffrence = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
|
btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
|
labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
txtFactor = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
|
labelControlMode = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
textEditDilution = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
|
comboBoxEditMode = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
|
|
|
gridControl = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
|
gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
colX = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
colY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
colZ = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
colTZ = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
colError = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
|
labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
lblUnit = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
lblRegion = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
txtFeatherWidth = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
|
lblFeather = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
rdoSmoothRegion = new DevExpress.XtraEditors.RadioGroup();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtRadius.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtDiffrence.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtFactor.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)textEditDilution.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)comboBoxEditMode.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)gridControl).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)gridView).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtFeatherWidth.Properties).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)rdoSmoothRegion.Properties).BeginInit();
|
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl1
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControl1.Location = new System.Drawing.Point(12, 61);
|
|
|
|
|
|
labelControl1.Name = "labelControl1";
|
|
|
|
|
|
labelControl1.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
labelControl1.TabIndex = 2;
|
|
|
|
|
|
labelControl1.Text = "影响半径:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// txtRadius
|
|
|
|
|
|
//
|
|
|
|
|
|
txtRadius.Location = new System.Drawing.Point(82, 58);
|
|
|
|
|
|
txtRadius.Name = "txtRadius";
|
|
|
|
|
|
txtRadius.Size = new System.Drawing.Size(140, 20);
|
|
|
|
|
|
txtRadius.TabIndex = 3;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl2
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControl2.Location = new System.Drawing.Point(295, 61);
|
|
|
|
|
|
labelControl2.Name = "labelControl2";
|
|
|
|
|
|
labelControl2.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
labelControl2.TabIndex = 6;
|
|
|
|
|
|
labelControl2.Text = "数值范围:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// txtDiffrence
|
|
|
|
|
|
//
|
|
|
|
|
|
txtDiffrence.Location = new System.Drawing.Point(365, 58);
|
|
|
|
|
|
txtDiffrence.Name = "txtDiffrence";
|
|
|
|
|
|
txtDiffrence.Size = new System.Drawing.Size(140, 20);
|
|
|
|
|
|
txtDiffrence.TabIndex = 7;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnOK
|
|
|
|
|
|
//
|
|
|
|
|
|
btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
|
|
|
|
btnOK.Location = new System.Drawing.Point(722, 541);
|
|
|
|
|
|
btnOK.Name = "btnOK";
|
|
|
|
|
|
btnOK.Size = new System.Drawing.Size(80, 23);
|
|
|
|
|
|
btnOK.TabIndex = 11;
|
|
|
|
|
|
btnOK.Text = "确定";
|
|
|
|
|
|
btnOK.Click += btnOK_Click;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btnCancel
|
|
|
|
|
|
//
|
|
|
|
|
|
btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
|
|
|
|
btnCancel.Location = new System.Drawing.Point(822, 541);
|
|
|
|
|
|
btnCancel.Name = "btnCancel";
|
|
|
|
|
|
btnCancel.Size = new System.Drawing.Size(80, 23);
|
|
|
|
|
|
btnCancel.TabIndex = 12;
|
|
|
|
|
|
btnCancel.Text = "取消";
|
|
|
|
|
|
btnCancel.Click += btnCancel_Click;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl3
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControl3.Location = new System.Drawing.Point(12, 96);
|
|
|
|
|
|
labelControl3.Name = "labelControl3";
|
|
|
|
|
|
labelControl3.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
labelControl3.TabIndex = 4;
|
|
|
|
|
|
labelControl3.Text = "下降系数:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// txtFactor
|
|
|
|
|
|
//
|
|
|
|
|
|
txtFactor.Location = new System.Drawing.Point(82, 93);
|
|
|
|
|
|
txtFactor.Name = "txtFactor";
|
|
|
|
|
|
txtFactor.Size = new System.Drawing.Size(140, 20);
|
|
|
|
|
|
txtFactor.TabIndex = 5;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControlMode
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControlMode.Location = new System.Drawing.Point(12, 26);
|
|
|
|
|
|
labelControlMode.Name = "labelControlMode";
|
|
|
|
|
|
labelControlMode.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
labelControlMode.TabIndex = 0;
|
|
|
|
|
|
labelControlMode.Text = "校正算法:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl4
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControl4.Location = new System.Drawing.Point(295, 96);
|
|
|
|
|
|
labelControl4.Name = "labelControl4";
|
|
|
|
|
|
labelControl4.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
labelControl4.TabIndex = 8;
|
|
|
|
|
|
labelControl4.Text = "抽稀倍数:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// textEditDilution
|
|
|
|
|
|
//
|
|
|
|
|
|
textEditDilution.Location = new System.Drawing.Point(365, 93);
|
|
|
|
|
|
textEditDilution.Name = "textEditDilution";
|
|
|
|
|
|
textEditDilution.Size = new System.Drawing.Size(140, 20);
|
|
|
|
|
|
textEditDilution.TabIndex = 9;
|
|
|
|
|
|
//
|
|
|
|
|
|
// comboBoxEditMode
|
|
|
|
|
|
//
|
|
|
|
|
|
comboBoxEditMode.Location = new System.Drawing.Point(82, 23);
|
|
|
|
|
|
comboBoxEditMode.Name = "comboBoxEditMode";
|
|
|
|
|
|
comboBoxEditMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
|
|
|
comboBoxEditMode.Properties.Items.AddRange(new object[] { "默认", "RBF", "IDW" });
|
|
|
|
|
|
comboBoxEditMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
|
comboBoxEditMode.Size = new System.Drawing.Size(140, 20);
|
|
|
|
|
|
comboBoxEditMode.TabIndex = 1;
|
|
|
|
|
|
comboBoxEditMode.SelectedIndexChanged += comboBoxEditMode_SelectedIndexChanged;
|
|
|
|
|
|
//
|
|
|
|
|
|
// gridControl
|
|
|
|
|
|
//
|
|
|
|
|
|
gridControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
|
|
|
|
gridControl.Location = new System.Drawing.Point(12, 221);
|
|
|
|
|
|
gridControl.MainView = gridView;
|
|
|
|
|
|
gridControl.Name = "gridControl";
|
|
|
|
|
|
gridControl.Size = new System.Drawing.Size(892, 305);
|
|
|
|
|
|
gridControl.TabIndex = 10;
|
|
|
|
|
|
gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView });
|
|
|
|
|
|
//
|
|
|
|
|
|
// gridView
|
|
|
|
|
|
//
|
|
|
|
|
|
gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colX, colY, colZ, colTZ, colError });
|
|
|
|
|
|
gridView.GridControl = gridControl;
|
|
|
|
|
|
gridView.Name = "gridView";
|
|
|
|
|
|
gridView.OptionsBehavior.Editable = false;
|
|
|
|
|
|
gridView.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colName
|
|
|
|
|
|
//
|
|
|
|
|
|
colName.Caption = "井名";
|
|
|
|
|
|
colName.FieldName = "Name";
|
|
|
|
|
|
colName.Name = "colName";
|
|
|
|
|
|
colName.Visible = true;
|
|
|
|
|
|
colName.VisibleIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colX
|
|
|
|
|
|
//
|
|
|
|
|
|
colX.Caption = "X";
|
|
|
|
|
|
colX.DisplayFormat.FormatString = "F2";
|
|
|
|
|
|
colX.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
|
|
|
|
colX.FieldName = "X";
|
|
|
|
|
|
colX.Name = "colX";
|
|
|
|
|
|
colX.Visible = true;
|
|
|
|
|
|
colX.VisibleIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colY
|
|
|
|
|
|
//
|
|
|
|
|
|
colY.Caption = "Y";
|
|
|
|
|
|
colY.DisplayFormat.FormatString = "F2";
|
|
|
|
|
|
colY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
|
|
|
|
colY.FieldName = "Y";
|
|
|
|
|
|
colY.Name = "colY";
|
|
|
|
|
|
colY.Visible = true;
|
|
|
|
|
|
colY.VisibleIndex = 2;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colZ
|
|
|
|
|
|
//
|
|
|
|
|
|
colZ.Caption = "Z";
|
|
|
|
|
|
colZ.DisplayFormat.FormatString = "F2";
|
|
|
|
|
|
colZ.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
|
|
|
|
colZ.FieldName = "Z";
|
|
|
|
|
|
colZ.Name = "colZ";
|
|
|
|
|
|
colZ.Visible = true;
|
|
|
|
|
|
colZ.VisibleIndex = 3;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colTZ
|
|
|
|
|
|
//
|
|
|
|
|
|
colTZ.Caption = "图Z";
|
|
|
|
|
|
colTZ.DisplayFormat.FormatString = "F2";
|
|
|
|
|
|
colTZ.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
|
|
|
|
colTZ.FieldName = "TZ";
|
|
|
|
|
|
colTZ.Name = "colTZ";
|
|
|
|
|
|
colTZ.Visible = true;
|
|
|
|
|
|
colTZ.VisibleIndex = 4;
|
|
|
|
|
|
//
|
|
|
|
|
|
// colError
|
|
|
|
|
|
//
|
|
|
|
|
|
colError.Caption = "误差";
|
|
|
|
|
|
colError.DisplayFormat.FormatString = "F2";
|
|
|
|
|
|
colError.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
|
|
|
|
colError.FieldName = "Error";
|
|
|
|
|
|
colError.Name = "colError";
|
|
|
|
|
|
colError.Visible = true;
|
|
|
|
|
|
colError.VisibleIndex = 5;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl5
|
|
|
|
|
|
//
|
|
|
|
|
|
labelControl5.Location = new System.Drawing.Point(12, 201);
|
|
|
|
|
|
labelControl5.Name = "labelControl5";
|
|
|
|
|
|
labelControl5.Size = new System.Drawing.Size(64, 14);
|
|
|
|
|
|
labelControl5.TabIndex = 13;
|
|
|
|
|
|
labelControl5.Text = "控制点列表:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblUnit
|
|
|
|
|
|
//
|
|
|
|
|
|
lblUnit.Location = new System.Drawing.Point(511, 159);
|
|
|
|
|
|
lblUnit.Name = "lblUnit";
|
|
|
|
|
|
lblUnit.Size = new System.Drawing.Size(12, 14);
|
|
|
|
|
|
lblUnit.TabIndex = 18;
|
|
|
|
|
|
lblUnit.Text = "格";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblRegion
|
|
|
|
|
|
//
|
|
|
|
|
|
lblRegion.Location = new System.Drawing.Point(12, 131);
|
|
|
|
|
|
lblRegion.Name = "lblRegion";
|
|
|
|
|
|
lblRegion.Size = new System.Drawing.Size(52, 14);
|
|
|
|
|
|
lblRegion.TabIndex = 14;
|
|
|
|
|
|
lblRegion.Text = "平滑区域:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// txtFeatherWidth
|
|
|
|
|
|
//
|
|
|
|
|
|
txtFeatherWidth.EditValue = "6";
|
|
|
|
|
|
txtFeatherWidth.Location = new System.Drawing.Point(375, 156);
|
|
|
|
|
|
txtFeatherWidth.Name = "txtFeatherWidth";
|
|
|
|
|
|
txtFeatherWidth.Size = new System.Drawing.Size(130, 20);
|
|
|
|
|
|
txtFeatherWidth.TabIndex = 17;
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblFeather
|
|
|
|
|
|
//
|
|
|
|
|
|
lblFeather.Location = new System.Drawing.Point(295, 159);
|
|
|
|
|
|
lblFeather.Name = "lblFeather";
|
|
|
|
|
|
lblFeather.Size = new System.Drawing.Size(69, 14);
|
|
|
|
|
|
lblFeather.TabIndex = 16;
|
|
|
|
|
|
lblFeather.Text = "羽化宽度(b):";
|
|
|
|
|
|
//
|
|
|
|
|
|
// rdoSmoothRegion
|
|
|
|
|
|
//
|
|
|
|
|
|
rdoSmoothRegion.EditValue = 0;
|
|
|
|
|
|
rdoSmoothRegion.Location = new System.Drawing.Point(12, 151);
|
|
|
|
|
|
rdoSmoothRegion.Name = "rdoSmoothRegion";
|
|
|
|
|
|
rdoSmoothRegion.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
rdoSmoothRegion.Properties.Appearance.Options.UseBackColor = true;
|
|
|
|
|
|
rdoSmoothRegion.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
|
rdoSmoothRegion.Properties.Columns = 3;
|
|
|
|
|
|
rdoSmoothRegion.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "范围内"), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "范围外") });
|
|
|
|
|
|
rdoSmoothRegion.Size = new System.Drawing.Size(285, 30);
|
|
|
|
|
|
rdoSmoothRegion.TabIndex = 15;
|
|
|
|
|
|
//
|
|
|
|
|
|
// FormWellAdjustSetting
|
|
|
|
|
|
//
|
|
|
|
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
ClientSize = new System.Drawing.Size(916, 576);
|
|
|
|
|
|
Controls.Add(lblUnit);
|
|
|
|
|
|
Controls.Add(txtFeatherWidth);
|
|
|
|
|
|
Controls.Add(lblFeather);
|
|
|
|
|
|
Controls.Add(rdoSmoothRegion);
|
|
|
|
|
|
Controls.Add(lblRegion);
|
|
|
|
|
|
Controls.Add(labelControl5);
|
|
|
|
|
|
Controls.Add(gridControl);
|
|
|
|
|
|
Controls.Add(labelControlMode);
|
|
|
|
|
|
Controls.Add(textEditDilution);
|
|
|
|
|
|
Controls.Add(txtFactor);
|
|
|
|
|
|
Controls.Add(btnCancel);
|
|
|
|
|
|
Controls.Add(labelControl4);
|
|
|
|
|
|
Controls.Add(btnOK);
|
|
|
|
|
|
Controls.Add(labelControl3);
|
|
|
|
|
|
Controls.Add(txtDiffrence);
|
|
|
|
|
|
Controls.Add(labelControl2);
|
|
|
|
|
|
Controls.Add(txtRadius);
|
|
|
|
|
|
Controls.Add(labelControl1);
|
|
|
|
|
|
Controls.Add(comboBoxEditMode);
|
|
|
|
|
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
|
|
|
|
MaximizeBox = false;
|
|
|
|
|
|
MinimizeBox = false;
|
|
|
|
|
|
Name = "FormWellAdjustSetting";
|
|
|
|
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
|
Text = "井点匹配设置";
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtRadius.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtDiffrence.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtFactor.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)textEditDilution.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)comboBoxEditMode.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)gridControl).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)gridView).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)txtFeatherWidth.Properties).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)rdoSmoothRegion.Properties).EndInit();
|
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
|
PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
// 原有变量保持不变
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtRadius;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtDiffrence;
|
|
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtFactor;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControlMode;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit textEditDilution;
|
|
|
|
|
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditMode;
|
|
|
|
|
|
|
|
|
|
|
|
// 新增表格变量
|
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl;
|
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colX;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colY;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colZ;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTZ;
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colError;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lblUnit;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lblRegion;
|
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtFeatherWidth;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lblFeather;
|
|
|
|
|
|
private DevExpress.XtraEditors.RadioGroup rdoSmoothRegion;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|