FrmDelivery.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmDelivery
  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 dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDelivery));
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  39. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Pos_OutQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Pos_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Pos_ProductCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Pos_ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  50. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnLibrary = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.radLibrary = new LYFZ.ComponentLibrary.RadioButtonEx();
  54. this.radLibraryRecord = new LYFZ.ComponentLibrary.RadioButtonEx();
  55. this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  56. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  58. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.plExMainContainer.SuspendLayout();
  68. this.plFormMainContent.SuspendLayout();
  69. this.panelEx2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  71. this.panelEx3.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // plExMainContainer
  76. //
  77. this.plExMainContainer.Controls.Add(this.panelEx2);
  78. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  79. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  80. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  81. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  82. //
  83. // btnAppFormMaximize
  84. //
  85. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  86. //
  87. // btnAppFormExit
  88. //
  89. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. //
  95. // panelEx2
  96. //
  97. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  98. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  99. this.panelEx2.BorderWidth = 1;
  100. this.panelEx2.Controls.Add(this.dgv1);
  101. this.panelEx2.Controls.Add(this.dgv2);
  102. this.panelEx2.Controls.Add(this.ucPagerEx1);
  103. this.panelEx2.Controls.Add(this.panelEx3);
  104. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  106. this.panelEx2.Name = "panelEx2";
  107. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  108. this.panelEx2.TabIndex = 199;
  109. //
  110. // dgv1
  111. //
  112. this.dgv1.AllowUserToAddRows = false;
  113. this.dgv1.AllowUserToDeleteRows = false;
  114. this.dgv1.AllowUserToOrderColumns = true;
  115. this.dgv1.AllowUserToResizeRows = false;
  116. dataGridViewCellStyle17.BackColor = System.Drawing.Color.LightCyan;
  117. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  118. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  119. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  120. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  121. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  122. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  123. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  124. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.Navy;
  126. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  129. this.dgv1.ColumnHeadersHeight = 24;
  130. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  131. this.ID,
  132. this.Ir_ProductName,
  133. this.Prod_Quantity,
  134. this.Sc_ClassName,
  135. this.Prod_AlarmQuantity,
  136. this.Prod_PreSaleQuantity,
  137. this.Pos_OutQuantity,
  138. this.Pos_Remark,
  139. this.Pos_ProductCategory,
  140. this.Pos_ProductNumber});
  141. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  142. dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
  143. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
  145. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  146. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  147. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  148. this.dgv1.DefaultCellStyle = dataGridViewCellStyle19;
  149. this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.dgv1.EnableHeadersVisualStyles = false;
  151. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  152. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  153. "dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
  154. this.dgv1.IsCompleteBonding = false;
  155. this.dgv1.IsCopyCellValue = true;
  156. this.dgv1.Location = new System.Drawing.Point(0, 40);
  157. this.dgv1.Name = "dgv1";
  158. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  159. dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
  160. dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
  162. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  163. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  164. dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  165. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
  166. this.dgv1.RowHeadersVisible = false;
  167. this.dgv1.RowTemplate.Height = 23;
  168. this.dgv1.RowTemplate.ReadOnly = true;
  169. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  170. this.dgv1.Size = new System.Drawing.Size(902, 433);
  171. this.dgv1.TabIndex = 230;
  172. //
  173. // ID
  174. //
  175. this.ID.HeaderText = "ID";
  176. this.ID.Name = "ID";
  177. this.ID.Visible = false;
  178. //
  179. // Ir_ProductName
  180. //
  181. this.Ir_ProductName.HeaderText = "商品名称";
  182. this.Ir_ProductName.Name = "Ir_ProductName";
  183. this.Ir_ProductName.ReadOnly = true;
  184. //
  185. // Prod_Quantity
  186. //
  187. this.Prod_Quantity.HeaderText = "库存";
  188. this.Prod_Quantity.Name = "Prod_Quantity";
  189. this.Prod_Quantity.ReadOnly = true;
  190. //
  191. // Sc_ClassName
  192. //
  193. this.Sc_ClassName.HeaderText = "商品类别";
  194. this.Sc_ClassName.Name = "Sc_ClassName";
  195. this.Sc_ClassName.ReadOnly = true;
  196. //
  197. // Prod_AlarmQuantity
  198. //
  199. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  200. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  201. this.Prod_AlarmQuantity.ReadOnly = true;
  202. //
  203. // Prod_PreSaleQuantity
  204. //
  205. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  206. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  207. this.Prod_PreSaleQuantity.ReadOnly = true;
  208. //
  209. // Pos_OutQuantity
  210. //
  211. this.Pos_OutQuantity.HeaderText = "出库数量";
  212. this.Pos_OutQuantity.Name = "Pos_OutQuantity";
  213. //
  214. // Pos_Remark
  215. //
  216. this.Pos_Remark.HeaderText = "备注";
  217. this.Pos_Remark.Name = "Pos_Remark";
  218. //
  219. // Pos_ProductCategory
  220. //
  221. this.Pos_ProductCategory.HeaderText = "商品类别编码";
  222. this.Pos_ProductCategory.Name = "Pos_ProductCategory";
  223. this.Pos_ProductCategory.ReadOnly = true;
  224. this.Pos_ProductCategory.Visible = false;
  225. //
  226. // Pos_ProductNumber
  227. //
  228. this.Pos_ProductNumber.HeaderText = "商品编号";
  229. this.Pos_ProductNumber.Name = "Pos_ProductNumber";
  230. this.Pos_ProductNumber.ReadOnly = true;
  231. this.Pos_ProductNumber.Visible = false;
  232. //
  233. // ucPagerEx1
  234. //
  235. this.ucPagerEx1.CurrentPageCount = 0;
  236. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  237. this.ucPagerEx1.Location = new System.Drawing.Point(0, 473);
  238. this.ucPagerEx1.Name = "ucPagerEx1";
  239. this.ucPagerEx1.NMax = 0;
  240. this.ucPagerEx1.PageCount = 0;
  241. this.ucPagerEx1.PageCurrent = 1;
  242. this.ucPagerEx1.PageSize = 20;
  243. this.ucPagerEx1.Size = new System.Drawing.Size(902, 24);
  244. this.ucPagerEx1.TabIndex = 233;
  245. this.ucPagerEx1.TbDataSource = null;
  246. //
  247. // panelEx3
  248. //
  249. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  250. this.panelEx3.BorderWidth = 1;
  251. this.panelEx3.Controls.Add(this.btnDelete);
  252. this.panelEx3.Controls.Add(this.btnLibrary);
  253. this.panelEx3.Controls.Add(this.radLibrary);
  254. this.panelEx3.Controls.Add(this.radLibraryRecord);
  255. this.panelEx3.Controls.Add(this.CtvSelect);
  256. this.panelEx3.Controls.Add(this.labelEx11);
  257. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  258. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  259. this.panelEx3.Name = "panelEx3";
  260. this.panelEx3.Size = new System.Drawing.Size(902, 40);
  261. this.panelEx3.TabIndex = 222;
  262. //
  263. // btnDelete
  264. //
  265. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  266. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  267. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  268. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  269. this.btnDelete.ForeColor = System.Drawing.Color.White;
  270. this.btnDelete.IsCustomBackImg = false;
  271. this.btnDelete.IsShowText = true;
  272. this.btnDelete.Location = new System.Drawing.Point(539, 7);
  273. this.btnDelete.Name = "btnDelete";
  274. this.btnDelete.Size = new System.Drawing.Size(80, 25);
  275. this.btnDelete.TabIndex = 235;
  276. this.btnDelete.Text = "删除";
  277. this.btnDelete.UseVisualStyleBackColor = false;
  278. this.btnDelete.Visible = false;
  279. //
  280. // btnLibrary
  281. //
  282. this.btnLibrary.BackColor = System.Drawing.Color.Transparent;
  283. this.btnLibrary.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLibrary.BackImg")));
  284. this.btnLibrary.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  285. this.btnLibrary.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  286. this.btnLibrary.ForeColor = System.Drawing.Color.White;
  287. this.btnLibrary.IsCustomBackImg = false;
  288. this.btnLibrary.IsShowText = true;
  289. this.btnLibrary.Location = new System.Drawing.Point(447, 7);
  290. this.btnLibrary.Name = "btnLibrary";
  291. this.btnLibrary.Size = new System.Drawing.Size(80, 25);
  292. this.btnLibrary.TabIndex = 211;
  293. this.btnLibrary.Text = "出库";
  294. this.btnLibrary.UseVisualStyleBackColor = false;
  295. //
  296. // radLibrary
  297. //
  298. this.radLibrary.AutoSize = true;
  299. this.radLibrary.BackColor = System.Drawing.Color.Transparent;
  300. this.radLibrary.Checked = true;
  301. this.radLibrary.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  302. this.radLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  303. this.radLibrary.Location = new System.Drawing.Point(25, 8);
  304. this.radLibrary.Name = "radLibrary";
  305. this.radLibrary.Size = new System.Drawing.Size(50, 21);
  306. this.radLibrary.TabIndex = 223;
  307. this.radLibrary.TabStop = true;
  308. this.radLibrary.Text = "出库";
  309. this.radLibrary.UseVisualStyleBackColor = false;
  310. //
  311. // radLibraryRecord
  312. //
  313. this.radLibraryRecord.AutoSize = true;
  314. this.radLibraryRecord.BackColor = System.Drawing.Color.Transparent;
  315. this.radLibraryRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  316. this.radLibraryRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  317. this.radLibraryRecord.Location = new System.Drawing.Point(92, 8);
  318. this.radLibraryRecord.Name = "radLibraryRecord";
  319. this.radLibraryRecord.Size = new System.Drawing.Size(74, 21);
  320. this.radLibraryRecord.TabIndex = 224;
  321. this.radLibraryRecord.Text = "出库记录";
  322. this.radLibraryRecord.UseVisualStyleBackColor = false;
  323. //
  324. // CtvSelect
  325. //
  326. this.CtvSelect.AfterSelectLevelFirstNode = true;
  327. this.CtvSelect.DropDownHeight = 220;
  328. this.CtvSelect.DropDownShow = false;
  329. this.CtvSelect.FormattingEnabled = true;
  330. this.CtvSelect.IntegralHeight = false;
  331. this.CtvSelect.IsNodeMouseClick = true;
  332. this.CtvSelect.IsSelectParentNode = false;
  333. this.CtvSelect.Location = new System.Drawing.Point(250, 9);
  334. this.CtvSelect.Name = "CtvSelect";
  335. this.CtvSelect.ReadOnly = true;
  336. this.CtvSelect.SelectedNode = null;
  337. this.CtvSelect.Size = new System.Drawing.Size(164, 20);
  338. this.CtvSelect.StrGetName = "";
  339. this.CtvSelect.StrKey = null;
  340. this.CtvSelect.TabIndex = 229;
  341. //
  342. // labelEx11
  343. //
  344. this.labelEx11.AutoSize = true;
  345. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  346. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  347. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  348. this.labelEx11.Location = new System.Drawing.Point(183, 11);
  349. this.labelEx11.Name = "labelEx11";
  350. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  351. this.labelEx11.TabIndex = 228;
  352. this.labelEx11.Text = "商品查询:";
  353. //
  354. // dgv2
  355. //
  356. this.dgv2.AllowUserToAddRows = false;
  357. this.dgv2.AllowUserToDeleteRows = false;
  358. this.dgv2.AllowUserToOrderColumns = true;
  359. this.dgv2.AllowUserToResizeRows = false;
  360. dataGridViewCellStyle21.BackColor = System.Drawing.Color.LightCyan;
  361. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  362. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  363. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  364. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  365. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  366. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  367. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  368. dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.Navy;
  370. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  371. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  372. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  373. this.dgv2.ColumnHeadersHeight = 24;
  374. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  375. this.dataGridViewTextBoxColumn1,
  376. this.dataGridViewTextBoxColumn8,
  377. this.dataGridViewTextBoxColumn9,
  378. this.dataGridViewTextBoxColumn3,
  379. this.dataGridViewTextBoxColumn5,
  380. this.dataGridViewTextBoxColumn4,
  381. this.dataGridViewTextBoxColumn11,
  382. this.dataGridViewTextBoxColumn10,
  383. this.dataGridViewTextBoxColumn13});
  384. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  385. dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
  386. dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
  388. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  389. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  390. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  391. this.dgv2.DefaultCellStyle = dataGridViewCellStyle23;
  392. this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  394. this.dgv2.EnableHeadersVisualStyles = false;
  395. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  396. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  397. this.dgv2.IsCompleteBonding = false;
  398. this.dgv2.IsCopyCellValue = true;
  399. this.dgv2.Location = new System.Drawing.Point(0, 40);
  400. this.dgv2.Name = "dgv2";
  401. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  402. dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
  403. dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
  405. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  406. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  407. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  408. this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  409. this.dgv2.RowHeadersVisible = false;
  410. this.dgv2.RowTemplate.Height = 23;
  411. this.dgv2.RowTemplate.ReadOnly = true;
  412. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  413. this.dgv2.Size = new System.Drawing.Size(902, 433);
  414. this.dgv2.TabIndex = 227;
  415. this.dgv2.Visible = false;
  416. //
  417. // dataGridViewTextBoxColumn1
  418. //
  419. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  420. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  421. this.dataGridViewTextBoxColumn1.Visible = false;
  422. //
  423. // dataGridViewTextBoxColumn8
  424. //
  425. this.dataGridViewTextBoxColumn8.HeaderText = "商品类别编号";
  426. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  427. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  428. this.dataGridViewTextBoxColumn8.Visible = false;
  429. //
  430. // dataGridViewTextBoxColumn9
  431. //
  432. this.dataGridViewTextBoxColumn9.HeaderText = "商品编号";
  433. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  434. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  435. this.dataGridViewTextBoxColumn9.Visible = false;
  436. //
  437. // dataGridViewTextBoxColumn3
  438. //
  439. this.dataGridViewTextBoxColumn3.HeaderText = "商品名称";
  440. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  441. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  442. //
  443. // dataGridViewTextBoxColumn5
  444. //
  445. this.dataGridViewTextBoxColumn5.HeaderText = "商品类别";
  446. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  447. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  448. //
  449. // dataGridViewTextBoxColumn4
  450. //
  451. this.dataGridViewTextBoxColumn4.HeaderText = "出库数量";
  452. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  453. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  454. //
  455. // dataGridViewTextBoxColumn11
  456. //
  457. this.dataGridViewTextBoxColumn11.HeaderText = "出库人";
  458. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  459. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  460. this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  461. //
  462. // dataGridViewTextBoxColumn10
  463. //
  464. this.dataGridViewTextBoxColumn10.HeaderText = "出库时间";
  465. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  466. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  467. //
  468. // dataGridViewTextBoxColumn13
  469. //
  470. this.dataGridViewTextBoxColumn13.HeaderText = "备注";
  471. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  472. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  473. //
  474. // FrmDelivery
  475. //
  476. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  477. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  478. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  479. this.ClientSize = new System.Drawing.Size(910, 610);
  480. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  481. this.IsShowUcNavigationTool = true;
  482. this.Name = "FrmDelivery";
  483. this.Text = "出库单";
  484. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  485. this.plExMainContainer.ResumeLayout(false);
  486. this.plFormMainContent.ResumeLayout(false);
  487. this.panelEx2.ResumeLayout(false);
  488. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  489. this.panelEx3.ResumeLayout(false);
  490. this.panelEx3.PerformLayout();
  491. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  492. this.ResumeLayout(false);
  493. }
  494. #endregion
  495. private ComponentLibrary.PanelEx panelEx2;
  496. private ComponentLibrary.LabelEx labelEx11;
  497. protected ComponentLibrary.RadioButtonEx radLibraryRecord;
  498. protected ComponentLibrary.RadioButtonEx radLibrary;
  499. private ComponentLibrary.PanelEx panelEx3;
  500. protected ComponentLibrary.ButtonEx btnLibrary;
  501. protected ComponentLibrary.DataGridViewEx dgv2;
  502. protected ComponentLibrary.DataGridViewEx dgv1;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn Pos_OutQuantity;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn Pos_Remark;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn Pos_ProductCategory;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn Pos_ProductNumber;
  513. protected UCPager.ucPagerEx ucPagerEx1;
  514. protected ComponentLibrary.ButtonEx btnDelete;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  524. protected internal ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
  525. }
  526. }