FrmCustomerEdit.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmCustomerEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCustomerEdit));
  30. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  31. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  32. this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  33. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  34. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  36. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  37. this.txtAddress = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  38. this.txtCustomerCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  39. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.lbBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.cmbProvince = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  48. this.cmbCustomerType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  49. this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.txtCustomerName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  52. this.cmbCity = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  53. this.cmbArea = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  54. this.txtPostalCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  55. this.cmbStreet = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  56. this.txtRoute = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  57. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.txtContractPhone = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  59. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.txtContract = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  61. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  62. this.txtPutRule = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  63. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  64. this.txtDistributionRule = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  65. this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  66. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  67. this.lbStatusMessage = new System.Windows.Forms.Label();
  68. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  69. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  70. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  72. this.groupOperation.Panel.SuspendLayout();
  73. this.groupOperation.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  75. this.kryptonPanelInput.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  77. this.kryptonNavigatorOperation.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  79. this.kryptonPageInfo.SuspendLayout();
  80. this.tableLayoutPanelInput.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.cmbProvince)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.cmbCity)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.cmbArea)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // groupOperation
  88. //
  89. this.groupOperation.CaptionOverlap = 0D;
  90. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  91. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  93. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  94. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  95. this.groupOperation.Name = "groupOperation";
  96. //
  97. // groupOperation.Panel
  98. //
  99. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  100. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  101. this.groupOperation.Panel.Controls.Add(this.btnSave);
  102. this.groupOperation.Panel.Controls.Add(this.btnExit);
  103. this.groupOperation.Size = new System.Drawing.Size(820, 450);
  104. this.groupOperation.TabIndex = 65;
  105. this.groupOperation.Values.Heading = "编辑";
  106. this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image")));
  107. //
  108. // kryptonPanelInput
  109. //
  110. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  111. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  112. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  113. this.kryptonPanelInput.Name = "kryptonPanelInput";
  114. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  115. this.kryptonPanelInput.Size = new System.Drawing.Size(816, 380);
  116. this.kryptonPanelInput.TabIndex = 48;
  117. //
  118. // kryptonNavigatorOperation
  119. //
  120. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  121. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  122. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  124. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  125. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  126. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  127. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  128. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  129. this.kryptonPageInfo});
  130. this.kryptonNavigatorOperation.SelectedIndex = 0;
  131. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(816, 380);
  132. this.kryptonNavigatorOperation.TabIndex = 63;
  133. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  134. //
  135. // kryptonPageInfo
  136. //
  137. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  138. this.kryptonPageInfo.Controls.Add(this.kryptonLabel6);
  139. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  140. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  141. this.kryptonPageInfo.Flags = 65534;
  142. this.kryptonPageInfo.LastVisibleSet = true;
  143. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  144. this.kryptonPageInfo.Name = "kryptonPageInfo";
  145. this.kryptonPageInfo.Size = new System.Drawing.Size(814, 351);
  146. this.kryptonPageInfo.Text = "基础配置";
  147. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  148. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  149. //
  150. // kryptonLabel6
  151. //
  152. this.kryptonLabel6.AutoSize = false;
  153. this.kryptonLabel6.Location = new System.Drawing.Point(13, 193);
  154. this.kryptonLabel6.Name = "kryptonLabel6";
  155. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  156. this.kryptonLabel6.Size = new System.Drawing.Size(86, 21);
  157. this.kryptonLabel6.TabIndex = 49;
  158. this.kryptonLabel6.Values.Text = "描述";
  159. //
  160. // richDescibe
  161. //
  162. this.richDescibe.Location = new System.Drawing.Point(103, 193);
  163. this.richDescibe.Name = "richDescibe";
  164. this.richDescibe.Size = new System.Drawing.Size(682, 132);
  165. this.richDescibe.TabIndex = 48;
  166. this.richDescibe.Tag = "DESCRIBE";
  167. this.richDescibe.Text = "";
  168. //
  169. // tableLayoutPanelInput
  170. //
  171. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  172. this.tableLayoutPanelInput.ColumnCount = 6;
  173. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  174. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  175. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  176. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  177. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  178. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  179. this.tableLayoutPanelInput.Controls.Add(this.txtAddress, 0, 3);
  180. this.tableLayoutPanelInput.Controls.Add(this.txtCustomerCode, 1, 0);
  181. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
  182. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 0, 3);
  183. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 2);
  184. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 2);
  185. this.tableLayoutPanelInput.Controls.Add(this.lbBinLayer, 0, 2);
  186. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 1);
  187. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 1);
  188. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 0, 1);
  189. this.tableLayoutPanelInput.Controls.Add(this.cmbProvince, 1, 1);
  190. this.tableLayoutPanelInput.Controls.Add(this.cmbCustomerType, 5, 0);
  191. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0);
  192. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
  193. this.tableLayoutPanelInput.Controls.Add(this.txtCustomerName, 3, 0);
  194. this.tableLayoutPanelInput.Controls.Add(this.cmbCity, 3, 1);
  195. this.tableLayoutPanelInput.Controls.Add(this.cmbArea, 5, 1);
  196. this.tableLayoutPanelInput.Controls.Add(this.txtPostalCode, 5, 2);
  197. this.tableLayoutPanelInput.Controls.Add(this.cmbStreet, 1, 2);
  198. this.tableLayoutPanelInput.Controls.Add(this.txtRoute, 3, 2);
  199. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 4, 3);
  200. this.tableLayoutPanelInput.Controls.Add(this.txtContractPhone, 5, 3);
  201. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 3);
  202. this.tableLayoutPanelInput.Controls.Add(this.txtContract, 3, 3);
  203. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 0, 4);
  204. this.tableLayoutPanelInput.Controls.Add(this.txtPutRule, 1, 4);
  205. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 2, 4);
  206. this.tableLayoutPanelInput.Controls.Add(this.txtDistributionRule, 3, 4);
  207. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 4, 4);
  208. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 4);
  209. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  210. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  211. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  212. this.tableLayoutPanelInput.RowCount = 6;
  213. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  214. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  215. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  216. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  217. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  218. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  219. this.tableLayoutPanelInput.Size = new System.Drawing.Size(814, 159);
  220. this.tableLayoutPanelInput.TabIndex = 42;
  221. //
  222. // txtAddress
  223. //
  224. this.txtAddress.Location = new System.Drawing.Point(103, 93);
  225. this.txtAddress.Name = "txtAddress";
  226. this.txtAddress.Size = new System.Drawing.Size(158, 23);
  227. this.txtAddress.TabIndex = 95;
  228. this.txtAddress.Tag = "ADDRESS";
  229. //
  230. // txtCustomerCode
  231. //
  232. this.txtCustomerCode.Location = new System.Drawing.Point(103, 3);
  233. this.txtCustomerCode.Name = "txtCustomerCode";
  234. this.txtCustomerCode.Size = new System.Drawing.Size(158, 23);
  235. this.txtCustomerCode.TabIndex = 30;
  236. this.txtCustomerCode.Tag = "CUSTOMER_CODE";
  237. //
  238. // kryptonLabel29
  239. //
  240. this.kryptonLabel29.AutoSize = false;
  241. this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
  242. this.kryptonLabel29.Name = "kryptonLabel29";
  243. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  244. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  245. this.kryptonLabel29.TabIndex = 83;
  246. this.kryptonLabel29.Values.Text = "客户编号";
  247. //
  248. // kryptonLabel20
  249. //
  250. this.kryptonLabel20.AutoSize = false;
  251. this.kryptonLabel20.Location = new System.Drawing.Point(3, 93);
  252. this.kryptonLabel20.Name = "kryptonLabel20";
  253. this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  254. this.kryptonLabel20.Size = new System.Drawing.Size(94, 24);
  255. this.kryptonLabel20.TabIndex = 61;
  256. this.kryptonLabel20.Values.Text = "地址";
  257. //
  258. // kryptonLabel19
  259. //
  260. this.kryptonLabel19.AutoSize = false;
  261. this.kryptonLabel19.Location = new System.Drawing.Point(545, 63);
  262. this.kryptonLabel19.Name = "kryptonLabel19";
  263. this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  264. this.kryptonLabel19.Size = new System.Drawing.Size(94, 24);
  265. this.kryptonLabel19.TabIndex = 59;
  266. this.kryptonLabel19.Values.Text = "邮政编码";
  267. //
  268. // kryptonLabel17
  269. //
  270. this.kryptonLabel17.AutoSize = false;
  271. this.kryptonLabel17.Location = new System.Drawing.Point(274, 63);
  272. this.kryptonLabel17.Name = "kryptonLabel17";
  273. this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  274. this.kryptonLabel17.Size = new System.Drawing.Size(94, 24);
  275. this.kryptonLabel17.TabIndex = 57;
  276. this.kryptonLabel17.Values.Text = "路线";
  277. //
  278. // lbBinLayer
  279. //
  280. this.lbBinLayer.AutoSize = false;
  281. this.lbBinLayer.Location = new System.Drawing.Point(3, 63);
  282. this.lbBinLayer.Name = "lbBinLayer";
  283. this.lbBinLayer.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  284. this.lbBinLayer.Size = new System.Drawing.Size(94, 24);
  285. this.lbBinLayer.TabIndex = 55;
  286. this.lbBinLayer.Values.Text = "街道";
  287. //
  288. // kryptonLabel12
  289. //
  290. this.kryptonLabel12.AutoSize = false;
  291. this.kryptonLabel12.Location = new System.Drawing.Point(545, 33);
  292. this.kryptonLabel12.Name = "kryptonLabel12";
  293. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  294. this.kryptonLabel12.Size = new System.Drawing.Size(94, 24);
  295. this.kryptonLabel12.TabIndex = 53;
  296. this.kryptonLabel12.Values.Text = "区";
  297. //
  298. // kryptonLabel11
  299. //
  300. this.kryptonLabel11.AutoSize = false;
  301. this.kryptonLabel11.Location = new System.Drawing.Point(274, 33);
  302. this.kryptonLabel11.Name = "kryptonLabel11";
  303. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  304. this.kryptonLabel11.Size = new System.Drawing.Size(94, 24);
  305. this.kryptonLabel11.TabIndex = 51;
  306. this.kryptonLabel11.Values.Text = "市";
  307. //
  308. // kryptonLabel10
  309. //
  310. this.kryptonLabel10.AutoSize = false;
  311. this.kryptonLabel10.Location = new System.Drawing.Point(3, 33);
  312. this.kryptonLabel10.Name = "kryptonLabel10";
  313. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  314. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  315. this.kryptonLabel10.TabIndex = 49;
  316. this.kryptonLabel10.Values.Text = "省";
  317. //
  318. // cmbProvince
  319. //
  320. this.cmbProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  321. this.cmbProvince.DropDownWidth = 121;
  322. this.cmbProvince.Location = new System.Drawing.Point(103, 33);
  323. this.cmbProvince.Name = "cmbProvince";
  324. this.cmbProvince.Size = new System.Drawing.Size(158, 21);
  325. this.cmbProvince.TabIndex = 50;
  326. this.cmbProvince.Tag = "PROVINCE";
  327. //
  328. // cmbCustomerType
  329. //
  330. this.cmbCustomerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  331. this.cmbCustomerType.DropDownWidth = 121;
  332. this.cmbCustomerType.Location = new System.Drawing.Point(645, 3);
  333. this.cmbCustomerType.Name = "cmbCustomerType";
  334. this.cmbCustomerType.Size = new System.Drawing.Size(160, 21);
  335. this.cmbCustomerType.TabIndex = 32;
  336. this.cmbCustomerType.Tag = "CUSTOMER_TYPE";
  337. //
  338. // kryptonLabel30
  339. //
  340. this.kryptonLabel30.AutoSize = false;
  341. this.kryptonLabel30.Location = new System.Drawing.Point(545, 3);
  342. this.kryptonLabel30.Name = "kryptonLabel30";
  343. this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  344. this.kryptonLabel30.Size = new System.Drawing.Size(94, 24);
  345. this.kryptonLabel30.TabIndex = 84;
  346. this.kryptonLabel30.Values.Text = "客户类型";
  347. //
  348. // kryptonLabel4
  349. //
  350. this.kryptonLabel4.AutoSize = false;
  351. this.kryptonLabel4.Location = new System.Drawing.Point(274, 3);
  352. this.kryptonLabel4.Name = "kryptonLabel4";
  353. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  354. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  355. this.kryptonLabel4.TabIndex = 86;
  356. this.kryptonLabel4.Values.Text = "客户名称";
  357. //
  358. // txtCustomerName
  359. //
  360. this.txtCustomerName.Location = new System.Drawing.Point(374, 3);
  361. this.txtCustomerName.Name = "txtCustomerName";
  362. this.txtCustomerName.Size = new System.Drawing.Size(158, 23);
  363. this.txtCustomerName.TabIndex = 87;
  364. this.txtCustomerName.Tag = "CUSTOMER_NAME";
  365. //
  366. // cmbCity
  367. //
  368. this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  369. this.cmbCity.DropDownWidth = 121;
  370. this.cmbCity.Location = new System.Drawing.Point(374, 33);
  371. this.cmbCity.Name = "cmbCity";
  372. this.cmbCity.Size = new System.Drawing.Size(158, 21);
  373. this.cmbCity.TabIndex = 89;
  374. this.cmbCity.Tag = "CITY";
  375. //
  376. // cmbArea
  377. //
  378. this.cmbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  379. this.cmbArea.DropDownWidth = 121;
  380. this.cmbArea.Location = new System.Drawing.Point(645, 33);
  381. this.cmbArea.Name = "cmbArea";
  382. this.cmbArea.Size = new System.Drawing.Size(160, 21);
  383. this.cmbArea.TabIndex = 90;
  384. this.cmbArea.Tag = "AREA";
  385. //
  386. // txtPostalCode
  387. //
  388. this.txtPostalCode.Location = new System.Drawing.Point(645, 63);
  389. this.txtPostalCode.Name = "txtPostalCode";
  390. this.txtPostalCode.Size = new System.Drawing.Size(160, 23);
  391. this.txtPostalCode.TabIndex = 92;
  392. this.txtPostalCode.Tag = "POSTAL_CODE";
  393. //
  394. // cmbStreet
  395. //
  396. this.cmbStreet.Location = new System.Drawing.Point(103, 63);
  397. this.cmbStreet.Name = "cmbStreet";
  398. this.cmbStreet.Size = new System.Drawing.Size(158, 23);
  399. this.cmbStreet.TabIndex = 94;
  400. this.cmbStreet.Tag = "STREET";
  401. //
  402. // txtRoute
  403. //
  404. this.txtRoute.Location = new System.Drawing.Point(374, 63);
  405. this.txtRoute.Name = "txtRoute";
  406. this.txtRoute.Size = new System.Drawing.Size(158, 23);
  407. this.txtRoute.TabIndex = 93;
  408. this.txtRoute.Tag = "ROUTE";
  409. //
  410. // kryptonLabel7
  411. //
  412. this.kryptonLabel7.AutoSize = false;
  413. this.kryptonLabel7.Location = new System.Drawing.Point(545, 93);
  414. this.kryptonLabel7.Name = "kryptonLabel7";
  415. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  416. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  417. this.kryptonLabel7.TabIndex = 97;
  418. this.kryptonLabel7.Values.Text = "联系人电话";
  419. //
  420. // txtContractPhone
  421. //
  422. this.txtContractPhone.Location = new System.Drawing.Point(645, 93);
  423. this.txtContractPhone.Name = "txtContractPhone";
  424. this.txtContractPhone.Size = new System.Drawing.Size(160, 23);
  425. this.txtContractPhone.TabIndex = 98;
  426. this.txtContractPhone.Tag = "CONTRACT_PHONE";
  427. //
  428. // kryptonLabel8
  429. //
  430. this.kryptonLabel8.AutoSize = false;
  431. this.kryptonLabel8.Location = new System.Drawing.Point(274, 93);
  432. this.kryptonLabel8.Name = "kryptonLabel8";
  433. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  434. this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
  435. this.kryptonLabel8.TabIndex = 99;
  436. this.kryptonLabel8.Values.Text = "联系人";
  437. //
  438. // txtContract
  439. //
  440. this.txtContract.Location = new System.Drawing.Point(374, 93);
  441. this.txtContract.Name = "txtContract";
  442. this.txtContract.Size = new System.Drawing.Size(158, 23);
  443. this.txtContract.TabIndex = 100;
  444. this.txtContract.Tag = "CONTRACT";
  445. //
  446. // kryptonLabel9
  447. //
  448. this.kryptonLabel9.AutoSize = false;
  449. this.kryptonLabel9.Location = new System.Drawing.Point(3, 123);
  450. this.kryptonLabel9.Name = "kryptonLabel9";
  451. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  452. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  453. this.kryptonLabel9.TabIndex = 101;
  454. this.kryptonLabel9.Values.Text = "缺省上架规则";
  455. //
  456. // txtPutRule
  457. //
  458. this.txtPutRule.Location = new System.Drawing.Point(103, 123);
  459. this.txtPutRule.Name = "txtPutRule";
  460. this.txtPutRule.Size = new System.Drawing.Size(158, 23);
  461. this.txtPutRule.TabIndex = 102;
  462. this.txtPutRule.Tag = "DEFAULT_PUT_SHELF_RULE";
  463. //
  464. // kryptonLabel13
  465. //
  466. this.kryptonLabel13.AutoSize = false;
  467. this.kryptonLabel13.Location = new System.Drawing.Point(274, 123);
  468. this.kryptonLabel13.Name = "kryptonLabel13";
  469. this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  470. this.kryptonLabel13.Size = new System.Drawing.Size(94, 24);
  471. this.kryptonLabel13.TabIndex = 103;
  472. this.kryptonLabel13.Values.Text = "缺省分配规则";
  473. //
  474. // txtDistributionRule
  475. //
  476. this.txtDistributionRule.Location = new System.Drawing.Point(374, 123);
  477. this.txtDistributionRule.Name = "txtDistributionRule";
  478. this.txtDistributionRule.Size = new System.Drawing.Size(158, 23);
  479. this.txtDistributionRule.TabIndex = 104;
  480. this.txtDistributionRule.Tag = "DEFAULT_DISTRIBUTION_RULE";
  481. //
  482. // kryptonLabel28
  483. //
  484. this.kryptonLabel28.AutoSize = false;
  485. this.kryptonLabel28.Location = new System.Drawing.Point(545, 123);
  486. this.kryptonLabel28.Name = "kryptonLabel28";
  487. this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  488. this.kryptonLabel28.Size = new System.Drawing.Size(94, 24);
  489. this.kryptonLabel28.TabIndex = 79;
  490. this.kryptonLabel28.Values.Text = "使用标识";
  491. //
  492. // chkUse
  493. //
  494. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  495. this.chkUse.Location = new System.Drawing.Point(645, 123);
  496. this.chkUse.Name = "chkUse";
  497. this.chkUse.Size = new System.Drawing.Size(166, 24);
  498. this.chkUse.TabIndex = 85;
  499. this.chkUse.Tag = "USED_FLAG";
  500. this.chkUse.Values.Text = "";
  501. //
  502. // lbStatusMessage
  503. //
  504. this.lbStatusMessage.AutoSize = true;
  505. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  506. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  508. this.lbStatusMessage.Name = "lbStatusMessage";
  509. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  510. this.lbStatusMessage.TabIndex = 47;
  511. //
  512. // btnSave
  513. //
  514. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  515. this.btnSave.Location = new System.Drawing.Point(636, 384);
  516. this.btnSave.Name = "btnSave";
  517. this.btnSave.Size = new System.Drawing.Size(82, 29);
  518. this.btnSave.TabIndex = 42;
  519. this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image")));
  520. this.btnSave.Values.Text = "保存";
  521. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  522. //
  523. // btnExit
  524. //
  525. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  526. this.btnExit.Location = new System.Drawing.Point(724, 384);
  527. this.btnExit.Name = "btnExit";
  528. this.btnExit.Size = new System.Drawing.Size(82, 29);
  529. this.btnExit.TabIndex = 41;
  530. this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image")));
  531. this.btnExit.Values.Text = "退出";
  532. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  533. //
  534. // FrmCustomerEdit
  535. //
  536. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  538. this.ClientSize = new System.Drawing.Size(820, 450);
  539. this.Controls.Add(this.groupOperation);
  540. this.Name = "FrmCustomerEdit";
  541. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  542. this.Text = "FrmCustomerEdit";
  543. this.Shown += new System.EventHandler(this.FrmCustomerEdit_Shown);
  544. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  545. this.groupOperation.Panel.ResumeLayout(false);
  546. this.groupOperation.Panel.PerformLayout();
  547. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  548. this.groupOperation.ResumeLayout(false);
  549. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  550. this.kryptonPanelInput.ResumeLayout(false);
  551. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  552. this.kryptonNavigatorOperation.ResumeLayout(false);
  553. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  554. this.kryptonPageInfo.ResumeLayout(false);
  555. this.tableLayoutPanelInput.ResumeLayout(false);
  556. this.tableLayoutPanelInput.PerformLayout();
  557. ((System.ComponentModel.ISupportInitialize)(this.cmbProvince)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).EndInit();
  559. ((System.ComponentModel.ISupportInitialize)(this.cmbCity)).EndInit();
  560. ((System.ComponentModel.ISupportInitialize)(this.cmbArea)).EndInit();
  561. this.ResumeLayout(false);
  562. }
  563. #endregion
  564. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  565. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  566. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  567. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  568. private System.Windows.Forms.Label lbStatusMessage;
  569. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  570. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  571. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtAddress;
  572. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCustomerCode;
  573. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  574. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20;
  575. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
  576. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
  577. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbBinLayer;
  578. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  579. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  580. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  581. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbProvince;
  582. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbCustomerType;
  583. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
  584. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  585. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCustomerName;
  586. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbCity;
  587. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbArea;
  588. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPostalCode;
  589. private ComponentFactory.Krypton.Toolkit.KryptonTextBox cmbStreet;
  590. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoute;
  591. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  592. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtContractPhone;
  593. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  594. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtContract;
  595. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  596. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPutRule;
  597. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  598. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtDistributionRule;
  599. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28;
  600. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  601. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  602. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  603. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  604. }
  605. }