namespace CSFrameworkV5.Library.UserControls
{
partial class ucCodeNamePicker
{
///
/// 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.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.gcSummary = new DevExpress.XtraGrid.GridControl();
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.lbCode = new DevExpress.XtraEditors.LabelControl();
this.txt_Code = new DevExpress.XtraEditors.TextEdit();
this.lbName = new DevExpress.XtraEditors.LabelControl();
this.txt_Name = new DevExpress.XtraEditors.TextEdit();
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
this.popupContainerControl1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Code.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
this.SuspendLayout();
//
// popupContainerControl1
//
this.popupContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.popupContainerControl1.Controls.Add(this.tableLayoutPanel1);
this.popupContainerControl1.Location = new System.Drawing.Point(0, 0);
this.popupContainerControl1.Name = "popupContainerControl1";
this.popupContainerControl1.Size = new System.Drawing.Size(245, 289);
this.popupContainerControl1.TabIndex = 2;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(245, 289);
this.tableLayoutPanel1.TabIndex = 1;
//
// gcSummary
//
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcSummary.Location = new System.Drawing.Point(3, 38);
this.gcSummary.MainView = this.gvSummary;
this.gcSummary.Name = "gcSummary";
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemLookUpEdit1,
this.repositoryItemCheckEdit1});
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.gcSummary.Size = new System.Drawing.Size(239, 248);
this.gcSummary.TabIndex = 12;
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvSummary});
//
// gvSummary
//
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colName});
this.gvSummary.GridControl = this.gcSummary;
this.gvSummary.Name = "gvSummary";
this.gvSummary.OptionsBehavior.Editable = false;
this.gvSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvSummary.OptionsView.ColumnAutoWidth = false;
this.gvSummary.OptionsView.ShowGroupPanel = false;
this.gvSummary.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvSummary_RowClick);
//
// colID
//
this.colID.Caption = "编号";
this.colID.Name = "colID";
this.colID.Visible = true;
this.colID.VisibleIndex = 0;
this.colID.Width = 76;
//
// colName
//
this.colName.Caption = "名称";
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 1;
this.colName.Width = 111;
//
// repositoryItemLookUpEdit1
//
this.repositoryItemLookUpEdit1.AutoHeight = false;
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("NativeName", "Name1")});
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
this.repositoryItemLookUpEdit1.NullText = "";
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.ValueChecked = "Y";
this.repositoryItemCheckEdit1.ValueGrayed = "";
this.repositoryItemCheckEdit1.ValueUnchecked = "N";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.lbCode);
this.flowLayoutPanel1.Controls.Add(this.txt_Code);
this.flowLayoutPanel1.Controls.Add(this.lbName);
this.flowLayoutPanel1.Controls.Add(this.txt_Name);
this.flowLayoutPanel1.Controls.Add(this.btnClear);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(239, 29);
this.flowLayoutPanel1.TabIndex = 13;
//
// lbCode
//
this.lbCode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbCode.Location = new System.Drawing.Point(3, 3);
this.lbCode.Name = "lbCode";
this.lbCode.Size = new System.Drawing.Size(32, 19);
this.lbCode.TabIndex = 240;
this.lbCode.Text = "编号:";
//
// txt_Code
//
this.txt_Code.Location = new System.Drawing.Point(41, 3);
this.txt_Code.Name = "txt_Code";
this.txt_Code.Size = new System.Drawing.Size(48, 20);
this.txt_Code.TabIndex = 242;
this.txt_Code.EditValueChanged += new System.EventHandler(this.txt_Code_EditValueChanged);
//
// lbName
//
this.lbName.Appearance.Options.UseTextOptions = true;
this.lbName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lbName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbName.Location = new System.Drawing.Point(95, 3);
this.lbName.Name = "lbName";
this.lbName.Size = new System.Drawing.Size(32, 19);
this.lbName.TabIndex = 243;
this.lbName.Text = "名称:";
//
// txt_Name
//
this.txt_Name.Location = new System.Drawing.Point(133, 3);
this.txt_Name.Name = "txt_Name";
this.txt_Name.Size = new System.Drawing.Size(49, 20);
this.txt_Name.TabIndex = 239;
this.txt_Name.EditValueChanged += new System.EventHandler(this.txt_Name_EditValueChanged);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(188, 3);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(41, 23);
this.btnClear.TabIndex = 241;
this.btnClear.Text = "清空";
this.btnClear.Click += new System.EventHandler(this.btnClose_Click);
//
// ucCodeNamePicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.popupContainerControl1);
this.Name = "ucCodeNamePicker";
this.Size = new System.Drawing.Size(244, 292);
this.Load += new System.EventHandler(this.ucCodeNamePicker_Load);
((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
this.popupContainerControl1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_Code.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraGrid.GridControl gcSummary;
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private DevExpress.XtraEditors.LabelControl lbCode;
private DevExpress.XtraEditors.TextEdit txt_Code;
private DevExpress.XtraEditors.LabelControl lbName;
private DevExpress.XtraEditors.TextEdit txt_Name;
private DevExpress.XtraEditors.SimpleButton btnClear;
}
}