|
/*===================================================================
|
* 程序说明: demo的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2024/05/14 04:06:07
|
* 最后修改: 2024/05/14 04:06:07
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.Demo
|
{
|
///<summary>
|
/// demo的资料管理窗体
|
/// </summary>
|
public partial class frmdemo
|
{
|
/// <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 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraLayout.LayoutControl pcDetailEditor;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
|
private DevExpress.XtraGrid.Columns.GridColumn colid;
|
private DevExpress.XtraEditors.LabelControl lblid;
|
private DevExpress.XtraEditors.TextEdit txtid;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemid;
|
private DevExpress.XtraGrid.Columns.GridColumn colname;
|
private DevExpress.XtraEditors.LabelControl lblname;
|
private DevExpress.XtraEditors.TextEdit txtname;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemname;
|
private DevExpress.XtraGrid.Columns.GridColumn colage;
|
private DevExpress.XtraEditors.LabelControl lblage;
|
private DevExpress.XtraEditors.TextEdit txtage;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemage;
|
private DevExpress.XtraLayout.LayoutControl pnlSearch;
|
private DevExpress.XtraEditors.SimpleButton btnEmpty;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItem_QueryButton;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItem_EmptyButton;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_name;
|
private DevExpress.XtraEditors.TextEdit txt_name;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItem_name;
|
|
private DevExpress.XtraLayout.LayoutControl editorTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup editorTabLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerEditor;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerEditorLayoutControlItem;
|
private DevExpress.XtraLayout.LayoutControl searchAndSummaryTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup searchAndSummaryTabLayoutGroup;
|
private DevExpress.XtraLayout.LayoutControlGroup queryAndEmptyButtonLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerSearchAndSummary;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerSearchAndSummaryLayoutControlItem;
|
#endregion
|
|
#region Windows Form 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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmdemo));
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition9 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition10 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
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.colage = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraLayout.LayoutControl();
|
this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItemid = new DevExpress.XtraLayout.LayoutControlItem();
|
this.txtid = new DevExpress.XtraEditors.TextEdit();
|
this.layoutItemname = new DevExpress.XtraLayout.LayoutControlItem();
|
this.txtname = new DevExpress.XtraEditors.TextEdit();
|
this.layoutItemage = new DevExpress.XtraLayout.LayoutControlItem();
|
this.txtage = new DevExpress.XtraEditors.TextEdit();
|
this.lblid = new DevExpress.XtraEditors.LabelControl();
|
this.lblname = new DevExpress.XtraEditors.LabelControl();
|
this.lblage = new DevExpress.XtraEditors.LabelControl();
|
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
|
this.pnlSearch = new DevExpress.XtraLayout.LayoutControl();
|
this.layoutGroupSearch = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.queryAndEmptyButtonLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItem_QueryButton = new DevExpress.XtraLayout.LayoutControlItem();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.layoutItem_EmptyButton = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItem_name = new DevExpress.XtraLayout.LayoutControlItem();
|
this.txt_name = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_name = new DevExpress.XtraEditors.LabelControl();
|
this.editorTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.editorTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerEditorLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.splitContainerEditor = new DevExpress.XtraEditors.SplitContainerControl();
|
this.searchAndSummaryTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.searchAndSummaryTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerSearchAndSummaryLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.splitContainerSearchAndSummary = new DevExpress.XtraEditors.SplitContainerControl();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemid)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemname)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemage)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtage.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_EmptyButton)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_name)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorTabLayout)).BeginInit();
|
this.editorTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.editorTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorLayoutControlItem)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditor)).BeginInit();
|
this.splitContainerEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).BeginInit();
|
this.searchAndSummaryTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).BeginInit();
|
this.splitContainerSearchAndSummary.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.searchAndSummaryTabLayout);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpSummary.Size = new System.Drawing.Size(946, 756);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 5);
|
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.pnlSummary.Size = new System.Drawing.Size(948, 788);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tcBusiness.Size = new System.Drawing.Size(948, 788);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.pcDetailEditor);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.tpDetail.Size = new System.Drawing.Size(1219, 984);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.gcNavigator.Size = new System.Drawing.Size(952, 33);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(749, 5);
|
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 23);
|
//
|
// txtFocusForSave
|
//
|
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(523, 3);
|
//
|
// 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.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Location = new System.Drawing.Point(0, 0);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(930, 604);
|
this.gcSummary.TabIndex = 10;
|
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.colage});
|
this.gvSummary.DetailHeight = 450;
|
this.gvSummary.FixedLineWidth = 3;
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colid
|
//
|
this.colid.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colid.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colid.AppearanceCell.Options.UseBackColor = true;
|
this.colid.AppearanceCell.Options.UseForeColor = true;
|
this.colid.FieldName = "id";
|
this.colid.MinWidth = 23;
|
this.colid.Name = "colid";
|
this.colid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "id", "条数:{0}")});
|
this.colid.Visible = true;
|
this.colid.VisibleIndex = 0;
|
this.colid.Width = 114;
|
//
|
// colname
|
//
|
this.colname.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colname.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colname.AppearanceCell.Options.UseBackColor = true;
|
this.colname.AppearanceCell.Options.UseForeColor = true;
|
this.colname.Caption = "名称";
|
this.colname.FieldName = "name";
|
this.colname.MinWidth = 23;
|
this.colname.Name = "colname";
|
this.colname.Visible = true;
|
this.colname.VisibleIndex = 1;
|
this.colname.Width = 114;
|
//
|
// colage
|
//
|
this.colage.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colage.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colage.AppearanceCell.Options.UseBackColor = true;
|
this.colage.AppearanceCell.Options.UseForeColor = true;
|
this.colage.Caption = "年龄";
|
this.colage.FieldName = "age";
|
this.colage.MinWidth = 23;
|
this.colage.Name = "colage";
|
this.colage.Visible = true;
|
this.colage.VisibleIndex = 2;
|
this.colage.Width = 114;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.txtid);
|
this.pcDetailEditor.Controls.Add(this.txtname);
|
this.pcDetailEditor.Controls.Add(this.txtage);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.pcDetailEditor.Root = this.layoutGroup;
|
this.pcDetailEditor.Size = new System.Drawing.Size(1219, 984);
|
this.pcDetailEditor.TabIndex = 1;
|
this.pcDetailEditor.Text = "pcDetailEditor";
|
//
|
// layoutGroup
|
//
|
this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroup.GroupBordersVisible = false;
|
this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItemid,
|
this.layoutItemname,
|
this.layoutItemage});
|
this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroup.Name = "layoutGroup";
|
columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition6.Width = 25D;
|
columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition7.Width = 25D;
|
columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition8.Width = 25D;
|
columnDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition9.Width = 25D;
|
this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition6,
|
columnDefinition7,
|
columnDefinition8,
|
columnDefinition9});
|
rowDefinition4.Height = 972D;
|
rowDefinition4.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition4});
|
this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.layoutGroup.Size = new System.Drawing.Size(1219, 984);
|
this.layoutGroup.TextVisible = false;
|
//
|
// layoutItemid
|
//
|
this.layoutItemid.Control = this.txtid;
|
this.layoutItemid.Location = new System.Drawing.Point(0, 0);
|
this.layoutItemid.Name = "layoutItemid";
|
this.layoutItemid.Size = new System.Drawing.Size(301, 972);
|
this.layoutItemid.Text = ":";
|
this.layoutItemid.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemid.TextSize = new System.Drawing.Size(15, 18);
|
this.layoutItemid.TextToControlDistance = 5;
|
//
|
// txtid
|
//
|
this.txtid.Location = new System.Drawing.Point(28, 9);
|
this.txtid.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtid.Name = "txtid";
|
this.txtid.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtid.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtid.Properties.Appearance.Options.UseBackColor = true;
|
this.txtid.Properties.Appearance.Options.UseForeColor = true;
|
this.txtid.Size = new System.Drawing.Size(277, 24);
|
this.txtid.StyleController = this.pcDetailEditor;
|
this.txtid.TabIndex = 0;
|
//
|
// layoutItemname
|
//
|
this.layoutItemname.Control = this.txtname;
|
this.layoutItemname.Location = new System.Drawing.Point(301, 0);
|
this.layoutItemname.Name = "layoutItemname";
|
this.layoutItemname.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemname.Size = new System.Drawing.Size(302, 972);
|
this.layoutItemname.Text = "名称:";
|
this.layoutItemname.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemname.TextSize = new System.Drawing.Size(45, 18);
|
this.layoutItemname.TextToControlDistance = 5;
|
//
|
// txtname
|
//
|
this.txtname.Location = new System.Drawing.Point(359, 9);
|
this.txtname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtname.Name = "txtname";
|
this.txtname.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtname.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtname.Properties.Appearance.Options.UseBackColor = true;
|
this.txtname.Properties.Appearance.Options.UseForeColor = true;
|
this.txtname.Size = new System.Drawing.Size(248, 24);
|
this.txtname.StyleController = this.pcDetailEditor;
|
this.txtname.TabIndex = 0;
|
//
|
// layoutItemage
|
//
|
this.layoutItemage.Control = this.txtage;
|
this.layoutItemage.Location = new System.Drawing.Point(603, 0);
|
this.layoutItemage.Name = "layoutItemage";
|
this.layoutItemage.OptionsTableLayoutItem.ColumnIndex = 2;
|
this.layoutItemage.Size = new System.Drawing.Size(302, 972);
|
this.layoutItemage.Text = "年龄:";
|
this.layoutItemage.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemage.TextSize = new System.Drawing.Size(45, 18);
|
this.layoutItemage.TextToControlDistance = 5;
|
//
|
// txtage
|
//
|
this.txtage.Location = new System.Drawing.Point(661, 9);
|
this.txtage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtage.Name = "txtage";
|
this.txtage.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtage.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtage.Properties.Appearance.Options.UseBackColor = true;
|
this.txtage.Properties.Appearance.Options.UseForeColor = true;
|
this.txtage.Size = new System.Drawing.Size(248, 24);
|
this.txtage.StyleController = this.pcDetailEditor;
|
this.txtage.TabIndex = 0;
|
//
|
// lblid
|
//
|
this.lblid.Location = new System.Drawing.Point(0, 0);
|
this.lblid.Name = "lblid";
|
this.lblid.Size = new System.Drawing.Size(94, 17);
|
this.lblid.TabIndex = 0;
|
//
|
// lblname
|
//
|
this.lblname.Location = new System.Drawing.Point(0, 0);
|
this.lblname.Name = "lblname";
|
this.lblname.Size = new System.Drawing.Size(94, 17);
|
this.lblname.TabIndex = 0;
|
//
|
// lblage
|
//
|
this.lblage.Location = new System.Drawing.Point(0, 0);
|
this.lblage.Name = "lblage";
|
this.lblage.Size = new System.Drawing.Size(94, 17);
|
this.lblage.TabIndex = 0;
|
//
|
// btnEmpty
|
//
|
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEmpty.Location = new System.Drawing.Point(698, 39);
|
this.btnEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnEmpty.Name = "btnEmpty";
|
this.btnEmpty.Size = new System.Drawing.Size(110, 45);
|
this.btnEmpty.StyleController = this.pnlSearch;
|
this.btnEmpty.TabIndex = 21;
|
this.btnEmpty.Text = "清空(&E)";
|
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.btnEmpty);
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Controls.Add(this.txt_name);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(0, 0);
|
this.pnlSearch.Margin = new System.Windows.Forms.Padding(0);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.Root = this.layoutGroupSearch;
|
this.pnlSearch.Size = new System.Drawing.Size(930, 122);
|
this.pnlSearch.TabIndex = 11;
|
this.pnlSearch.Text = "pnlSearch";
|
//
|
// layoutGroupSearch
|
//
|
this.layoutGroupSearch.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroupSearch.GroupBordersVisible = false;
|
this.layoutGroupSearch.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.queryAndEmptyButtonLayoutGroup,
|
this.layoutItem_name});
|
this.layoutGroupSearch.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroupSearch.Name = "layoutGroupSearch";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 25D;
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition2.Width = 25D;
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition3.Width = 25D;
|
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition4.Width = 25D;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3,
|
columnDefinition4});
|
rowDefinition1.Height = 30D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
rowDefinition2.Height = 64D;
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1,
|
rowDefinition2});
|
this.layoutGroupSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.layoutGroupSearch.Size = new System.Drawing.Size(930, 122);
|
this.layoutGroupSearch.TextVisible = false;
|
//
|
// queryAndEmptyButtonLayoutGroup
|
//
|
this.queryAndEmptyButtonLayoutGroup.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
|
this.queryAndEmptyButtonLayoutGroup.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
this.queryAndEmptyButtonLayoutGroup.GroupBordersVisible = false;
|
this.queryAndEmptyButtonLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItem_QueryButton,
|
this.layoutItem_EmptyButton});
|
this.queryAndEmptyButtonLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Flow;
|
this.queryAndEmptyButtonLayoutGroup.Location = new System.Drawing.Point(687, 30);
|
this.queryAndEmptyButtonLayoutGroup.Name = "queryAndEmptyButtonLayoutGroup";
|
this.queryAndEmptyButtonLayoutGroup.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.queryAndEmptyButtonLayoutGroup.OptionsTableLayoutItem.RowIndex = 1;
|
this.queryAndEmptyButtonLayoutGroup.Size = new System.Drawing.Size(231, 80);
|
this.queryAndEmptyButtonLayoutGroup.TextVisible = false;
|
//
|
// layoutItem_QueryButton
|
//
|
this.layoutItem_QueryButton.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutItem_QueryButton.Control = this.btnQuery;
|
this.layoutItem_QueryButton.Location = new System.Drawing.Point(117, 0);
|
this.layoutItem_QueryButton.MaxSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.MinSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.Name = "layoutItem_QueryButton";
|
this.layoutItem_QueryButton.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItem_QueryButton.Size = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutItem_QueryButton.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutItem_QueryButton.TextVisible = false;
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.Location = new System.Drawing.Point(812, 39);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(110, 45);
|
this.btnQuery.StyleController = this.pnlSearch;
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// layoutItem_EmptyButton
|
//
|
this.layoutItem_EmptyButton.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutItem_EmptyButton.Control = this.btnEmpty;
|
this.layoutItem_EmptyButton.Location = new System.Drawing.Point(3, 0);
|
this.layoutItem_EmptyButton.MaxSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_EmptyButton.MinSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_EmptyButton.Name = "layoutItem_EmptyButton";
|
this.layoutItem_EmptyButton.Size = new System.Drawing.Size(114, 51);
|
this.layoutItem_EmptyButton.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutItem_EmptyButton.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutItem_EmptyButton.TextVisible = false;
|
//
|
// layoutItem_name
|
//
|
this.layoutItem_name.Control = this.txt_name;
|
this.layoutItem_name.Location = new System.Drawing.Point(0, 0);
|
this.layoutItem_name.Name = "layoutItem_name";
|
this.layoutItem_name.Size = new System.Drawing.Size(229, 30);
|
this.layoutItem_name.Text = "名称:";
|
this.layoutItem_name.TextSize = new System.Drawing.Size(45, 18);
|
//
|
// txt_name
|
//
|
this.txt_name.Location = new System.Drawing.Point(56, 9);
|
this.txt_name.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_name.Name = "txt_name";
|
this.txt_name.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txt_name.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txt_name.Properties.Appearance.Options.UseBackColor = true;
|
this.txt_name.Properties.Appearance.Options.UseForeColor = true;
|
this.txt_name.Size = new System.Drawing.Size(177, 24);
|
this.txt_name.StyleController = this.pnlSearch;
|
this.txt_name.TabIndex = 0;
|
//
|
// lbl_name
|
//
|
this.lbl_name.Location = new System.Drawing.Point(0, 0);
|
this.lbl_name.Name = "lbl_name";
|
this.lbl_name.Size = new System.Drawing.Size(94, 17);
|
this.lbl_name.TabIndex = 0;
|
//
|
// editorTabLayout
|
//
|
this.editorTabLayout.Controls.Add(this.splitContainerEditor);
|
this.editorTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.editorTabLayout.Location = new System.Drawing.Point(0, 45);
|
this.editorTabLayout.Name = "editorTabLayout";
|
this.editorTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.editorTabLayout.Root = this.editorTabLayoutGroup;
|
this.editorTabLayout.Size = new System.Drawing.Size(826, 200);
|
this.editorTabLayout.TabIndex = 1;
|
this.editorTabLayout.Text = "editorTabLayout";
|
//
|
// editorTabLayoutGroup
|
//
|
this.editorTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.editorTabLayoutGroup.GroupBordersVisible = false;
|
this.editorTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerEditorLayoutControlItem});
|
this.editorTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.editorTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition10.Width = 100D;
|
this.editorTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition10});
|
rowDefinition5.Height = 50D;
|
rowDefinition5.SizeType = System.Windows.Forms.SizeType.Absolute;
|
rowDefinition6.Height = 100D;
|
rowDefinition6.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.editorTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition5,
|
rowDefinition6});
|
this.editorTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
this.editorTabLayoutGroup.Size = new System.Drawing.Size(50, 30);
|
//
|
// splitContainerEditorLayoutControlItem
|
//
|
this.splitContainerEditorLayoutControlItem.Control = this.splitContainerEditor;
|
this.splitContainerEditorLayoutControlItem.Location = new System.Drawing.Point(532, 0);
|
this.splitContainerEditorLayoutControlItem.Name = "splitContainerEditorAndDetailGridLayoutControlItem";
|
this.splitContainerEditorLayoutControlItem.OptionsTableLayoutItem.RowIndex = 1;
|
this.splitContainerEditorLayoutControlItem.Size = new System.Drawing.Size(222, 26);
|
this.splitContainerEditorLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerEditorLayoutControlItem.TextVisible = false;
|
//
|
// splitContainerEditor
|
//
|
this.splitContainerEditor.Horizontal = false;
|
this.splitContainerEditor.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerEditor.Name = "splitContainerEditor";
|
this.splitContainerEditor.Size = new System.Drawing.Size(200, 100);
|
this.splitContainerEditor.SplitterPosition = 30;
|
this.splitContainerEditor.TabIndex = 4;
|
//
|
// searchAndSummaryTabLayout
|
//
|
this.searchAndSummaryTabLayout.Controls.Add(this.splitContainerSearchAndSummary);
|
this.searchAndSummaryTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.searchAndSummaryTabLayout.Location = new System.Drawing.Point(0, 0);
|
this.searchAndSummaryTabLayout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.searchAndSummaryTabLayout.Name = "searchAndSummaryTabLayout";
|
this.searchAndSummaryTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.searchAndSummaryTabLayout.Root = this.searchAndSummaryTabLayoutGroup;
|
this.searchAndSummaryTabLayout.Size = new System.Drawing.Size(946, 756);
|
this.searchAndSummaryTabLayout.TabIndex = 1;
|
this.searchAndSummaryTabLayout.Text = "searchAndSummaryTabLayout";
|
//
|
// searchAndSummaryTabLayoutGroup
|
//
|
this.searchAndSummaryTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.searchAndSummaryTabLayoutGroup.GroupBordersVisible = false;
|
this.searchAndSummaryTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerSearchAndSummaryLayoutControlItem});
|
this.searchAndSummaryTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.searchAndSummaryTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition5.Width = 100D;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition5});
|
rowDefinition3.Height = 100D;
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition3});
|
this.searchAndSummaryTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.searchAndSummaryTabLayoutGroup.Size = new System.Drawing.Size(946, 756);
|
this.searchAndSummaryTabLayoutGroup.TextVisible = false;
|
//
|
// splitContainerSearchAndSummaryLayoutControlItem
|
//
|
this.splitContainerSearchAndSummaryLayoutControlItem.Control = this.splitContainerSearchAndSummary;
|
this.splitContainerSearchAndSummaryLayoutControlItem.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.Name = "splitContainerSearchAndSummaryLayoutControlItem";
|
this.splitContainerSearchAndSummaryLayoutControlItem.Size = new System.Drawing.Size(934, 744);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextVisible = false;
|
//
|
// splitContainerSearchAndSummary
|
//
|
this.splitContainerSearchAndSummary.Horizontal = false;
|
this.splitContainerSearchAndSummary.Location = new System.Drawing.Point(8, 9);
|
this.splitContainerSearchAndSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.splitContainerSearchAndSummary.Name = "splitContainerSearchAndSummary";
|
this.splitContainerSearchAndSummary.Panel1.Controls.Add(this.pnlSearch);
|
this.splitContainerSearchAndSummary.Panel2.Controls.Add(this.gcSummary);
|
this.splitContainerSearchAndSummary.Size = new System.Drawing.Size(930, 738);
|
this.splitContainerSearchAndSummary.SplitterPosition = 122;
|
this.splitContainerSearchAndSummary.TabIndex = 4;
|
//
|
// frmdemo
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(952, 798);
|
this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
this.Name = "frmdemo";
|
this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.Text = "frmdemo资料管理";
|
this.Load += new System.EventHandler(this.frmdemo_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemid)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemname)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemage)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtage.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_EmptyButton)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_name)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorTabLayout)).EndInit();
|
this.editorTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.editorTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorLayoutControlItem)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditor)).EndInit();
|
this.splitContainerEditor.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).EndInit();
|
this.searchAndSummaryTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).EndInit();
|
this.splitContainerSearchAndSummary.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
}//public partial class
|
}//namespace
|