DressOpenOrdePreselectedSmallForm.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. namespace LYFZ.Software.UI.Dresses.SetSmallForm
  2. {
  3. partial class DressOpenOrdePreselectedSmallForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressOpenOrdePreselectedSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.txtCreateDateTime = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtEnterName = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.cmbtreevOrderPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnDressDelete = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.btnDressToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  45. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.panel_CustomerItem = new LYFZ.ComponentLibrary.PanelEx();
  47. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.btnNewOrder = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btnTurnRent = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnTurnSale = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  56. this.btn_AddCustomer = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx1.SuspendLayout();
  60. this.panelEx5.SuspendLayout();
  61. this.panelEx3.SuspendLayout();
  62. this.flowLayoutPanel1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx1);
  68. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  70. this.plExMainContainer.Size = new System.Drawing.Size(957, 505);
  71. //
  72. // plFormMainContent
  73. //
  74. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  75. this.plFormMainContent.Controls.Add(this.panelEx2);
  76. this.plFormMainContent.Size = new System.Drawing.Size(957, 545);
  77. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  78. this.plFormMainContent.Controls.SetChildIndex(this.panelEx2, 0);
  79. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. this.btnAppFormMaximize.Location = new System.Drawing.Point(898, 0);
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. this.btnAppFormExit.Location = new System.Drawing.Point(925, 0);
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. this.btnAppFormMinimize.Location = new System.Drawing.Point(871, 0);
  95. //
  96. // panelEx1
  97. //
  98. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  99. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  100. this.panelEx1.BorderWidth = 1;
  101. this.panelEx1.Controls.Add(this.panelEx5);
  102. this.panelEx1.Controls.Add(this.panel_CustomerItem);
  103. this.panelEx1.Controls.Add(this.panelEx3);
  104. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  105. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  106. this.panelEx1.Name = "panelEx1";
  107. this.panelEx1.Size = new System.Drawing.Size(935, 485);
  108. this.panelEx1.TabIndex = 0;
  109. //
  110. // panelEx5
  111. //
  112. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  113. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  114. this.panelEx5.BorderWidth = 1;
  115. this.panelEx5.Controls.Add(this.txtCreateDateTime);
  116. this.panelEx5.Controls.Add(this.txtEnterName);
  117. this.panelEx5.Controls.Add(this.txtRemark);
  118. this.panelEx5.Controls.Add(this.txtOrderNumber);
  119. this.panelEx5.Controls.Add(this.cmbtreevOrderPerson);
  120. this.panelEx5.Controls.Add(this.labelEx3);
  121. this.panelEx5.Controls.Add(this.labelEx5);
  122. this.panelEx5.Controls.Add(this.labelEx4);
  123. this.panelEx5.Controls.Add(this.labelEx7);
  124. this.panelEx5.Controls.Add(this.labelEx6);
  125. this.panelEx5.Controls.Add(this.labelEx1);
  126. this.panelEx5.Controls.Add(this.btnDressDelete);
  127. this.panelEx5.Controls.Add(this.btnDressToolbox);
  128. this.panelEx5.Controls.Add(this.listViewData);
  129. this.panelEx5.Controls.Add(this.labelEx18);
  130. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.panelEx5.Location = new System.Drawing.Point(0, 152);
  132. this.panelEx5.Name = "panelEx5";
  133. this.panelEx5.Size = new System.Drawing.Size(935, 333);
  134. this.panelEx5.TabIndex = 2343;
  135. //
  136. // txtCreateDateTime
  137. //
  138. this.txtCreateDateTime.BackColor = System.Drawing.Color.Transparent;
  139. this.txtCreateDateTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  140. this.txtCreateDateTime.Icon = null;
  141. this.txtCreateDateTime.IconIsButton = false;
  142. this.txtCreateDateTime.IsPasswordChat = '\0';
  143. this.txtCreateDateTime.IsSystemPasswordChar = false;
  144. this.txtCreateDateTime.Lines = new string[0];
  145. this.txtCreateDateTime.Location = new System.Drawing.Point(807, 41);
  146. this.txtCreateDateTime.Margin = new System.Windows.Forms.Padding(0);
  147. this.txtCreateDateTime.MaxLength = 32767;
  148. this.txtCreateDateTime.MinimumSize = new System.Drawing.Size(0, 24);
  149. this.txtCreateDateTime.MouseBack = null;
  150. this.txtCreateDateTime.Multiline = false;
  151. this.txtCreateDateTime.Name = "txtCreateDateTime";
  152. this.txtCreateDateTime.NormlBack = null;
  153. this.txtCreateDateTime.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  154. this.txtCreateDateTime.ReadOnly = true;
  155. this.txtCreateDateTime.ScrollBars = System.Windows.Forms.ScrollBars.None;
  156. this.txtCreateDateTime.Size = new System.Drawing.Size(116, 25);
  157. this.txtCreateDateTime.TabIndex = 2353;
  158. this.txtCreateDateTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  159. this.txtCreateDateTime.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  160. this.txtCreateDateTime.WaterText = "";
  161. this.txtCreateDateTime.WordWrap = true;
  162. //
  163. // txtEnterName
  164. //
  165. this.txtEnterName.BackColor = System.Drawing.Color.Transparent;
  166. this.txtEnterName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  167. this.txtEnterName.Icon = null;
  168. this.txtEnterName.IconIsButton = false;
  169. this.txtEnterName.IsPasswordChat = '\0';
  170. this.txtEnterName.IsSystemPasswordChar = false;
  171. this.txtEnterName.Lines = new string[0];
  172. this.txtEnterName.Location = new System.Drawing.Point(601, 41);
  173. this.txtEnterName.Margin = new System.Windows.Forms.Padding(0);
  174. this.txtEnterName.MaxLength = 32767;
  175. this.txtEnterName.MinimumSize = new System.Drawing.Size(0, 24);
  176. this.txtEnterName.MouseBack = null;
  177. this.txtEnterName.Multiline = false;
  178. this.txtEnterName.Name = "txtEnterName";
  179. this.txtEnterName.NormlBack = null;
  180. this.txtEnterName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  181. this.txtEnterName.ReadOnly = true;
  182. this.txtEnterName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  183. this.txtEnterName.Size = new System.Drawing.Size(110, 25);
  184. this.txtEnterName.TabIndex = 2354;
  185. this.txtEnterName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  186. this.txtEnterName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  187. this.txtEnterName.WaterText = "";
  188. this.txtEnterName.WordWrap = true;
  189. //
  190. // txtRemark
  191. //
  192. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  193. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  194. this.txtRemark.Icon = null;
  195. this.txtRemark.IconIsButton = false;
  196. this.txtRemark.IsPasswordChat = '\0';
  197. this.txtRemark.IsSystemPasswordChar = false;
  198. this.txtRemark.Lines = new string[0];
  199. this.txtRemark.Location = new System.Drawing.Point(101, 72);
  200. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  201. this.txtRemark.MaxLength = 32767;
  202. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  203. this.txtRemark.MouseBack = null;
  204. this.txtRemark.Multiline = true;
  205. this.txtRemark.Name = "txtRemark";
  206. this.txtRemark.NormlBack = null;
  207. this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  208. this.txtRemark.ReadOnly = false;
  209. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  210. this.txtRemark.Size = new System.Drawing.Size(822, 40);
  211. this.txtRemark.TabIndex = 2341;
  212. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  213. this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  214. this.txtRemark.WaterText = "";
  215. this.txtRemark.WordWrap = true;
  216. //
  217. // txtOrderNumber
  218. //
  219. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  220. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  221. this.txtOrderNumber.Icon = null;
  222. this.txtOrderNumber.IconIsButton = false;
  223. this.txtOrderNumber.IsPasswordChat = '\0';
  224. this.txtOrderNumber.IsSystemPasswordChar = false;
  225. this.txtOrderNumber.Lines = new string[0];
  226. this.txtOrderNumber.Location = new System.Drawing.Point(101, 41);
  227. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  228. this.txtOrderNumber.MaxLength = 32767;
  229. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  230. this.txtOrderNumber.MouseBack = null;
  231. this.txtOrderNumber.Multiline = false;
  232. this.txtOrderNumber.Name = "txtOrderNumber";
  233. this.txtOrderNumber.NormlBack = null;
  234. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  235. this.txtOrderNumber.ReadOnly = true;
  236. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  237. this.txtOrderNumber.Size = new System.Drawing.Size(150, 25);
  238. this.txtOrderNumber.TabIndex = 2352;
  239. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  240. this.txtOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  241. this.txtOrderNumber.WaterText = "";
  242. this.txtOrderNumber.WordWrap = true;
  243. //
  244. // cmbtreevOrderPerson
  245. //
  246. this.cmbtreevOrderPerson.AfterSelectLevelFirstNode = false;
  247. this.cmbtreevOrderPerson.DropDownHeight = 220;
  248. this.cmbtreevOrderPerson.DropDownShow = false;
  249. this.cmbtreevOrderPerson.FormattingEnabled = true;
  250. this.cmbtreevOrderPerson.IntegralHeight = false;
  251. this.cmbtreevOrderPerson.IsNodeMouseClick = false;
  252. this.cmbtreevOrderPerson.IsSelectParentNode = false;
  253. this.cmbtreevOrderPerson.Location = new System.Drawing.Point(371, 44);
  254. this.cmbtreevOrderPerson.Name = "cmbtreevOrderPerson";
  255. this.cmbtreevOrderPerson.ReadOnly = true;
  256. this.cmbtreevOrderPerson.SelectedNode = null;
  257. this.cmbtreevOrderPerson.Size = new System.Drawing.Size(130, 20);
  258. this.cmbtreevOrderPerson.StrGetName = "";
  259. this.cmbtreevOrderPerson.StrGetTagName = "";
  260. this.cmbtreevOrderPerson.StrKey = null;
  261. this.cmbtreevOrderPerson.TabIndex = 2340;
  262. //
  263. // labelEx3
  264. //
  265. this.labelEx3.AutoSize = true;
  266. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  267. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  268. this.labelEx3.Location = new System.Drawing.Point(296, 45);
  269. this.labelEx3.Name = "labelEx3";
  270. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  271. this.labelEx3.TabIndex = 2351;
  272. this.labelEx3.Text = "* 接单人员:";
  273. //
  274. // labelEx5
  275. //
  276. this.labelEx5.AutoSize = true;
  277. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  278. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  279. this.labelEx5.Location = new System.Drawing.Point(741, 45);
  280. this.labelEx5.Name = "labelEx5";
  281. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  282. this.labelEx5.TabIndex = 2350;
  283. this.labelEx5.Text = "订单日期:";
  284. //
  285. // labelEx4
  286. //
  287. this.labelEx4.AutoSize = true;
  288. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  289. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  290. this.labelEx4.Location = new System.Drawing.Point(534, 45);
  291. this.labelEx4.Name = "labelEx4";
  292. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  293. this.labelEx4.TabIndex = 2349;
  294. this.labelEx4.Text = "录单人员:";
  295. //
  296. // labelEx7
  297. //
  298. this.labelEx7.AutoSize = true;
  299. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  300. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  301. this.labelEx7.Location = new System.Drawing.Point(35, 76);
  302. this.labelEx7.Name = "labelEx7";
  303. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  304. this.labelEx7.TabIndex = 2348;
  305. this.labelEx7.Text = "订单备注:";
  306. //
  307. // labelEx6
  308. //
  309. this.labelEx6.AutoSize = true;
  310. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  311. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  312. this.labelEx6.Location = new System.Drawing.Point(47, 45);
  313. this.labelEx6.Name = "labelEx6";
  314. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  315. this.labelEx6.TabIndex = 2347;
  316. this.labelEx6.Text = "订单号:";
  317. //
  318. // labelEx1
  319. //
  320. this.labelEx1.AutoSize = true;
  321. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  322. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  323. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  324. this.labelEx1.Location = new System.Drawing.Point(14, 10);
  325. this.labelEx1.Name = "labelEx1";
  326. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  327. this.labelEx1.TabIndex = 2346;
  328. this.labelEx1.Text = "订单资料";
  329. //
  330. // btnDressDelete
  331. //
  332. this.btnDressDelete.BackColor = System.Drawing.Color.Transparent;
  333. this.btnDressDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressDelete.BackImg")));
  334. this.btnDressDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  335. this.btnDressDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  336. this.btnDressDelete.ForeColor = System.Drawing.Color.White;
  337. this.btnDressDelete.IsCustomBackImg = false;
  338. this.btnDressDelete.IsShowText = true;
  339. this.btnDressDelete.Location = new System.Drawing.Point(741, 122);
  340. this.btnDressDelete.Name = "btnDressDelete";
  341. this.btnDressDelete.Size = new System.Drawing.Size(85, 28);
  342. this.btnDressDelete.TabIndex = 2343;
  343. this.btnDressDelete.Text = " 删 除";
  344. this.btnDressDelete.UseVisualStyleBackColor = false;
  345. //
  346. // btnDressToolbox
  347. //
  348. this.btnDressToolbox.BackColor = System.Drawing.Color.Transparent;
  349. this.btnDressToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressToolbox.BackImg")));
  350. this.btnDressToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  351. this.btnDressToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  352. this.btnDressToolbox.ForeColor = System.Drawing.Color.White;
  353. this.btnDressToolbox.IsCustomBackImg = false;
  354. this.btnDressToolbox.IsShowText = true;
  355. this.btnDressToolbox.Location = new System.Drawing.Point(833, 122);
  356. this.btnDressToolbox.Name = "btnDressToolbox";
  357. this.btnDressToolbox.Size = new System.Drawing.Size(90, 28);
  358. this.btnDressToolbox.TabIndex = 2342;
  359. this.btnDressToolbox.Text = " 礼服工具箱";
  360. this.btnDressToolbox.UseVisualStyleBackColor = false;
  361. //
  362. // listViewData
  363. //
  364. this.listViewData.AllowDrop = true;
  365. this.listViewData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  366. | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.listViewData.FullRowSelect = true;
  369. this.listViewData.IsDefaultShowGroups = false;
  370. this.listViewData.Location = new System.Drawing.Point(12, 155);
  371. this.listViewData.Name = "listViewData";
  372. this.listViewData.Size = new System.Drawing.Size(911, 166);
  373. this.listViewData.TabIndex = 2345;
  374. this.listViewData.UseCompatibleStateImageBehavior = false;
  375. //
  376. // labelEx18
  377. //
  378. this.labelEx18.AutoSize = true;
  379. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  380. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  381. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  382. this.labelEx18.Location = new System.Drawing.Point(14, 128);
  383. this.labelEx18.Name = "labelEx18";
  384. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  385. this.labelEx18.TabIndex = 2344;
  386. this.labelEx18.Text = "礼服资料";
  387. //
  388. // panel_CustomerItem
  389. //
  390. this.panel_CustomerItem.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  391. this.panel_CustomerItem.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  392. this.panel_CustomerItem.BorderWidth = 1;
  393. this.panel_CustomerItem.Dock = System.Windows.Forms.DockStyle.Top;
  394. this.panel_CustomerItem.Location = new System.Drawing.Point(0, 32);
  395. this.panel_CustomerItem.Name = "panel_CustomerItem";
  396. this.panel_CustomerItem.Padding = new System.Windows.Forms.Padding(18, 0, 0, 0);
  397. this.panel_CustomerItem.Size = new System.Drawing.Size(935, 120);
  398. this.panel_CustomerItem.TabIndex = 2342;
  399. //
  400. // panelEx3
  401. //
  402. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  403. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  404. this.panelEx3.BorderWidth = 1;
  405. this.panelEx3.Controls.Add(this.btn_AddCustomer);
  406. this.panelEx3.Controls.Add(this.labelEx8);
  407. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  408. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  409. this.panelEx3.Margin = new System.Windows.Forms.Padding(5);
  410. this.panelEx3.Name = "panelEx3";
  411. this.panelEx3.Padding = new System.Windows.Forms.Padding(5);
  412. this.panelEx3.Size = new System.Drawing.Size(935, 32);
  413. this.panelEx3.TabIndex = 2341;
  414. //
  415. // labelEx8
  416. //
  417. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  418. this.labelEx8.Dock = System.Windows.Forms.DockStyle.Left;
  419. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  420. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  421. this.labelEx8.Location = new System.Drawing.Point(5, 5);
  422. this.labelEx8.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
  423. this.labelEx8.Name = "labelEx8";
  424. this.labelEx8.Size = new System.Drawing.Size(66, 22);
  425. this.labelEx8.TabIndex = 2341;
  426. this.labelEx8.Text = "客户资料";
  427. this.labelEx8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  428. //
  429. // panelEx2
  430. //
  431. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  432. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  433. this.panelEx2.BorderWidth = 1;
  434. this.panelEx2.Location = new System.Drawing.Point(12, 6);
  435. this.panelEx2.Name = "panelEx2";
  436. this.panelEx2.Size = new System.Drawing.Size(257, 28);
  437. this.panelEx2.TabIndex = 337;
  438. //
  439. // btnNewOrder
  440. //
  441. this.btnNewOrder.BackColor = System.Drawing.Color.Transparent;
  442. this.btnNewOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewOrder.BackImg")));
  443. this.btnNewOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  444. this.btnNewOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  445. this.btnNewOrder.ForeColor = System.Drawing.Color.White;
  446. this.btnNewOrder.IsCustomBackImg = false;
  447. this.btnNewOrder.IsShowText = true;
  448. this.btnNewOrder.Location = new System.Drawing.Point(9, 3);
  449. this.btnNewOrder.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  450. this.btnNewOrder.Name = "btnNewOrder";
  451. this.btnNewOrder.RightToLeft = System.Windows.Forms.RightToLeft.No;
  452. this.btnNewOrder.Size = new System.Drawing.Size(90, 28);
  453. this.btnNewOrder.TabIndex = 339;
  454. this.btnNewOrder.Text = " 新订单";
  455. this.btnNewOrder.UseVisualStyleBackColor = false;
  456. //
  457. // btnSaveed
  458. //
  459. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  460. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  461. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  462. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  463. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  464. this.btnSaveed.IsCustomBackImg = false;
  465. this.btnSaveed.IsShowText = true;
  466. this.btnSaveed.Location = new System.Drawing.Point(309, 3);
  467. this.btnSaveed.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  468. this.btnSaveed.Name = "btnSaveed";
  469. this.btnSaveed.RightToLeft = System.Windows.Forms.RightToLeft.No;
  470. this.btnSaveed.Size = new System.Drawing.Size(90, 28);
  471. this.btnSaveed.TabIndex = 338;
  472. this.btnSaveed.Text = " 保存预选";
  473. this.btnSaveed.UseVisualStyleBackColor = false;
  474. //
  475. // btnCloseed
  476. //
  477. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  478. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  479. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  480. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  481. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  482. this.btnCloseed.IsCustomBackImg = false;
  483. this.btnCloseed.IsShowText = true;
  484. this.btnCloseed.Location = new System.Drawing.Point(409, 3);
  485. this.btnCloseed.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  486. this.btnCloseed.Name = "btnCloseed";
  487. this.btnCloseed.RightToLeft = System.Windows.Forms.RightToLeft.No;
  488. this.btnCloseed.Size = new System.Drawing.Size(90, 28);
  489. this.btnCloseed.TabIndex = 340;
  490. this.btnCloseed.Text = " 关 闭";
  491. this.btnCloseed.UseVisualStyleBackColor = false;
  492. //
  493. // btnTurnRent
  494. //
  495. this.btnTurnRent.BackColor = System.Drawing.Color.Transparent;
  496. this.btnTurnRent.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTurnRent.BackImg")));
  497. this.btnTurnRent.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  498. this.btnTurnRent.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  499. this.btnTurnRent.ForeColor = System.Drawing.Color.White;
  500. this.btnTurnRent.IsCustomBackImg = false;
  501. this.btnTurnRent.IsShowText = true;
  502. this.btnTurnRent.Location = new System.Drawing.Point(109, 3);
  503. this.btnTurnRent.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  504. this.btnTurnRent.Name = "btnTurnRent";
  505. this.btnTurnRent.RightToLeft = System.Windows.Forms.RightToLeft.No;
  506. this.btnTurnRent.Size = new System.Drawing.Size(90, 28);
  507. this.btnTurnRent.TabIndex = 342;
  508. this.btnTurnRent.Text = " 转出租订单";
  509. this.btnTurnRent.UseVisualStyleBackColor = false;
  510. //
  511. // btnTurnSale
  512. //
  513. this.btnTurnSale.BackColor = System.Drawing.Color.Transparent;
  514. this.btnTurnSale.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTurnSale.BackImg")));
  515. this.btnTurnSale.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  516. this.btnTurnSale.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  517. this.btnTurnSale.ForeColor = System.Drawing.Color.White;
  518. this.btnTurnSale.IsCustomBackImg = false;
  519. this.btnTurnSale.IsShowText = true;
  520. this.btnTurnSale.Location = new System.Drawing.Point(209, 3);
  521. this.btnTurnSale.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  522. this.btnTurnSale.Name = "btnTurnSale";
  523. this.btnTurnSale.RightToLeft = System.Windows.Forms.RightToLeft.No;
  524. this.btnTurnSale.Size = new System.Drawing.Size(90, 28);
  525. this.btnTurnSale.TabIndex = 343;
  526. this.btnTurnSale.Text = " 转出售订单";
  527. this.btnTurnSale.UseVisualStyleBackColor = false;
  528. //
  529. // flowLayoutPanel1
  530. //
  531. this.flowLayoutPanel1.Controls.Add(this.btnCloseed);
  532. this.flowLayoutPanel1.Controls.Add(this.btnSaveed);
  533. this.flowLayoutPanel1.Controls.Add(this.btnTurnSale);
  534. this.flowLayoutPanel1.Controls.Add(this.btnTurnRent);
  535. this.flowLayoutPanel1.Controls.Add(this.btnNewOrder);
  536. this.flowLayoutPanel1.Location = new System.Drawing.Point(442, 4);
  537. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  538. this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  539. this.flowLayoutPanel1.Size = new System.Drawing.Size(504, 34);
  540. this.flowLayoutPanel1.TabIndex = 2340;
  541. //
  542. // btn_AddCustomer
  543. //
  544. this.btn_AddCustomer.BackColor = System.Drawing.Color.Transparent;
  545. this.btn_AddCustomer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AddCustomer.BackImg")));
  546. this.btn_AddCustomer.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  547. this.btn_AddCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  548. this.btn_AddCustomer.ForeColor = System.Drawing.Color.White;
  549. this.btn_AddCustomer.IsCustomBackImg = false;
  550. this.btn_AddCustomer.IsShowText = true;
  551. this.btn_AddCustomer.Location = new System.Drawing.Point(841, 3);
  552. this.btn_AddCustomer.Name = "btn_AddCustomer";
  553. this.btn_AddCustomer.Size = new System.Drawing.Size(82, 25);
  554. this.btn_AddCustomer.TabIndex = 2342;
  555. this.btn_AddCustomer.Text = " 增联系人";
  556. this.btn_AddCustomer.UseVisualStyleBackColor = false;
  557. //
  558. // DressOpenOrdePreselectedSmallForm
  559. //
  560. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  561. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  562. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  563. this.ClientSize = new System.Drawing.Size(957, 610);
  564. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  565. this.IsShowUcNavigationTool = true;
  566. this.IsUserControlsSize = false;
  567. this.Name = "DressOpenOrdePreselectedSmallForm";
  568. this.Text = "预选";
  569. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  570. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  571. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  572. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  573. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  574. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  575. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  576. this.plExMainContainer.ResumeLayout(false);
  577. this.plFormMainContent.ResumeLayout(false);
  578. this.panelEx1.ResumeLayout(false);
  579. this.panelEx5.ResumeLayout(false);
  580. this.panelEx5.PerformLayout();
  581. this.panelEx3.ResumeLayout(false);
  582. this.flowLayoutPanel1.ResumeLayout(false);
  583. this.ResumeLayout(false);
  584. }
  585. #endregion
  586. private ComponentLibrary.PanelEx panelEx1;
  587. private ComponentLibrary.PanelEx panelEx2;
  588. protected internal ComponentLibrary.ButtonEx btnSaveed;
  589. protected internal ComponentLibrary.ButtonEx btnCloseed;
  590. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  591. protected internal ComponentLibrary.ButtonEx btnTurnSale;
  592. protected internal ComponentLibrary.ButtonEx btnTurnRent;
  593. protected internal ComponentLibrary.ButtonEx btnNewOrder;
  594. private ComponentLibrary.PanelEx panelEx3;
  595. private ComponentLibrary.LabelEx labelEx8;
  596. private ComponentLibrary.PanelEx panelEx5;
  597. protected internal ComponentLibrary.TextBoxEx txtCreateDateTime;
  598. protected internal ComponentLibrary.TextBoxEx txtEnterName;
  599. protected internal ComponentLibrary.TextBoxEx txtRemark;
  600. protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
  601. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderPerson;
  602. private ComponentLibrary.LabelEx labelEx3;
  603. private ComponentLibrary.LabelEx labelEx5;
  604. private ComponentLibrary.LabelEx labelEx4;
  605. private ComponentLibrary.LabelEx labelEx7;
  606. private ComponentLibrary.LabelEx labelEx6;
  607. protected internal ComponentLibrary.LabelEx labelEx1;
  608. protected internal ComponentLibrary.ButtonForm btnDressDelete;
  609. protected internal ComponentLibrary.ButtonForm btnDressToolbox;
  610. protected internal ComponentLibrary.ListViewEx listViewData;
  611. private ComponentLibrary.LabelEx labelEx18;
  612. public ComponentLibrary.PanelEx panel_CustomerItem;
  613. public ComponentLibrary.ButtonEx btn_AddCustomer;
  614. }
  615. }