F_PM_0602.Designer.cs 36 KB

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