FrmRegion.designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. namespace Pur.configure
  2. {
  3. partial class FrmRegion
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TableCoupling", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NM");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_TYPE_NM");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("P_REGION_NO");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("P_REGION_NM");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_TYPE_NO");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_LVL_NO");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BIGAREA");
  45. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  48. this.ultraPanel = new Infragistics.Win.Misc.UltraPanel();
  49. this.ultraPanelFill = new Infragistics.Win.Misc.UltraPanel();
  50. this.ultraGridRegion = new Infragistics.Win.UltraWinGrid.UltraGrid();
  51. this.uldtsCoupling = new System.Data.DataSet();
  52. this.dataTableRegion = new System.Data.DataTable();
  53. this.dataColumn1 = new System.Data.DataColumn();
  54. this.dataColumn2 = new System.Data.DataColumn();
  55. this.dataColumn3 = new System.Data.DataColumn();
  56. this.dataColumn4 = new System.Data.DataColumn();
  57. this.dataColumn5 = new System.Data.DataColumn();
  58. this.dataColumn6 = new System.Data.DataColumn();
  59. this.dataColumn7 = new System.Data.DataColumn();
  60. this.dataColumn8 = new System.Data.DataColumn();
  61. this.dataColumn9 = new System.Data.DataColumn();
  62. this.dataColumn10 = new System.Data.DataColumn();
  63. this.dataColumn11 = new System.Data.DataColumn();
  64. this.dataColumn12 = new System.Data.DataColumn();
  65. this.dataColumn13 = new System.Data.DataColumn();
  66. this.dataColumn14 = new System.Data.DataColumn();
  67. this.dataColumn15 = new System.Data.DataColumn();
  68. this.dataColumn16 = new System.Data.DataColumn();
  69. this.ultraPanelLeft = new Infragistics.Win.Misc.UltraPanel();
  70. this.treeRegion = new System.Windows.Forms.TreeView();
  71. this.ultraExpandableGroupBoxText = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  72. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  73. this.ultraExpanUp = new System.Windows.Forms.Panel();
  74. this.LabelTopReg = new Infragistics.Win.Misc.UltraLabel();
  75. this.ComboEditorPro = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  76. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  77. this.comboRegIon = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  78. this.LabelRegPro = new Infragistics.Win.Misc.UltraLabel();
  79. this.ComboEdiRegPro = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  80. this.textBoxMemo = new System.Windows.Forms.TextBox();
  81. this.labelMemo = new System.Windows.Forms.Label();
  82. this.txtName = new System.Windows.Forms.TextBox();
  83. this.labelReg = new System.Windows.Forms.Label();
  84. this.ultraPanel.ClientArea.SuspendLayout();
  85. this.ultraPanel.SuspendLayout();
  86. this.ultraPanelFill.ClientArea.SuspendLayout();
  87. this.ultraPanelFill.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).BeginInit();
  91. this.ultraPanelLeft.ClientArea.SuspendLayout();
  92. this.ultraPanelLeft.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).BeginInit();
  94. this.ultraExpandableGroupBoxText.SuspendLayout();
  95. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  96. this.ultraExpanUp.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.ComboEditorPro)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.comboRegIon)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.ComboEdiRegPro)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // ultraPanel
  103. //
  104. //
  105. // ultraPanel.ClientArea
  106. //
  107. this.ultraPanel.ClientArea.Controls.Add(this.ultraPanelFill);
  108. this.ultraPanel.ClientArea.Controls.Add(this.ultraPanelLeft);
  109. this.ultraPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.ultraPanel.Location = new System.Drawing.Point(0, 0);
  111. this.ultraPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  112. this.ultraPanel.Name = "ultraPanel";
  113. this.ultraPanel.Size = new System.Drawing.Size(1340, 516);
  114. this.ultraPanel.TabIndex = 0;
  115. //
  116. // ultraPanelFill
  117. //
  118. //
  119. // ultraPanelFill.ClientArea
  120. //
  121. this.ultraPanelFill.ClientArea.Controls.Add(this.ultraGridRegion);
  122. this.ultraPanelFill.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.ultraPanelFill.Location = new System.Drawing.Point(249, 0);
  124. this.ultraPanelFill.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  125. this.ultraPanelFill.Name = "ultraPanelFill";
  126. this.ultraPanelFill.Size = new System.Drawing.Size(1091, 516);
  127. this.ultraPanelFill.TabIndex = 2;
  128. //
  129. // ultraGridRegion
  130. //
  131. this.ultraGridRegion.DataSource = this.uldtsCoupling;
  132. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  133. ultraGridColumn1.Header.VisiblePosition = 0;
  134. ultraGridColumn1.Width = 140;
  135. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  136. ultraGridColumn2.Header.VisiblePosition = 1;
  137. ultraGridColumn2.Hidden = true;
  138. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  139. ultraGridColumn3.Header.VisiblePosition = 2;
  140. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  141. ultraGridColumn4.Header.VisiblePosition = 5;
  142. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  143. ultraGridColumn5.Header.VisiblePosition = 6;
  144. ultraGridColumn5.Hidden = true;
  145. ultraGridColumn5.Width = 72;
  146. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  147. ultraGridColumn6.Header.VisiblePosition = 7;
  148. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  149. ultraGridColumn7.Header.VisiblePosition = 8;
  150. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  151. ultraGridColumn8.Header.VisiblePosition = 9;
  152. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  153. ultraGridColumn9.Header.VisiblePosition = 10;
  154. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  155. ultraGridColumn10.Header.VisiblePosition = 11;
  156. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  157. ultraGridColumn11.Header.VisiblePosition = 12;
  158. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  159. ultraGridColumn12.Header.VisiblePosition = 13;
  160. ultraGridColumn12.Hidden = true;
  161. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  162. ultraGridColumn13.Header.VisiblePosition = 3;
  163. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  164. ultraGridColumn14.Header.VisiblePosition = 14;
  165. ultraGridColumn14.Hidden = true;
  166. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  167. ultraGridColumn15.Header.VisiblePosition = 15;
  168. ultraGridColumn15.Hidden = true;
  169. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  170. ultraGridColumn16.Header.VisiblePosition = 4;
  171. ultraGridBand1.Columns.AddRange(new object[] {
  172. ultraGridColumn1,
  173. ultraGridColumn2,
  174. ultraGridColumn3,
  175. ultraGridColumn4,
  176. ultraGridColumn5,
  177. ultraGridColumn6,
  178. ultraGridColumn7,
  179. ultraGridColumn8,
  180. ultraGridColumn9,
  181. ultraGridColumn10,
  182. ultraGridColumn11,
  183. ultraGridColumn12,
  184. ultraGridColumn13,
  185. ultraGridColumn14,
  186. ultraGridColumn15,
  187. ultraGridColumn16});
  188. this.ultraGridRegion.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  189. this.ultraGridRegion.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  190. this.ultraGridRegion.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.ultraGridRegion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.ultraGridRegion.Location = new System.Drawing.Point(0, 0);
  193. this.ultraGridRegion.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  194. this.ultraGridRegion.Name = "ultraGridRegion";
  195. this.ultraGridRegion.Size = new System.Drawing.Size(1091, 516);
  196. this.ultraGridRegion.TabIndex = 2;
  197. this.ultraGridRegion.AfterCellActivate += new System.EventHandler(this.ultraGridRegion_AfterCellActivate);
  198. this.ultraGridRegion.AfterRowActivate += new System.EventHandler(this.ultraGridRegion_AfterRowActivate);
  199. this.ultraGridRegion.Click += new System.EventHandler(this.ultraGridRegion_Click);
  200. //
  201. // uldtsCoupling
  202. //
  203. this.uldtsCoupling.DataSetName = "NewDataSet";
  204. this.uldtsCoupling.Tables.AddRange(new System.Data.DataTable[] {
  205. this.dataTableRegion});
  206. //
  207. // dataTableRegion
  208. //
  209. this.dataTableRegion.Columns.AddRange(new System.Data.DataColumn[] {
  210. this.dataColumn1,
  211. this.dataColumn2,
  212. this.dataColumn3,
  213. this.dataColumn4,
  214. this.dataColumn5,
  215. this.dataColumn6,
  216. this.dataColumn7,
  217. this.dataColumn8,
  218. this.dataColumn9,
  219. this.dataColumn10,
  220. this.dataColumn11,
  221. this.dataColumn12,
  222. this.dataColumn13,
  223. this.dataColumn14,
  224. this.dataColumn15,
  225. this.dataColumn16});
  226. this.dataTableRegion.TableName = "TableCoupling";
  227. //
  228. // dataColumn1
  229. //
  230. this.dataColumn1.Caption = "区域名称";
  231. this.dataColumn1.ColumnName = "REGION_NM";
  232. //
  233. // dataColumn2
  234. //
  235. this.dataColumn2.Caption = "行政区域编码";
  236. this.dataColumn2.ColumnName = "REGION_NO";
  237. //
  238. // dataColumn3
  239. //
  240. this.dataColumn3.Caption = "区域属性";
  241. this.dataColumn3.ColumnName = "REGION_TYPE_NM";
  242. //
  243. // dataColumn4
  244. //
  245. this.dataColumn4.Caption = "备注";
  246. this.dataColumn4.ColumnName = "MEMO";
  247. //
  248. // dataColumn5
  249. //
  250. this.dataColumn5.Caption = "有效标识";
  251. this.dataColumn5.ColumnName = "VALIDFLAG";
  252. //
  253. // dataColumn6
  254. //
  255. this.dataColumn6.Caption = "创建人";
  256. this.dataColumn6.ColumnName = "CREATE_NAME";
  257. //
  258. // dataColumn7
  259. //
  260. this.dataColumn7.Caption = "创建时间";
  261. this.dataColumn7.ColumnName = "CREATE_TIME";
  262. //
  263. // dataColumn8
  264. //
  265. this.dataColumn8.Caption = "修改人";
  266. this.dataColumn8.ColumnName = "UPDATE_NAME";
  267. //
  268. // dataColumn9
  269. //
  270. this.dataColumn9.Caption = "修改时间";
  271. this.dataColumn9.ColumnName = "UPDATE_TIME";
  272. //
  273. // dataColumn10
  274. //
  275. this.dataColumn10.Caption = "删除人";
  276. this.dataColumn10.ColumnName = "DELETE_NAME";
  277. //
  278. // dataColumn11
  279. //
  280. this.dataColumn11.Caption = "删除时间";
  281. this.dataColumn11.ColumnName = "DELETE_TIME";
  282. //
  283. // dataColumn12
  284. //
  285. this.dataColumn12.Caption = "上级一级代码";
  286. this.dataColumn12.ColumnName = "P_REGION_NO";
  287. //
  288. // dataColumn13
  289. //
  290. this.dataColumn13.Caption = "上级区域";
  291. this.dataColumn13.ColumnName = "P_REGION_NM";
  292. //
  293. // dataColumn14
  294. //
  295. this.dataColumn14.Caption = "行政区域属性编码";
  296. this.dataColumn14.ColumnName = "REGION_TYPE_NO";
  297. //
  298. // dataColumn15
  299. //
  300. this.dataColumn15.Caption = "行政区域级别编码";
  301. this.dataColumn15.ColumnName = "REGION_LVL_NO";
  302. //
  303. // dataColumn16
  304. //
  305. this.dataColumn16.Caption = "行政片区";
  306. this.dataColumn16.ColumnName = "BIGAREA";
  307. //
  308. // ultraPanelLeft
  309. //
  310. //
  311. // ultraPanelLeft.ClientArea
  312. //
  313. this.ultraPanelLeft.ClientArea.Controls.Add(this.treeRegion);
  314. this.ultraPanelLeft.Dock = System.Windows.Forms.DockStyle.Left;
  315. this.ultraPanelLeft.Location = new System.Drawing.Point(0, 0);
  316. this.ultraPanelLeft.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  317. this.ultraPanelLeft.Name = "ultraPanelLeft";
  318. this.ultraPanelLeft.Size = new System.Drawing.Size(249, 516);
  319. this.ultraPanelLeft.TabIndex = 1;
  320. //
  321. // treeRegion
  322. //
  323. this.treeRegion.Cursor = System.Windows.Forms.Cursors.Arrow;
  324. this.treeRegion.Dock = System.Windows.Forms.DockStyle.Left;
  325. this.treeRegion.ForeColor = System.Drawing.SystemColors.WindowText;
  326. this.treeRegion.ItemHeight = 14;
  327. this.treeRegion.LineColor = System.Drawing.Color.White;
  328. this.treeRegion.Location = new System.Drawing.Point(0, 0);
  329. this.treeRegion.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  330. this.treeRegion.Name = "treeRegion";
  331. this.treeRegion.Size = new System.Drawing.Size(248, 516);
  332. this.treeRegion.TabIndex = 15;
  333. this.treeRegion.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeRegion_NodeMouseClick);
  334. //
  335. // ultraExpandableGroupBoxText
  336. //
  337. this.ultraExpandableGroupBoxText.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  338. this.ultraExpandableGroupBoxText.Dock = System.Windows.Forms.DockStyle.Bottom;
  339. this.ultraExpandableGroupBoxText.ExpandedSize = new System.Drawing.Size(1340, 126);
  340. this.ultraExpandableGroupBoxText.Location = new System.Drawing.Point(0, 516);
  341. this.ultraExpandableGroupBoxText.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  342. this.ultraExpandableGroupBoxText.Name = "ultraExpandableGroupBoxText";
  343. this.ultraExpandableGroupBoxText.Size = new System.Drawing.Size(1340, 126);
  344. this.ultraExpandableGroupBoxText.TabIndex = 6;
  345. this.ultraExpandableGroupBoxText.Text = "编辑区";
  346. this.ultraExpandableGroupBoxText.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  347. //
  348. // ultraExpandableGroupBoxPanel1
  349. //
  350. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpanUp);
  351. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 23);
  353. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  354. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  355. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1336, 101);
  356. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  357. //
  358. // ultraExpanUp
  359. //
  360. this.ultraExpanUp.Controls.Add(this.LabelTopReg);
  361. this.ultraExpanUp.Controls.Add(this.ComboEditorPro);
  362. this.ultraExpanUp.Controls.Add(this.ultraLabel1);
  363. this.ultraExpanUp.Controls.Add(this.comboRegIon);
  364. this.ultraExpanUp.Controls.Add(this.LabelRegPro);
  365. this.ultraExpanUp.Controls.Add(this.ComboEdiRegPro);
  366. this.ultraExpanUp.Controls.Add(this.textBoxMemo);
  367. this.ultraExpanUp.Controls.Add(this.labelMemo);
  368. this.ultraExpanUp.Controls.Add(this.txtName);
  369. this.ultraExpanUp.Controls.Add(this.labelReg);
  370. this.ultraExpanUp.Cursor = System.Windows.Forms.Cursors.Default;
  371. this.ultraExpanUp.Dock = System.Windows.Forms.DockStyle.Fill;
  372. this.ultraExpanUp.Location = new System.Drawing.Point(0, 0);
  373. this.ultraExpanUp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  374. this.ultraExpanUp.Name = "ultraExpanUp";
  375. this.ultraExpanUp.Size = new System.Drawing.Size(1336, 101);
  376. this.ultraExpanUp.TabIndex = 0;
  377. //
  378. // LabelTopReg
  379. //
  380. appearance13.TextHAlignAsString = "Center";
  381. appearance13.TextVAlignAsString = "Middle";
  382. this.LabelTopReg.Appearance = appearance13;
  383. this.LabelTopReg.AutoSize = true;
  384. this.LabelTopReg.Location = new System.Drawing.Point(288, 14);
  385. this.LabelTopReg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  386. this.LabelTopReg.Name = "LabelTopReg";
  387. this.LabelTopReg.Size = new System.Drawing.Size(131, 24);
  388. this.LabelTopReg.TabIndex = 14;
  389. this.LabelTopReg.Text = " 上级区域";
  390. //
  391. // ComboEditorPro
  392. //
  393. this.ComboEditorPro.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  394. this.ComboEditorPro.Location = new System.Drawing.Point(395, 11);
  395. this.ComboEditorPro.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  396. this.ComboEditorPro.Name = "ComboEditorPro";
  397. this.ComboEditorPro.Size = new System.Drawing.Size(192, 24);
  398. this.ComboEditorPro.TabIndex = 4;
  399. this.ComboEditorPro.TextChanged += new System.EventHandler(this.ComboEditorPro_TextChanged);
  400. //
  401. // ultraLabel1
  402. //
  403. appearance1.TextHAlignAsString = "Center";
  404. appearance1.TextVAlignAsString = "Middle";
  405. this.ultraLabel1.Appearance = appearance1;
  406. this.ultraLabel1.AutoSize = true;
  407. this.ultraLabel1.Location = new System.Drawing.Point(287, 52);
  408. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  409. this.ultraLabel1.Name = "ultraLabel1";
  410. this.ultraLabel1.Size = new System.Drawing.Size(131, 24);
  411. this.ultraLabel1.TabIndex = 14;
  412. this.ultraLabel1.Text = " 行政片区";
  413. //
  414. // comboRegIon
  415. //
  416. this.comboRegIon.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  417. this.comboRegIon.Location = new System.Drawing.Point(395, 52);
  418. this.comboRegIon.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  419. this.comboRegIon.Name = "comboRegIon";
  420. this.comboRegIon.Size = new System.Drawing.Size(192, 24);
  421. this.comboRegIon.TabIndex = 5;
  422. //
  423. // LabelRegPro
  424. //
  425. appearance2.TextHAlignAsString = "Center";
  426. appearance2.TextVAlignAsString = "Middle";
  427. this.LabelRegPro.Appearance = appearance2;
  428. this.LabelRegPro.AutoSize = true;
  429. this.LabelRegPro.Location = new System.Drawing.Point(-19, 56);
  430. this.LabelRegPro.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  431. this.LabelRegPro.Name = "LabelRegPro";
  432. this.LabelRegPro.Size = new System.Drawing.Size(131, 24);
  433. this.LabelRegPro.TabIndex = 14;
  434. this.LabelRegPro.Text = " 区域属性";
  435. //
  436. // ComboEdiRegPro
  437. //
  438. this.ComboEdiRegPro.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  439. this.ComboEdiRegPro.Location = new System.Drawing.Point(88, 55);
  440. this.ComboEdiRegPro.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  441. this.ComboEdiRegPro.Name = "ComboEdiRegPro";
  442. this.ComboEdiRegPro.Size = new System.Drawing.Size(192, 24);
  443. this.ComboEdiRegPro.TabIndex = 3;
  444. //
  445. // textBoxMemo
  446. //
  447. this.textBoxMemo.Location = new System.Drawing.Point(645, 12);
  448. this.textBoxMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  449. this.textBoxMemo.MaxLength = 100;
  450. this.textBoxMemo.Multiline = true;
  451. this.textBoxMemo.Name = "textBoxMemo";
  452. this.textBoxMemo.Size = new System.Drawing.Size(368, 65);
  453. this.textBoxMemo.TabIndex = 6;
  454. this.textBoxMemo.TextChanged += new System.EventHandler(this.textBoxMemo_TextChanged);
  455. //
  456. // labelMemo
  457. //
  458. this.labelMemo.Location = new System.Drawing.Point(597, 14);
  459. this.labelMemo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  460. this.labelMemo.Name = "labelMemo";
  461. this.labelMemo.Size = new System.Drawing.Size(40, 24);
  462. this.labelMemo.TabIndex = 12;
  463. this.labelMemo.Text = "备注";
  464. this.labelMemo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  465. //
  466. // txtName
  467. //
  468. this.txtName.Location = new System.Drawing.Point(88, 10);
  469. this.txtName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  470. this.txtName.MaxLength = 40;
  471. this.txtName.Name = "txtName";
  472. this.txtName.Size = new System.Drawing.Size(191, 25);
  473. this.txtName.TabIndex = 2;
  474. this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
  475. //
  476. // labelReg
  477. //
  478. this.labelReg.Location = new System.Drawing.Point(13, 12);
  479. this.labelReg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  480. this.labelReg.Name = "labelReg";
  481. this.labelReg.Size = new System.Drawing.Size(72, 24);
  482. this.labelReg.TabIndex = 10;
  483. this.labelReg.Text = "区域名称";
  484. this.labelReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  485. //
  486. // FrmRegion
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.ClientSize = new System.Drawing.Size(1340, 642);
  491. this.Controls.Add(this.ultraPanel);
  492. this.Controls.Add(this.ultraExpandableGroupBoxText);
  493. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  494. this.Name = "FrmRegion";
  495. this.Text = "行政地区编码规则";
  496. this.Load += new System.EventHandler(this.frmRegion_Load);
  497. this.ultraPanel.ClientArea.ResumeLayout(false);
  498. this.ultraPanel.ResumeLayout(false);
  499. this.ultraPanelFill.ClientArea.ResumeLayout(false);
  500. this.ultraPanelFill.ResumeLayout(false);
  501. ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).EndInit();
  504. this.ultraPanelLeft.ClientArea.ResumeLayout(false);
  505. this.ultraPanelLeft.ResumeLayout(false);
  506. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).EndInit();
  507. this.ultraExpandableGroupBoxText.ResumeLayout(false);
  508. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  509. this.ultraExpanUp.ResumeLayout(false);
  510. this.ultraExpanUp.PerformLayout();
  511. ((System.ComponentModel.ISupportInitialize)(this.ComboEditorPro)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.comboRegIon)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.ComboEdiRegPro)).EndInit();
  514. this.ResumeLayout(false);
  515. }
  516. #endregion
  517. private Infragistics.Win.Misc.UltraPanel ultraPanel;
  518. private Infragistics.Win.Misc.UltraPanel ultraPanelLeft;
  519. private Infragistics.Win.Misc.UltraPanel ultraPanelFill;
  520. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBoxText;
  521. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  522. private System.Windows.Forms.Panel ultraExpanUp;
  523. private System.Windows.Forms.TextBox txtName;
  524. private System.Windows.Forms.Label labelReg;
  525. private System.Windows.Forms.TextBox textBoxMemo;
  526. private System.Windows.Forms.Label labelMemo;
  527. private Infragistics.Win.Misc.UltraLabel LabelRegPro;
  528. private Infragistics.Win.UltraWinEditors.UltraComboEditor ComboEdiRegPro;
  529. private Infragistics.Win.Misc.UltraLabel LabelTopReg;
  530. private Infragistics.Win.UltraWinEditors.UltraComboEditor ComboEditorPro;
  531. private System.Windows.Forms.TreeView treeRegion;
  532. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridRegion;
  533. private System.Data.DataSet uldtsCoupling;
  534. private System.Data.DataTable dataTableRegion;
  535. private System.Data.DataColumn dataColumn1;
  536. private System.Data.DataColumn dataColumn2;
  537. private System.Data.DataColumn dataColumn3;
  538. private System.Data.DataColumn dataColumn4;
  539. private System.Data.DataColumn dataColumn5;
  540. private System.Data.DataColumn dataColumn6;
  541. private System.Data.DataColumn dataColumn7;
  542. private System.Data.DataColumn dataColumn8;
  543. private System.Data.DataColumn dataColumn9;
  544. private System.Data.DataColumn dataColumn10;
  545. private System.Data.DataColumn dataColumn11;
  546. private System.Data.DataColumn dataColumn12;
  547. private System.Data.DataColumn dataColumn13;
  548. private System.Data.DataColumn dataColumn14;
  549. private System.Data.DataColumn dataColumn15;
  550. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  551. private Infragistics.Win.UltraWinEditors.UltraComboEditor comboRegIon;
  552. private System.Data.DataColumn dataColumn16;
  553. }
  554. }