namespace Core.StlMes.Client.SaleBase
{
partial class frmSaleRegion
{
///
/// 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 appearance1 = 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("sale_org", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_org_desc");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_area_no");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_area_desc");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflagName");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("create_name");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("create_time");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("update_name");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("update_time");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("delete_name");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("delete_time");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTID");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTNAME");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
this.ultraGrid2 = 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.dataColumn5 = new System.Data.DataColumn();
this.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.dataColumn10 = new System.Data.DataColumn();
this.dataColumn11 = new System.Data.DataColumn();
this.dataColumn12 = new System.Data.DataColumn();
this.dataColumn13 = new System.Data.DataColumn();
this.dataColumn14 = new System.Data.DataColumn();
this.dataColumn15 = new System.Data.DataColumn();
this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraComboDepar = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbSaleRegionName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.txtAreaDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.panel2 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
this.ultraExpandableGroupBoxPanel1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraComboDepar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSaleRegionName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaDesc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
this.ultraExpandableGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// ultraGrid2
//
this.ultraGrid2.DataMember = "Table1";
this.ultraGrid2.DataSource = this.dataSet1;
appearance1.BackColor = System.Drawing.SystemColors.Window;
appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid2.DisplayLayout.Appearance = appearance1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Hidden = true;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.Width = 154;
ultraGridColumn3.Header.VisiblePosition = 3;
ultraGridColumn3.Hidden = true;
ultraGridColumn4.Header.VisiblePosition = 4;
ultraGridColumn5.Header.VisiblePosition = 5;
ultraGridColumn6.Header.VisiblePosition = 6;
ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
ultraGridColumn7.Header.VisiblePosition = 7;
ultraGridColumn7.Hidden = true;
ultraGridColumn8.Header.VisiblePosition = 8;
ultraGridColumn9.Header.VisiblePosition = 9;
ultraGridColumn10.Header.VisiblePosition = 10;
ultraGridColumn11.Header.VisiblePosition = 11;
ultraGridColumn12.Header.VisiblePosition = 12;
ultraGridColumn13.Header.VisiblePosition = 13;
ultraGridColumn14.Header.VisiblePosition = 14;
ultraGridColumn14.Hidden = true;
ultraGridColumn15.Header.VisiblePosition = 2;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7,
ultraGridColumn8,
ultraGridColumn9,
ultraGridColumn10,
ultraGridColumn11,
ultraGridColumn12,
ultraGridColumn13,
ultraGridColumn14,
ultraGridColumn15});
ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance2.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance19.BackColor2 = System.Drawing.SystemColors.Control;
appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
appearance20.BackColor = System.Drawing.SystemColors.Window;
appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance20;
appearance21.BackColor = System.Drawing.SystemColors.Highlight;
appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance21;
this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance22.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance22;
appearance23.BorderColor = System.Drawing.Color.Silver;
appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance23;
this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
appearance24.BackColor = System.Drawing.SystemColors.Control;
appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance24.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance24;
appearance25.TextHAlignAsString = "Left";
this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance25;
this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance26.BackColor = System.Drawing.SystemColors.Window;
appearance26.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance26;
this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid2.Location = new System.Drawing.Point(0, 50);
this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraGrid2.Name = "ultraGrid2";
this.ultraGrid2.Size = new System.Drawing.Size(1300, 358);
this.ultraGrid2.TabIndex = 29;
this.ultraGrid2.Text = "ultraGrid1";
this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
//
// 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.dataColumn5,
this.dataColumn6,
this.dataColumn7,
this.dataColumn8,
this.dataColumn9,
this.dataColumn10,
this.dataColumn11,
this.dataColumn12,
this.dataColumn13,
this.dataColumn14,
this.dataColumn15});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "销售组织编码";
this.dataColumn1.ColumnName = "sale_org";
//
// dataColumn2
//
this.dataColumn2.Caption = "销售组织";
this.dataColumn2.ColumnName = "sale_org_desc";
//
// dataColumn3
//
this.dataColumn3.Caption = "业务片区编码";
this.dataColumn3.ColumnName = "sale_area_no";
//
// dataColumn4
//
this.dataColumn4.Caption = "业务片区";
this.dataColumn4.ColumnName = "sale_area_desc";
//
// dataColumn5
//
this.dataColumn5.Caption = "备注";
this.dataColumn5.ColumnName = "memo";
//
// dataColumn6
//
this.dataColumn6.Caption = "有效标志";
this.dataColumn6.ColumnName = "validflag";
//
// dataColumn7
//
this.dataColumn7.Caption = "有效标志";
this.dataColumn7.ColumnName = "validflagName";
//
// dataColumn8
//
this.dataColumn8.Caption = "创建人";
this.dataColumn8.ColumnName = "create_name";
//
// dataColumn9
//
this.dataColumn9.Caption = "创建时间";
this.dataColumn9.ColumnName = "create_time";
//
// dataColumn10
//
this.dataColumn10.Caption = "修改人";
this.dataColumn10.ColumnName = "update_name";
//
// dataColumn11
//
this.dataColumn11.Caption = "修改时间";
this.dataColumn11.ColumnName = "update_time";
//
// dataColumn12
//
this.dataColumn12.Caption = "废除人";
this.dataColumn12.ColumnName = "delete_name";
//
// dataColumn13
//
this.dataColumn13.Caption = "废除时间";
this.dataColumn13.ColumnName = "delete_time";
//
// dataColumn14
//
this.dataColumn14.ColumnName = "DEPARTID";
//
// dataColumn15
//
this.dataColumn15.Caption = "销售科室";
this.dataColumn15.ColumnName = "DEPARTNAME";
//
// ultraExpandableGroupBoxPanel1
//
this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1294, 64);
this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.txtMemo);
this.panel1.Controls.Add(this.ultraLabel6);
this.panel1.Controls.Add(this.ultraComboDepar);
this.panel1.Controls.Add(this.cmbSaleRegionName);
this.panel1.Controls.Add(this.ultraLabel5);
this.panel1.Controls.Add(this.txtAreaDesc);
this.panel1.Controls.Add(this.ultraLabel1);
this.panel1.Controls.Add(this.ultraLabel4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1294, 64);
this.panel1.TabIndex = 0;
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(961, 6);
this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtMemo.MaxLength = 100;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(316, 45);
this.txtMemo.TabIndex = 3;
//
// ultraLabel6
//
appearance43.TextHAlignAsString = "Center";
appearance43.TextVAlignAsString = "Middle";
this.ultraLabel6.Appearance = appearance43;
this.ultraLabel6.Location = new System.Drawing.Point(907, 19);
this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(47, 22);
this.ultraLabel6.TabIndex = 16;
this.ultraLabel6.Text = "备注";
//
// ultraComboDepar
//
this.ultraComboDepar.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ultraComboDepar.Location = new System.Drawing.Point(400, 19);
this.ultraComboDepar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraComboDepar.Name = "ultraComboDepar";
this.ultraComboDepar.Size = new System.Drawing.Size(192, 24);
this.ultraComboDepar.TabIndex = 1;
//
// cmbSaleRegionName
//
this.cmbSaleRegionName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbSaleRegionName.Location = new System.Drawing.Point(97, 18);
this.cmbSaleRegionName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cmbSaleRegionName.Name = "cmbSaleRegionName";
this.cmbSaleRegionName.Size = new System.Drawing.Size(192, 24);
this.cmbSaleRegionName.TabIndex = 1;
this.cmbSaleRegionName.ValueChanged += new System.EventHandler(this.cmbSaleRegionName_ValueChanged);
//
// ultraLabel5
//
appearance42.TextHAlignAsString = "Center";
appearance42.TextVAlignAsString = "Middle";
this.ultraLabel5.Appearance = appearance42;
this.ultraLabel5.Location = new System.Drawing.Point(612, 19);
this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(72, 26);
this.ultraLabel5.TabIndex = 17;
this.ultraLabel5.Text = "业务片区";
//
// txtAreaDesc
//
this.txtAreaDesc.Location = new System.Drawing.Point(692, 18);
this.txtAreaDesc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtAreaDesc.MaxLength = 25;
this.txtAreaDesc.Name = "txtAreaDesc";
this.txtAreaDesc.Size = new System.Drawing.Size(192, 24);
this.txtAreaDesc.TabIndex = 2;
//
// ultraLabel1
//
appearance4.TextHAlignAsString = "Center";
appearance4.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance4;
this.ultraLabel1.Location = new System.Drawing.Point(304, 19);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(80, 25);
this.ultraLabel1.TabIndex = 15;
this.ultraLabel1.Text = "销售科室";
//
// ultraLabel4
//
appearance5.TextHAlignAsString = "Center";
appearance5.TextVAlignAsString = "Middle";
this.ultraLabel4.Appearance = appearance5;
this.ultraLabel4.Location = new System.Drawing.Point(19, 20);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(80, 25);
this.ultraLabel4.TabIndex = 15;
this.ultraLabel4.Text = "销售组织";
//
// ultraExpandableGroupBox1
//
this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1300, 88);
this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 408);
this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1300, 88);
this.ultraExpandableGroupBox1.TabIndex = 28;
this.ultraExpandableGroupBox1.Text = "编辑区域";
//
// chkValid
//
this.chkValid.Location = new System.Drawing.Point(8, 14);
this.chkValid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkValid.Name = "chkValid";
this.chkValid.Size = new System.Drawing.Size(95, 29);
this.chkValid.TabIndex = 2;
this.chkValid.Text = "包含无效";
//
// panel2
//
this.panel2.Controls.Add(this.chkValid);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1300, 50);
this.panel2.TabIndex = 27;
//
// frmSaleRegion
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1300, 496);
this.Controls.Add(this.ultraGrid2);
this.Controls.Add(this.ultraExpandableGroupBox1);
this.Controls.Add(this.panel2);
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.Name = "frmSaleRegion";
this.Text = "销售业务片区划分信息维护";
this.Load += new System.EventHandler(this.frmSaleRegion_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraComboDepar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSaleRegionName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaDesc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
this.ultraExpandableGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
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 System.Data.DataColumn dataColumn5;
private System.Data.DataColumn dataColumn6;
private System.Data.DataColumn dataColumn7;
private System.Data.DataColumn dataColumn8;
private System.Data.DataColumn dataColumn9;
private System.Data.DataColumn dataColumn10;
private System.Data.DataColumn dataColumn11;
private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSaleRegionName;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtAreaDesc;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
private System.Windows.Forms.Panel panel2;
private System.Data.DataColumn dataColumn12;
private System.Data.DataColumn dataColumn13;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboDepar;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Data.DataColumn dataColumn14;
private System.Data.DataColumn dataColumn15;
}
}