啊鑫
2024-07-11 afbf8700d137710713db61955879d0f5acb73738
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
107
108
109
110
111
112
113
114
115
116
117
namespace CSFrameworkV5.Library.UserControls
{
    partial class ucLookupEditorPopupControl
    {
        /// <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()
        {
            this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
            this.gcPopupView = new DevExpress.XtraGrid.GridControl();
            this.gvPopupView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colMeasID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMeasName = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
            this.popupContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcPopupView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPopupView)).BeginInit();
            this.SuspendLayout();
            // 
            // popupContainerControl1
            // 
            this.popupContainerControl1.Controls.Add(this.gcPopupView);
            this.popupContainerControl1.Location = new System.Drawing.Point(3, 3);
            this.popupContainerControl1.Name = "popupContainerControl1";
            this.popupContainerControl1.Size = new System.Drawing.Size(323, 241);
            this.popupContainerControl1.TabIndex = 0;
            // 
            // gcPopupView
            // 
            this.gcPopupView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcPopupView.Location = new System.Drawing.Point(0, 0);
            this.gcPopupView.MainView = this.gvPopupView;
            this.gcPopupView.Name = "gcPopupView";
            this.gcPopupView.Size = new System.Drawing.Size(323, 241);
            this.gcPopupView.TabIndex = 0;
            this.gcPopupView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvPopupView});
            // 
            // gvPopupView
            // 
            this.gvPopupView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colMeasID,
            this.colMeasName});
            this.gvPopupView.GridControl = this.gcPopupView;
            this.gvPopupView.Name = "gvPopupView";
            this.gvPopupView.OptionsBehavior.Editable = false;
            this.gvPopupView.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvPopupView.OptionsView.ColumnAutoWidth = false;
            this.gvPopupView.OptionsView.ShowGroupPanel = false;
            this.gvPopupView.OptionsView.ShowIndicator = false;
            this.gvPopupView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvPopupView_RowClick);
            // 
            // colMeasID
            // 
            this.colMeasID.Caption = "编号";
            this.colMeasID.FieldName = "MeasID";
            this.colMeasID.Name = "colMeasID";
            this.colMeasID.Visible = true;
            this.colMeasID.VisibleIndex = 0;
            this.colMeasID.Width = 84;
            // 
            // colMeasName
            // 
            this.colMeasName.Caption = "度尺参数";
            this.colMeasName.FieldName = "MeasName";
            this.colMeasName.Name = "colMeasName";
            this.colMeasName.Visible = true;
            this.colMeasName.VisibleIndex = 1;
            this.colMeasName.Width = 208;
            // 
            // ucLookupEditorPopupControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.popupContainerControl1);
            this.Name = "ucLookupEditorPopupControl";
            this.Size = new System.Drawing.Size(330, 250);
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
            this.popupContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcPopupView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPopupView)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1;
        private DevExpress.XtraGrid.GridControl gcPopupView;
        private DevExpress.XtraGrid.Views.Grid.GridView gvPopupView;
        private DevExpress.XtraGrid.Columns.GridColumn colMeasID;
        private DevExpress.XtraGrid.Columns.GridColumn colMeasName;
 
    }
}