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()
|
{
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
this.txt_hzabc = new DevExpress.XtraEditors.SearchLookUpEdit();
|
this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.txt_hzlxabc = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
this.SuspendLayout();
|
//
|
// txt_hzabc
|
//
|
this.txt_hzabc.EditValue = "请选择货主";
|
this.txt_hzabc.Location = new System.Drawing.Point(92, 39);
|
this.txt_hzabc.Name = "txt_hzabc";
|
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(310, 24);
|
this.txt_hzabc.StyleController = this.layoutControl1;
|
this.txt_hzabc.TabIndex = 312;
|
//
|
// searchLookUpEdit1View
|
//
|
this.searchLookUpEdit1View.DetailHeight = 300;
|
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.EditValue = "请选择货主类型";
|
this.txt_hzlxabc.Location = new System.Drawing.Point(92, 0);
|
this.txt_hzlxabc.Name = "txt_hzlxabc";
|
this.txt_hzlxabc.Properties.Appearance.Options.UseFont = true;
|
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(310, 24);
|
this.txt_hzlxabc.StyleController = this.layoutControl1;
|
this.txt_hzlxabc.TabIndex = 313;
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.txt_hzlxabc);
|
this.layoutControl1.Controls.Add(this.txt_hzabc);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(577, 454, 812, 500);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(402, 78);
|
this.layoutControl1.TabIndex = 318;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.layoutControlItem2});
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.Root.Name = "Root";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 100D;
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1});
|
rowDefinition1.Height = 100D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
rowDefinition2.Height = 100D;
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1,
|
rowDefinition2});
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.Root.Size = new System.Drawing.Size(402, 78);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.txt_hzabc;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 39);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.layoutControlItem1.Size = new System.Drawing.Size(402, 39);
|
this.layoutControlItem1.Text = "选择货主 ";
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(80, 18);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.txt_hzlxabc;
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.layoutControlItem2.Size = new System.Drawing.Size(402, 39);
|
this.layoutControlItem2.Text = "货主类型 ";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(80, 18);
|
//
|
// UcLookHuoZhu
|
//
|
this.Appearance.Options.UseFont = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Margin = new System.Windows.Forms.Padding(0);
|
this.Name = "UcLookHuoZhu";
|
this.Size = new System.Drawing.Size(402, 78);
|
((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SearchLookUpEdit txt_hzabc;
|
private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_hzlxabc;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
}
|
}
|