| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- namespace Core.StlMes.Client.SaleBase
- {
- partial class FrmRegion
- {
- /// <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 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()
- {
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TableCoupling", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_TYPE_NM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("P_REGION_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("P_REGION_NM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_TYPE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_LVL_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BIGAREA");
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- this.ultraPanel = new Infragistics.Win.Misc.UltraPanel();
- this.ultraPanelFill = new Infragistics.Win.Misc.UltraPanel();
- this.ultraGridRegion = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.uldtsCoupling = new System.Data.DataSet();
- this.dataTableRegion = 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.dataColumn16 = new System.Data.DataColumn();
- this.ultraPanelLeft = new Infragistics.Win.Misc.UltraPanel();
- this.treeRegion = new System.Windows.Forms.TreeView();
- this.ultraPanelBottom = new Infragistics.Win.Misc.UltraPanel();
- this.ultraExpandableGroupBoxText = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraExpanUp = new System.Windows.Forms.Panel();
- this.LabelTopReg = new Infragistics.Win.Misc.UltraLabel();
- this.ComboEditorPro = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.comboRegIon = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.LabelRegPro = new Infragistics.Win.Misc.UltraLabel();
- this.ComboEdiRegPro = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.textBoxMemo = new System.Windows.Forms.TextBox();
- this.labelMemo = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.labelReg = new System.Windows.Forms.Label();
- this.ultraPanel.ClientArea.SuspendLayout();
- this.ultraPanel.SuspendLayout();
- this.ultraPanelFill.ClientArea.SuspendLayout();
- this.ultraPanelFill.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).BeginInit();
- this.ultraPanelLeft.ClientArea.SuspendLayout();
- this.ultraPanelLeft.SuspendLayout();
- this.ultraPanelBottom.ClientArea.SuspendLayout();
- this.ultraPanelBottom.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).BeginInit();
- this.ultraExpandableGroupBoxText.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- this.ultraExpanUp.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ComboEditorPro)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboRegIon)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ComboEdiRegPro)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel
- //
- //
- // ultraPanel.ClientArea
- //
- this.ultraPanel.ClientArea.Controls.Add(this.ultraPanelFill);
- this.ultraPanel.ClientArea.Controls.Add(this.ultraPanelLeft);
- this.ultraPanel.ClientArea.Controls.Add(this.ultraPanelBottom);
- this.ultraPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel.Name = "ultraPanel";
- this.ultraPanel.Size = new System.Drawing.Size(1005, 514);
- this.ultraPanel.TabIndex = 0;
- //
- // ultraPanelFill
- //
- //
- // ultraPanelFill.ClientArea
- //
- this.ultraPanelFill.ClientArea.Controls.Add(this.ultraGridRegion);
- this.ultraPanelFill.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanelFill.Location = new System.Drawing.Point(187, 0);
- this.ultraPanelFill.Name = "ultraPanelFill";
- this.ultraPanelFill.Size = new System.Drawing.Size(818, 414);
- this.ultraPanelFill.TabIndex = 2;
- //
- // ultraGridRegion
- //
- this.ultraGridRegion.DataSource = this.uldtsCoupling;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Width = 140;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Hidden = true;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 5;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 6;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn5.Width = 72;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 7;
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn7.Header.VisiblePosition = 8;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 9;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.VisiblePosition = 10;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn10.Header.VisiblePosition = 11;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn11.Header.VisiblePosition = 12;
- ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn12.Header.VisiblePosition = 13;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn13.Header.VisiblePosition = 3;
- ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn14.Header.VisiblePosition = 14;
- ultraGridColumn14.Hidden = true;
- ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn15.Header.VisiblePosition = 15;
- ultraGridColumn15.Hidden = true;
- ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn16.Header.VisiblePosition = 4;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16});
- this.ultraGridRegion.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridRegion.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
- this.ultraGridRegion.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridRegion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridRegion.Location = new System.Drawing.Point(0, 0);
- this.ultraGridRegion.Name = "ultraGridRegion";
- this.ultraGridRegion.Size = new System.Drawing.Size(818, 414);
- this.ultraGridRegion.TabIndex = 2;
- this.ultraGridRegion.Click += new System.EventHandler(this.ultraGridRegion_Click);
- this.ultraGridRegion.AfterCellActivate += new System.EventHandler(this.ultraGridRegion_AfterCellActivate);
- this.ultraGridRegion.AfterRowActivate += new System.EventHandler(this.ultraGridRegion_AfterRowActivate);
- //
- // uldtsCoupling
- //
- this.uldtsCoupling.DataSetName = "NewDataSet";
- this.uldtsCoupling.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTableRegion});
- //
- // dataTableRegion
- //
- this.dataTableRegion.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.dataColumn16});
- this.dataTableRegion.TableName = "TableCoupling";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "区域名称";
- this.dataColumn1.ColumnName = "REGION_NM";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "行政区域编码";
- this.dataColumn2.ColumnName = "REGION_NO";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "区域属性";
- this.dataColumn3.ColumnName = "REGION_TYPE_NM";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "备注";
- this.dataColumn4.ColumnName = "MEMO";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "有效标识";
- this.dataColumn5.ColumnName = "VALIDFLAG";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "创建人";
- this.dataColumn6.ColumnName = "CREATE_NAME";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "创建时间";
- this.dataColumn7.ColumnName = "CREATE_TIME";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "修改人";
- this.dataColumn8.ColumnName = "UPDATE_NAME";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "修改时间";
- this.dataColumn9.ColumnName = "UPDATE_TIME";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "删除人";
- this.dataColumn10.ColumnName = "DELETE_NAME";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "删除时间";
- this.dataColumn11.ColumnName = "DELETE_TIME";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "上级一级代码";
- this.dataColumn12.ColumnName = "P_REGION_NO";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "上级区域";
- this.dataColumn13.ColumnName = "P_REGION_NM";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "行政区域属性编码";
- this.dataColumn14.ColumnName = "REGION_TYPE_NO";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "行政区域级别编码";
- this.dataColumn15.ColumnName = "REGION_LVL_NO";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "行政片区";
- this.dataColumn16.ColumnName = "BIGAREA";
- //
- // ultraPanelLeft
- //
- //
- // ultraPanelLeft.ClientArea
- //
- this.ultraPanelLeft.ClientArea.Controls.Add(this.treeRegion);
- this.ultraPanelLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraPanelLeft.Location = new System.Drawing.Point(0, 0);
- this.ultraPanelLeft.Name = "ultraPanelLeft";
- this.ultraPanelLeft.Size = new System.Drawing.Size(187, 414);
- this.ultraPanelLeft.TabIndex = 1;
- //
- // treeRegion
- //
- this.treeRegion.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.treeRegion.Dock = System.Windows.Forms.DockStyle.Left;
- this.treeRegion.ForeColor = System.Drawing.SystemColors.WindowText;
- this.treeRegion.ItemHeight = 14;
- this.treeRegion.LineColor = System.Drawing.Color.White;
- this.treeRegion.Location = new System.Drawing.Point(0, 0);
- this.treeRegion.Name = "treeRegion";
- this.treeRegion.Size = new System.Drawing.Size(187, 414);
- this.treeRegion.TabIndex = 15;
- this.treeRegion.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeRegion_NodeMouseClick);
- //
- // ultraPanelBottom
- //
- //
- // ultraPanelBottom.ClientArea
- //
- this.ultraPanelBottom.ClientArea.Controls.Add(this.ultraExpandableGroupBoxText);
- this.ultraPanelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanelBottom.Location = new System.Drawing.Point(0, 414);
- this.ultraPanelBottom.Name = "ultraPanelBottom";
- this.ultraPanelBottom.Size = new System.Drawing.Size(1005, 100);
- this.ultraPanelBottom.TabIndex = 0;
- //
- // ultraExpandableGroupBoxText
- //
- this.ultraExpandableGroupBoxText.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBoxText.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBoxText.ExpandedSize = new System.Drawing.Size(1005, 98);
- this.ultraExpandableGroupBoxText.Location = new System.Drawing.Point(0, 2);
- this.ultraExpandableGroupBoxText.Name = "ultraExpandableGroupBoxText";
- this.ultraExpandableGroupBoxText.Size = new System.Drawing.Size(1005, 98);
- this.ultraExpandableGroupBoxText.TabIndex = 6;
- this.ultraExpandableGroupBoxText.Text = "编辑区";
- this.ultraExpandableGroupBoxText.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpanUp);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1001, 76);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraExpanUp
- //
- this.ultraExpanUp.Controls.Add(this.LabelTopReg);
- this.ultraExpanUp.Controls.Add(this.ComboEditorPro);
- this.ultraExpanUp.Controls.Add(this.ultraLabel1);
- this.ultraExpanUp.Controls.Add(this.comboRegIon);
- this.ultraExpanUp.Controls.Add(this.LabelRegPro);
- this.ultraExpanUp.Controls.Add(this.ComboEdiRegPro);
- this.ultraExpanUp.Controls.Add(this.textBoxMemo);
- this.ultraExpanUp.Controls.Add(this.labelMemo);
- this.ultraExpanUp.Controls.Add(this.txtName);
- this.ultraExpanUp.Controls.Add(this.labelReg);
- this.ultraExpanUp.Cursor = System.Windows.Forms.Cursors.Default;
- this.ultraExpanUp.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpanUp.Location = new System.Drawing.Point(0, 0);
- this.ultraExpanUp.Name = "ultraExpanUp";
- this.ultraExpanUp.Size = new System.Drawing.Size(1001, 76);
- this.ultraExpanUp.TabIndex = 0;
- //
- // LabelTopReg
- //
- appearance13.TextHAlignAsString = "Center";
- appearance13.TextVAlignAsString = "Middle";
- this.LabelTopReg.Appearance = appearance13;
- this.LabelTopReg.AutoSize = true;
- this.LabelTopReg.Location = new System.Drawing.Point(216, 11);
- this.LabelTopReg.Name = "LabelTopReg";
- this.LabelTopReg.Size = new System.Drawing.Size(79, 16);
- this.LabelTopReg.TabIndex = 14;
- this.LabelTopReg.Text = " 上级区域";
- //
- // ComboEditorPro
- //
- this.ComboEditorPro.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ComboEditorPro.Location = new System.Drawing.Point(296, 9);
- this.ComboEditorPro.Name = "ComboEditorPro";
- this.ComboEditorPro.Size = new System.Drawing.Size(144, 21);
- this.ComboEditorPro.TabIndex = 4;
- this.ComboEditorPro.TextChanged += new System.EventHandler(this.ComboEditorPro_TextChanged);
- //
- // ultraLabel1
- //
- appearance1.TextHAlignAsString = "Center";
- appearance1.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance1;
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(215, 42);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(79, 16);
- this.ultraLabel1.TabIndex = 14;
- this.ultraLabel1.Text = " 行政片区";
- //
- // comboRegIon
- //
- this.comboRegIon.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.comboRegIon.Location = new System.Drawing.Point(296, 42);
- this.comboRegIon.Name = "comboRegIon";
- this.comboRegIon.Size = new System.Drawing.Size(144, 21);
- this.comboRegIon.TabIndex = 5;
- //
- // LabelRegPro
- //
- appearance2.TextHAlignAsString = "Center";
- appearance2.TextVAlignAsString = "Middle";
- this.LabelRegPro.Appearance = appearance2;
- this.LabelRegPro.AutoSize = true;
- this.LabelRegPro.Location = new System.Drawing.Point(-14, 45);
- this.LabelRegPro.Name = "LabelRegPro";
- this.LabelRegPro.Size = new System.Drawing.Size(79, 16);
- this.LabelRegPro.TabIndex = 14;
- this.LabelRegPro.Text = " 区域属性";
- //
- // ComboEdiRegPro
- //
- this.ComboEdiRegPro.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ComboEdiRegPro.Location = new System.Drawing.Point(66, 44);
- this.ComboEdiRegPro.Name = "ComboEdiRegPro";
- this.ComboEdiRegPro.Size = new System.Drawing.Size(144, 21);
- this.ComboEdiRegPro.TabIndex = 3;
- //
- // textBoxMemo
- //
- this.textBoxMemo.Location = new System.Drawing.Point(484, 10);
- this.textBoxMemo.MaxLength = 100;
- this.textBoxMemo.Multiline = true;
- this.textBoxMemo.Name = "textBoxMemo";
- this.textBoxMemo.Size = new System.Drawing.Size(277, 53);
- this.textBoxMemo.TabIndex = 6;
- this.textBoxMemo.TextChanged += new System.EventHandler(this.textBoxMemo_TextChanged);
- //
- // labelMemo
- //
- this.labelMemo.Location = new System.Drawing.Point(448, 11);
- this.labelMemo.Name = "labelMemo";
- this.labelMemo.Size = new System.Drawing.Size(30, 19);
- this.labelMemo.TabIndex = 12;
- this.labelMemo.Text = "备注";
- this.labelMemo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(66, 8);
- this.txtName.MaxLength = 40;
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(144, 21);
- this.txtName.TabIndex = 2;
- this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
- //
- // labelReg
- //
- this.labelReg.Location = new System.Drawing.Point(10, 10);
- this.labelReg.Name = "labelReg";
- this.labelReg.Size = new System.Drawing.Size(54, 19);
- this.labelReg.TabIndex = 10;
- this.labelReg.Text = "区域名称";
- this.labelReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // FrmRegion
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1005, 514);
- this.Controls.Add(this.ultraPanel);
- this.Name = "FrmRegion";
- this.Text = "行政地区编码规则";
- this.Load += new System.EventHandler(this.frmRegion_Load);
- this.ultraPanel.ClientArea.ResumeLayout(false);
- this.ultraPanel.ResumeLayout(false);
- this.ultraPanelFill.ClientArea.ResumeLayout(false);
- this.ultraPanelFill.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).EndInit();
- this.ultraPanelLeft.ClientArea.ResumeLayout(false);
- this.ultraPanelLeft.ResumeLayout(false);
- this.ultraPanelBottom.ClientArea.ResumeLayout(false);
- this.ultraPanelBottom.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).EndInit();
- this.ultraExpandableGroupBoxText.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraExpanUp.ResumeLayout(false);
- this.ultraExpanUp.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ComboEditorPro)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboRegIon)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ComboEdiRegPro)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel;
- private Infragistics.Win.Misc.UltraPanel ultraPanelBottom;
- private Infragistics.Win.Misc.UltraPanel ultraPanelLeft;
- private Infragistics.Win.Misc.UltraPanel ultraPanelFill;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBoxText;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private System.Windows.Forms.Panel ultraExpanUp;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label labelReg;
- private System.Windows.Forms.TextBox textBoxMemo;
- private System.Windows.Forms.Label labelMemo;
- private Infragistics.Win.Misc.UltraLabel LabelRegPro;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ComboEdiRegPro;
- private Infragistics.Win.Misc.UltraLabel LabelTopReg;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ComboEditorPro;
- private System.Windows.Forms.TreeView treeRegion;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridRegion;
- private System.Data.DataSet uldtsCoupling;
- private System.Data.DataTable dataTableRegion;
- 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 System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comboRegIon;
- private System.Data.DataColumn dataColumn16;
- }
- }
|