frmSaleRegion.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. namespace Core.StlMes.Client.SaleBase
  2. {
  3. partial class frmSaleRegion
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_org", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_org_desc");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_area_no");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sale_area_desc");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflagName");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("create_name");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("create_time");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("update_name");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("update_time");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("delete_name");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("delete_time");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTID");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTNAME");
  45. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  60. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.dataSet1 = new System.Data.DataSet();
  62. this.dataTable1 = new System.Data.DataTable();
  63. this.dataColumn1 = new System.Data.DataColumn();
  64. this.dataColumn2 = new System.Data.DataColumn();
  65. this.dataColumn3 = new System.Data.DataColumn();
  66. this.dataColumn4 = new System.Data.DataColumn();
  67. this.dataColumn5 = new System.Data.DataColumn();
  68. this.dataColumn6 = new System.Data.DataColumn();
  69. this.dataColumn7 = new System.Data.DataColumn();
  70. this.dataColumn8 = new System.Data.DataColumn();
  71. this.dataColumn9 = new System.Data.DataColumn();
  72. this.dataColumn10 = new System.Data.DataColumn();
  73. this.dataColumn11 = new System.Data.DataColumn();
  74. this.dataColumn12 = new System.Data.DataColumn();
  75. this.dataColumn13 = new System.Data.DataColumn();
  76. this.dataColumn14 = new System.Data.DataColumn();
  77. this.dataColumn15 = new System.Data.DataColumn();
  78. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  79. this.panel1 = new System.Windows.Forms.Panel();
  80. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  81. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  82. this.ultraComboDepar = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  83. this.cmbSaleRegionName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  84. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  85. this.txtAreaDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  86. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  87. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  88. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  89. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  90. this.panel2 = new System.Windows.Forms.Panel();
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  94. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  95. this.panel1.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraComboDepar)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.cmbSaleRegionName)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.txtAreaDesc)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  101. this.ultraExpandableGroupBox1.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  103. this.panel2.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // ultraGrid2
  107. //
  108. this.ultraGrid2.DataMember = "Table1";
  109. this.ultraGrid2.DataSource = this.dataSet1;
  110. appearance1.BackColor = System.Drawing.SystemColors.Window;
  111. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  112. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  113. ultraGridColumn1.Header.VisiblePosition = 0;
  114. ultraGridColumn1.Hidden = true;
  115. ultraGridColumn2.Header.VisiblePosition = 1;
  116. ultraGridColumn2.Width = 154;
  117. ultraGridColumn3.Header.VisiblePosition = 3;
  118. ultraGridColumn3.Hidden = true;
  119. ultraGridColumn4.Header.VisiblePosition = 4;
  120. ultraGridColumn5.Header.VisiblePosition = 5;
  121. ultraGridColumn6.Header.VisiblePosition = 6;
  122. ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  123. ultraGridColumn7.Header.VisiblePosition = 7;
  124. ultraGridColumn7.Hidden = true;
  125. ultraGridColumn8.Header.VisiblePosition = 8;
  126. ultraGridColumn9.Header.VisiblePosition = 9;
  127. ultraGridColumn10.Header.VisiblePosition = 10;
  128. ultraGridColumn11.Header.VisiblePosition = 11;
  129. ultraGridColumn12.Header.VisiblePosition = 12;
  130. ultraGridColumn13.Header.VisiblePosition = 13;
  131. ultraGridColumn14.Header.VisiblePosition = 14;
  132. ultraGridColumn14.Hidden = true;
  133. ultraGridColumn15.Header.VisiblePosition = 2;
  134. ultraGridBand1.Columns.AddRange(new object[] {
  135. ultraGridColumn1,
  136. ultraGridColumn2,
  137. ultraGridColumn3,
  138. ultraGridColumn4,
  139. ultraGridColumn5,
  140. ultraGridColumn6,
  141. ultraGridColumn7,
  142. ultraGridColumn8,
  143. ultraGridColumn9,
  144. ultraGridColumn10,
  145. ultraGridColumn11,
  146. ultraGridColumn12,
  147. ultraGridColumn13,
  148. ultraGridColumn14,
  149. ultraGridColumn15});
  150. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  151. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  152. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  153. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  154. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  155. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  156. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  157. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  158. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  159. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  160. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  161. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  162. appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
  163. appearance19.BackColor2 = System.Drawing.SystemColors.Control;
  164. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  165. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  166. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
  167. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  168. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  169. appearance20.BackColor = System.Drawing.SystemColors.Window;
  170. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  171. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  172. appearance21.BackColor = System.Drawing.SystemColors.Highlight;
  173. appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
  174. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  175. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  176. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
  177. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  178. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  179. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  180. appearance22.BackColor = System.Drawing.SystemColors.Window;
  181. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance22;
  182. appearance23.BorderColor = System.Drawing.Color.Silver;
  183. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  184. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance23;
  185. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  186. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  187. appearance24.BackColor = System.Drawing.SystemColors.Control;
  188. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  189. appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  190. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  191. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  192. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance24;
  193. appearance25.TextHAlignAsString = "Left";
  194. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance25;
  195. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  196. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  197. appearance26.BackColor = System.Drawing.SystemColors.Window;
  198. appearance26.BorderColor = System.Drawing.Color.Silver;
  199. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance26;
  200. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  201. appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
  202. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
  203. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  204. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  205. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  206. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.ultraGrid2.Location = new System.Drawing.Point(0, 50);
  209. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  210. this.ultraGrid2.Name = "ultraGrid2";
  211. this.ultraGrid2.Size = new System.Drawing.Size(1300, 358);
  212. this.ultraGrid2.TabIndex = 29;
  213. this.ultraGrid2.Text = "ultraGrid1";
  214. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  215. //
  216. // dataSet1
  217. //
  218. this.dataSet1.DataSetName = "NewDataSet";
  219. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  220. this.dataTable1});
  221. //
  222. // dataTable1
  223. //
  224. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  225. this.dataColumn1,
  226. this.dataColumn2,
  227. this.dataColumn3,
  228. this.dataColumn4,
  229. this.dataColumn5,
  230. this.dataColumn6,
  231. this.dataColumn7,
  232. this.dataColumn8,
  233. this.dataColumn9,
  234. this.dataColumn10,
  235. this.dataColumn11,
  236. this.dataColumn12,
  237. this.dataColumn13,
  238. this.dataColumn14,
  239. this.dataColumn15});
  240. this.dataTable1.TableName = "Table1";
  241. //
  242. // dataColumn1
  243. //
  244. this.dataColumn1.Caption = "销售组织编码";
  245. this.dataColumn1.ColumnName = "sale_org";
  246. //
  247. // dataColumn2
  248. //
  249. this.dataColumn2.Caption = "销售组织";
  250. this.dataColumn2.ColumnName = "sale_org_desc";
  251. //
  252. // dataColumn3
  253. //
  254. this.dataColumn3.Caption = "业务片区编码";
  255. this.dataColumn3.ColumnName = "sale_area_no";
  256. //
  257. // dataColumn4
  258. //
  259. this.dataColumn4.Caption = "业务片区";
  260. this.dataColumn4.ColumnName = "sale_area_desc";
  261. //
  262. // dataColumn5
  263. //
  264. this.dataColumn5.Caption = "备注";
  265. this.dataColumn5.ColumnName = "memo";
  266. //
  267. // dataColumn6
  268. //
  269. this.dataColumn6.Caption = "有效标志";
  270. this.dataColumn6.ColumnName = "validflag";
  271. //
  272. // dataColumn7
  273. //
  274. this.dataColumn7.Caption = "有效标志";
  275. this.dataColumn7.ColumnName = "validflagName";
  276. //
  277. // dataColumn8
  278. //
  279. this.dataColumn8.Caption = "创建人";
  280. this.dataColumn8.ColumnName = "create_name";
  281. //
  282. // dataColumn9
  283. //
  284. this.dataColumn9.Caption = "创建时间";
  285. this.dataColumn9.ColumnName = "create_time";
  286. //
  287. // dataColumn10
  288. //
  289. this.dataColumn10.Caption = "修改人";
  290. this.dataColumn10.ColumnName = "update_name";
  291. //
  292. // dataColumn11
  293. //
  294. this.dataColumn11.Caption = "修改时间";
  295. this.dataColumn11.ColumnName = "update_time";
  296. //
  297. // dataColumn12
  298. //
  299. this.dataColumn12.Caption = "废除人";
  300. this.dataColumn12.ColumnName = "delete_name";
  301. //
  302. // dataColumn13
  303. //
  304. this.dataColumn13.Caption = "废除时间";
  305. this.dataColumn13.ColumnName = "delete_time";
  306. //
  307. // dataColumn14
  308. //
  309. this.dataColumn14.ColumnName = "DEPARTID";
  310. //
  311. // dataColumn15
  312. //
  313. this.dataColumn15.Caption = "销售科室";
  314. this.dataColumn15.ColumnName = "DEPARTNAME";
  315. //
  316. // ultraExpandableGroupBoxPanel1
  317. //
  318. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
  319. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  321. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  322. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  323. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1294, 64);
  324. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  325. //
  326. // panel1
  327. //
  328. this.panel1.Controls.Add(this.txtMemo);
  329. this.panel1.Controls.Add(this.ultraLabel6);
  330. this.panel1.Controls.Add(this.ultraComboDepar);
  331. this.panel1.Controls.Add(this.cmbSaleRegionName);
  332. this.panel1.Controls.Add(this.ultraLabel5);
  333. this.panel1.Controls.Add(this.txtAreaDesc);
  334. this.panel1.Controls.Add(this.ultraLabel1);
  335. this.panel1.Controls.Add(this.ultraLabel4);
  336. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.panel1.Location = new System.Drawing.Point(0, 0);
  338. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  339. this.panel1.Name = "panel1";
  340. this.panel1.Size = new System.Drawing.Size(1294, 64);
  341. this.panel1.TabIndex = 0;
  342. //
  343. // txtMemo
  344. //
  345. this.txtMemo.Location = new System.Drawing.Point(961, 6);
  346. this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  347. this.txtMemo.MaxLength = 100;
  348. this.txtMemo.Multiline = true;
  349. this.txtMemo.Name = "txtMemo";
  350. this.txtMemo.Size = new System.Drawing.Size(316, 45);
  351. this.txtMemo.TabIndex = 3;
  352. //
  353. // ultraLabel6
  354. //
  355. appearance43.TextHAlignAsString = "Center";
  356. appearance43.TextVAlignAsString = "Middle";
  357. this.ultraLabel6.Appearance = appearance43;
  358. this.ultraLabel6.Location = new System.Drawing.Point(907, 19);
  359. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  360. this.ultraLabel6.Name = "ultraLabel6";
  361. this.ultraLabel6.Size = new System.Drawing.Size(47, 22);
  362. this.ultraLabel6.TabIndex = 16;
  363. this.ultraLabel6.Text = "备注";
  364. //
  365. // ultraComboDepar
  366. //
  367. this.ultraComboDepar.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  368. this.ultraComboDepar.Location = new System.Drawing.Point(400, 19);
  369. this.ultraComboDepar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  370. this.ultraComboDepar.Name = "ultraComboDepar";
  371. this.ultraComboDepar.Size = new System.Drawing.Size(192, 24);
  372. this.ultraComboDepar.TabIndex = 1;
  373. //
  374. // cmbSaleRegionName
  375. //
  376. this.cmbSaleRegionName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  377. this.cmbSaleRegionName.Location = new System.Drawing.Point(97, 18);
  378. this.cmbSaleRegionName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  379. this.cmbSaleRegionName.Name = "cmbSaleRegionName";
  380. this.cmbSaleRegionName.Size = new System.Drawing.Size(192, 24);
  381. this.cmbSaleRegionName.TabIndex = 1;
  382. this.cmbSaleRegionName.ValueChanged += new System.EventHandler(this.cmbSaleRegionName_ValueChanged);
  383. //
  384. // ultraLabel5
  385. //
  386. appearance42.TextHAlignAsString = "Center";
  387. appearance42.TextVAlignAsString = "Middle";
  388. this.ultraLabel5.Appearance = appearance42;
  389. this.ultraLabel5.Location = new System.Drawing.Point(612, 19);
  390. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  391. this.ultraLabel5.Name = "ultraLabel5";
  392. this.ultraLabel5.Size = new System.Drawing.Size(72, 26);
  393. this.ultraLabel5.TabIndex = 17;
  394. this.ultraLabel5.Text = "业务片区";
  395. //
  396. // txtAreaDesc
  397. //
  398. this.txtAreaDesc.Location = new System.Drawing.Point(692, 18);
  399. this.txtAreaDesc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  400. this.txtAreaDesc.MaxLength = 25;
  401. this.txtAreaDesc.Name = "txtAreaDesc";
  402. this.txtAreaDesc.Size = new System.Drawing.Size(192, 24);
  403. this.txtAreaDesc.TabIndex = 2;
  404. //
  405. // ultraLabel1
  406. //
  407. appearance4.TextHAlignAsString = "Center";
  408. appearance4.TextVAlignAsString = "Middle";
  409. this.ultraLabel1.Appearance = appearance4;
  410. this.ultraLabel1.Location = new System.Drawing.Point(304, 19);
  411. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  412. this.ultraLabel1.Name = "ultraLabel1";
  413. this.ultraLabel1.Size = new System.Drawing.Size(80, 25);
  414. this.ultraLabel1.TabIndex = 15;
  415. this.ultraLabel1.Text = "销售科室";
  416. //
  417. // ultraLabel4
  418. //
  419. appearance5.TextHAlignAsString = "Center";
  420. appearance5.TextVAlignAsString = "Middle";
  421. this.ultraLabel4.Appearance = appearance5;
  422. this.ultraLabel4.Location = new System.Drawing.Point(19, 20);
  423. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  424. this.ultraLabel4.Name = "ultraLabel4";
  425. this.ultraLabel4.Size = new System.Drawing.Size(80, 25);
  426. this.ultraLabel4.TabIndex = 15;
  427. this.ultraLabel4.Text = "销售组织";
  428. //
  429. // ultraExpandableGroupBox1
  430. //
  431. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  432. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  433. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1300, 88);
  434. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 408);
  435. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  436. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  437. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1300, 88);
  438. this.ultraExpandableGroupBox1.TabIndex = 28;
  439. this.ultraExpandableGroupBox1.Text = "编辑区域";
  440. //
  441. // chkValid
  442. //
  443. this.chkValid.Location = new System.Drawing.Point(8, 14);
  444. this.chkValid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  445. this.chkValid.Name = "chkValid";
  446. this.chkValid.Size = new System.Drawing.Size(95, 29);
  447. this.chkValid.TabIndex = 2;
  448. this.chkValid.Text = "包含无效";
  449. //
  450. // panel2
  451. //
  452. this.panel2.Controls.Add(this.chkValid);
  453. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  454. this.panel2.Location = new System.Drawing.Point(0, 0);
  455. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  456. this.panel2.Name = "panel2";
  457. this.panel2.Size = new System.Drawing.Size(1300, 50);
  458. this.panel2.TabIndex = 27;
  459. //
  460. // frmSaleRegion
  461. //
  462. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  463. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  464. this.ClientSize = new System.Drawing.Size(1300, 496);
  465. this.Controls.Add(this.ultraGrid2);
  466. this.Controls.Add(this.ultraExpandableGroupBox1);
  467. this.Controls.Add(this.panel2);
  468. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  469. this.Name = "frmSaleRegion";
  470. this.Text = "销售业务片区划分信息维护";
  471. this.Load += new System.EventHandler(this.frmSaleRegion_Load);
  472. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  475. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  476. this.panel1.ResumeLayout(false);
  477. this.panel1.PerformLayout();
  478. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.ultraComboDepar)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.cmbSaleRegionName)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.txtAreaDesc)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  483. this.ultraExpandableGroupBox1.ResumeLayout(false);
  484. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  485. this.panel2.ResumeLayout(false);
  486. this.ResumeLayout(false);
  487. }
  488. #endregion
  489. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  490. private System.Data.DataSet dataSet1;
  491. private System.Data.DataTable dataTable1;
  492. private System.Data.DataColumn dataColumn1;
  493. private System.Data.DataColumn dataColumn2;
  494. private System.Data.DataColumn dataColumn3;
  495. private System.Data.DataColumn dataColumn4;
  496. private System.Data.DataColumn dataColumn5;
  497. private System.Data.DataColumn dataColumn6;
  498. private System.Data.DataColumn dataColumn7;
  499. private System.Data.DataColumn dataColumn8;
  500. private System.Data.DataColumn dataColumn9;
  501. private System.Data.DataColumn dataColumn10;
  502. private System.Data.DataColumn dataColumn11;
  503. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  504. private System.Windows.Forms.Panel panel1;
  505. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  506. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  507. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSaleRegionName;
  508. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  509. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtAreaDesc;
  510. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  511. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  512. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  513. private System.Windows.Forms.Panel panel2;
  514. private System.Data.DataColumn dataColumn12;
  515. private System.Data.DataColumn dataColumn13;
  516. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboDepar;
  517. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  518. private System.Data.DataColumn dataColumn14;
  519. private System.Data.DataColumn dataColumn15;
  520. }
  521. }