F_PC_0102.designer.cs 32 KB

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