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;
|
}
|
}
|