F_PC_0103.designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0103
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0103));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.dkType = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGMouldTypeSearchBox();
  38. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.dkGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsSearchBox();
  45. this.lblCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  47. this.btnAddMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.MOULDSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  58. this.btnDeleteSelected = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.dkUser = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  60. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  61. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  62. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  65. this.c_GroupBox1.SuspendLayout();
  66. this.c_GroupBox2.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // lblBuildingNo
  70. //
  71. this.lblBuildingNo.AutoSize = true;
  72. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  73. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  75. this.lblBuildingNo.IsMustInput = true;
  76. this.lblBuildingNo.Location = new System.Drawing.Point(37, 17);
  77. this.lblBuildingNo.Name = "lblBuildingNo";
  78. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  79. this.lblBuildingNo.TabIndex = 1;
  80. this.lblBuildingNo.Text = "楼号";
  81. //
  82. // txtBuildingNo
  83. //
  84. this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow;
  85. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  86. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  87. this.txtBuildingNo.Enabled = false;
  88. this.txtBuildingNo.ErrorMessage = "必须输入项目";
  89. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.txtBuildingNo.HasError = true;
  91. this.txtBuildingNo.IsMustInput = true;
  92. this.txtBuildingNo.Location = new System.Drawing.Point(77, 14);
  93. this.txtBuildingNo.MaxLength = 10;
  94. this.txtBuildingNo.Name = "txtBuildingNo";
  95. this.txtBuildingNo.Size = new System.Drawing.Size(140, 21);
  96. this.txtBuildingNo.TabIndex = 1;
  97. this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged);
  98. //
  99. // lblFloorNo
  100. //
  101. this.lblFloorNo.AutoSize = true;
  102. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  103. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  105. this.lblFloorNo.IsMustInput = true;
  106. this.lblFloorNo.Location = new System.Drawing.Point(259, 17);
  107. this.lblFloorNo.Name = "lblFloorNo";
  108. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  109. this.lblFloorNo.TabIndex = 3;
  110. this.lblFloorNo.Text = "楼层";
  111. //
  112. // lblGroutingLineNo
  113. //
  114. this.lblGroutingLineNo.AutoSize = true;
  115. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  116. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.lblGroutingLineNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  118. this.lblGroutingLineNo.IsMustInput = true;
  119. this.lblGroutingLineNo.Location = new System.Drawing.Point(475, 17);
  120. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  121. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  122. this.lblGroutingLineNo.TabIndex = 5;
  123. this.lblGroutingLineNo.Text = "线号";
  124. //
  125. // dkType
  126. //
  127. this.dkType.DataSource = null;
  128. this.dkType.Enabled = true;
  129. this.dkType.IsCanManyTimes = 1;
  130. this.dkType.IsMustInput = false;
  131. this.dkType.Location = new System.Drawing.Point(440, 41);
  132. this.dkType.MouldTypeCode = "";
  133. this.dkType.MouldTypeID = null;
  134. this.dkType.MouldTypeIDS = null;
  135. this.dkType.MouldTypeName = null;
  136. this.dkType.Name = "dkType";
  137. this.dkType.PurviewType = ((byte)(0));
  138. this.dkType.Size = new System.Drawing.Size(210, 21);
  139. this.dkType.TabIndex = 6;
  140. this.dkType.Title = "成型线类型";
  141. this.dkType.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  142. //
  143. // lblGroutingLineCode
  144. //
  145. this.lblGroutingLineCode.AutoSize = true;
  146. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  147. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblGroutingLineCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  149. this.lblGroutingLineCode.IsMustInput = true;
  150. this.lblGroutingLineCode.Location = new System.Drawing.Point(7, 44);
  151. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  152. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  153. this.lblGroutingLineCode.TabIndex = 43;
  154. this.lblGroutingLineCode.Text = "成型线编码";
  155. //
  156. // txtGroutingLineCode
  157. //
  158. this.txtGroutingLineCode.BackColor = System.Drawing.Color.Yellow;
  159. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  160. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  161. this.txtGroutingLineCode.Enabled = false;
  162. this.txtGroutingLineCode.ErrorMessage = "必须输入项目";
  163. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.txtGroutingLineCode.HasError = true;
  165. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  166. this.txtGroutingLineCode.IsMustInput = true;
  167. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 41);
  168. this.txtGroutingLineCode.MaxLength = 30;
  169. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  170. this.txtGroutingLineCode.Size = new System.Drawing.Size(140, 21);
  171. this.txtGroutingLineCode.TabIndex = 4;
  172. //
  173. // lblGroutingLineName
  174. //
  175. this.lblGroutingLineName.AutoSize = true;
  176. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  177. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.lblGroutingLineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  179. this.lblGroutingLineName.IsMustInput = true;
  180. this.lblGroutingLineName.Location = new System.Drawing.Point(223, 44);
  181. this.lblGroutingLineName.Name = "lblGroutingLineName";
  182. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  183. this.lblGroutingLineName.TabIndex = 45;
  184. this.lblGroutingLineName.Text = "成型线名称";
  185. //
  186. // txtGroutingLineName
  187. //
  188. this.txtGroutingLineName.BackColor = System.Drawing.Color.Yellow;
  189. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  190. this.txtGroutingLineName.Enabled = false;
  191. this.txtGroutingLineName.ErrorMessage = "必须输入项目";
  192. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.txtGroutingLineName.HasError = true;
  194. this.txtGroutingLineName.IsMustInput = true;
  195. this.txtGroutingLineName.Location = new System.Drawing.Point(294, 41);
  196. this.txtGroutingLineName.MaxLength = 50;
  197. this.txtGroutingLineName.Name = "txtGroutingLineName";
  198. this.txtGroutingLineName.Size = new System.Drawing.Size(140, 21);
  199. this.txtGroutingLineName.TabIndex = 5;
  200. //
  201. // lblRemarks
  202. //
  203. this.lblRemarks.AutoSize = true;
  204. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  205. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  207. this.lblRemarks.Location = new System.Drawing.Point(259, 71);
  208. this.lblRemarks.Name = "lblRemarks";
  209. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  210. this.lblRemarks.TabIndex = 48;
  211. this.lblRemarks.Text = "备注";
  212. //
  213. // txtRemarks
  214. //
  215. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  216. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  217. this.txtRemarks.ErrorMessage = "";
  218. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.txtRemarks.Location = new System.Drawing.Point(294, 68);
  220. this.txtRemarks.MaxLength = 500;
  221. this.txtRemarks.Multiline = true;
  222. this.txtRemarks.Name = "txtRemarks";
  223. this.txtRemarks.Size = new System.Drawing.Size(356, 21);
  224. this.txtRemarks.TabIndex = 8;
  225. //
  226. // dkGoods
  227. //
  228. this.dkGoods.DataSource = null;
  229. this.dkGoods.Enabled = true;
  230. this.dkGoods.GoodsCode = "";
  231. this.dkGoods.GoodsID = null;
  232. this.dkGoods.GoodsIDS = null;
  233. this.dkGoods.GoodsName = null;
  234. this.dkGoods.GoodsSpecification = null;
  235. this.dkGoods.IsMustInput = false;
  236. this.dkGoods.Location = new System.Drawing.Point(19, 20);
  237. this.dkGoods.Name = "dkGoods";
  238. this.dkGoods.PurviewType = ((byte)(0));
  239. this.dkGoods.Size = new System.Drawing.Size(198, 21);
  240. this.dkGoods.TabIndex = 9;
  241. this.dkGoods.Title = "模具产品";
  242. this.dkGoods.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
  243. //
  244. // lblCount
  245. //
  246. this.lblCount.AutoSize = true;
  247. this.lblCount.BackColor = System.Drawing.Color.Transparent;
  248. this.lblCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.lblCount.ForeColor = System.Drawing.SystemColors.ControlText;
  250. this.lblCount.Location = new System.Drawing.Point(235, 23);
  251. this.lblCount.Name = "lblCount";
  252. this.lblCount.Size = new System.Drawing.Size(53, 12);
  253. this.lblCount.TabIndex = 52;
  254. this.lblCount.Text = "模具数量";
  255. //
  256. // txtCount
  257. //
  258. this.txtCount.BackColor = System.Drawing.SystemColors.Window;
  259. this.txtCount.BackgroundColor = System.Drawing.SystemColors.Window;
  260. this.txtCount.ErrorMessage = "";
  261. this.txtCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  263. this.txtCount.Location = new System.Drawing.Point(294, 20);
  264. this.txtCount.MaxValue = new decimal(new int[] {
  265. -1,
  266. -1,
  267. -1,
  268. 0});
  269. this.txtCount.MinValue = new decimal(new int[] {
  270. -1,
  271. -1,
  272. -1,
  273. -2147483648});
  274. this.txtCount.Name = "txtCount";
  275. this.txtCount.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
  276. this.txtCount.Size = new System.Drawing.Size(140, 21);
  277. this.txtCount.TabIndex = 10;
  278. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  279. this.txtCount.TextValue = "";
  280. //
  281. // btnAddMould
  282. //
  283. this.btnAddMould.BackColor = System.Drawing.Color.Transparent;
  284. this.btnAddMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddMould.BackgroundImage")));
  285. this.btnAddMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btnAddMould.ForeColor = System.Drawing.Color.White;
  287. this.btnAddMould.Location = new System.Drawing.Point(474, 14);
  288. this.btnAddMould.Name = "btnAddMould";
  289. this.btnAddMould.Size = new System.Drawing.Size(85, 30);
  290. this.btnAddMould.TabIndex = 11;
  291. this.btnAddMould.Text = "添加模具(&A)";
  292. this.btnAddMould.UseVisualStyleBackColor = false;
  293. this.btnAddMould.Click += new System.EventHandler(this.btnAddMould_Click);
  294. //
  295. // dgvDetail
  296. //
  297. this.dgvDetail.AllowUserToAddRows = false;
  298. this.dgvDetail.AllowUserToModifyRows = true;
  299. this.dgvDetail.AllowUserToOrderColumns = true;
  300. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  301. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  302. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  303. | System.Windows.Forms.AnchorStyles.Left)
  304. | System.Windows.Forms.AnchorStyles.Right)));
  305. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  306. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  307. this.dgvDetail.CellHeight = 23;
  308. this.dgvDetail.ChildNodeColumnName = null;
  309. this.dgvDetail.ChildNodeColumnText = null;
  310. this.dgvDetail.ColumnDeep = 1;
  311. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  312. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  313. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  314. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  316. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  317. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  318. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  319. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  320. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  321. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  322. this.GroutingMouldCode,
  323. this.GoodsName,
  324. this.GoodsCode,
  325. this.GoodsSpecification,
  326. this.MOULDSTATUS,
  327. this.Remarks});
  328. this.dgvDetail.ColumnTreeView = null;
  329. this.dgvDetail.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)));
  330. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  331. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  332. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  334. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  335. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  336. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  337. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
  338. this.dgvDetail.DynamicColumnName = "";
  339. this.dgvDetail.EnableHeadersVisualStyles = false;
  340. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.dgvDetail.IsAutoCountSum = true;
  342. this.dgvDetail.IsAutoResizeColumns = false;
  343. this.dgvDetail.IsClickF12 = false;
  344. this.dgvDetail.IsSubTotalFlag = false;
  345. this.dgvDetail.Location = new System.Drawing.Point(19, 50);
  346. this.dgvDetail.Name = "dgvDetail";
  347. this.dgvDetail.ReadOnly = true;
  348. this.dgvDetail.RefreshAtHscroll = false;
  349. this.dgvDetail.RowHeadersWidth = 50;
  350. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  351. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  352. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  353. this.dgvDetail.RowTemplate.Height = 21;
  354. this.dgvDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  355. this.dgvDetail.Size = new System.Drawing.Size(631, 283);
  356. this.dgvDetail.SortOrderColumnName = null;
  357. this.dgvDetail.TabIndex = 13;
  358. this.dgvDetail.Tag = true;
  359. this.dgvDetail.TotalSumColumns = null;
  360. this.dgvDetail.ViewRowFilter = "";
  361. this.dgvDetail.VirtualMode = true;
  362. //
  363. // GroutingMouldCode
  364. //
  365. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  366. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  367. this.GroutingMouldCode.Name = "GroutingMouldCode";
  368. this.GroutingMouldCode.ReadOnly = true;
  369. this.GroutingMouldCode.Width = 120;
  370. //
  371. // GoodsName
  372. //
  373. this.GoodsName.DataPropertyName = "GOODSNAME";
  374. this.GoodsName.HeaderText = "产品名称";
  375. this.GoodsName.Name = "GoodsName";
  376. this.GoodsName.ReadOnly = true;
  377. //
  378. // GoodsCode
  379. //
  380. this.GoodsCode.DataPropertyName = "GoodsCode";
  381. this.GoodsCode.HeaderText = "产品编码";
  382. this.GoodsCode.Name = "GoodsCode";
  383. this.GoodsCode.ReadOnly = true;
  384. //
  385. // GoodsSpecification
  386. //
  387. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  388. this.GoodsSpecification.HeaderText = "产品规格";
  389. this.GoodsSpecification.Name = "GoodsSpecification";
  390. this.GoodsSpecification.ReadOnly = true;
  391. //
  392. // MOULDSTATUS
  393. //
  394. this.MOULDSTATUS.DataPropertyName = "MOULDSTATUS";
  395. this.MOULDSTATUS.HeaderText = "模具状态";
  396. this.MOULDSTATUS.Name = "MOULDSTATUS";
  397. this.MOULDSTATUS.ReadOnly = true;
  398. //
  399. // Remarks
  400. //
  401. this.Remarks.DataPropertyName = "Remarks";
  402. this.Remarks.HeaderText = "备注";
  403. this.Remarks.Name = "Remarks";
  404. this.Remarks.ReadOnly = true;
  405. this.Remarks.Visible = false;
  406. //
  407. // btnSave
  408. //
  409. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  410. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  411. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.btnSave.ForeColor = System.Drawing.Color.White;
  413. this.btnSave.Location = new System.Drawing.Point(489, 472);
  414. this.btnSave.Name = "btnSave";
  415. this.btnSave.Size = new System.Drawing.Size(85, 30);
  416. this.btnSave.TabIndex = 15;
  417. this.btnSave.Text = "保存(&S)";
  418. this.btnSave.UseVisualStyleBackColor = false;
  419. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  420. //
  421. // btnCancel
  422. //
  423. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  424. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  425. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  426. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.btnCancel.ForeColor = System.Drawing.Color.White;
  428. this.btnCancel.Location = new System.Drawing.Point(577, 472);
  429. this.btnCancel.Name = "btnCancel";
  430. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  431. this.btnCancel.TabIndex = 16;
  432. this.btnCancel.Text = "关闭";
  433. this.btnCancel.UseVisualStyleBackColor = false;
  434. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  435. //
  436. // cbValueFlag
  437. //
  438. this.cbValueFlag.AutoSize = true;
  439. this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.cbValueFlag.Location = new System.Drawing.Point(31, 480);
  441. this.cbValueFlag.Name = "cbValueFlag";
  442. this.cbValueFlag.Size = new System.Drawing.Size(72, 16);
  443. this.cbValueFlag.TabIndex = 14;
  444. this.cbValueFlag.Text = "正常使用";
  445. this.cbValueFlag.UseVisualStyleBackColor = true;
  446. //
  447. // btnDeleteSelected
  448. //
  449. this.btnDeleteSelected.BackColor = System.Drawing.Color.Transparent;
  450. this.btnDeleteSelected.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteSelected.BackgroundImage")));
  451. this.btnDeleteSelected.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.btnDeleteSelected.ForeColor = System.Drawing.Color.White;
  453. this.btnDeleteSelected.Location = new System.Drawing.Point(565, 14);
  454. this.btnDeleteSelected.Name = "btnDeleteSelected";
  455. this.btnDeleteSelected.Size = new System.Drawing.Size(85, 30);
  456. this.btnDeleteSelected.TabIndex = 12;
  457. this.btnDeleteSelected.Text = "删除新建(&D)";
  458. this.btnDeleteSelected.UseVisualStyleBackColor = false;
  459. this.btnDeleteSelected.Click += new System.EventHandler(this.btnDeleteSelected_Click);
  460. //
  461. // dkUser
  462. //
  463. this.dkUser.DataSource = null;
  464. this.dkUser.Enabled = true;
  465. this.dkUser.IsMustInput = false;
  466. this.dkUser.IsWorker = false;
  467. this.dkUser.Location = new System.Drawing.Point(19, 68);
  468. this.dkUser.Name = "dkUser";
  469. this.dkUser.PurviewType = ((byte)(0));
  470. this.dkUser.Size = new System.Drawing.Size(198, 21);
  471. this.dkUser.TabIndex = 7;
  472. this.dkUser.Title = "责任工号";
  473. this.dkUser.TxtUserBackColor = System.Drawing.SystemColors.Control;
  474. this.dkUser.UserCode = "";
  475. this.dkUser.UserID = null;
  476. this.dkUser.UserIDS = null;
  477. this.dkUser.UserName = null;
  478. //
  479. // txtFloorNo
  480. //
  481. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  482. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  483. this.txtFloorNo.Enabled = false;
  484. this.txtFloorNo.ErrorMessage = "";
  485. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  487. this.txtFloorNo.Location = new System.Drawing.Point(294, 14);
  488. this.txtFloorNo.MaxValue = new decimal(new int[] {
  489. -1,
  490. -1,
  491. -1,
  492. 0});
  493. this.txtFloorNo.MinValue = new decimal(new int[] {
  494. -1,
  495. -1,
  496. -1,
  497. -2147483648});
  498. this.txtFloorNo.Name = "txtFloorNo";
  499. this.txtFloorNo.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
  500. this.txtFloorNo.Size = new System.Drawing.Size(140, 21);
  501. this.txtFloorNo.TabIndex = 2;
  502. this.txtFloorNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  503. this.txtFloorNo.TextValue = "";
  504. this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged);
  505. //
  506. // c_GroupBox1
  507. //
  508. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  509. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  510. this.c_GroupBox1.CanExpand = false;
  511. this.c_GroupBox1.Controls.Add(this.txtGroutingLineNo);
  512. this.c_GroupBox1.Controls.Add(this.lblBuildingNo);
  513. this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
  514. this.c_GroupBox1.Controls.Add(this.txtFloorNo);
  515. this.c_GroupBox1.Controls.Add(this.txtBuildingNo);
  516. this.c_GroupBox1.Controls.Add(this.dkUser);
  517. this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
  518. this.c_GroupBox1.Controls.Add(this.lblFloorNo);
  519. this.c_GroupBox1.Controls.Add(this.lblGroutingLineName);
  520. this.c_GroupBox1.Controls.Add(this.txtGroutingLineName);
  521. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  522. this.c_GroupBox1.Controls.Add(this.dkType);
  523. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  524. this.c_GroupBox1.Controls.Add(this.lblGroutingLineNo);
  525. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  527. this.c_GroupBox1.IsMustInput = false;
  528. this.c_GroupBox1.Location = new System.Drawing.Point(12, 12);
  529. this.c_GroupBox1.Name = "c_GroupBox1";
  530. this.c_GroupBox1.OpeningMark = "";
  531. this.c_GroupBox1.OriginalHeight = -1;
  532. this.c_GroupBox1.Size = new System.Drawing.Size(666, 100);
  533. this.c_GroupBox1.TabIndex = 70;
  534. this.c_GroupBox1.TabStop = false;
  535. this.c_GroupBox1.Text = "成型线信息 ";
  536. //
  537. // txtGroutingLineNo
  538. //
  539. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  540. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  541. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  542. this.txtGroutingLineNo.Enabled = false;
  543. this.txtGroutingLineNo.ErrorMessage = "";
  544. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.txtGroutingLineNo.Location = new System.Drawing.Point(510, 14);
  546. this.txtGroutingLineNo.MaxLength = 10;
  547. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  548. this.txtGroutingLineNo.Size = new System.Drawing.Size(137, 21);
  549. this.txtGroutingLineNo.TabIndex = 3;
  550. this.txtGroutingLineNo.TextValue = "";
  551. this.txtGroutingLineNo.TextChanged += new System.EventHandler(this.txtGroutingLineNo_TextChanged);
  552. //
  553. // c_GroupBox2
  554. //
  555. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  556. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  557. this.c_GroupBox2.CanExpand = false;
  558. this.c_GroupBox2.Controls.Add(this.dkGoods);
  559. this.c_GroupBox2.Controls.Add(this.lblCount);
  560. this.c_GroupBox2.Controls.Add(this.txtCount);
  561. this.c_GroupBox2.Controls.Add(this.btnDeleteSelected);
  562. this.c_GroupBox2.Controls.Add(this.btnAddMould);
  563. this.c_GroupBox2.Controls.Add(this.dgvDetail);
  564. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  566. this.c_GroupBox2.IsMustInput = false;
  567. this.c_GroupBox2.Location = new System.Drawing.Point(12, 127);
  568. this.c_GroupBox2.Name = "c_GroupBox2";
  569. this.c_GroupBox2.OpeningMark = "";
  570. this.c_GroupBox2.OriginalHeight = -1;
  571. this.c_GroupBox2.Size = new System.Drawing.Size(666, 339);
  572. this.c_GroupBox2.TabIndex = 70;
  573. this.c_GroupBox2.TabStop = false;
  574. this.c_GroupBox2.Text = "成型线明细 ";
  575. //
  576. // F_PC_0103
  577. //
  578. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  579. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  580. this.CancelButton = this.btnCancel;
  581. this.ClientSize = new System.Drawing.Size(690, 532);
  582. this.Controls.Add(this.c_GroupBox2);
  583. this.Controls.Add(this.c_GroupBox1);
  584. this.Controls.Add(this.cbValueFlag);
  585. this.Controls.Add(this.btnCancel);
  586. this.Controls.Add(this.btnSave);
  587. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  588. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  589. this.IsSaveFormSize = false;
  590. this.MaximizeBox = false;
  591. this.MinimizeBox = false;
  592. this.Name = "F_PC_0103";
  593. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  594. this.Text = "GroutingLineUpdate";
  595. this.Load += new System.EventHandler(this.F_PC_0103_Load);
  596. this.Controls.SetChildIndex(this.btnSave, 0);
  597. this.Controls.SetChildIndex(this.btnCancel, 0);
  598. this.Controls.SetChildIndex(this.cbValueFlag, 0);
  599. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  600. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  601. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  602. this.c_GroupBox1.ResumeLayout(false);
  603. this.c_GroupBox1.PerformLayout();
  604. this.c_GroupBox2.ResumeLayout(false);
  605. this.c_GroupBox2.PerformLayout();
  606. this.ResumeLayout(false);
  607. this.PerformLayout();
  608. }
  609. #endregion
  610. private Basics.BaseControls.C_Label lblBuildingNo;
  611. private Basics.BaseControls.C_TextBox txtBuildingNo;
  612. private Basics.BaseControls.C_Label lblFloorNo;
  613. private Basics.BaseControls.C_Label lblGroutingLineNo;
  614. private Controls.SearchTextBox.dkGMouldTypeSearchBox dkType;
  615. private Basics.BaseControls.C_Label lblGroutingLineCode;
  616. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  617. private Basics.BaseControls.C_Label lblGroutingLineName;
  618. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  619. private Basics.BaseControls.C_Label lblRemarks;
  620. private Basics.BaseControls.C_TextBox txtRemarks;
  621. private Controls.SearchTextBox.dkGoodsSearchBox dkGoods;
  622. private Basics.BaseControls.C_Label lblCount;
  623. private Basics.BaseControls.C_TXT_Digital txtCount;
  624. private Basics.BaseControls.C_Button btnAddMould;
  625. private Basics.BaseControls.C_DataGridView dgvDetail;
  626. private Basics.BaseControls.C_Button btnSave;
  627. private Basics.BaseControls.C_Button btnCancel;
  628. private Basics.BaseControls.C_CheckBox cbValueFlag;
  629. private Basics.BaseControls.C_Button btnDeleteSelected;
  630. private Controls.SearchTextBox.dkUserInfoSearchBox dkUser;
  631. private Basics.BaseControls.C_TXT_Digital txtFloorNo;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn MOULDSTATUS;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  638. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  639. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  640. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  641. }
  642. }