InventoryPurchaseOrderManagementFrmMain.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class InventoryPurchaseOrderManagementFrmMain
  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(InventoryPurchaseOrderManagementFrmMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnPurchaseCheckAccept = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnPurchaseProduct = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnProcurementOrderUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnPurchaseRequest = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.cmbtrrevOrderStatus = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.panelCloseed = new LYFZ.ComponentLibrary.PanelEx();
  50. this.btnByVendorPurchase = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnByVendorCheckAccept = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. this.flowLayoutPanel1.SuspendLayout();
  57. this.panelEx3.SuspendLayout();
  58. this.panelEx4.SuspendLayout();
  59. this.panelEx5.SuspendLayout();
  60. this.panelEx6.SuspendLayout();
  61. this.panelEx7.SuspendLayout();
  62. this.panelEx8.SuspendLayout();
  63. this.panelEx9.SuspendLayout();
  64. this.panelEx10.SuspendLayout();
  65. this.panelCloseed.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // plExMainContainer
  69. //
  70. this.plExMainContainer.Controls.Add(this.panelEx1);
  71. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  72. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  73. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  74. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.listViewData);
  89. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  90. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  92. this.panelEx1.Name = "panelEx1";
  93. this.panelEx1.Padding = new System.Windows.Forms.Padding(5, 2, 5, 5);
  94. this.panelEx1.Size = new System.Drawing.Size(890, 485);
  95. this.panelEx1.TabIndex = 0;
  96. //
  97. // listViewData
  98. //
  99. this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.listViewData.FullRowSelect = true;
  101. this.listViewData.IsDefaultShowGroups = false;
  102. this.listViewData.Location = new System.Drawing.Point(5, 42);
  103. this.listViewData.MultiSelect = false;
  104. this.listViewData.Name = "listViewData";
  105. this.listViewData.Size = new System.Drawing.Size(880, 438);
  106. this.listViewData.TabIndex = 2293;
  107. this.listViewData.UseCompatibleStateImageBehavior = false;
  108. //
  109. // panelEx2
  110. //
  111. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  112. this.panelEx2.BorderWidth = 1;
  113. this.panelEx2.Controls.Add(this.cmbtrrevOrderStatus);
  114. this.panelEx2.Location = new System.Drawing.Point(3, 5);
  115. this.panelEx2.Name = "panelEx2";
  116. this.panelEx2.Size = new System.Drawing.Size(185, 30);
  117. this.panelEx2.TabIndex = 0;
  118. //
  119. // btnPrint
  120. //
  121. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  122. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  123. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  124. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  125. this.btnPrint.ForeColor = System.Drawing.Color.White;
  126. this.btnPrint.IsCustomBackImg = false;
  127. this.btnPrint.IsShowText = true;
  128. this.btnPrint.Location = new System.Drawing.Point(1, 1);
  129. this.btnPrint.Name = "btnPrint";
  130. this.btnPrint.Size = new System.Drawing.Size(85, 28);
  131. this.btnPrint.TabIndex = 2245;
  132. this.btnPrint.Text = " 打 印";
  133. this.btnPrint.UseVisualStyleBackColor = false;
  134. //
  135. // btnPurchaseCheckAccept
  136. //
  137. this.btnPurchaseCheckAccept.BackColor = System.Drawing.Color.Transparent;
  138. this.btnPurchaseCheckAccept.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseCheckAccept.BackImg")));
  139. this.btnPurchaseCheckAccept.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  140. this.btnPurchaseCheckAccept.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  141. this.btnPurchaseCheckAccept.ForeColor = System.Drawing.Color.White;
  142. this.btnPurchaseCheckAccept.IsCustomBackImg = false;
  143. this.btnPurchaseCheckAccept.IsShowText = true;
  144. this.btnPurchaseCheckAccept.Location = new System.Drawing.Point(1, 1);
  145. this.btnPurchaseCheckAccept.Name = "btnPurchaseCheckAccept";
  146. this.btnPurchaseCheckAccept.Size = new System.Drawing.Size(85, 28);
  147. this.btnPurchaseCheckAccept.TabIndex = 2244;
  148. this.btnPurchaseCheckAccept.Text = " 采购验收";
  149. this.btnPurchaseCheckAccept.UseVisualStyleBackColor = false;
  150. //
  151. // btnPurchaseProduct
  152. //
  153. this.btnPurchaseProduct.BackColor = System.Drawing.Color.Transparent;
  154. this.btnPurchaseProduct.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseProduct.BackImg")));
  155. this.btnPurchaseProduct.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  156. this.btnPurchaseProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  157. this.btnPurchaseProduct.ForeColor = System.Drawing.Color.White;
  158. this.btnPurchaseProduct.IsCustomBackImg = false;
  159. this.btnPurchaseProduct.IsShowText = true;
  160. this.btnPurchaseProduct.Location = new System.Drawing.Point(1, 1);
  161. this.btnPurchaseProduct.Name = "btnPurchaseProduct";
  162. this.btnPurchaseProduct.Size = new System.Drawing.Size(85, 28);
  163. this.btnPurchaseProduct.TabIndex = 2243;
  164. this.btnPurchaseProduct.Text = " 采购商品";
  165. this.btnPurchaseProduct.UseVisualStyleBackColor = false;
  166. //
  167. // btnDelete
  168. //
  169. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  170. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  171. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  172. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  173. this.btnDelete.ForeColor = System.Drawing.Color.White;
  174. this.btnDelete.IsCustomBackImg = false;
  175. this.btnDelete.IsShowText = true;
  176. this.btnDelete.Location = new System.Drawing.Point(1, 1);
  177. this.btnDelete.Name = "btnDelete";
  178. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  179. this.btnDelete.TabIndex = 2242;
  180. this.btnDelete.Text = " 删 除";
  181. this.btnDelete.UseVisualStyleBackColor = false;
  182. //
  183. // btnClose
  184. //
  185. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  186. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  187. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  188. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  189. this.btnClose.ForeColor = System.Drawing.Color.White;
  190. this.btnClose.IsCustomBackImg = false;
  191. this.btnClose.IsShowText = true;
  192. this.btnClose.Location = new System.Drawing.Point(1, 1);
  193. this.btnClose.Name = "btnClose";
  194. this.btnClose.Size = new System.Drawing.Size(85, 28);
  195. this.btnClose.TabIndex = 2241;
  196. this.btnClose.Text = " 关 闭";
  197. this.btnClose.UseVisualStyleBackColor = false;
  198. //
  199. // btnProcurementOrderUpdate
  200. //
  201. this.btnProcurementOrderUpdate.BackColor = System.Drawing.Color.Transparent;
  202. this.btnProcurementOrderUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnProcurementOrderUpdate.BackImg")));
  203. this.btnProcurementOrderUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  204. this.btnProcurementOrderUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  205. this.btnProcurementOrderUpdate.ForeColor = System.Drawing.Color.White;
  206. this.btnProcurementOrderUpdate.IsCustomBackImg = false;
  207. this.btnProcurementOrderUpdate.IsShowText = true;
  208. this.btnProcurementOrderUpdate.Location = new System.Drawing.Point(1, 1);
  209. this.btnProcurementOrderUpdate.Name = "btnProcurementOrderUpdate";
  210. this.btnProcurementOrderUpdate.Size = new System.Drawing.Size(85, 28);
  211. this.btnProcurementOrderUpdate.TabIndex = 2240;
  212. this.btnProcurementOrderUpdate.Text = " 申请单修改";
  213. this.btnProcurementOrderUpdate.UseVisualStyleBackColor = false;
  214. //
  215. // btnPurchaseRequest
  216. //
  217. this.btnPurchaseRequest.BackColor = System.Drawing.Color.Transparent;
  218. this.btnPurchaseRequest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseRequest.BackImg")));
  219. this.btnPurchaseRequest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnPurchaseRequest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnPurchaseRequest.ForeColor = System.Drawing.Color.White;
  222. this.btnPurchaseRequest.IsCustomBackImg = false;
  223. this.btnPurchaseRequest.IsShowText = true;
  224. this.btnPurchaseRequest.Location = new System.Drawing.Point(1, 1);
  225. this.btnPurchaseRequest.Name = "btnPurchaseRequest";
  226. this.btnPurchaseRequest.Size = new System.Drawing.Size(85, 28);
  227. this.btnPurchaseRequest.TabIndex = 2239;
  228. this.btnPurchaseRequest.Text = " 采购申请";
  229. this.btnPurchaseRequest.UseVisualStyleBackColor = false;
  230. //
  231. // cmbtrrevOrderStatus
  232. //
  233. this.cmbtrrevOrderStatus.AfterSelectLevelFirstNode = true;
  234. this.cmbtrrevOrderStatus.BackColor = System.Drawing.Color.White;
  235. this.cmbtrrevOrderStatus.DropDownHeight = 220;
  236. this.cmbtrrevOrderStatus.DropDownShow = true;
  237. this.cmbtrrevOrderStatus.IntegralHeight = false;
  238. this.cmbtrrevOrderStatus.IsNodeMouseClick = true;
  239. this.cmbtrrevOrderStatus.IsSelectParentNode = true;
  240. this.cmbtrrevOrderStatus.Location = new System.Drawing.Point(1, 5);
  241. this.cmbtrrevOrderStatus.Name = "cmbtrrevOrderStatus";
  242. this.cmbtrrevOrderStatus.ReadOnly = true;
  243. this.cmbtrrevOrderStatus.SelectedNode = null;
  244. this.cmbtrrevOrderStatus.Size = new System.Drawing.Size(177, 20);
  245. this.cmbtrrevOrderStatus.StrGetName = "";
  246. this.cmbtrrevOrderStatus.StrGetTagName = "";
  247. this.cmbtrrevOrderStatus.StrKey = null;
  248. this.cmbtrrevOrderStatus.TabIndex = 5;
  249. //
  250. // flowLayoutPanel1
  251. //
  252. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  253. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  254. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  255. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  256. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  257. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  258. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  259. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  260. this.flowLayoutPanel1.Controls.Add(this.panelEx10);
  261. this.flowLayoutPanel1.Controls.Add(this.panelCloseed);
  262. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  263. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 2);
  264. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  265. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  266. this.flowLayoutPanel1.Size = new System.Drawing.Size(880, 40);
  267. this.flowLayoutPanel1.TabIndex = 2294;
  268. //
  269. // panelEx3
  270. //
  271. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  272. this.panelEx3.BorderWidth = 1;
  273. this.panelEx3.Controls.Add(this.btnPurchaseRequest);
  274. this.panelEx3.Location = new System.Drawing.Point(194, 5);
  275. this.panelEx3.Name = "panelEx3";
  276. this.panelEx3.Size = new System.Drawing.Size(90, 30);
  277. this.panelEx3.TabIndex = 2295;
  278. //
  279. // panelEx4
  280. //
  281. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  282. this.panelEx4.BorderWidth = 1;
  283. this.panelEx4.Controls.Add(this.btnProcurementOrderUpdate);
  284. this.panelEx4.Location = new System.Drawing.Point(290, 5);
  285. this.panelEx4.Name = "panelEx4";
  286. this.panelEx4.Size = new System.Drawing.Size(90, 30);
  287. this.panelEx4.TabIndex = 1;
  288. //
  289. // panelEx5
  290. //
  291. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  292. this.panelEx5.BorderWidth = 1;
  293. this.panelEx5.Controls.Add(this.btnPurchaseProduct);
  294. this.panelEx5.Location = new System.Drawing.Point(386, 5);
  295. this.panelEx5.Name = "panelEx5";
  296. this.panelEx5.Size = new System.Drawing.Size(90, 30);
  297. this.panelEx5.TabIndex = 1;
  298. //
  299. // panelEx6
  300. //
  301. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  302. this.panelEx6.BorderWidth = 1;
  303. this.panelEx6.Controls.Add(this.btnPurchaseCheckAccept);
  304. this.panelEx6.Location = new System.Drawing.Point(482, 5);
  305. this.panelEx6.Name = "panelEx6";
  306. this.panelEx6.Size = new System.Drawing.Size(90, 30);
  307. this.panelEx6.TabIndex = 1;
  308. //
  309. // panelEx7
  310. //
  311. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  312. this.panelEx7.BorderWidth = 1;
  313. this.panelEx7.Controls.Add(this.btnPrint);
  314. this.panelEx7.Location = new System.Drawing.Point(780, 5);
  315. this.panelEx7.Name = "panelEx7";
  316. this.panelEx7.Size = new System.Drawing.Size(90, 30);
  317. this.panelEx7.TabIndex = 1;
  318. //
  319. // panelEx8
  320. //
  321. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  322. this.panelEx8.BorderWidth = 1;
  323. this.panelEx8.Controls.Add(this.btnByVendorPurchase);
  324. this.panelEx8.Location = new System.Drawing.Point(578, 5);
  325. this.panelEx8.Name = "panelEx8";
  326. this.panelEx8.Size = new System.Drawing.Size(95, 30);
  327. this.panelEx8.TabIndex = 1;
  328. //
  329. // panelEx9
  330. //
  331. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  332. this.panelEx9.BorderWidth = 1;
  333. this.panelEx9.Controls.Add(this.btnByVendorCheckAccept);
  334. this.panelEx9.Location = new System.Drawing.Point(679, 5);
  335. this.panelEx9.Name = "panelEx9";
  336. this.panelEx9.Size = new System.Drawing.Size(95, 30);
  337. this.panelEx9.TabIndex = 2295;
  338. //
  339. // panelEx10
  340. //
  341. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  342. this.panelEx10.BorderWidth = 1;
  343. this.panelEx10.Controls.Add(this.btnDelete);
  344. this.panelEx10.Location = new System.Drawing.Point(3, 41);
  345. this.panelEx10.Name = "panelEx10";
  346. this.panelEx10.Size = new System.Drawing.Size(90, 30);
  347. this.panelEx10.TabIndex = 2;
  348. //
  349. // panelCloseed
  350. //
  351. this.panelCloseed.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  352. this.panelCloseed.BorderWidth = 1;
  353. this.panelCloseed.Controls.Add(this.btnClose);
  354. this.panelCloseed.Location = new System.Drawing.Point(99, 41);
  355. this.panelCloseed.Name = "panelCloseed";
  356. this.panelCloseed.Size = new System.Drawing.Size(90, 30);
  357. this.panelCloseed.TabIndex = 2;
  358. //
  359. // btnByVendorPurchase
  360. //
  361. this.btnByVendorPurchase.BackColor = System.Drawing.Color.Transparent;
  362. this.btnByVendorPurchase.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorPurchase.BackImg")));
  363. this.btnByVendorPurchase.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  364. this.btnByVendorPurchase.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  365. this.btnByVendorPurchase.ForeColor = System.Drawing.Color.White;
  366. this.btnByVendorPurchase.IsCustomBackImg = false;
  367. this.btnByVendorPurchase.IsShowText = true;
  368. this.btnByVendorPurchase.Location = new System.Drawing.Point(1, 1);
  369. this.btnByVendorPurchase.Name = "btnByVendorPurchase";
  370. this.btnByVendorPurchase.Size = new System.Drawing.Size(90, 28);
  371. this.btnByVendorPurchase.TabIndex = 2296;
  372. this.btnByVendorPurchase.Text = " 按厂家采购";
  373. this.btnByVendorPurchase.UseVisualStyleBackColor = false;
  374. //
  375. // btnByVendorCheckAccept
  376. //
  377. this.btnByVendorCheckAccept.BackColor = System.Drawing.Color.Transparent;
  378. this.btnByVendorCheckAccept.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorCheckAccept.BackImg")));
  379. this.btnByVendorCheckAccept.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  380. this.btnByVendorCheckAccept.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  381. this.btnByVendorCheckAccept.ForeColor = System.Drawing.Color.White;
  382. this.btnByVendorCheckAccept.IsCustomBackImg = false;
  383. this.btnByVendorCheckAccept.IsShowText = true;
  384. this.btnByVendorCheckAccept.Location = new System.Drawing.Point(1, 1);
  385. this.btnByVendorCheckAccept.Name = "btnByVendorCheckAccept";
  386. this.btnByVendorCheckAccept.Size = new System.Drawing.Size(90, 28);
  387. this.btnByVendorCheckAccept.TabIndex = 2297;
  388. this.btnByVendorCheckAccept.Text = " 按厂家验收";
  389. this.btnByVendorCheckAccept.UseVisualStyleBackColor = false;
  390. //
  391. // InventoryPurchaseOrderManagementFrmMain
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  396. this.ClientSize = new System.Drawing.Size(910, 610);
  397. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  398. this.IsShowUcNavigationTool = true;
  399. this.IsUserControlsSize = false;
  400. this.Name = "InventoryPurchaseOrderManagementFrmMain";
  401. this.Padding = new System.Windows.Forms.Padding(10);
  402. this.Text = "采购单管理";
  403. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  404. this.plExMainContainer.ResumeLayout(false);
  405. this.plFormMainContent.ResumeLayout(false);
  406. this.panelEx1.ResumeLayout(false);
  407. this.panelEx2.ResumeLayout(false);
  408. this.flowLayoutPanel1.ResumeLayout(false);
  409. this.panelEx3.ResumeLayout(false);
  410. this.panelEx4.ResumeLayout(false);
  411. this.panelEx5.ResumeLayout(false);
  412. this.panelEx6.ResumeLayout(false);
  413. this.panelEx7.ResumeLayout(false);
  414. this.panelEx8.ResumeLayout(false);
  415. this.panelEx9.ResumeLayout(false);
  416. this.panelEx10.ResumeLayout(false);
  417. this.panelCloseed.ResumeLayout(false);
  418. this.ResumeLayout(false);
  419. }
  420. #endregion
  421. private ComponentLibrary.PanelEx panelEx1;
  422. protected internal ComponentLibrary.ListViewEx listViewData;
  423. private ComponentLibrary.PanelEx panelEx2;
  424. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtrrevOrderStatus;
  425. protected internal ComponentLibrary.ButtonEx btnProcurementOrderUpdate;
  426. protected internal ComponentLibrary.ButtonEx btnClose;
  427. protected internal ComponentLibrary.ButtonEx btnDelete;
  428. protected internal ComponentLibrary.ButtonEx btnPurchaseCheckAccept;
  429. protected internal ComponentLibrary.ButtonEx btnPurchaseProduct;
  430. protected internal ComponentLibrary.ButtonEx btnPurchaseRequest;
  431. protected internal ComponentLibrary.ButtonEx btnPrint;
  432. private ComponentLibrary.PanelEx panelEx3;
  433. private ComponentLibrary.PanelEx panelEx4;
  434. private ComponentLibrary.PanelEx panelEx5;
  435. private ComponentLibrary.PanelEx panelEx6;
  436. private ComponentLibrary.PanelEx panelEx8;
  437. protected internal ComponentLibrary.ButtonEx btnByVendorPurchase;
  438. private ComponentLibrary.PanelEx panelEx9;
  439. protected internal ComponentLibrary.ButtonEx btnByVendorCheckAccept;
  440. private ComponentLibrary.PanelEx panelEx7;
  441. private ComponentLibrary.PanelEx panelEx10;
  442. protected internal ComponentLibrary.PanelEx panelCloseed;
  443. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  444. }
  445. }