lixiaojun
2024-12-02 f460fd2c628ab56db7450d70f3b7ad4b3524e6c8
WinFrmUI/Yw.WinFrmUI.Hydro.Core/19-pump/01-list/HydroPumpListStateViewCtrl.Designer.cs
文件名从 WinFrmUI/Yw.WinFrmUI.Hydro.Core/19-pump/01-run/HydroPumpRunListViewCtrl.Designer.cs 修改
@@ -1,6 +1,6 @@
锘縩amespace Yw.WinFrmUI
{
    partial class HydroPumpRunListViewCtrl
    partial class HydroPumpListStateViewCtrl
    {
        /// <summary> 
        /// Required designer variable.
@@ -37,52 +37,47 @@
            DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
            DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement3 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
            DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroPumpRunListViewCtrl));
            imageListBoxControl1 = new DevExpress.XtraEditors.ImageListBoxControl();
            hydroPumpRunViewModelBindingSource = new BindingSource(components);
            image32 = new DevExpress.Utils.ImageCollection(components);
            hydroPumpListViewItemStateViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)imageListBoxControl1).BeginInit();
            ((ISupportInitialize)hydroPumpRunViewModelBindingSource).BeginInit();
            ((ISupportInitialize)image32).BeginInit();
            ((ISupportInitialize)hydroPumpListViewItemStateViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // imageListBoxControl1
            // 
            imageListBoxControl1.DataSource = hydroPumpRunViewModelBindingSource;
            imageListBoxControl1.DisplayMember = "Name";
            imageListBoxControl1.DataSource = hydroPumpListViewItemStateViewModelBindingSource;
            imageListBoxControl1.Dock = DockStyle.Fill;
            imageListBoxControl1.ImageIndexMember = "ImageIndex";
            imageListBoxControl1.ImageList = image32;
            imageListBoxControl1.ImageMember = "ImageIndex";
            imageListBoxControl1.ItemHeight = 36;
            imageListBoxControl1.ItemHeight = 34;
            imageListBoxControl1.Location = new Point(0, 0);
            imageListBoxControl1.Name = "imageListBoxControl1";
            imageListBoxControl1.Size = new Size(285, 624);
            imageListBoxControl1.TabIndex = 0;
            tableColumnDefinition1.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel;
            tableColumnDefinition1.Length.Value = 40D;
            tableColumnDefinition2.Length.Value = 171D;
            tableColumnDefinition3.Length.Value = 70D;
            tableColumnDefinition2.Length.Value = 175D;
            tableColumnDefinition3.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel;
            tableColumnDefinition3.Length.Value = 72D;
            itemTemplateBase1.Columns.Add(tableColumnDefinition1);
            itemTemplateBase1.Columns.Add(tableColumnDefinition2);
            itemTemplateBase1.Columns.Add(tableColumnDefinition3);
            templatedItemElement1.ColumnIndex = 1;
            templatedItemElement1.FieldName = "Name";
            templatedItemElement1.FieldName = "Image";
            templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            templatedItemElement1.Text = "Name";
            templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            templatedItemElement2.Appearance.Normal.ForeColor = Color.Silver;
            templatedItemElement2.Appearance.Normal.Options.UseForeColor = true;
            templatedItemElement2.ColumnIndex = 2;
            templatedItemElement2.FieldName = "CurrentHz";
            templatedItemElement1.ImageOptions.ImageSize = new Size(32, 32);
            templatedItemElement1.Text = "Image";
            templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            templatedItemElement2.ColumnIndex = 1;
            templatedItemElement2.FieldName = "Name";
            templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            templatedItemElement2.Text = "CurrentHz";
            templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            templatedItemElement3.FieldName = "Image";
            templatedItemElement2.Text = "Name";
            templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            templatedItemElement2.TextLocation = new Point(10, 0);
            templatedItemElement3.ColumnIndex = 2;
            templatedItemElement3.FieldName = "CurrentHz";
            templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            templatedItemElement3.Text = "Image";
            templatedItemElement3.Text = "CurrentHz";
            templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            itemTemplateBase1.Elements.Add(templatedItemElement1);
            itemTemplateBase1.Elements.Add(templatedItemElement2);
@@ -90,37 +85,26 @@
            itemTemplateBase1.Name = "template1";
            itemTemplateBase1.Rows.Add(tableRowDefinition1);
            imageListBoxControl1.Templates.Add(itemTemplateBase1);
            imageListBoxControl1.ValueMember = "Code";
            imageListBoxControl1.SelectedValueChanged += imageListBoxControl1_SelectedValueChanged;
            // 
            // hydroPumpRunViewModelBindingSource
            // hydroPumpListViewItemStateViewModelBindingSource
            // 
            hydroPumpRunViewModelBindingSource.DataSource = typeof(HydroPumpRunViewModel);
            hydroPumpListViewItemStateViewModelBindingSource.DataSource = typeof(HydroPumpListViewItemStateViewModel);
            // 
            // image32
            //
            image32.ImageSize = new Size(32, 32);
            image32.ImageStream = (DevExpress.Utils.ImageCollectionStreamer)resources.GetObject("image32.ImageStream");
            image32.Images.SetKeyName(0, "pump-run.png");
            image32.Images.SetKeyName(1, "pump-shut.png");
            //
            // HydroPumpRunListCtrl
            // HydroPumpListStateViewCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(imageListBoxControl1);
            Name = "HydroPumpRunListCtrl";
            Name = "HydroPumpListStateViewCtrl";
            Size = new Size(285, 624);
            ((ISupportInitialize)imageListBoxControl1).EndInit();
            ((ISupportInitialize)hydroPumpRunViewModelBindingSource).EndInit();
            ((ISupportInitialize)image32).EndInit();
            ((ISupportInitialize)hydroPumpListViewItemStateViewModelBindingSource).EndInit();
            ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.ImageListBoxControl imageListBoxControl1;
        private DevExpress.Utils.ImageCollection image32;
        private BindingSource hydroPumpRunViewModelBindingSource;
        private BindingSource hydroPumpListViewItemStateViewModelBindingSource;
    }
}