namespace CoreDemo
{
partial class CoreTest
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ENAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EJOB");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EDEPT");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
this.ultraGridRowEditTemplate1 = new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate();
this.ucEditTemplateButton1 = new Core.Dev.ComponentLibrary.Common.UcEditTemplateButton();
this.ugcpEDEPT = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
this.lblENAME = new Infragistics.Win.Misc.UltraLabel();
this.lblEDEPT = new Infragistics.Win.Misc.UltraLabel();
this.ugcpEJOB = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
this.lblEJOB = new Infragistics.Win.Misc.UltraLabel();
this.ugcpENAME = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
this.ugcpEID = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
this.lblEID = new Infragistics.Win.Misc.UltraLabel();
this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
this.ugEmp = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).BeginInit();
this.ultraGridRowEditTemplate1.SuspendLayout();
this.ultraTabPageControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ugEmp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
this.ultraTabPageControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
this.ultraTabControl1.SuspendLayout();
this.SuspendLayout();
//
// ultraGridRowEditTemplate1
//
appearance13.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGridRowEditTemplate1.Appearance = appearance13;
this.ultraGridRowEditTemplate1.AutoScroll = true;
this.ultraGridRowEditTemplate1.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGridRowEditTemplate1.BandHierarchyLevel = 0;
this.ultraGridRowEditTemplate1.BandKey = "Table1";
this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("EID", typeof(string), "Table1", 0));
this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("ENAME", typeof(string), "Table1", 0));
this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("EJOB", typeof(string), "Table1", 0));
this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("EDEPT", typeof(string), "Table1", 0));
this.ultraGridRowEditTemplate1.Controls.Add(this.ucEditTemplateButton1);
this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpEDEPT);
this.ultraGridRowEditTemplate1.Controls.Add(this.lblENAME);
this.ultraGridRowEditTemplate1.Controls.Add(this.lblEDEPT);
this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpEJOB);
this.ultraGridRowEditTemplate1.Controls.Add(this.lblEJOB);
this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpENAME);
this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpEID);
this.ultraGridRowEditTemplate1.Controls.Add(this.lblEID);
this.ultraGridRowEditTemplate1.DialogSettings.Caption = "编辑";
this.ultraGridRowEditTemplate1.DisplayMode = Infragistics.Win.UltraWinGrid.RowEditTemplateDisplayMode.Modeless;
this.ultraGridRowEditTemplate1.Location = new System.Drawing.Point(75, 76);
this.ultraGridRowEditTemplate1.Name = "ultraGridRowEditTemplate1";
this.ultraGridRowEditTemplate1.Size = new System.Drawing.Size(628, 155);
this.ultraGridRowEditTemplate1.TabIndex = 0;
this.ultraGridRowEditTemplate1.Visible = false;
//
// ucEditTemplateButton1
//
this.ucEditTemplateButton1.Location = new System.Drawing.Point(24, 103);
this.ucEditTemplateButton1.Name = "ucEditTemplateButton1";
this.ucEditTemplateButton1.Size = new System.Drawing.Size(572, 49);
this.ucEditTemplateButton1.TabIndex = 8;
//
// ugcpEDEPT
//
this.ugcpEDEPT.ColumnKey = "EDEPT";
this.ugcpEDEPT.Location = new System.Drawing.Point(460, 55);
this.ugcpEDEPT.Name = "ugcpEDEPT";
this.ugcpEDEPT.Size = new System.Drawing.Size(120, 20);
this.ugcpEDEPT.TabIndex = 7;
this.ugcpEDEPT.Text = "EDEPT";
//
// lblENAME
//
this.lblENAME.Location = new System.Drawing.Point(349, 18);
this.lblENAME.Name = "lblENAME";
this.lblENAME.Size = new System.Drawing.Size(81, 20);
this.lblENAME.TabIndex = 2;
this.lblENAME.Tag = "ENAME";
this.lblENAME.Text = "人员姓名:";
//
// lblEDEPT
//
this.lblEDEPT.Location = new System.Drawing.Point(347, 55);
this.lblEDEPT.Name = "lblEDEPT";
this.lblEDEPT.Size = new System.Drawing.Size(82, 20);
this.lblEDEPT.TabIndex = 6;
this.lblEDEPT.Tag = "EDEPT";
this.lblEDEPT.Text = "所在部门:";
//
// ugcpEJOB
//
this.ugcpEJOB.ColumnKey = "EJOB";
this.ugcpEJOB.Location = new System.Drawing.Point(143, 56);
this.ugcpEJOB.Name = "ugcpEJOB";
this.ugcpEJOB.Size = new System.Drawing.Size(120, 20);
this.ugcpEJOB.TabIndex = 5;
this.ugcpEJOB.Text = "EJOB";
//
// lblEJOB
//
this.lblEJOB.Location = new System.Drawing.Point(38, 56);
this.lblEJOB.Name = "lblEJOB";
this.lblEJOB.Size = new System.Drawing.Size(86, 20);
this.lblEJOB.TabIndex = 4;
this.lblEJOB.Tag = "EJOB";
this.lblEJOB.Text = "工作岗位:";
//
// ugcpENAME
//
this.ugcpENAME.ColumnKey = "ENAME";
this.ugcpENAME.Location = new System.Drawing.Point(461, 18);
this.ugcpENAME.Name = "ugcpENAME";
this.ugcpENAME.Size = new System.Drawing.Size(120, 20);
this.ugcpENAME.TabIndex = 3;
this.ugcpENAME.Text = "ENAME";
//
// ugcpEID
//
this.ugcpEID.ColumnKey = "EID";
this.ugcpEID.Location = new System.Drawing.Point(143, 18);
this.ugcpEID.Name = "ugcpEID";
this.ugcpEID.Size = new System.Drawing.Size(120, 20);
this.ugcpEID.TabIndex = 1;
this.ugcpEID.Text = "EID";
//
// lblEID
//
this.lblEID.Location = new System.Drawing.Point(38, 18);
this.lblEID.Name = "lblEID";
this.lblEID.Size = new System.Drawing.Size(86, 20);
this.lblEID.TabIndex = 0;
this.lblEID.Tag = "EID";
this.lblEID.Text = "人员编号:";
//
// ultraTabPageControl1
//
this.ultraTabPageControl1.Controls.Add(this.ugEmp);
this.ultraTabPageControl1.Location = new System.Drawing.Point(0, 0);
this.ultraTabPageControl1.Name = "ultraTabPageControl1";
this.ultraTabPageControl1.Size = new System.Drawing.Size(715, 349);
//
// ugEmp
//
this.ugEmp.DataMember = "Table1";
this.ugEmp.DataSource = this.dataSet1;
appearance4.BackColor = System.Drawing.SystemColors.Window;
appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ugEmp.DisplayLayout.Appearance = appearance4;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4});
ultraGridBand1.RowEditTemplate = this.ultraGridRowEditTemplate1;
this.ugEmp.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ugEmp.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ugEmp.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance1.BorderColor = System.Drawing.SystemColors.Window;
this.ugEmp.DisplayLayout.GroupByBox.Appearance = appearance1;
appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
this.ugEmp.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
this.ugEmp.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ugEmp.DisplayLayout.GroupByBox.Hidden = true;
appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance3.BackColor2 = System.Drawing.SystemColors.Control;
appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
this.ugEmp.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
this.ugEmp.DisplayLayout.MaxColScrollRegions = 1;
this.ugEmp.DisplayLayout.MaxRowScrollRegions = 1;
appearance12.BackColor = System.Drawing.SystemColors.Window;
appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
this.ugEmp.DisplayLayout.Override.ActiveCellAppearance = appearance12;
appearance7.BackColor = System.Drawing.SystemColors.Highlight;
appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ugEmp.DisplayLayout.Override.ActiveRowAppearance = appearance7;
this.ugEmp.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.FixedAddRowOnTop;
this.ugEmp.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ugEmp.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance6.BackColor = System.Drawing.SystemColors.Window;
this.ugEmp.DisplayLayout.Override.CardAreaAppearance = appearance6;
appearance5.BorderColor = System.Drawing.Color.Silver;
appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ugEmp.DisplayLayout.Override.CellAppearance = appearance5;
this.ugEmp.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect;
this.ugEmp.DisplayLayout.Override.CellPadding = 0;
appearance9.BackColor = System.Drawing.SystemColors.Control;
appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance9.BorderColor = System.Drawing.SystemColors.Window;
this.ugEmp.DisplayLayout.Override.GroupByRowAppearance = appearance9;
appearance11.TextHAlignAsString = "Left";
this.ugEmp.DisplayLayout.Override.HeaderAppearance = appearance11;
this.ugEmp.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ugEmp.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance10.BackColor = System.Drawing.SystemColors.Window;
appearance10.BorderColor = System.Drawing.Color.Silver;
this.ugEmp.DisplayLayout.Override.RowAppearance = appearance10;
this.ugEmp.DisplayLayout.Override.RowEditTemplateUIType = Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.OnDoubleClickRow;
this.ugEmp.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
this.ugEmp.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
this.ugEmp.DisplayLayout.Override.TemplateAddRowPrompt = "Add...";
this.ugEmp.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ugEmp.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.ugEmp.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
this.ugEmp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.Horizontal;
this.ugEmp.Dock = System.Windows.Forms.DockStyle.Fill;
this.ugEmp.Location = new System.Drawing.Point(0, 0);
this.ugEmp.Name = "ugEmp";
this.ugEmp.Size = new System.Drawing.Size(715, 349);
this.ugEmp.TabIndex = 1;
this.ugEmp.Text = "ultraGrid1";
this.ugEmp.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ugEmp_InitializeLayout);
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2,
this.dataColumn3,
this.dataColumn4});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "人员编号";
this.dataColumn1.ColumnName = "EID";
//
// dataColumn2
//
this.dataColumn2.Caption = "人员姓名";
this.dataColumn2.ColumnName = "ENAME";
//
// dataColumn3
//
this.dataColumn3.Caption = "人员岗位";
this.dataColumn3.ColumnName = "EJOB";
//
// dataColumn4
//
this.dataColumn4.Caption = "人员部门";
this.dataColumn4.ColumnName = "EDEPT";
//
// ultraTabPageControl2
//
this.ultraTabPageControl2.Controls.Add(this.ultraGridRowEditTemplate1);
this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
this.ultraTabPageControl2.Name = "ultraTabPageControl2";
this.ultraTabPageControl2.Size = new System.Drawing.Size(715, 349);
//
// ultraTabControl1
//
this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
this.ultraTabControl1.Name = "ultraTabControl1";
this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
this.ultraTabControl1.Size = new System.Drawing.Size(715, 349);
this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
this.ultraTabControl1.TabIndex = 0;
ultraTab1.TabPage = this.ultraTabPageControl1;
ultraTab1.Text = "tab1";
ultraTab2.TabPage = this.ultraTabPageControl2;
ultraTab2.Text = "tab2";
this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
ultraTab1,
ultraTab2});
this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
//
// ultraTabSharedControlsPage1
//
this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(715, 349);
//
// CoreTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(715, 349);
this.Controls.Add(this.ultraTabControl1);
this.Name = "CoreTest";
this.Text = "CoreTest";
this.Load += new System.EventHandler(this.CoreTest_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).EndInit();
this.ultraGridRowEditTemplate1.ResumeLayout(false);
this.ultraTabPageControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ugEmp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
this.ultraTabPageControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
this.ultraTabControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn4;
private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
private Infragistics.Win.UltraWinGrid.UltraGrid ugEmp;
private Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate ultraGridRowEditTemplate1;
private Infragistics.Win.UltraWinGrid.UltraGridCellProxy ugcpEDEPT;
private Infragistics.Win.Misc.UltraLabel lblENAME;
private Infragistics.Win.Misc.UltraLabel lblEDEPT;
private Infragistics.Win.UltraWinGrid.UltraGridCellProxy ugcpEJOB;
private Infragistics.Win.Misc.UltraLabel lblEJOB;
private Infragistics.Win.UltraWinGrid.UltraGridCellProxy ugcpENAME;
private Infragistics.Win.UltraWinGrid.UltraGridCellProxy ugcpEID;
private Infragistics.Win.Misc.UltraLabel lblEID;
private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
private Core.Dev.ComponentLibrary.Common.UcEditTemplateButton ucEditTemplateButton1;
}
}