FrmPurchasingManagement.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmPurchasingManagement
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurchasingManagement));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Pord_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Pord_RequisitionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Pord_RequisitionTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Pord_PurchaseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.cmbPord_PurchaseStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
  44. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnAcceptanceManagement = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.btnPurchasingManagement = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  52. this.panelEx3.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.Controls.Add(this.panelEx2);
  58. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  60. this.plExMainContainer.Size = new System.Drawing.Size(731, 431);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Size = new System.Drawing.Size(731, 471);
  65. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  66. //
  67. // btnAppFormMaximize
  68. //
  69. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  70. this.btnAppFormMaximize.Location = new System.Drawing.Point(672, 0);
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. this.btnAppFormExit.Location = new System.Drawing.Point(699, 0);
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  80. this.btnAppFormMinimize.Location = new System.Drawing.Point(645, 0);
  81. //
  82. // panelEx2
  83. //
  84. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  85. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  86. this.panelEx2.BorderWidth = 1;
  87. this.panelEx2.Controls.Add(this.dgv);
  88. this.panelEx2.Controls.Add(this.ucPagerEx1);
  89. this.panelEx2.Controls.Add(this.panelEx3);
  90. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  92. this.panelEx2.Name = "panelEx2";
  93. this.panelEx2.Size = new System.Drawing.Size(721, 421);
  94. this.panelEx2.TabIndex = 195;
  95. //
  96. // dgv
  97. //
  98. this.dgv.AllowUserToAddRows = false;
  99. this.dgv.AllowUserToDeleteRows = false;
  100. this.dgv.AllowUserToOrderColumns = true;
  101. this.dgv.AllowUserToResizeRows = false;
  102. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  103. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  104. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  105. this.dgv.BackgroundColor = System.Drawing.Color.White;
  106. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  107. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  108. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  109. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  110. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  112. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  113. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  114. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  115. this.dgv.ColumnHeadersHeight = 24;
  116. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  117. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  118. this.dataGridViewTextBoxColumn1,
  119. this.Pord_PurchaseNumber,
  120. this.Pord_RequisitionName,
  121. this.Pord_RequisitionTime,
  122. this.Pord_PurchaseStatus});
  123. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  125. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  127. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  130. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  131. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.dgv.EnableHeadersVisualStyles = false;
  133. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  134. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  135. this.dgv.IsCompleteBonding = false;
  136. this.dgv.IsCopyCellValue = true;
  137. this.dgv.Location = new System.Drawing.Point(0, 40);
  138. this.dgv.MultiSelect = false;
  139. this.dgv.Name = "dgv";
  140. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  141. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  142. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  144. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  147. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  148. this.dgv.RowHeadersVisible = false;
  149. this.dgv.RowTemplate.Height = 23;
  150. this.dgv.RowTemplate.ReadOnly = true;
  151. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  152. this.dgv.Size = new System.Drawing.Size(719, 355);
  153. this.dgv.TabIndex = 223;
  154. //
  155. // dataGridViewTextBoxColumn1
  156. //
  157. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  158. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  159. this.dataGridViewTextBoxColumn1.Visible = false;
  160. //
  161. // Pord_PurchaseNumber
  162. //
  163. this.Pord_PurchaseNumber.HeaderText = "采购单号";
  164. this.Pord_PurchaseNumber.Name = "Pord_PurchaseNumber";
  165. this.Pord_PurchaseNumber.ReadOnly = true;
  166. //
  167. // Pord_RequisitionName
  168. //
  169. this.Pord_RequisitionName.HeaderText = "采购申请人";
  170. this.Pord_RequisitionName.Name = "Pord_RequisitionName";
  171. this.Pord_RequisitionName.ReadOnly = true;
  172. //
  173. // Pord_RequisitionTime
  174. //
  175. this.Pord_RequisitionTime.HeaderText = "采购申请时间";
  176. this.Pord_RequisitionTime.Name = "Pord_RequisitionTime";
  177. this.Pord_RequisitionTime.ReadOnly = true;
  178. //
  179. // Pord_PurchaseStatus
  180. //
  181. this.Pord_PurchaseStatus.HeaderText = "采购状态";
  182. this.Pord_PurchaseStatus.Name = "Pord_PurchaseStatus";
  183. this.Pord_PurchaseStatus.ReadOnly = true;
  184. //
  185. // ucPagerEx1
  186. //
  187. this.ucPagerEx1.CurrentPageCount = 0;
  188. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  189. this.ucPagerEx1.Location = new System.Drawing.Point(0, 395);
  190. this.ucPagerEx1.Name = "ucPagerEx1";
  191. this.ucPagerEx1.NMax = 0;
  192. this.ucPagerEx1.PageCount = 0;
  193. this.ucPagerEx1.PageCurrent = 1;
  194. this.ucPagerEx1.PageSize = 20;
  195. this.ucPagerEx1.Size = new System.Drawing.Size(719, 24);
  196. this.ucPagerEx1.TabIndex = 233;
  197. this.ucPagerEx1.TbDataSource = null;
  198. //
  199. // panelEx3
  200. //
  201. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  202. this.panelEx3.BorderWidth = 1;
  203. this.panelEx3.Controls.Add(this.btnDelete);
  204. this.panelEx3.Controls.Add(this.cmbPord_PurchaseStatus);
  205. this.panelEx3.Controls.Add(this.btnClose);
  206. this.panelEx3.Controls.Add(this.btnAcceptanceManagement);
  207. this.panelEx3.Controls.Add(this.labelEx1);
  208. this.panelEx3.Controls.Add(this.btnPurchasingManagement);
  209. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  210. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  211. this.panelEx3.Name = "panelEx3";
  212. this.panelEx3.Size = new System.Drawing.Size(719, 40);
  213. this.panelEx3.TabIndex = 197;
  214. //
  215. // btnDelete
  216. //
  217. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  218. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  219. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnDelete.ForeColor = System.Drawing.Color.White;
  222. this.btnDelete.IsCustomBackImg = false;
  223. this.btnDelete.IsShowText = true;
  224. this.btnDelete.Location = new System.Drawing.Point(340, 7);
  225. this.btnDelete.Name = "btnDelete";
  226. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  227. this.btnDelete.TabIndex = 223;
  228. this.btnDelete.Text = " 删 除";
  229. this.btnDelete.UseVisualStyleBackColor = false;
  230. //
  231. // cmbPord_PurchaseStatus
  232. //
  233. this.cmbPord_PurchaseStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  234. this.cmbPord_PurchaseStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  235. this.cmbPord_PurchaseStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  236. this.cmbPord_PurchaseStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  237. this.cmbPord_PurchaseStatus.FormattingEnabled = true;
  238. this.cmbPord_PurchaseStatus.IsCustomColor = false;
  239. this.cmbPord_PurchaseStatus.Items.AddRange(new object[] {
  240. "全部",
  241. "申请中",
  242. "采购中",
  243. "采购完成",
  244. "采购取消"});
  245. this.cmbPord_PurchaseStatus.Location = new System.Drawing.Point(73, 9);
  246. this.cmbPord_PurchaseStatus.Name = "cmbPord_PurchaseStatus";
  247. this.cmbPord_PurchaseStatus.ReadOnly = true;
  248. this.cmbPord_PurchaseStatus.Size = new System.Drawing.Size(165, 22);
  249. this.cmbPord_PurchaseStatus.TabIndex = 222;
  250. //
  251. // btnClose
  252. //
  253. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  254. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  255. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  256. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  257. this.btnClose.ForeColor = System.Drawing.Color.White;
  258. this.btnClose.IsCustomBackImg = false;
  259. this.btnClose.IsShowText = true;
  260. this.btnClose.Location = new System.Drawing.Point(623, 7);
  261. this.btnClose.Name = "btnClose";
  262. this.btnClose.Size = new System.Drawing.Size(85, 26);
  263. this.btnClose.TabIndex = 204;
  264. this.btnClose.Text = " 关 闭";
  265. this.btnClose.UseVisualStyleBackColor = false;
  266. //
  267. // btnAcceptanceManagement
  268. //
  269. this.btnAcceptanceManagement.BackColor = System.Drawing.Color.Transparent;
  270. this.btnAcceptanceManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAcceptanceManagement.BackImg")));
  271. this.btnAcceptanceManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  272. this.btnAcceptanceManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  273. this.btnAcceptanceManagement.ForeColor = System.Drawing.Color.White;
  274. this.btnAcceptanceManagement.IsCustomBackImg = false;
  275. this.btnAcceptanceManagement.IsShowText = true;
  276. this.btnAcceptanceManagement.Location = new System.Drawing.Point(528, 7);
  277. this.btnAcceptanceManagement.Name = "btnAcceptanceManagement";
  278. this.btnAcceptanceManagement.Size = new System.Drawing.Size(85, 26);
  279. this.btnAcceptanceManagement.TabIndex = 206;
  280. this.btnAcceptanceManagement.Text = " 验收管理";
  281. this.btnAcceptanceManagement.UseVisualStyleBackColor = false;
  282. //
  283. // labelEx1
  284. //
  285. this.labelEx1.AutoSize = true;
  286. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.labelEx1.Location = new System.Drawing.Point(11, 11);
  289. this.labelEx1.Name = "labelEx1";
  290. this.labelEx1.Size = new System.Drawing.Size(59, 17);
  291. this.labelEx1.TabIndex = 220;
  292. this.labelEx1.Text = "采购状态:";
  293. //
  294. // btnPurchasingManagement
  295. //
  296. this.btnPurchasingManagement.BackColor = System.Drawing.Color.Transparent;
  297. this.btnPurchasingManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchasingManagement.BackImg")));
  298. this.btnPurchasingManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  299. this.btnPurchasingManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  300. this.btnPurchasingManagement.ForeColor = System.Drawing.Color.White;
  301. this.btnPurchasingManagement.IsCustomBackImg = false;
  302. this.btnPurchasingManagement.IsShowText = true;
  303. this.btnPurchasingManagement.Location = new System.Drawing.Point(433, 7);
  304. this.btnPurchasingManagement.Name = "btnPurchasingManagement";
  305. this.btnPurchasingManagement.Size = new System.Drawing.Size(85, 26);
  306. this.btnPurchasingManagement.TabIndex = 219;
  307. this.btnPurchasingManagement.Text = " 采购管理";
  308. this.btnPurchasingManagement.UseVisualStyleBackColor = false;
  309. //
  310. // FrmPurchasingManagement
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  315. this.ClientSize = new System.Drawing.Size(731, 536);
  316. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  317. this.IsShowUcNavigationTool = true;
  318. this.Name = "FrmPurchasingManagement";
  319. this.Text = "采购管理";
  320. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  321. this.plExMainContainer.ResumeLayout(false);
  322. this.plFormMainContent.ResumeLayout(false);
  323. this.panelEx2.ResumeLayout(false);
  324. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  325. this.panelEx3.ResumeLayout(false);
  326. this.panelEx3.PerformLayout();
  327. this.ResumeLayout(false);
  328. }
  329. #endregion
  330. private ComponentLibrary.PanelEx panelEx2;
  331. protected ComponentLibrary.ButtonEx btnPurchasingManagement;
  332. protected ComponentLibrary.ButtonEx btnAcceptanceManagement;
  333. protected ComponentLibrary.ButtonEx btnClose;
  334. private ComponentLibrary.PanelEx panelEx3;
  335. private ComponentLibrary.LabelEx labelEx1;
  336. protected ComponentLibrary.ComboBoxEx cmbPord_PurchaseStatus;
  337. protected ComponentLibrary.DataGridViewEx dgv;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseNumber;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionName;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionTime;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseStatus;
  343. protected UCPager.ucPagerEx ucPagerEx1;
  344. protected ComponentLibrary.ButtonEx btnDelete;
  345. }
  346. }