namespace Gs.DevApp.UserControl
{
partial class UcLookHuoZhu
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.txt_qt018 = new DevExpress.XtraEditors.SearchLookUpEdit();
this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.txt_qt025 = new DevExpress.XtraEditors.ComboBoxEdit();
((System.ComponentModel.ISupportInitialize)(this.txt_qt018.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_qt025.Properties)).BeginInit();
this.SuspendLayout();
//
// txt_qt018
//
this.txt_qt018.Dock = System.Windows.Forms.DockStyle.Top;
this.txt_qt018.EditValue = "[请选择]";
this.txt_qt018.Location = new System.Drawing.Point(0, 24);
this.txt_qt018.Name = "txt_qt018";
this.txt_qt018.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_qt018.Properties.Appearance.Options.UseFont = true;
this.txt_qt018.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_qt018.Properties.PopupView = this.searchLookUpEdit1View;
this.txt_qt018.Size = new System.Drawing.Size(263, 28);
this.txt_qt018.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_qt025
//
this.txt_qt025.Dock = System.Windows.Forms.DockStyle.Top;
this.txt_qt025.EditValue = "请选择";
this.txt_qt025.Location = new System.Drawing.Point(0, 0);
this.txt_qt025.Name = "txt_qt025";
this.txt_qt025.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_qt025.Properties.Items.AddRange(new object[] {
"请选择",
"1,组织(BD_OwnerOrg)",
"2,供应商(BD_Supplier)",
"3,客户(BD_Customer)"});
this.txt_qt025.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txt_qt025.Size = new System.Drawing.Size(263, 24);
this.txt_qt025.TabIndex = 313;
//
// UcLookHuoZhu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txt_qt018);
this.Controls.Add(this.txt_qt025);
this.Name = "UcLookHuoZhu";
this.Size = new System.Drawing.Size(263, 61);
((System.ComponentModel.ISupportInitialize)(this.txt_qt018.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_qt025.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SearchLookUpEdit txt_qt018;
private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
private DevExpress.XtraEditors.ComboBoxEdit txt_qt025;
}
}