OrderInfoTwoControlsEx.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls
  2. {
  3. partial class OrderInfoTwoControlsEx
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderInfoTwoControlsEx));
  29. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  30. this.panelSinceOrderNumber = new LYFZ.ComponentLibrary.PanelEx();
  31. this.lblCustomPrefix = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx75 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.txtSinceOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx31 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx40 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.txtTaoXiPrice = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbtreevOrderClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.btnOrderClsssSet = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx33 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelOrderNumber = new LYFZ.ComponentLibrary.PanelEx();
  45. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.pan_OldSeriesData = new LYFZ.ComponentLibrary.PanelEx();
  48. this.lab_OldSeriesData = new LYFZ.ComponentLibrary.LabelEx();
  49. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  52. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.btn_SeriesUpgrade = new LYFZ.ComponentLibrary.ButtonForm();
  54. this.flowLayoutPanel2.SuspendLayout();
  55. this.panelSinceOrderNumber.SuspendLayout();
  56. this.panelEx1.SuspendLayout();
  57. this.panelEx8.SuspendLayout();
  58. this.panelOrderNumber.SuspendLayout();
  59. this.pan_OldSeriesData.SuspendLayout();
  60. this.panelEx4.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // flowLayoutPanel2
  64. //
  65. this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  66. | System.Windows.Forms.AnchorStyles.Left)));
  67. this.flowLayoutPanel2.Controls.Add(this.panelSinceOrderNumber);
  68. this.flowLayoutPanel2.Controls.Add(this.panelEx1);
  69. this.flowLayoutPanel2.Controls.Add(this.panelEx8);
  70. this.flowLayoutPanel2.Controls.Add(this.panelOrderNumber);
  71. this.flowLayoutPanel2.Controls.Add(this.pan_OldSeriesData);
  72. this.flowLayoutPanel2.Controls.Add(this.panelEx4);
  73. this.flowLayoutPanel2.Location = new System.Drawing.Point(5, 26);
  74. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  75. this.flowLayoutPanel2.Size = new System.Drawing.Size(910, 134);
  76. this.flowLayoutPanel2.TabIndex = 2268;
  77. //
  78. // panelSinceOrderNumber
  79. //
  80. this.panelSinceOrderNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  81. this.panelSinceOrderNumber.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  82. this.panelSinceOrderNumber.BorderWidth = 1;
  83. this.panelSinceOrderNumber.Controls.Add(this.lblCustomPrefix);
  84. this.panelSinceOrderNumber.Controls.Add(this.labelEx75);
  85. this.panelSinceOrderNumber.Controls.Add(this.txtSinceOrderNumber);
  86. this.panelSinceOrderNumber.Controls.Add(this.labelEx31);
  87. this.panelSinceOrderNumber.Location = new System.Drawing.Point(2, 3);
  88. this.panelSinceOrderNumber.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  89. this.panelSinceOrderNumber.Name = "panelSinceOrderNumber";
  90. this.panelSinceOrderNumber.Size = new System.Drawing.Size(299, 25);
  91. this.panelSinceOrderNumber.TabIndex = 0;
  92. //
  93. // lblCustomPrefix
  94. //
  95. this.lblCustomPrefix.AutoSize = true;
  96. this.lblCustomPrefix.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  97. this.lblCustomPrefix.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  98. this.lblCustomPrefix.Location = new System.Drawing.Point(84, 4);
  99. this.lblCustomPrefix.Name = "lblCustomPrefix";
  100. this.lblCustomPrefix.Size = new System.Drawing.Size(24, 17);
  101. this.lblCustomPrefix.TabIndex = 2255;
  102. this.lblCustomPrefix.Text = "lbl";
  103. //
  104. // labelEx75
  105. //
  106. this.labelEx75.AutoSize = true;
  107. this.labelEx75.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  108. this.labelEx75.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  109. this.labelEx75.Location = new System.Drawing.Point(26, 4);
  110. this.labelEx75.Name = "labelEx75";
  111. this.labelEx75.Size = new System.Drawing.Size(56, 17);
  112. this.labelEx75.TabIndex = 2246;
  113. this.labelEx75.Text = "订单号:";
  114. //
  115. // txtSinceOrderNumber
  116. //
  117. this.txtSinceOrderNumber.BackColor = System.Drawing.Color.Transparent;
  118. this.txtSinceOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  119. this.txtSinceOrderNumber.Icon = null;
  120. this.txtSinceOrderNumber.IconIsButton = false;
  121. this.txtSinceOrderNumber.IsPasswordChat = '\0';
  122. this.txtSinceOrderNumber.IsSystemPasswordChar = false;
  123. this.txtSinceOrderNumber.Lines = new string[0];
  124. this.txtSinceOrderNumber.Location = new System.Drawing.Point(130, 0);
  125. this.txtSinceOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  126. this.txtSinceOrderNumber.MaxLength = 20;
  127. this.txtSinceOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  128. this.txtSinceOrderNumber.MouseBack = null;
  129. this.txtSinceOrderNumber.Multiline = false;
  130. this.txtSinceOrderNumber.Name = "txtSinceOrderNumber";
  131. this.txtSinceOrderNumber.NormlBack = null;
  132. this.txtSinceOrderNumber.Padding = new System.Windows.Forms.Padding(5);
  133. this.txtSinceOrderNumber.ReadOnly = false;
  134. this.txtSinceOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  135. this.txtSinceOrderNumber.Size = new System.Drawing.Size(140, 25);
  136. this.txtSinceOrderNumber.TabIndex = 2240;
  137. this.txtSinceOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  138. this.txtSinceOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  139. this.txtSinceOrderNumber.WaterText = "最长不能超过20字";
  140. this.txtSinceOrderNumber.WordWrap = true;
  141. //
  142. // labelEx31
  143. //
  144. this.labelEx31.AutoSize = true;
  145. this.labelEx31.BackColor = System.Drawing.Color.Transparent;
  146. this.labelEx31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  147. this.labelEx31.ForeColor = System.Drawing.Color.Red;
  148. this.labelEx31.Location = new System.Drawing.Point(14, 5);
  149. this.labelEx31.Name = "labelEx31";
  150. this.labelEx31.Size = new System.Drawing.Size(13, 17);
  151. this.labelEx31.TabIndex = 2254;
  152. this.labelEx31.Text = "*";
  153. //
  154. // panelEx1
  155. //
  156. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  157. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  158. this.panelEx1.BorderWidth = 1;
  159. this.panelEx1.Controls.Add(this.labelEx6);
  160. this.panelEx1.Controls.Add(this.labelEx40);
  161. this.panelEx1.Controls.Add(this.txtTaoXiPrice);
  162. this.panelEx1.Location = new System.Drawing.Point(305, 3);
  163. this.panelEx1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  164. this.panelEx1.Name = "panelEx1";
  165. this.panelEx1.Size = new System.Drawing.Size(299, 25);
  166. this.panelEx1.TabIndex = 2255;
  167. //
  168. // labelEx6
  169. //
  170. this.labelEx6.AutoSize = true;
  171. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  172. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  173. this.labelEx6.Location = new System.Drawing.Point(15, 4);
  174. this.labelEx6.Name = "labelEx6";
  175. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  176. this.labelEx6.TabIndex = 2245;
  177. this.labelEx6.Text = "套系价格:";
  178. //
  179. // labelEx40
  180. //
  181. this.labelEx40.AutoSize = true;
  182. this.labelEx40.BackColor = System.Drawing.Color.Transparent;
  183. this.labelEx40.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  184. this.labelEx40.ForeColor = System.Drawing.Color.Red;
  185. this.labelEx40.Location = new System.Drawing.Point(3, 7);
  186. this.labelEx40.Name = "labelEx40";
  187. this.labelEx40.Size = new System.Drawing.Size(13, 17);
  188. this.labelEx40.TabIndex = 2257;
  189. this.labelEx40.Text = "*";
  190. //
  191. // txtTaoXiPrice
  192. //
  193. this.txtTaoXiPrice.BackColor = System.Drawing.Color.Transparent;
  194. this.txtTaoXiPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  195. this.txtTaoXiPrice.Icon = null;
  196. this.txtTaoXiPrice.IconIsButton = false;
  197. this.txtTaoXiPrice.IsPasswordChat = '\0';
  198. this.txtTaoXiPrice.IsSystemPasswordChar = false;
  199. this.txtTaoXiPrice.Lines = new string[0];
  200. this.txtTaoXiPrice.Location = new System.Drawing.Point(84, 0);
  201. this.txtTaoXiPrice.Margin = new System.Windows.Forms.Padding(0);
  202. this.txtTaoXiPrice.MaxLength = 13;
  203. this.txtTaoXiPrice.MinimumSize = new System.Drawing.Size(0, 24);
  204. this.txtTaoXiPrice.MouseBack = null;
  205. this.txtTaoXiPrice.Multiline = false;
  206. this.txtTaoXiPrice.Name = "txtTaoXiPrice";
  207. this.txtTaoXiPrice.NormlBack = null;
  208. this.txtTaoXiPrice.Padding = new System.Windows.Forms.Padding(5);
  209. this.txtTaoXiPrice.ReadOnly = false;
  210. this.txtTaoXiPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  211. this.txtTaoXiPrice.Size = new System.Drawing.Size(198, 25);
  212. this.txtTaoXiPrice.TabIndex = 2235;
  213. this.txtTaoXiPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  214. this.txtTaoXiPrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  215. this.txtTaoXiPrice.WaterText = "";
  216. this.txtTaoXiPrice.WordWrap = true;
  217. //
  218. // panelEx8
  219. //
  220. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  221. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  222. this.panelEx8.BorderWidth = 1;
  223. this.panelEx8.Controls.Add(this.cmbtreevOrderClass);
  224. this.panelEx8.Controls.Add(this.btnOrderClsssSet);
  225. this.panelEx8.Controls.Add(this.labelEx8);
  226. this.panelEx8.Controls.Add(this.labelEx33);
  227. this.panelEx8.Location = new System.Drawing.Point(608, 3);
  228. this.panelEx8.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  229. this.panelEx8.Name = "panelEx8";
  230. this.panelEx8.Size = new System.Drawing.Size(299, 25);
  231. this.panelEx8.TabIndex = 2267;
  232. //
  233. // cmbtreevOrderClass
  234. //
  235. this.cmbtreevOrderClass.AfterSelectLevelFirstNode = false;
  236. this.cmbtreevOrderClass.DropDownHeight = 220;
  237. this.cmbtreevOrderClass.DropDownShow = false;
  238. this.cmbtreevOrderClass.FormattingEnabled = true;
  239. this.cmbtreevOrderClass.IntegralHeight = false;
  240. this.cmbtreevOrderClass.IsNodeMouseClick = false;
  241. this.cmbtreevOrderClass.IsSelectParentNode = false;
  242. this.cmbtreevOrderClass.Location = new System.Drawing.Point(84, 3);
  243. this.cmbtreevOrderClass.Name = "cmbtreevOrderClass";
  244. this.cmbtreevOrderClass.ReadOnly = true;
  245. this.cmbtreevOrderClass.SelectedNode = null;
  246. this.cmbtreevOrderClass.Size = new System.Drawing.Size(160, 20);
  247. this.cmbtreevOrderClass.StrGetName = "";
  248. this.cmbtreevOrderClass.StrGetTagName = "";
  249. this.cmbtreevOrderClass.StrKey = null;
  250. this.cmbtreevOrderClass.TabIndex = 2261;
  251. //
  252. // btnOrderClsssSet
  253. //
  254. this.btnOrderClsssSet.BackColor = System.Drawing.Color.Transparent;
  255. this.btnOrderClsssSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOrderClsssSet.BackImg")));
  256. this.btnOrderClsssSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  257. this.btnOrderClsssSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  258. this.btnOrderClsssSet.ForeColor = System.Drawing.Color.White;
  259. this.btnOrderClsssSet.IsCustomBackImg = false;
  260. this.btnOrderClsssSet.IsShowText = true;
  261. this.btnOrderClsssSet.Location = new System.Drawing.Point(247, 1);
  262. this.btnOrderClsssSet.Name = "btnOrderClsssSet";
  263. this.btnOrderClsssSet.Size = new System.Drawing.Size(50, 23);
  264. this.btnOrderClsssSet.TabIndex = 2260;
  265. this.btnOrderClsssSet.Text = " 设置";
  266. this.btnOrderClsssSet.UseVisualStyleBackColor = false;
  267. //
  268. // labelEx8
  269. //
  270. this.labelEx8.AutoSize = true;
  271. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  272. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  273. this.labelEx8.Location = new System.Drawing.Point(14, 4);
  274. this.labelEx8.Name = "labelEx8";
  275. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  276. this.labelEx8.TabIndex = 2244;
  277. this.labelEx8.Text = "订单类别:";
  278. //
  279. // labelEx33
  280. //
  281. this.labelEx33.AutoSize = true;
  282. this.labelEx33.BackColor = System.Drawing.Color.Transparent;
  283. this.labelEx33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  284. this.labelEx33.ForeColor = System.Drawing.Color.Red;
  285. this.labelEx33.Location = new System.Drawing.Point(3, 6);
  286. this.labelEx33.Name = "labelEx33";
  287. this.labelEx33.Size = new System.Drawing.Size(13, 17);
  288. this.labelEx33.TabIndex = 2255;
  289. this.labelEx33.Text = "*";
  290. //
  291. // panelOrderNumber
  292. //
  293. this.panelOrderNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  294. this.panelOrderNumber.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  295. this.panelOrderNumber.BorderWidth = 1;
  296. this.panelOrderNumber.Controls.Add(this.labelEx2);
  297. this.panelOrderNumber.Controls.Add(this.txtOrderNumber);
  298. this.panelOrderNumber.Location = new System.Drawing.Point(2, 33);
  299. this.panelOrderNumber.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  300. this.panelOrderNumber.Name = "panelOrderNumber";
  301. this.panelOrderNumber.Size = new System.Drawing.Size(299, 25);
  302. this.panelOrderNumber.TabIndex = 2269;
  303. //
  304. // labelEx2
  305. //
  306. this.labelEx2.AutoSize = true;
  307. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  308. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  309. this.labelEx2.Location = new System.Drawing.Point(15, 4);
  310. this.labelEx2.Name = "labelEx2";
  311. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  312. this.labelEx2.TabIndex = 2260;
  313. this.labelEx2.Text = "系统单号:";
  314. //
  315. // txtOrderNumber
  316. //
  317. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  318. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  319. this.txtOrderNumber.Icon = null;
  320. this.txtOrderNumber.IconIsButton = false;
  321. this.txtOrderNumber.IsPasswordChat = '\0';
  322. this.txtOrderNumber.IsSystemPasswordChar = false;
  323. this.txtOrderNumber.Lines = new string[0];
  324. this.txtOrderNumber.Location = new System.Drawing.Point(84, 0);
  325. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  326. this.txtOrderNumber.MaxLength = 20;
  327. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  328. this.txtOrderNumber.MouseBack = null;
  329. this.txtOrderNumber.Multiline = false;
  330. this.txtOrderNumber.Name = "txtOrderNumber";
  331. this.txtOrderNumber.NormlBack = null;
  332. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(5);
  333. this.txtOrderNumber.ReadOnly = true;
  334. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  335. this.txtOrderNumber.Size = new System.Drawing.Size(200, 25);
  336. this.txtOrderNumber.TabIndex = 2261;
  337. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  338. this.txtOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  339. this.txtOrderNumber.WaterText = "";
  340. this.txtOrderNumber.WordWrap = true;
  341. //
  342. // pan_OldSeriesData
  343. //
  344. this.pan_OldSeriesData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  345. this.pan_OldSeriesData.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  346. this.pan_OldSeriesData.BorderWidth = 1;
  347. this.pan_OldSeriesData.Controls.Add(this.lab_OldSeriesData);
  348. this.pan_OldSeriesData.Location = new System.Drawing.Point(305, 33);
  349. this.pan_OldSeriesData.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  350. this.pan_OldSeriesData.Name = "pan_OldSeriesData";
  351. this.pan_OldSeriesData.Size = new System.Drawing.Size(299, 25);
  352. this.pan_OldSeriesData.TabIndex = 2270;
  353. this.pan_OldSeriesData.Visible = false;
  354. //
  355. // lab_OldSeriesData
  356. //
  357. this.lab_OldSeriesData.AutoSize = true;
  358. this.lab_OldSeriesData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  359. this.lab_OldSeriesData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  360. this.lab_OldSeriesData.Location = new System.Drawing.Point(3, 4);
  361. this.lab_OldSeriesData.Name = "lab_OldSeriesData";
  362. this.lab_OldSeriesData.Size = new System.Drawing.Size(0, 17);
  363. this.lab_OldSeriesData.TabIndex = 2260;
  364. this.lab_OldSeriesData.Visible = false;
  365. //
  366. // panelEx4
  367. //
  368. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  369. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  370. this.panelEx4.BorderWidth = 1;
  371. this.panelEx4.Controls.Add(this.labelEx5);
  372. this.panelEx4.Controls.Add(this.txtRemark);
  373. this.panelEx4.Location = new System.Drawing.Point(2, 63);
  374. this.panelEx4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 2);
  375. this.panelEx4.Name = "panelEx4";
  376. this.panelEx4.Size = new System.Drawing.Size(903, 66);
  377. this.panelEx4.TabIndex = 2266;
  378. //
  379. // labelEx5
  380. //
  381. this.labelEx5.AutoSize = true;
  382. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  383. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  384. this.labelEx5.Location = new System.Drawing.Point(38, 6);
  385. this.labelEx5.Name = "labelEx5";
  386. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  387. this.labelEx5.TabIndex = 2242;
  388. this.labelEx5.Text = "备注:";
  389. //
  390. // txtRemark
  391. //
  392. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  393. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  394. this.txtRemark.Icon = null;
  395. this.txtRemark.IconIsButton = false;
  396. this.txtRemark.IsPasswordChat = '\0';
  397. this.txtRemark.IsSystemPasswordChar = false;
  398. this.txtRemark.Lines = new string[0];
  399. this.txtRemark.Location = new System.Drawing.Point(84, 2);
  400. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  401. this.txtRemark.MaxLength = 32767;
  402. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  403. this.txtRemark.MouseBack = null;
  404. this.txtRemark.Multiline = true;
  405. this.txtRemark.Name = "txtRemark";
  406. this.txtRemark.NormlBack = null;
  407. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  408. this.txtRemark.ReadOnly = false;
  409. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  410. this.txtRemark.Size = new System.Drawing.Size(817, 61);
  411. this.txtRemark.TabIndex = 2241;
  412. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  413. this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  414. this.txtRemark.WaterText = "不能超过300字";
  415. this.txtRemark.WordWrap = true;
  416. //
  417. // labelEx1
  418. //
  419. this.labelEx1.AutoSize = true;
  420. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  421. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  422. this.labelEx1.Location = new System.Drawing.Point(3, 6);
  423. this.labelEx1.Name = "labelEx1";
  424. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  425. this.labelEx1.TabIndex = 2267;
  426. this.labelEx1.Text = "订单资料";
  427. //
  428. // btn_SeriesUpgrade
  429. //
  430. this.btn_SeriesUpgrade.BackColor = System.Drawing.Color.Transparent;
  431. this.btn_SeriesUpgrade.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_SeriesUpgrade.BackImg")));
  432. this.btn_SeriesUpgrade.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  433. this.btn_SeriesUpgrade.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  434. this.btn_SeriesUpgrade.ForeColor = System.Drawing.Color.White;
  435. this.btn_SeriesUpgrade.IsCustomBackImg = false;
  436. this.btn_SeriesUpgrade.IsShowText = true;
  437. this.btn_SeriesUpgrade.Location = new System.Drawing.Point(832, 1);
  438. this.btn_SeriesUpgrade.Name = "btn_SeriesUpgrade";
  439. this.btn_SeriesUpgrade.Size = new System.Drawing.Size(80, 23);
  440. this.btn_SeriesUpgrade.TabIndex = 2270;
  441. this.btn_SeriesUpgrade.Text = " 套系升级";
  442. this.btn_SeriesUpgrade.UseVisualStyleBackColor = false;
  443. //
  444. // OrderInfoTwoControlsEx
  445. //
  446. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  447. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  448. this.Controls.Add(this.btn_SeriesUpgrade);
  449. this.Controls.Add(this.flowLayoutPanel2);
  450. this.Controls.Add(this.labelEx1);
  451. this.Name = "OrderInfoTwoControlsEx";
  452. this.Size = new System.Drawing.Size(915, 161);
  453. this.flowLayoutPanel2.ResumeLayout(false);
  454. this.panelSinceOrderNumber.ResumeLayout(false);
  455. this.panelSinceOrderNumber.PerformLayout();
  456. this.panelEx1.ResumeLayout(false);
  457. this.panelEx1.PerformLayout();
  458. this.panelEx8.ResumeLayout(false);
  459. this.panelEx8.PerformLayout();
  460. this.panelOrderNumber.ResumeLayout(false);
  461. this.panelOrderNumber.PerformLayout();
  462. this.pan_OldSeriesData.ResumeLayout(false);
  463. this.pan_OldSeriesData.PerformLayout();
  464. this.panelEx4.ResumeLayout(false);
  465. this.panelEx4.PerformLayout();
  466. this.ResumeLayout(false);
  467. this.PerformLayout();
  468. }
  469. #endregion
  470. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  471. protected internal ComponentLibrary.LabelEx lblCustomPrefix;
  472. protected ComponentLibrary.LabelEx labelEx75;
  473. protected ComponentLibrary.LabelEx labelEx31;
  474. protected ComponentLibrary.LabelEx labelEx6;
  475. private ComponentLibrary.LabelEx labelEx40;
  476. protected internal ComponentLibrary.PanelEx panelEx4;
  477. private ComponentLibrary.LabelEx labelEx5;
  478. protected internal ComponentLibrary.TextBoxEx txtRemark;
  479. protected ComponentLibrary.LabelEx labelEx1;
  480. protected internal ComponentLibrary.PanelEx panelSinceOrderNumber;
  481. protected internal ComponentLibrary.TextBoxEx txtSinceOrderNumber;
  482. protected internal ComponentLibrary.PanelEx panelEx1;
  483. protected internal ComponentLibrary.TextBoxEx txtTaoXiPrice;
  484. protected internal ComponentLibrary.PanelEx panelEx8;
  485. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderClass;
  486. protected internal ComponentLibrary.ButtonForm btnOrderClsssSet;
  487. protected ComponentLibrary.LabelEx labelEx8;
  488. private ComponentLibrary.LabelEx labelEx33;
  489. protected internal ComponentLibrary.PanelEx panelOrderNumber;
  490. protected ComponentLibrary.LabelEx labelEx2;
  491. protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
  492. protected internal ComponentLibrary.PanelEx pan_OldSeriesData;
  493. protected ComponentLibrary.LabelEx lab_OldSeriesData;
  494. protected internal ComponentLibrary.ButtonForm btn_SeriesUpgrade;
  495. }
  496. }