namespace Yw.WinFrmUI
|
{
|
partial class SetHydroEvaluationModelCtrl
|
{
|
/// <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()
|
{
|
components = new Container();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroEvaluationModelCtrl));
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
setHydroEvaluationModelViewModelBindingSource = new BindingSource(components);
|
colEvaluateType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEvaluateLower = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEvaluateUpper = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEvaluateContent = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((ISupportInitialize)setHydroEvaluationModelViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = setHydroEvaluationModelViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(731, 402);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colEvaluateType, colEvaluateLower, colEvaluateUpper, colEvaluateContent, colDelete });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.RowCellClick += gridView1_RowCellClick;
|
gridView1.CustomRowCellEdit += gridView1_CustomRowCellEdit;
|
gridView1.ShowingEditor += gridView1_ShowingEditor;
|
gridView1.InitNewRow += gridView1_InitNewRow;
|
//
|
// colDelete
|
//
|
colDelete.Caption = "删除";
|
colDelete.ColumnEdit = repositoryItemButtonEdit1;
|
colDelete.MaxWidth = 60;
|
colDelete.MinWidth = 60;
|
colDelete.Name = "colDelete";
|
colDelete.OptionsColumn.AllowEdit = false;
|
colDelete.Visible = true;
|
colDelete.VisibleIndex = 4;
|
colDelete.Width = 60;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions3.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions3.SvgImage");
|
editorButtonImageOptions3.SvgImageSize = new Size(20, 20);
|
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// setHydroEvaluationModelViewModelBindingSource
|
//
|
setHydroEvaluationModelViewModelBindingSource.DataSource = typeof(SetHydroEvaluationModelViewModel);
|
//
|
// colEvaluateType
|
//
|
colEvaluateType.FieldName = "EvaluateType";
|
colEvaluateType.MaxWidth = 100;
|
colEvaluateType.MinWidth = 100;
|
colEvaluateType.Name = "colEvaluateType";
|
colEvaluateType.Visible = true;
|
colEvaluateType.VisibleIndex = 0;
|
colEvaluateType.Width = 100;
|
//
|
// colEvaluateLower
|
//
|
colEvaluateLower.FieldName = "EvaluateLower";
|
colEvaluateLower.MaxWidth = 100;
|
colEvaluateLower.MinWidth = 100;
|
colEvaluateLower.Name = "colEvaluateLower";
|
colEvaluateLower.Visible = true;
|
colEvaluateLower.VisibleIndex = 1;
|
colEvaluateLower.Width = 100;
|
//
|
// colEvaluateUpper
|
//
|
colEvaluateUpper.FieldName = "EvaluateUpper";
|
colEvaluateUpper.MaxWidth = 100;
|
colEvaluateUpper.MinWidth = 100;
|
colEvaluateUpper.Name = "colEvaluateUpper";
|
colEvaluateUpper.Visible = true;
|
colEvaluateUpper.VisibleIndex = 2;
|
colEvaluateUpper.Width = 100;
|
//
|
// colEvaluateContent
|
//
|
colEvaluateContent.FieldName = "EvaluateContent";
|
colEvaluateContent.MinWidth = 100;
|
colEvaluateContent.Name = "colEvaluateContent";
|
colEvaluateContent.Visible = true;
|
colEvaluateContent.VisibleIndex = 3;
|
colEvaluateContent.Width = 100;
|
//
|
// SetHydroEvaluationModelCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "SetHydroEvaluationModelCtrl";
|
Size = new Size(731, 402);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((ISupportInitialize)setHydroEvaluationModelViewModelBindingSource).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private BindingSource setHydroEvaluationModelViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colEvaluateType;
|
private DevExpress.XtraGrid.Columns.GridColumn colEvaluateLower;
|
private DevExpress.XtraGrid.Columns.GridColumn colEvaluateUpper;
|
private DevExpress.XtraGrid.Columns.GridColumn colEvaluateContent;
|
}
|
}
|