F_PM_1107.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1107
  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(F_PM_1107));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.lblResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dgvResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  43. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.UJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  47. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.cmbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  49. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.detailsView = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.button1 = new System.Windows.Forms.Button();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.detailsView)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // lblBarCode
  60. //
  61. this.lblBarCode.AutoSize = true;
  62. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  63. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  65. this.lblBarCode.IsMustInput = true;
  66. this.lblBarCode.Location = new System.Drawing.Point(12, 32);
  67. this.lblBarCode.Name = "lblBarCode";
  68. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  69. this.lblBarCode.TabIndex = 0;
  70. this.lblBarCode.Text = "产品条码";
  71. //
  72. // lblRreason
  73. //
  74. this.lblRreason.AutoSize = true;
  75. this.lblRreason.BackColor = System.Drawing.Color.Transparent;
  76. this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.lblRreason.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  78. this.lblRreason.IsMustInput = true;
  79. this.lblRreason.Location = new System.Drawing.Point(341, 35);
  80. this.lblRreason.Name = "lblRreason";
  81. this.lblRreason.Size = new System.Drawing.Size(53, 12);
  82. this.lblRreason.TabIndex = 31;
  83. this.lblRreason.Text = "损坯原因";
  84. //
  85. // lblRemarks
  86. //
  87. this.lblRemarks.AutoSize = true;
  88. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  89. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  91. this.lblRemarks.Location = new System.Drawing.Point(365, 98);
  92. this.lblRemarks.Name = "lblRemarks";
  93. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  94. this.lblRemarks.TabIndex = 32;
  95. this.lblRemarks.Text = "备注";
  96. //
  97. // txtRemarks
  98. //
  99. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  100. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  101. this.txtRemarks.ErrorMessage = "";
  102. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.txtRemarks.Location = new System.Drawing.Point(400, 98);
  104. this.txtRemarks.MaxLength = 500;
  105. this.txtRemarks.Multiline = true;
  106. this.txtRemarks.Name = "txtRemarks";
  107. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  108. this.txtRemarks.Size = new System.Drawing.Size(357, 104);
  109. this.txtRemarks.TabIndex = 7;
  110. //
  111. // btnSave
  112. //
  113. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  114. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  115. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnSave.ForeColor = System.Drawing.Color.White;
  117. this.btnSave.Location = new System.Drawing.Point(672, 500);
  118. this.btnSave.Name = "btnSave";
  119. this.btnSave.Size = new System.Drawing.Size(85, 30);
  120. this.btnSave.TabIndex = 8;
  121. this.btnSave.Text = "保存(&S)";
  122. this.btnSave.UseVisualStyleBackColor = false;
  123. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  124. //
  125. // btnCancel
  126. //
  127. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  128. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  129. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  130. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnCancel.ForeColor = System.Drawing.Color.White;
  132. this.btnCancel.Location = new System.Drawing.Point(763, 500);
  133. this.btnCancel.Name = "btnCancel";
  134. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  135. this.btnCancel.TabIndex = 9;
  136. this.btnCancel.Text = "关闭";
  137. this.btnCancel.UseVisualStyleBackColor = false;
  138. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  139. //
  140. // lblResponsible
  141. //
  142. this.lblResponsible.AutoSize = true;
  143. this.lblResponsible.BackColor = System.Drawing.Color.Transparent;
  144. this.lblResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lblResponsible.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.lblResponsible.Location = new System.Drawing.Point(11, 232);
  147. this.lblResponsible.Name = "lblResponsible";
  148. this.lblResponsible.Size = new System.Drawing.Size(53, 12);
  149. this.lblResponsible.TabIndex = 36;
  150. this.lblResponsible.Text = "产品详情";
  151. //
  152. // dgvResponsible
  153. //
  154. this.dgvResponsible.AllowUserToAddRows = false;
  155. this.dgvResponsible.AllowUserToDeleteRows = false;
  156. this.dgvResponsible.AllowUserToModifyRows = true;
  157. dataGridViewCellStyle49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  158. this.dgvResponsible.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle49;
  159. this.dgvResponsible.Anchor = System.Windows.Forms.AnchorStyles.None;
  160. this.dgvResponsible.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  161. this.dgvResponsible.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  162. this.dgvResponsible.CellHeight = 23;
  163. this.dgvResponsible.ChildNodeColumnName = null;
  164. this.dgvResponsible.ChildNodeColumnText = null;
  165. this.dgvResponsible.ColumnDeep = 1;
  166. this.dgvResponsible.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  167. dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  168. dataGridViewCellStyle50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  169. dataGridViewCellStyle50.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle50.ForeColor = System.Drawing.Color.White;
  171. dataGridViewCellStyle50.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle50.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle50.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  174. this.dgvResponsible.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle50;
  175. this.dgvResponsible.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  176. this.dgvResponsible.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  177. this.StaffCode,
  178. this.UJobsName});
  179. this.dgvResponsible.ColumnTreeView = null;
  180. this.dgvResponsible.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  181. this.dgvResponsible.DynamicColumnName = "";
  182. this.dgvResponsible.EnableHeadersVisualStyles = false;
  183. this.dgvResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.dgvResponsible.FormatQuantityColumns = null;
  185. this.dgvResponsible.HasNode = false;
  186. this.dgvResponsible.HorizontalMergeColumn = null;
  187. this.dgvResponsible.IsAutoCountSum = true;
  188. this.dgvResponsible.IsAutoResizeColumns = false;
  189. this.dgvResponsible.IsClickF12 = false;
  190. this.dgvResponsible.IsOpenMergeCellFlag = false;
  191. this.dgvResponsible.IsSubTotalFlag = false;
  192. this.dgvResponsible.IsTopDeep = false;
  193. this.dgvResponsible.Location = new System.Drawing.Point(70, 232);
  194. this.dgvResponsible.MergeColumnNames = null;
  195. this.dgvResponsible.MergeDetailColumnNames = null;
  196. this.dgvResponsible.MergeDetailOnlyColumn = null;
  197. this.dgvResponsible.MergeOnlyColumn = null;
  198. this.dgvResponsible.Name = "dgvResponsible";
  199. this.dgvResponsible.ReadOnly = true;
  200. this.dgvResponsible.RefreshAtHscroll = false;
  201. this.dgvResponsible.RowHeadersWidth = 50;
  202. this.dgvResponsible.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  203. dataGridViewCellStyle51.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  204. this.dgvResponsible.RowsDefaultCellStyle = dataGridViewCellStyle51;
  205. this.dgvResponsible.RowTemplate.Height = 21;
  206. this.dgvResponsible.Size = new System.Drawing.Size(370, 262);
  207. this.dgvResponsible.SortOrderColumnName = null;
  208. this.dgvResponsible.TabIndex = 5;
  209. this.dgvResponsible.Tag = true;
  210. this.dgvResponsible.TotalSumColumns = null;
  211. this.dgvResponsible.ViewRowFilter = "";
  212. this.dgvResponsible.VirtualNodes = false;
  213. //
  214. // StaffCode
  215. //
  216. this.StaffCode.DataPropertyName = "ProductCode";
  217. this.StaffCode.HeaderText = "产品条码";
  218. this.StaffCode.Name = "StaffCode";
  219. this.StaffCode.ReadOnly = true;
  220. //
  221. // UJobsName
  222. //
  223. this.UJobsName.DataPropertyName = "notes";
  224. this.UJobsName.HeaderText = "备注";
  225. this.UJobsName.Name = "UJobsName";
  226. this.UJobsName.ReadOnly = true;
  227. this.UJobsName.Width = 200;
  228. //
  229. // txtBarCode
  230. //
  231. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  232. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  233. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  234. this.txtBarCode.ErrorMessage = "";
  235. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  237. this.txtBarCode.Location = new System.Drawing.Point(70, 32);
  238. this.txtBarCode.MaxLength = 9000;
  239. this.txtBarCode.Multiline = true;
  240. this.txtBarCode.Name = "txtBarCode";
  241. this.txtBarCode.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  242. this.txtBarCode.Size = new System.Drawing.Size(192, 194);
  243. this.txtBarCode.TabIndex = 1;
  244. this.txtBarCode.TextValue = "";
  245. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  246. //
  247. // cmbRreason
  248. //
  249. this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
  250. this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  251. this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  252. this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.cmbRreason.FormattingEnabled = true;
  254. this.cmbRreason.Location = new System.Drawing.Point(400, 32);
  255. this.cmbRreason.Name = "cmbRreason";
  256. this.cmbRreason.Size = new System.Drawing.Size(357, 20);
  257. this.cmbRreason.TabIndex = 46;
  258. //
  259. // lblAuditStatus
  260. //
  261. this.lblAuditStatus.AutoSize = true;
  262. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  263. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.lblAuditStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  265. this.lblAuditStatus.IsMustInput = true;
  266. this.lblAuditStatus.Location = new System.Drawing.Point(341, 68);
  267. this.lblAuditStatus.Name = "lblAuditStatus";
  268. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  269. this.lblAuditStatus.TabIndex = 32;
  270. this.lblAuditStatus.Text = "审核状态";
  271. //
  272. // cmbAuditStatus
  273. //
  274. this.cmbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  275. this.cmbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  276. this.cmbAuditStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  277. this.cmbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.cmbAuditStatus.FormattingEnabled = true;
  279. this.cmbAuditStatus.Location = new System.Drawing.Point(400, 65);
  280. this.cmbAuditStatus.Name = "cmbAuditStatus";
  281. this.cmbAuditStatus.Size = new System.Drawing.Size(144, 20);
  282. this.cmbAuditStatus.TabIndex = 47;
  283. //
  284. // c_Label1
  285. //
  286. this.c_Label1.AutoSize = true;
  287. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  288. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.c_Label1.Location = new System.Drawing.Point(446, 232);
  291. this.c_Label1.Name = "c_Label1";
  292. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  293. this.c_Label1.TabIndex = 48;
  294. this.c_Label1.Text = "结果";
  295. //
  296. // detailsView
  297. //
  298. this.detailsView.AllowUserToAddRows = false;
  299. this.detailsView.AllowUserToDeleteRows = false;
  300. this.detailsView.AllowUserToModifyRows = true;
  301. dataGridViewCellStyle52.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  302. this.detailsView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle52;
  303. this.detailsView.Anchor = System.Windows.Forms.AnchorStyles.None;
  304. this.detailsView.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  305. this.detailsView.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  306. this.detailsView.CellHeight = 23;
  307. this.detailsView.ChildNodeColumnName = null;
  308. this.detailsView.ChildNodeColumnText = null;
  309. this.detailsView.ColumnDeep = 1;
  310. this.detailsView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  311. dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  312. dataGridViewCellStyle53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  313. dataGridViewCellStyle53.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. dataGridViewCellStyle53.ForeColor = System.Drawing.Color.White;
  315. dataGridViewCellStyle53.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  316. dataGridViewCellStyle53.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  317. dataGridViewCellStyle53.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  318. this.detailsView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle53;
  319. this.detailsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  320. this.detailsView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  321. this.dataGridViewTextBoxColumn2,
  322. this.dataGridViewTextBoxColumn1});
  323. this.detailsView.ColumnTreeView = null;
  324. this.detailsView.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  325. this.detailsView.DynamicColumnName = "";
  326. this.detailsView.EnableHeadersVisualStyles = false;
  327. this.detailsView.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.detailsView.FormatQuantityColumns = null;
  329. this.detailsView.HasNode = false;
  330. this.detailsView.HorizontalMergeColumn = null;
  331. this.detailsView.IsAutoCountSum = true;
  332. this.detailsView.IsAutoResizeColumns = false;
  333. this.detailsView.IsClickF12 = false;
  334. this.detailsView.IsOpenMergeCellFlag = false;
  335. this.detailsView.IsSubTotalFlag = false;
  336. this.detailsView.IsTopDeep = false;
  337. this.detailsView.Location = new System.Drawing.Point(481, 232);
  338. this.detailsView.MergeColumnNames = null;
  339. this.detailsView.MergeDetailColumnNames = null;
  340. this.detailsView.MergeDetailOnlyColumn = null;
  341. this.detailsView.MergeOnlyColumn = null;
  342. this.detailsView.Name = "detailsView";
  343. this.detailsView.ReadOnly = true;
  344. this.detailsView.RefreshAtHscroll = false;
  345. this.detailsView.RowHeadersWidth = 50;
  346. this.detailsView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  347. dataGridViewCellStyle54.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  348. this.detailsView.RowsDefaultCellStyle = dataGridViewCellStyle54;
  349. this.detailsView.RowTemplate.Height = 21;
  350. this.detailsView.Size = new System.Drawing.Size(367, 262);
  351. this.detailsView.SortOrderColumnName = null;
  352. this.detailsView.TabIndex = 49;
  353. this.detailsView.Tag = true;
  354. this.detailsView.TotalSumColumns = null;
  355. this.detailsView.ViewRowFilter = "";
  356. this.detailsView.VirtualNodes = false;
  357. //
  358. // dataGridViewTextBoxColumn2
  359. //
  360. this.dataGridViewTextBoxColumn2.DataPropertyName = "ProductCode";
  361. this.dataGridViewTextBoxColumn2.HeaderText = "产品条码";
  362. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  363. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  364. //
  365. // dataGridViewTextBoxColumn1
  366. //
  367. this.dataGridViewTextBoxColumn1.DataPropertyName = "notes";
  368. this.dataGridViewTextBoxColumn1.HeaderText = "详情";
  369. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  370. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  371. this.dataGridViewTextBoxColumn1.Width = 200;
  372. //
  373. // c_Label2
  374. //
  375. this.c_Label2.AutoSize = true;
  376. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  377. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  379. this.c_Label2.Location = new System.Drawing.Point(71, 12);
  380. this.c_Label2.Name = "c_Label2";
  381. this.c_Label2.Size = new System.Drawing.Size(191, 12);
  382. this.c_Label2.TabIndex = 50;
  383. this.c_Label2.Text = "注:可输入产品条码最大的数量为50";
  384. //
  385. // button1
  386. //
  387. this.button1.Location = new System.Drawing.Point(268, 30);
  388. this.button1.Name = "button1";
  389. this.button1.Size = new System.Drawing.Size(66, 23);
  390. this.button1.TabIndex = 51;
  391. this.button1.Text = "清除";
  392. this.button1.UseVisualStyleBackColor = true;
  393. this.button1.Click += new System.EventHandler(this.button1_Click);
  394. //
  395. // F_PM_1107
  396. //
  397. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  398. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  399. this.CancelButton = this.btnCancel;
  400. this.ClientSize = new System.Drawing.Size(860, 555);
  401. this.Controls.Add(this.button1);
  402. this.Controls.Add(this.c_Label2);
  403. this.Controls.Add(this.detailsView);
  404. this.Controls.Add(this.c_Label1);
  405. this.Controls.Add(this.cmbAuditStatus);
  406. this.Controls.Add(this.cmbRreason);
  407. this.Controls.Add(this.txtBarCode);
  408. this.Controls.Add(this.dgvResponsible);
  409. this.Controls.Add(this.lblResponsible);
  410. this.Controls.Add(this.btnCancel);
  411. this.Controls.Add(this.btnSave);
  412. this.Controls.Add(this.txtRemarks);
  413. this.Controls.Add(this.lblAuditStatus);
  414. this.Controls.Add(this.lblRemarks);
  415. this.Controls.Add(this.lblRreason);
  416. this.Controls.Add(this.lblBarCode);
  417. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  418. this.IsSaveFormSize = false;
  419. this.MaximizeBox = false;
  420. this.MinimizeBox = false;
  421. this.Name = "F_PM_1107";
  422. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  423. this.StatusSizingGrip = false;
  424. this.Text = "F_PM_1107";
  425. this.Load += new System.EventHandler(this.F_PM_1107_Load);
  426. this.Controls.SetChildIndex(this.lblBarCode, 0);
  427. this.Controls.SetChildIndex(this.lblRreason, 0);
  428. this.Controls.SetChildIndex(this.lblRemarks, 0);
  429. this.Controls.SetChildIndex(this.lblAuditStatus, 0);
  430. this.Controls.SetChildIndex(this.txtRemarks, 0);
  431. this.Controls.SetChildIndex(this.btnSave, 0);
  432. this.Controls.SetChildIndex(this.btnCancel, 0);
  433. this.Controls.SetChildIndex(this.lblResponsible, 0);
  434. this.Controls.SetChildIndex(this.dgvResponsible, 0);
  435. this.Controls.SetChildIndex(this.txtBarCode, 0);
  436. this.Controls.SetChildIndex(this.cmbRreason, 0);
  437. this.Controls.SetChildIndex(this.cmbAuditStatus, 0);
  438. this.Controls.SetChildIndex(this.c_Label1, 0);
  439. this.Controls.SetChildIndex(this.detailsView, 0);
  440. this.Controls.SetChildIndex(this.c_Label2, 0);
  441. this.Controls.SetChildIndex(this.button1, 0);
  442. ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.detailsView)).EndInit();
  444. this.ResumeLayout(false);
  445. this.PerformLayout();
  446. }
  447. #endregion
  448. private Basics.BaseControls.C_Label lblBarCode;
  449. private Basics.BaseControls.C_Label lblRreason;
  450. private Basics.BaseControls.C_Label lblRemarks;
  451. private Basics.BaseControls.C_TextBox txtRemarks;
  452. private Basics.BaseControls.C_Button btnSave;
  453. private Basics.BaseControls.C_Button btnCancel;
  454. private Basics.BaseControls.C_Label lblResponsible;
  455. private Basics.BaseControls.C_DataGridView dgvResponsible;
  456. //private Basics.BaseControls.C_TXT_BarCode txtBarCode;
  457. private Basics.BaseControls.C_TextBox txtBarCode;
  458. private Basics.BaseControls.C_ComboBox cmbRreason;
  459. private Basics.BaseControls.C_Label lblAuditStatus;
  460. private Basics.BaseControls.C_ComboBox cmbAuditStatus;
  461. private Basics.BaseControls.C_Label c_Label1;
  462. private Basics.BaseControls.C_DataGridView detailsView;
  463. private Basics.BaseControls.C_Label c_Label2;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsName;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  468. private System.Windows.Forms.Button button1;
  469. }
  470. }