FrmRegion.Designer.cs 29 KB

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