lu
2025-02-14 e97f3a0b90112386f96def011c6d4864d974594a
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
namespace Gs.DevApp.UserControl
{
    partial class UcLookHuoZhu
    {
        /// <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.txt_hzabc = new DevExpress.XtraEditors.SearchLookUpEdit();
            this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.txt_hzlxabc = new DevExpress.XtraEditors.ComboBoxEdit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // txt_hzabc
            // 
            this.txt_hzabc.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.txt_hzabc.EditValue = "[请选择]";
            this.txt_hzabc.Location = new System.Drawing.Point(0, 25);
            this.txt_hzabc.Name = "txt_hzabc";
            this.txt_hzabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_hzabc.Properties.Appearance.Options.UseFont = true;
            this.txt_hzabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_hzabc.Properties.PopupView = this.searchLookUpEdit1View;
            this.txt_hzabc.Size = new System.Drawing.Size(263, 28);
            this.txt_hzabc.TabIndex = 312;
            // 
            // searchLookUpEdit1View
            // 
            this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
            this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // txt_hzlxabc
            // 
            this.txt_hzlxabc.Dock = System.Windows.Forms.DockStyle.Top;
            this.txt_hzlxabc.EditValue = "请选择";
            this.txt_hzlxabc.Location = new System.Drawing.Point(0, 0);
            this.txt_hzlxabc.Name = "txt_hzlxabc";
            this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_hzlxabc.Properties.Items.AddRange(new object[] {
            "请选择",
            "组织(BD_OwnerOrg)",
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});
            this.txt_hzlxabc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_hzlxabc.Size = new System.Drawing.Size(263, 24);
            this.txt_hzlxabc.TabIndex = 313;
            // 
            // UcLookHuoZhu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.txt_hzabc);
            this.Controls.Add(this.txt_hzlxabc);
            this.Name = "UcLookHuoZhu";
            this.Size = new System.Drawing.Size(263, 53);
            ((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.SearchLookUpEdit txt_hzabc;
        private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
        private DevExpress.XtraEditors.ComboBoxEdit txt_hzlxabc;
    }
}