F_PM_0502.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0502
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0502));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.cmbKilnCarPosition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.groupBox1 = new System.Windows.Forms.GroupBox();
  52. this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.KilnCarPosition = new System.Windows.Forms.DataGridViewComboBoxColumn();
  58. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.KilnCarID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  73. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.tsrOperate.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  77. this.groupBox1.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // tsrOperate
  81. //
  82. this.tsrOperate.AutoSize = false;
  83. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  84. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  85. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  87. this.tsbtnDelete,
  88. this.toolStripSeparator1,
  89. this.tsbtnAdaptive,
  90. this.tsbtnClose});
  91. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  92. this.tsrOperate.Name = "tsrOperate";
  93. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  94. this.tsrOperate.ShowItemToolTips = false;
  95. this.tsrOperate.Size = new System.Drawing.Size(927, 35);
  96. this.tsrOperate.TabIndex = 26;
  97. this.tsrOperate.Text = "toolStrip1";
  98. //
  99. // tsbtnDelete
  100. //
  101. this.tsbtnDelete.AutoSize = false;
  102. this.tsbtnDelete.Enabled = false;
  103. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  105. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  106. this.tsbtnDelete.Name = "tsbtnDelete";
  107. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  108. this.tsbtnDelete.Text = "删除(&D)";
  109. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  110. //
  111. // toolStripSeparator1
  112. //
  113. this.toolStripSeparator1.AutoSize = false;
  114. this.toolStripSeparator1.Name = "toolStripSeparator1";
  115. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  116. //
  117. // tsbtnAdaptive
  118. //
  119. this.tsbtnAdaptive.AutoSize = false;
  120. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  124. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  125. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  126. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  127. //
  128. // tsbtnClose
  129. //
  130. this.tsbtnClose.AutoSize = false;
  131. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnClose.Name = "tsbtnClose";
  135. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  136. this.tsbtnClose.Text = "关闭(&X)";
  137. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  138. //
  139. // cmbKilnCarPosition
  140. //
  141. this.cmbKilnCarPosition.BackgroundColor = System.Drawing.SystemColors.Window;
  142. this.cmbKilnCarPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.cmbKilnCarPosition.FormattingEnabled = true;
  144. this.cmbKilnCarPosition.Location = new System.Drawing.Point(586, 20);
  145. this.cmbKilnCarPosition.Name = "cmbKilnCarPosition";
  146. this.cmbKilnCarPosition.Size = new System.Drawing.Size(121, 20);
  147. this.cmbKilnCarPosition.TabIndex = 28;
  148. //
  149. // lblUserID
  150. //
  151. this.lblUserID.AutoSize = true;
  152. this.lblUserID.BackColor = System.Drawing.Color.Transparent;
  153. this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  155. this.lblUserID.IsMustInput = true;
  156. this.lblUserID.Location = new System.Drawing.Point(169, 24);
  157. this.lblUserID.Name = "lblUserID";
  158. this.lblUserID.Size = new System.Drawing.Size(53, 12);
  159. this.lblUserID.TabIndex = 23;
  160. this.lblUserID.Text = "生产工号";
  161. //
  162. // c_Label1
  163. //
  164. this.c_Label1.AutoSize = true;
  165. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  166. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  168. this.c_Label1.IsMustInput = true;
  169. this.c_Label1.Location = new System.Drawing.Point(354, 24);
  170. this.c_Label1.Name = "c_Label1";
  171. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  172. this.c_Label1.TabIndex = 24;
  173. this.c_Label1.Text = "窑炉车号";
  174. //
  175. // c_Label2
  176. //
  177. this.c_Label2.AutoSize = true;
  178. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  179. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  181. this.c_Label2.IsMustInput = true;
  182. this.c_Label2.Location = new System.Drawing.Point(527, 24);
  183. this.c_Label2.Name = "c_Label2";
  184. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  185. this.c_Label2.TabIndex = 24;
  186. this.c_Label2.Text = "窑车位置";
  187. //
  188. // lblBarcode
  189. //
  190. this.lblBarcode.AutoSize = true;
  191. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  192. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  194. this.lblBarcode.IsMustInput = true;
  195. this.lblBarcode.Location = new System.Drawing.Point(713, 24);
  196. this.lblBarcode.Name = "lblBarcode";
  197. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  198. this.lblBarcode.TabIndex = 24;
  199. this.lblBarcode.Text = "产品条码";
  200. //
  201. // txtKilnCarCode
  202. //
  203. this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window;
  204. this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  205. this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  206. this.txtKilnCarCode.ErrorMessage = "";
  207. this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.txtKilnCarCode.Location = new System.Drawing.Point(413, 20);
  209. this.txtKilnCarCode.MaxLength = 50;
  210. this.txtKilnCarCode.Name = "txtKilnCarCode";
  211. this.txtKilnCarCode.Size = new System.Drawing.Size(108, 21);
  212. this.txtKilnCarCode.TabIndex = 1;
  213. this.txtKilnCarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtKilnCarCode_Validating);
  214. //
  215. // txtUserCode
  216. //
  217. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  218. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  219. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  220. this.txtUserCode.Enabled = false;
  221. this.txtUserCode.ErrorMessage = "";
  222. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.txtUserCode.Location = new System.Drawing.Point(228, 20);
  224. this.txtUserCode.MaxLength = 20;
  225. this.txtUserCode.Name = "txtUserCode";
  226. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  227. this.txtUserCode.TabIndex = 0;
  228. this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
  229. this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
  230. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  231. //
  232. // txtBarcode
  233. //
  234. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  235. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  236. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  237. this.txtBarcode.ErrorMessage = "";
  238. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.txtBarcode.Location = new System.Drawing.Point(772, 20);
  240. this.txtBarcode.MaxLength = 11;
  241. this.txtBarcode.Name = "txtBarcode";
  242. this.txtBarcode.Size = new System.Drawing.Size(120, 21);
  243. this.txtBarcode.TabIndex = 2;
  244. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  245. //
  246. // dgvProduction
  247. //
  248. this.dgvProduction.AllowUserToAddRows = false;
  249. this.dgvProduction.AllowUserToDeleteRows = false;
  250. this.dgvProduction.AllowUserToModifyRows = true;
  251. this.dgvProduction.AllowUserToOrderColumns = true;
  252. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  253. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  254. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  255. | System.Windows.Forms.AnchorStyles.Left)
  256. | System.Windows.Forms.AnchorStyles.Right)));
  257. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  258. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  259. this.dgvProduction.CellHeight = 23;
  260. this.dgvProduction.ChildNodeColumnName = null;
  261. this.dgvProduction.ChildNodeColumnText = null;
  262. this.dgvProduction.ColumnDeep = 1;
  263. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  264. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  265. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  266. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  268. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  269. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  270. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  271. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  272. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  273. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  274. this.BarCode,
  275. this.KilnCode,
  276. this.KilnCarCode,
  277. this.KilnCarPosition,
  278. this.GoodsID,
  279. this.Status,
  280. this.GoodsCode,
  281. this.GoodsName,
  282. this.UserID,
  283. this.UserCode,
  284. this.UserName,
  285. this.KilnID,
  286. this.KilnCarName,
  287. this.KilnName,
  288. this.KilnCarID,
  289. this.MouldCode,
  290. this.GroutingDate,
  291. this.GroutingUserCode,
  292. this.IsPublicBody,
  293. this.GroutingNum,
  294. this.LogoCodeName});
  295. this.dgvProduction.ColumnTreeView = null;
  296. this.dgvProduction.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)));
  297. this.dgvProduction.DynamicColumnName = "";
  298. this.dgvProduction.EnableHeadersVisualStyles = false;
  299. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.dgvProduction.FormatQuantityColumns = null;
  301. this.dgvProduction.HorizontalMergeColumn = null;
  302. this.dgvProduction.IsAutoCountSum = false;
  303. this.dgvProduction.IsAutoResizeColumns = false;
  304. this.dgvProduction.IsClickF12 = false;
  305. this.dgvProduction.IsOpenMergeCellFlag = false;
  306. this.dgvProduction.IsSubTotalFlag = false;
  307. this.dgvProduction.IsTopDeep = false;
  308. this.dgvProduction.Location = new System.Drawing.Point(12, 95);
  309. this.dgvProduction.MergeColumnNames = null;
  310. this.dgvProduction.MergeDetailColumnNames = null;
  311. this.dgvProduction.MergeDetailOnlyColumn = null;
  312. this.dgvProduction.MergeOnlyColumn = null;
  313. this.dgvProduction.MultiSelect = false;
  314. this.dgvProduction.Name = "dgvProduction";
  315. this.dgvProduction.RefreshAtHscroll = false;
  316. this.dgvProduction.RowHeadersWidth = 50;
  317. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  318. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  319. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  320. this.dgvProduction.RowTemplate.Height = 21;
  321. this.dgvProduction.Size = new System.Drawing.Size(903, 322);
  322. this.dgvProduction.SortOrderColumnName = null;
  323. this.dgvProduction.TabIndex = 28;
  324. this.dgvProduction.Tag = true;
  325. this.dgvProduction.TotalSumColumns = null;
  326. this.dgvProduction.ViewRowFilter = "";
  327. //
  328. // btnCancel
  329. //
  330. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  331. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  332. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  333. this.btnCancel.CausesValidation = false;
  334. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  335. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.btnCancel.ForeColor = System.Drawing.Color.White;
  337. this.btnCancel.Location = new System.Drawing.Point(830, 420);
  338. this.btnCancel.Name = "btnCancel";
  339. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  340. this.btnCancel.TabIndex = 30;
  341. this.btnCancel.Text = "关闭";
  342. this.btnCancel.UseVisualStyleBackColor = true;
  343. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  344. //
  345. // btnSave
  346. //
  347. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  348. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  349. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  350. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.btnSave.ForeColor = System.Drawing.Color.White;
  352. this.btnSave.Location = new System.Drawing.Point(739, 420);
  353. this.btnSave.Name = "btnSave";
  354. this.btnSave.Size = new System.Drawing.Size(85, 30);
  355. this.btnSave.TabIndex = 29;
  356. this.btnSave.Text = "保存";
  357. this.btnSave.UseVisualStyleBackColor = true;
  358. this.btnSave.Visible = false;
  359. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  360. //
  361. // groupBox1
  362. //
  363. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  364. | System.Windows.Forms.AnchorStyles.Right)));
  365. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  366. this.groupBox1.Controls.Add(this.txtKiln);
  367. this.groupBox1.Controls.Add(this.lblKiln);
  368. this.groupBox1.Controls.Add(this.cmbKilnCarPosition);
  369. this.groupBox1.Controls.Add(this.lblUserID);
  370. this.groupBox1.Controls.Add(this.txtBarcode);
  371. this.groupBox1.Controls.Add(this.c_Label1);
  372. this.groupBox1.Controls.Add(this.txtUserCode);
  373. this.groupBox1.Controls.Add(this.c_Label2);
  374. this.groupBox1.Controls.Add(this.txtKilnCarCode);
  375. this.groupBox1.Controls.Add(this.lblBarcode);
  376. this.groupBox1.Location = new System.Drawing.Point(12, 38);
  377. this.groupBox1.Name = "groupBox1";
  378. this.groupBox1.Size = new System.Drawing.Size(903, 51);
  379. this.groupBox1.TabIndex = 33;
  380. this.groupBox1.TabStop = false;
  381. this.groupBox1.Text = "基础数据";
  382. //
  383. // txtKiln
  384. //
  385. this.txtKiln.BackColor = System.Drawing.SystemColors.Window;
  386. this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
  387. this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  388. this.txtKiln.ErrorMessage = "";
  389. this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.txtKiln.Location = new System.Drawing.Point(65, 20);
  391. this.txtKiln.MaxLength = 20;
  392. this.txtKiln.Name = "txtKiln";
  393. this.txtKiln.Size = new System.Drawing.Size(91, 21);
  394. this.txtKiln.TabIndex = 29;
  395. this.txtKiln.TextValue = "";
  396. this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
  397. this.txtKiln.Validating += new System.ComponentModel.CancelEventHandler(this.txtKiln_Validating);
  398. //
  399. // lblKiln
  400. //
  401. this.lblKiln.AutoSize = true;
  402. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  403. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  405. this.lblKiln.IsMustInput = true;
  406. this.lblKiln.Location = new System.Drawing.Point(6, 24);
  407. this.lblKiln.Name = "lblKiln";
  408. this.lblKiln.Size = new System.Drawing.Size(53, 12);
  409. this.lblKiln.TabIndex = 30;
  410. this.lblKiln.Text = "窑炉编码";
  411. //
  412. // BarCode
  413. //
  414. this.BarCode.DataPropertyName = "BarCode";
  415. this.BarCode.HeaderText = "产品条码";
  416. this.BarCode.Name = "BarCode";
  417. this.BarCode.ReadOnly = true;
  418. //
  419. // KilnCode
  420. //
  421. this.KilnCode.DataPropertyName = "KilnCode";
  422. this.KilnCode.HeaderText = "窑炉编码";
  423. this.KilnCode.Name = "KilnCode";
  424. this.KilnCode.ReadOnly = true;
  425. //
  426. // KilnCarCode
  427. //
  428. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  429. this.KilnCarCode.HeaderText = "窑车编码";
  430. this.KilnCarCode.Name = "KilnCarCode";
  431. this.KilnCarCode.ReadOnly = true;
  432. //
  433. // KilnCarPosition
  434. //
  435. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  436. this.KilnCarPosition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
  437. this.KilnCarPosition.HeaderText = "窑车位置";
  438. this.KilnCarPosition.Name = "KilnCarPosition";
  439. this.KilnCarPosition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  440. this.KilnCarPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  441. //
  442. // GoodsID
  443. //
  444. this.GoodsID.HeaderText = "GoodsID";
  445. this.GoodsID.Name = "GoodsID";
  446. this.GoodsID.ReadOnly = true;
  447. this.GoodsID.Visible = false;
  448. //
  449. // Status
  450. //
  451. this.Status.DataPropertyName = "Status";
  452. dataGridViewCellStyle3.NullValue = "本次登车";
  453. this.Status.DefaultCellStyle = dataGridViewCellStyle3;
  454. this.Status.HeaderText = "产品状态";
  455. this.Status.Name = "Status";
  456. this.Status.ReadOnly = true;
  457. //
  458. // GoodsCode
  459. //
  460. this.GoodsCode.DataPropertyName = "GoodsCode";
  461. this.GoodsCode.HeaderText = "产品编码";
  462. this.GoodsCode.Name = "GoodsCode";
  463. this.GoodsCode.ReadOnly = true;
  464. //
  465. // GoodsName
  466. //
  467. this.GoodsName.DataPropertyName = "GoodsName";
  468. this.GoodsName.HeaderText = "产品名称";
  469. this.GoodsName.Name = "GoodsName";
  470. this.GoodsName.ReadOnly = true;
  471. //
  472. // UserID
  473. //
  474. this.UserID.DataPropertyName = "UserID";
  475. this.UserID.HeaderText = "UserID";
  476. this.UserID.Name = "UserID";
  477. this.UserID.ReadOnly = true;
  478. this.UserID.Visible = false;
  479. //
  480. // UserCode
  481. //
  482. this.UserCode.DataPropertyName = "UserCode";
  483. this.UserCode.HeaderText = "生产工号";
  484. this.UserCode.Name = "UserCode";
  485. this.UserCode.ReadOnly = true;
  486. //
  487. // UserName
  488. //
  489. this.UserName.DataPropertyName = "UserName";
  490. this.UserName.HeaderText = "UserName";
  491. this.UserName.Name = "UserName";
  492. this.UserName.ReadOnly = true;
  493. this.UserName.Visible = false;
  494. //
  495. // KilnID
  496. //
  497. this.KilnID.DataPropertyName = "KilnID";
  498. this.KilnID.HeaderText = "KilnID";
  499. this.KilnID.Name = "KilnID";
  500. this.KilnID.ReadOnly = true;
  501. this.KilnID.Visible = false;
  502. //
  503. // KilnCarName
  504. //
  505. this.KilnCarName.DataPropertyName = "KilnCarName";
  506. this.KilnCarName.HeaderText = "窑车名称";
  507. this.KilnCarName.Name = "KilnCarName";
  508. this.KilnCarName.ReadOnly = true;
  509. this.KilnCarName.Visible = false;
  510. //
  511. // KilnName
  512. //
  513. this.KilnName.DataPropertyName = "KilnName";
  514. this.KilnName.HeaderText = "窑炉名称";
  515. this.KilnName.Name = "KilnName";
  516. this.KilnName.ReadOnly = true;
  517. this.KilnName.Visible = false;
  518. //
  519. // KilnCarID
  520. //
  521. this.KilnCarID.DataPropertyName = "KilnCarID";
  522. this.KilnCarID.HeaderText = "KilnCarID";
  523. this.KilnCarID.Name = "KilnCarID";
  524. this.KilnCarID.ReadOnly = true;
  525. this.KilnCarID.Visible = false;
  526. //
  527. // MouldCode
  528. //
  529. this.MouldCode.DataPropertyName = "MouldCode";
  530. this.MouldCode.HeaderText = "模具编号";
  531. this.MouldCode.Name = "MouldCode";
  532. this.MouldCode.ReadOnly = true;
  533. //
  534. // GroutingDate
  535. //
  536. this.GroutingDate.DataPropertyName = "GroutingDate";
  537. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  538. dataGridViewCellStyle4.NullValue = null;
  539. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  540. this.GroutingDate.HeaderText = "注浆日期";
  541. this.GroutingDate.Name = "GroutingDate";
  542. this.GroutingDate.ReadOnly = true;
  543. //
  544. // GroutingUserCode
  545. //
  546. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  547. this.GroutingUserCode.HeaderText = "成型工号";
  548. this.GroutingUserCode.Name = "GroutingUserCode";
  549. this.GroutingUserCode.ReadOnly = true;
  550. //
  551. // IsPublicBody
  552. //
  553. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  554. this.IsPublicBody.FalseValue = "0";
  555. this.IsPublicBody.HeaderText = "公坯标识";
  556. this.IsPublicBody.Name = "IsPublicBody";
  557. this.IsPublicBody.ReadOnly = true;
  558. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  559. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  560. this.IsPublicBody.TrueValue = "1";
  561. //
  562. // GroutingNum
  563. //
  564. this.GroutingNum.DataPropertyName = "GroutingNum";
  565. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  566. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
  567. this.GroutingNum.HeaderText = "注浆次数";
  568. this.GroutingNum.Name = "GroutingNum";
  569. this.GroutingNum.ReadOnly = true;
  570. //
  571. // LogoCodeName
  572. //
  573. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  574. this.LogoCodeName.HeaderText = "商标";
  575. this.LogoCodeName.Name = "LogoCodeName";
  576. this.LogoCodeName.ReadOnly = true;
  577. //
  578. // F_PM_0502
  579. //
  580. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  581. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  582. this.CancelButton = this.btnCancel;
  583. this.ClientSize = new System.Drawing.Size(927, 473);
  584. this.Controls.Add(this.groupBox1);
  585. this.Controls.Add(this.btnCancel);
  586. this.Controls.Add(this.btnSave);
  587. this.Controls.Add(this.dgvProduction);
  588. this.Controls.Add(this.tsrOperate);
  589. this.IsSaveFormSize = false;
  590. this.Name = "F_PM_0502";
  591. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  592. this.Text = "F_PM_0502";
  593. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  594. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0502_FormClosing);
  595. this.Load += new System.EventHandler(this.F_PM_0502_Load);
  596. this.Controls.SetChildIndex(this.tsrOperate, 0);
  597. this.Controls.SetChildIndex(this.dgvProduction, 0);
  598. this.Controls.SetChildIndex(this.btnSave, 0);
  599. this.Controls.SetChildIndex(this.btnCancel, 0);
  600. this.Controls.SetChildIndex(this.groupBox1, 0);
  601. this.tsrOperate.ResumeLayout(false);
  602. this.tsrOperate.PerformLayout();
  603. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  604. this.groupBox1.ResumeLayout(false);
  605. this.groupBox1.PerformLayout();
  606. this.ResumeLayout(false);
  607. this.PerformLayout();
  608. }
  609. #endregion
  610. private Basics.BaseControls.C_ToolStrip tsrOperate;
  611. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  612. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  613. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  614. private System.Windows.Forms.ToolStripButton tsbtnClose;
  615. private Basics.BaseControls.C_Label lblUserID;
  616. private Basics.BaseControls.C_Label lblBarcode;
  617. private Basics.BaseControls.C_TextBox txtUserCode;
  618. private Basics.BaseControls.C_TextBox txtBarcode;
  619. private Basics.BaseControls.C_DataGridView dgvProduction;
  620. private Basics.BaseControls.C_Button btnCancel;
  621. private Basics.BaseControls.C_Button btnSave;
  622. private Basics.BaseControls.C_Label c_Label1;
  623. private Basics.BaseControls.C_TextBox txtKilnCarCode;
  624. private Basics.BaseControls.C_Label c_Label2;
  625. private Basics.BaseControls.C_ComboBox cmbKilnCarPosition;
  626. private System.Windows.Forms.GroupBox groupBox1;
  627. private Basics.BaseControls.C_TextBox txtKiln;
  628. private Basics.BaseControls.C_Label lblKiln;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  632. private System.Windows.Forms.DataGridViewComboBoxColumn KilnCarPosition;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  647. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  650. }
  651. }