F_RPT_080111.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_RPT_080111
  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(F_RPT_080111));
  32. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  34. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.lvPic = new System.Windows.Forms.ListView();
  42. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  45. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.lblIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // dgvDefectStaff
  61. //
  62. this.dgvDefectStaff.AllowUserToAddRows = false;
  63. this.dgvDefectStaff.AllowUserToDeleteRows = false;
  64. this.dgvDefectStaff.AllowUserToModifyRows = true;
  65. this.dgvDefectStaff.AllowUserToOrderColumns = true;
  66. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  67. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  68. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  69. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  70. this.dgvDefectStaff.CellHeight = 23;
  71. this.dgvDefectStaff.ChildNodeColumnName = null;
  72. this.dgvDefectStaff.ChildNodeColumnText = null;
  73. this.dgvDefectStaff.ColumnDeep = 1;
  74. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  75. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  76. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  77. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  79. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  80. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  81. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  82. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  83. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  84. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  85. this.chkSelected,
  86. this.StaffCode,
  87. this.StaffName,
  88. this.StaffID,
  89. this.StaffStatus,
  90. this.StaffTempCount});
  91. this.dgvDefectStaff.ColumnTreeView = null;
  92. this.dgvDefectStaff.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)));
  93. this.dgvDefectStaff.DynamicColumnName = "";
  94. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  95. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.dgvDefectStaff.FormatQuantityColumns = null;
  97. this.dgvDefectStaff.HorizontalMergeColumn = null;
  98. this.dgvDefectStaff.IsAutoCountSum = true;
  99. this.dgvDefectStaff.IsAutoResizeColumns = false;
  100. this.dgvDefectStaff.IsClickF12 = false;
  101. this.dgvDefectStaff.IsOpenMergeCellFlag = false;
  102. this.dgvDefectStaff.IsSubTotalFlag = false;
  103. this.dgvDefectStaff.IsTopDeep = false;
  104. this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3);
  105. this.dgvDefectStaff.MergeColumnNames = null;
  106. this.dgvDefectStaff.MergeDetailColumnNames = null;
  107. this.dgvDefectStaff.MergeDetailOnlyColumn = null;
  108. this.dgvDefectStaff.MergeOnlyColumn = null;
  109. this.dgvDefectStaff.MultiSelect = false;
  110. this.dgvDefectStaff.Name = "dgvDefectStaff";
  111. this.dgvDefectStaff.RefreshAtHscroll = false;
  112. this.dgvDefectStaff.RowHeadersWidth = 50;
  113. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  114. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  115. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle3;
  116. this.dgvDefectStaff.RowTemplate.Height = 25;
  117. this.dgvDefectStaff.Size = new System.Drawing.Size(717, 145);
  118. this.dgvDefectStaff.SortOrderColumnName = null;
  119. this.dgvDefectStaff.TabIndex = 0;
  120. this.dgvDefectStaff.Tag = true;
  121. this.dgvDefectStaff.TotalSumColumns = null;
  122. this.dgvDefectStaff.ViewRowFilter = "";
  123. //
  124. // chkSelected
  125. //
  126. this.chkSelected.DataPropertyName = "IsSelected";
  127. this.chkSelected.FalseValue = "0";
  128. this.chkSelected.FillWeight = 60F;
  129. this.chkSelected.HeaderText = "选择";
  130. this.chkSelected.Name = "chkSelected";
  131. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  132. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  133. this.chkSelected.TrueValue = "1";
  134. this.chkSelected.Width = 60;
  135. //
  136. // StaffCode
  137. //
  138. this.StaffCode.DataPropertyName = "StaffCode";
  139. this.StaffCode.HeaderText = "员工编号";
  140. this.StaffCode.Name = "StaffCode";
  141. //
  142. // StaffName
  143. //
  144. this.StaffName.DataPropertyName = "StaffName";
  145. this.StaffName.HeaderText = "员工名称";
  146. this.StaffName.Name = "StaffName";
  147. //
  148. // StaffID
  149. //
  150. this.StaffID.DataPropertyName = "StaffID";
  151. this.StaffID.HeaderText = "员工ID";
  152. this.StaffID.Name = "StaffID";
  153. this.StaffID.Visible = false;
  154. //
  155. // StaffStatus
  156. //
  157. this.StaffStatus.DataPropertyName = "StaffStatus";
  158. this.StaffStatus.HeaderText = "员工状态";
  159. this.StaffStatus.Name = "StaffStatus";
  160. this.StaffStatus.Visible = false;
  161. //
  162. // StaffTempCount
  163. //
  164. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  165. this.StaffTempCount.HeaderText = "唯一标识";
  166. this.StaffTempCount.Name = "StaffTempCount";
  167. this.StaffTempCount.Visible = false;
  168. //
  169. // btnUpload
  170. //
  171. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  172. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  173. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btnUpload.ForeColor = System.Drawing.Color.White;
  175. this.btnUpload.Location = new System.Drawing.Point(0, 0);
  176. this.btnUpload.Name = "btnUpload";
  177. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  178. this.btnUpload.TabIndex = 0;
  179. this.btnUpload.UseVisualStyleBackColor = false;
  180. //
  181. // btnDelete
  182. //
  183. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  184. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  185. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnDelete.ForeColor = System.Drawing.Color.White;
  187. this.btnDelete.Location = new System.Drawing.Point(0, 0);
  188. this.btnDelete.Name = "btnDelete";
  189. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  190. this.btnDelete.TabIndex = 0;
  191. this.btnDelete.UseVisualStyleBackColor = false;
  192. //
  193. // lvPic
  194. //
  195. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  196. | System.Windows.Forms.AnchorStyles.Left)
  197. | System.Windows.Forms.AnchorStyles.Right)));
  198. this.lvPic.HideSelection = false;
  199. this.lvPic.Location = new System.Drawing.Point(3, 6);
  200. this.lvPic.Name = "lvPic";
  201. this.lvPic.Size = new System.Drawing.Size(628, 139);
  202. this.lvPic.TabIndex = 112;
  203. this.lvPic.UseCompatibleStateImageBehavior = false;
  204. //
  205. // btnSave
  206. //
  207. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  208. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  209. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.btnSave.ForeColor = System.Drawing.Color.White;
  211. this.btnSave.Location = new System.Drawing.Point(252, 128);
  212. this.btnSave.Name = "btnSave";
  213. this.btnSave.Size = new System.Drawing.Size(85, 30);
  214. this.btnSave.TabIndex = 3;
  215. this.btnSave.Text = "保存";
  216. this.btnSave.UseVisualStyleBackColor = false;
  217. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  218. //
  219. // btnCancel
  220. //
  221. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  222. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  223. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  224. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnCancel.ForeColor = System.Drawing.Color.White;
  226. this.btnCancel.Location = new System.Drawing.Point(343, 128);
  227. this.btnCancel.Name = "btnCancel";
  228. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  229. this.btnCancel.TabIndex = 3;
  230. this.btnCancel.Text = "关闭";
  231. this.btnCancel.UseVisualStyleBackColor = false;
  232. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  233. //
  234. // odlgFile
  235. //
  236. this.odlgFile.FileName = "openFileDialog1";
  237. //
  238. // txtBarCode
  239. //
  240. this.txtBarCode.BackColor = System.Drawing.SystemColors.Control;
  241. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  243. this.txtBarCode.ErrorMessage = "";
  244. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  246. this.txtBarCode.Location = new System.Drawing.Point(95, 15);
  247. this.txtBarCode.MaxLength = 50;
  248. this.txtBarCode.Name = "txtBarCode";
  249. this.txtBarCode.ReadOnly = true;
  250. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  251. this.txtBarCode.TabIndex = 4;
  252. this.txtBarCode.TextValue = "";
  253. //
  254. // c_Label1
  255. //
  256. this.c_Label1.AutoSize = true;
  257. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  258. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.c_Label1.Location = new System.Drawing.Point(36, 18);
  260. this.c_Label1.Name = "c_Label1";
  261. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  262. this.c_Label1.TabIndex = 5;
  263. this.c_Label1.Text = "产品条码";
  264. //
  265. // txtMatnr
  266. //
  267. this.txtMatnr.BackColor = System.Drawing.SystemColors.Control;
  268. this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
  269. this.txtMatnr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  270. this.txtMatnr.ErrorMessage = "";
  271. this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.txtMatnr.ImeMode = System.Windows.Forms.ImeMode.Off;
  273. this.txtMatnr.Location = new System.Drawing.Point(294, 15);
  274. this.txtMatnr.MaxLength = 20;
  275. this.txtMatnr.Name = "txtMatnr";
  276. this.txtMatnr.ReadOnly = true;
  277. this.txtMatnr.Size = new System.Drawing.Size(134, 21);
  278. this.txtMatnr.TabIndex = 6;
  279. this.txtMatnr.TextValue = "";
  280. //
  281. // lblMatnr
  282. //
  283. this.lblMatnr.AutoSize = true;
  284. this.lblMatnr.BackColor = System.Drawing.Color.Transparent;
  285. this.lblMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.lblMatnr.Location = new System.Drawing.Point(235, 18);
  287. this.lblMatnr.Name = "lblMatnr";
  288. this.lblMatnr.Size = new System.Drawing.Size(53, 12);
  289. this.lblMatnr.TabIndex = 7;
  290. this.lblMatnr.Text = "物料编码";
  291. //
  292. // txtIdnrk
  293. //
  294. this.txtIdnrk.BackColor = System.Drawing.SystemColors.Control;
  295. this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
  296. this.txtIdnrk.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  297. this.txtIdnrk.ErrorMessage = "";
  298. this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.txtIdnrk.ImeMode = System.Windows.Forms.ImeMode.Off;
  300. this.txtIdnrk.Location = new System.Drawing.Point(95, 42);
  301. this.txtIdnrk.MaxLength = 20;
  302. this.txtIdnrk.Name = "txtIdnrk";
  303. this.txtIdnrk.ReadOnly = true;
  304. this.txtIdnrk.Size = new System.Drawing.Size(134, 21);
  305. this.txtIdnrk.TabIndex = 13;
  306. this.txtIdnrk.TextValue = "";
  307. //
  308. // lblIdnrk
  309. //
  310. this.lblIdnrk.AutoSize = true;
  311. this.lblIdnrk.BackColor = System.Drawing.Color.Transparent;
  312. this.lblIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.lblIdnrk.Location = new System.Drawing.Point(36, 45);
  314. this.lblIdnrk.Name = "lblIdnrk";
  315. this.lblIdnrk.Size = new System.Drawing.Size(53, 12);
  316. this.lblIdnrk.TabIndex = 14;
  317. this.lblIdnrk.Text = "组件编码";
  318. //
  319. // txtIdnrkName
  320. //
  321. this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Control;
  322. this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
  323. this.txtIdnrkName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  324. this.txtIdnrkName.ErrorMessage = "";
  325. this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.txtIdnrkName.Location = new System.Drawing.Point(95, 69);
  327. this.txtIdnrkName.Name = "txtIdnrkName";
  328. this.txtIdnrkName.ReadOnly = true;
  329. this.txtIdnrkName.Size = new System.Drawing.Size(333, 21);
  330. this.txtIdnrkName.TabIndex = 28;
  331. this.txtIdnrkName.TextValue = "";
  332. //
  333. // lblIdnrkName
  334. //
  335. this.lblIdnrkName.AutoSize = true;
  336. this.lblIdnrkName.BackColor = System.Drawing.Color.Transparent;
  337. this.lblIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lblIdnrkName.Location = new System.Drawing.Point(36, 72);
  339. this.lblIdnrkName.Name = "lblIdnrkName";
  340. this.lblIdnrkName.Size = new System.Drawing.Size(53, 12);
  341. this.lblIdnrkName.TabIndex = 29;
  342. this.lblIdnrkName.Text = "组件名称";
  343. //
  344. // txtIdnrkOnlyCode
  345. //
  346. this.txtIdnrkOnlyCode.BackColor = System.Drawing.SystemColors.Window;
  347. this.txtIdnrkOnlyCode.BackgroundColor = System.Drawing.SystemColors.Window;
  348. this.txtIdnrkOnlyCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  349. this.txtIdnrkOnlyCode.ErrorMessage = "";
  350. this.txtIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.txtIdnrkOnlyCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  352. this.txtIdnrkOnlyCode.Location = new System.Drawing.Point(95, 96);
  353. this.txtIdnrkOnlyCode.MaxLength = 999;
  354. this.txtIdnrkOnlyCode.Name = "txtIdnrkOnlyCode";
  355. this.txtIdnrkOnlyCode.Size = new System.Drawing.Size(333, 21);
  356. this.txtIdnrkOnlyCode.TabIndex = 32;
  357. this.txtIdnrkOnlyCode.TextValue = "";
  358. //
  359. // lblIdnrkOnlyCode
  360. //
  361. this.lblIdnrkOnlyCode.AutoSize = true;
  362. this.lblIdnrkOnlyCode.BackColor = System.Drawing.Color.Transparent;
  363. this.lblIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.lblIdnrkOnlyCode.Location = new System.Drawing.Point(12, 99);
  365. this.lblIdnrkOnlyCode.Name = "lblIdnrkOnlyCode";
  366. this.lblIdnrkOnlyCode.Size = new System.Drawing.Size(77, 12);
  367. this.lblIdnrkOnlyCode.TabIndex = 33;
  368. this.lblIdnrkOnlyCode.Text = "组件唯一编码";
  369. //
  370. // lblMeins
  371. //
  372. this.lblMeins.AutoSize = true;
  373. this.lblMeins.BackColor = System.Drawing.Color.Transparent;
  374. this.lblMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.lblMeins.Location = new System.Drawing.Point(235, 45);
  376. this.lblMeins.Name = "lblMeins";
  377. this.lblMeins.Size = new System.Drawing.Size(53, 12);
  378. this.lblMeins.TabIndex = 35;
  379. this.lblMeins.Text = "组件单位";
  380. //
  381. // txtMeins
  382. //
  383. this.txtMeins.BackColor = System.Drawing.SystemColors.Control;
  384. this.txtMeins.BackgroundColor = System.Drawing.SystemColors.Window;
  385. this.txtMeins.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  386. this.txtMeins.ErrorMessage = "";
  387. this.txtMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.txtMeins.ImeMode = System.Windows.Forms.ImeMode.Off;
  389. this.txtMeins.Location = new System.Drawing.Point(294, 42);
  390. this.txtMeins.MaxLength = 20;
  391. this.txtMeins.Name = "txtMeins";
  392. this.txtMeins.ReadOnly = true;
  393. this.txtMeins.Size = new System.Drawing.Size(134, 21);
  394. this.txtMeins.TabIndex = 34;
  395. this.txtMeins.TextValue = "";
  396. //
  397. // F_RPT_080111
  398. //
  399. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  400. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  401. this.CancelButton = this.btnCancel;
  402. this.ClientSize = new System.Drawing.Size(444, 170);
  403. this.Controls.Add(this.lblMeins);
  404. this.Controls.Add(this.txtMeins);
  405. this.Controls.Add(this.lblIdnrkOnlyCode);
  406. this.Controls.Add(this.txtIdnrkOnlyCode);
  407. this.Controls.Add(this.lblIdnrkName);
  408. this.Controls.Add(this.txtIdnrkName);
  409. this.Controls.Add(this.lblIdnrk);
  410. this.Controls.Add(this.txtIdnrk);
  411. this.Controls.Add(this.lblMatnr);
  412. this.Controls.Add(this.txtMatnr);
  413. this.Controls.Add(this.c_Label1);
  414. this.Controls.Add(this.txtBarCode);
  415. this.Controls.Add(this.btnCancel);
  416. this.Controls.Add(this.btnSave);
  417. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  418. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  419. this.MaximizeBox = false;
  420. this.MinimizeBox = false;
  421. this.Name = "F_RPT_080111";
  422. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  423. this.Text = "F_RPT_080111";
  424. this.Load += new System.EventHandler(this.F_PM_1203_Load);
  425. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  426. this.ResumeLayout(false);
  427. this.PerformLayout();
  428. }
  429. #endregion
  430. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  431. private System.Windows.Forms.ListView lvPic;
  432. private Basics.BaseControls.C_Button btnSave;
  433. private Basics.BaseControls.C_Button btnCancel;
  434. private Basics.BaseControls.C_Button btnUpload;
  435. private Basics.BaseControls.C_Button btnDelete;
  436. private System.Windows.Forms.OpenFileDialog odlgFile;
  437. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  443. private Basics.BaseControls.C_TextBox txtBarCode;
  444. private Basics.BaseControls.C_Label c_Label1;
  445. private Basics.BaseControls.C_TextBox txtMatnr;
  446. private Basics.BaseControls.C_Label lblMatnr;
  447. private Basics.BaseControls.C_TextBox txtIdnrk;
  448. private Basics.BaseControls.C_Label lblIdnrk;
  449. private Basics.BaseControls.C_TextBox txtIdnrkName;
  450. private Basics.BaseControls.C_Label lblIdnrkName;
  451. private Basics.BaseControls.C_TextBox txtIdnrkOnlyCode;
  452. private Basics.BaseControls.C_Label lblIdnrkOnlyCode;
  453. private Basics.BaseControls.C_Label lblMeins;
  454. private Basics.BaseControls.C_TextBox txtMeins;
  455. }
  456. }