duheng
2024-12-27 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
using System.ComponentModel;
 
namespace HStation.WinFrmUI
{
    partial class PhartDiagramRelationListCtrl
    {
        /// <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.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
            DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
            DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
            DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
            DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
            DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
            imageListBoxControl1 = new ImageListBoxControl();
            toolTipController1 = new DevExpress.Utils.ToolTipController(components);
            phartDiagramRelationListItemViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)imageListBoxControl1).BeginInit();
            ((ISupportInitialize)phartDiagramRelationListItemViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // imageListBoxControl1
            // 
            imageListBoxControl1.DataSource = phartDiagramRelationListItemViewModelBindingSource;
            imageListBoxControl1.Dock = DockStyle.Fill;
            imageListBoxControl1.ItemHeight = 30;
            imageListBoxControl1.Location = new Point(0, 0);
            imageListBoxControl1.Name = "imageListBoxControl1";
            imageListBoxControl1.Size = new Size(267, 669);
            imageListBoxControl1.TabIndex = 0;
            tableColumnDefinition1.Length.Value = 211D;
            tableColumnDefinition2.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel;
            tableColumnDefinition2.Length.Value = 60D;
            itemTemplateBase1.Columns.Add(tableColumnDefinition1);
            itemTemplateBase1.Columns.Add(tableColumnDefinition2);
            templatedItemElement1.FieldName = "Name";
            templatedItemElement1.ImageOptions.ImageAlignment = TileItemContentAlignment.MiddleCenter;
            templatedItemElement1.ImageOptions.ImageScaleMode = TileItemImageScaleMode.ZoomInside;
            templatedItemElement1.Text = "Name";
            templatedItemElement1.TextAlignment = TileItemContentAlignment.MiddleLeft;
            templatedItemElement1.TextLocation = new Point(10, 0);
            templatedItemElement2.ColumnIndex = 1;
            templatedItemElement2.FieldName = "Importance";
            templatedItemElement2.ImageOptions.ImageAlignment = TileItemContentAlignment.MiddleCenter;
            templatedItemElement2.ImageOptions.ImageScaleMode = TileItemImageScaleMode.ZoomInside;
            templatedItemElement2.Text = "Importance";
            templatedItemElement2.TextAlignment = TileItemContentAlignment.MiddleCenter;
            itemTemplateBase1.Elements.Add(templatedItemElement1);
            itemTemplateBase1.Elements.Add(templatedItemElement2);
            itemTemplateBase1.Name = "template1";
            itemTemplateBase1.Rows.Add(tableRowDefinition1);
            imageListBoxControl1.Templates.Add(itemTemplateBase1);
            imageListBoxControl1.ToolTipController = toolTipController1;
            imageListBoxControl1.SelectedValueChanged += imageListBoxControl1_SelectedValueChanged;
            // 
            // toolTipController1
            // 
            toolTipController1.GetActiveObjectInfo += toolTipController1_GetActiveObjectInfo;
            // 
            // phartDiagramRelationListItemViewModelBindingSource
            // 
            phartDiagramRelationListItemViewModelBindingSource.DataSource = typeof(PhartDiagramRelationListItemViewModel);
            // 
            // PhartDiagramRelationListCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(imageListBoxControl1);
            Name = "PhartDiagramRelationListCtrl";
            Size = new Size(267, 669);
            ((ISupportInitialize)imageListBoxControl1).EndInit();
            ((ISupportInitialize)phartDiagramRelationListItemViewModelBindingSource).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
        private DevExpress.XtraEditors.ImageListBoxControl imageListBoxControl1;
        private DevExpress.Utils.ToolTipController toolTipController1;
        private BindingSource phartDiagramRelationListItemViewModelBindingSource;
    }
}