F_PC_0501.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0501
  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_0501));
  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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  34. this.cblEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  35. this.txtGoodsCodeA = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.lblGoodsCodeA = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.dtpEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.cblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.lblGoodsCodeB = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtGoodsCodeB = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  55. this.dgvChangeInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.begindate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.enddate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.goodsCodeB = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.goodsCodeA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.gbxCondition.SuspendLayout();
  66. this.tsrOperate.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgvChangeInfo)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // gbxCondition
  71. //
  72. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  75. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  76. this.gbxCondition.Controls.Add(this.cblEndTime);
  77. this.gbxCondition.Controls.Add(this.txtGoodsCodeA);
  78. this.gbxCondition.Controls.Add(this.lblGoodsCodeA);
  79. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  80. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  81. this.gbxCondition.Controls.Add(this.btnClearCondition);
  82. this.gbxCondition.Controls.Add(this.btnSearch);
  83. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  84. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  85. this.gbxCondition.Controls.Add(this.txtFloorNo);
  86. this.gbxCondition.Controls.Add(this.lblFloorNo);
  87. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  88. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  89. this.gbxCondition.Controls.Add(this.dtpEndTime);
  90. this.gbxCondition.Controls.Add(this.dtpStartTime);
  91. this.gbxCondition.Controls.Add(this.cblStartTime);
  92. this.gbxCondition.Controls.Add(this.lblGoodsCodeB);
  93. this.gbxCondition.Controls.Add(this.txtGoodsCodeB);
  94. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.gbxCondition.IsMustInput = false;
  97. this.gbxCondition.Location = new System.Drawing.Point(12, 38);
  98. this.gbxCondition.Name = "gbxCondition";
  99. this.gbxCondition.OriginalHeight = -1;
  100. this.gbxCondition.Size = new System.Drawing.Size(992, 112);
  101. this.gbxCondition.TabIndex = 2;
  102. this.gbxCondition.TabStop = false;
  103. this.gbxCondition.Text = "查询条件 ▼";
  104. //
  105. // cblEndTime
  106. //
  107. this.cblEndTime.AutoSize = true;
  108. this.cblEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.cblEndTime.Location = new System.Drawing.Point(643, 49);
  110. this.cblEndTime.Name = "cblEndTime";
  111. this.cblEndTime.Size = new System.Drawing.Size(96, 16);
  112. this.cblEndTime.TabIndex = 11;
  113. this.cblEndTime.Text = "变产结束日期";
  114. this.cblEndTime.UseVisualStyleBackColor = true;
  115. this.cblEndTime.CheckedChanged += new System.EventHandler(this.cblEndTime_CheckedChanged);
  116. //
  117. // txtGoodsCodeA
  118. //
  119. this.txtGoodsCodeA.BackColor = System.Drawing.SystemColors.Window;
  120. this.txtGoodsCodeA.BackgroundColor = System.Drawing.SystemColors.Window;
  121. this.txtGoodsCodeA.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  122. this.txtGoodsCodeA.ErrorMessage = "";
  123. this.txtGoodsCodeA.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.txtGoodsCodeA.ImeMode = System.Windows.Forms.ImeMode.Off;
  125. this.txtGoodsCodeA.Location = new System.Drawing.Point(519, 47);
  126. this.txtGoodsCodeA.MaxLength = 50;
  127. this.txtGoodsCodeA.Name = "txtGoodsCodeA";
  128. this.txtGoodsCodeA.Size = new System.Drawing.Size(120, 21);
  129. this.txtGoodsCodeA.TabIndex = 10;
  130. //
  131. // lblGoodsCodeA
  132. //
  133. this.lblGoodsCodeA.AutoSize = true;
  134. this.lblGoodsCodeA.BackColor = System.Drawing.Color.Transparent;
  135. this.lblGoodsCodeA.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.lblGoodsCodeA.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.lblGoodsCodeA.Location = new System.Drawing.Point(424, 50);
  138. this.lblGoodsCodeA.Name = "lblGoodsCodeA";
  139. this.lblGoodsCodeA.Size = new System.Drawing.Size(89, 12);
  140. this.lblGoodsCodeA.TabIndex = 26;
  141. this.lblGoodsCodeA.Text = "变产后产品编码";
  142. //
  143. // lblBuildingNo
  144. //
  145. this.lblBuildingNo.AutoSize = true;
  146. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  147. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  149. this.lblBuildingNo.Location = new System.Drawing.Point(42, 23);
  150. this.lblBuildingNo.Name = "lblBuildingNo";
  151. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  152. this.lblBuildingNo.TabIndex = 0;
  153. this.lblBuildingNo.Text = "楼号";
  154. //
  155. // lblGroutingLineCode
  156. //
  157. this.lblGroutingLineCode.AutoSize = true;
  158. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  159. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  161. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 50);
  162. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  163. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  164. this.lblGroutingLineCode.TabIndex = 10;
  165. this.lblGroutingLineCode.Text = "成型线编码";
  166. //
  167. // btnClearCondition
  168. //
  169. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  170. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  171. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  172. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  174. this.btnClearCondition.Location = new System.Drawing.Point(901, 77);
  175. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  176. this.btnClearCondition.Name = "btnClearCondition";
  177. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  178. this.btnClearCondition.TabIndex = 15;
  179. this.btnClearCondition.Text = "清空条件(&C)";
  180. this.btnClearCondition.UseVisualStyleBackColor = false;
  181. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  182. //
  183. // btnSearch
  184. //
  185. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  186. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  187. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  188. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.btnSearch.ForeColor = System.Drawing.Color.White;
  190. this.btnSearch.Location = new System.Drawing.Point(810, 77);
  191. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  192. this.btnSearch.Name = "btnSearch";
  193. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  194. this.btnSearch.TabIndex = 13;
  195. this.btnSearch.Text = "查询(&Q)";
  196. this.btnSearch.UseVisualStyleBackColor = false;
  197. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  198. //
  199. // txtBuildingNo
  200. //
  201. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  202. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  203. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  204. this.txtBuildingNo.ErrorMessage = "";
  205. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.txtBuildingNo.Location = new System.Drawing.Point(77, 20);
  207. this.txtBuildingNo.MaxLength = 20;
  208. this.txtBuildingNo.Name = "txtBuildingNo";
  209. this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
  210. this.txtBuildingNo.TabIndex = 1;
  211. //
  212. // txtGroutingLineCode
  213. //
  214. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  215. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  216. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  217. this.txtGroutingLineCode.ErrorMessage = "";
  218. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  220. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 47);
  221. this.txtGroutingLineCode.MaxLength = 30;
  222. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  223. this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  224. this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
  225. this.txtGroutingLineCode.TabIndex = 8;
  226. this.txtGroutingLineCode.TextValue = "";
  227. //
  228. // txtFloorNo
  229. //
  230. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  231. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  232. this.txtFloorNo.ErrorMessage = "";
  233. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.txtFloorNo.Location = new System.Drawing.Point(298, 20);
  235. this.txtFloorNo.MaxLength = 5;
  236. this.txtFloorNo.Name = "txtFloorNo";
  237. this.txtFloorNo.RejectCharsPattern = "[^a-zA-Z0-9]";
  238. this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
  239. this.txtFloorNo.TabIndex = 3;
  240. this.txtFloorNo.TextValue = "";
  241. //
  242. // lblFloorNo
  243. //
  244. this.lblFloorNo.AutoSize = true;
  245. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  246. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  248. this.lblFloorNo.Location = new System.Drawing.Point(263, 22);
  249. this.lblFloorNo.Name = "lblFloorNo";
  250. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  251. this.lblFloorNo.TabIndex = 2;
  252. this.lblFloorNo.Text = "楼层";
  253. //
  254. // lblGroutingLineNo
  255. //
  256. this.lblGroutingLineNo.AutoSize = true;
  257. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  258. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  260. this.lblGroutingLineNo.Location = new System.Drawing.Point(484, 22);
  261. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  262. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  263. this.lblGroutingLineNo.TabIndex = 4;
  264. this.lblGroutingLineNo.Text = "线号";
  265. //
  266. // txtGroutingLineNo
  267. //
  268. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  269. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  270. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  271. this.txtGroutingLineNo.ErrorMessage = "";
  272. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.txtGroutingLineNo.Location = new System.Drawing.Point(519, 18);
  274. this.txtGroutingLineNo.MaxLength = 5;
  275. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  276. this.txtGroutingLineNo.Size = new System.Drawing.Size(120, 21);
  277. this.txtGroutingLineNo.TabIndex = 5;
  278. //
  279. // dtpEndTime
  280. //
  281. this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
  282. this.dtpEndTime.Enabled = false;
  283. this.dtpEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  285. this.dtpEndTime.Location = new System.Drawing.Point(745, 47);
  286. this.dtpEndTime.Name = "dtpEndTime";
  287. this.dtpEndTime.Size = new System.Drawing.Size(105, 21);
  288. this.dtpEndTime.TabIndex = 12;
  289. //
  290. // dtpStartTime
  291. //
  292. this.dtpStartTime.CustomFormat = "yyyy-MM-dd";
  293. this.dtpStartTime.Enabled = false;
  294. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  296. this.dtpStartTime.Location = new System.Drawing.Point(747, 18);
  297. this.dtpStartTime.Name = "dtpStartTime";
  298. this.dtpStartTime.Size = new System.Drawing.Size(103, 21);
  299. this.dtpStartTime.TabIndex = 7;
  300. //
  301. // cblStartTime
  302. //
  303. this.cblStartTime.AutoSize = true;
  304. this.cblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.cblStartTime.Location = new System.Drawing.Point(645, 21);
  306. this.cblStartTime.Name = "cblStartTime";
  307. this.cblStartTime.Size = new System.Drawing.Size(96, 16);
  308. this.cblStartTime.TabIndex = 6;
  309. this.cblStartTime.Text = "变产开始日期";
  310. this.cblStartTime.UseVisualStyleBackColor = true;
  311. this.cblStartTime.CheckedChanged += new System.EventHandler(this.cblStartTime_CheckedChanged);
  312. //
  313. // lblGoodsCodeB
  314. //
  315. this.lblGoodsCodeB.AutoSize = true;
  316. this.lblGoodsCodeB.BackColor = System.Drawing.Color.Transparent;
  317. this.lblGoodsCodeB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.lblGoodsCodeB.ForeColor = System.Drawing.SystemColors.ControlText;
  319. this.lblGoodsCodeB.Location = new System.Drawing.Point(203, 50);
  320. this.lblGoodsCodeB.Name = "lblGoodsCodeB";
  321. this.lblGoodsCodeB.Size = new System.Drawing.Size(89, 12);
  322. this.lblGoodsCodeB.TabIndex = 12;
  323. this.lblGoodsCodeB.Text = "变产前产品编码";
  324. //
  325. // txtGoodsCodeB
  326. //
  327. this.txtGoodsCodeB.BackColor = System.Drawing.SystemColors.Window;
  328. this.txtGoodsCodeB.BackgroundColor = System.Drawing.SystemColors.Window;
  329. this.txtGoodsCodeB.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  330. this.txtGoodsCodeB.ErrorMessage = "";
  331. this.txtGoodsCodeB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.txtGoodsCodeB.ImeMode = System.Windows.Forms.ImeMode.Off;
  333. this.txtGoodsCodeB.Location = new System.Drawing.Point(298, 47);
  334. this.txtGoodsCodeB.MaxLength = 50;
  335. this.txtGoodsCodeB.Name = "txtGoodsCodeB";
  336. this.txtGoodsCodeB.Size = new System.Drawing.Size(120, 21);
  337. this.txtGoodsCodeB.TabIndex = 9;
  338. //
  339. // tsrOperate
  340. //
  341. this.tsrOperate.AutoSize = false;
  342. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  343. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  344. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  346. this.tsbtnAdaptive,
  347. this.tsbtnClose});
  348. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  349. this.tsrOperate.Name = "tsrOperate";
  350. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  351. this.tsrOperate.ShowItemToolTips = false;
  352. this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
  353. this.tsrOperate.TabIndex = 3;
  354. //
  355. // tsbtnAdaptive
  356. //
  357. this.tsbtnAdaptive.AutoSize = false;
  358. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  360. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  361. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  362. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  363. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  364. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  365. //
  366. // tsbtnClose
  367. //
  368. this.tsbtnClose.AutoSize = false;
  369. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  371. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  372. this.tsbtnClose.Name = "tsbtnClose";
  373. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  374. this.tsbtnClose.Text = "关闭(&X)";
  375. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  376. //
  377. // dgvChangeInfo
  378. //
  379. this.dgvChangeInfo.AllowUserToAddRows = false;
  380. this.dgvChangeInfo.AllowUserToDeleteRows = false;
  381. this.dgvChangeInfo.AllowUserToModifyRows = true;
  382. this.dgvChangeInfo.AllowUserToOrderColumns = true;
  383. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  384. this.dgvChangeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  385. this.dgvChangeInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  386. | System.Windows.Forms.AnchorStyles.Left)
  387. | System.Windows.Forms.AnchorStyles.Right)));
  388. this.dgvChangeInfo.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  389. this.dgvChangeInfo.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  390. this.dgvChangeInfo.CellHeight = 23;
  391. this.dgvChangeInfo.ChildNodeColumnName = null;
  392. this.dgvChangeInfo.ChildNodeColumnText = null;
  393. this.dgvChangeInfo.ColumnDeep = 1;
  394. this.dgvChangeInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  395. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  396. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  397. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  399. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  400. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  401. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  402. this.dgvChangeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  403. this.dgvChangeInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  404. this.dgvChangeInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  405. this.GroutingLineID,
  406. this.GroutingLineCode,
  407. this.BuildingNo,
  408. this.FloorNo,
  409. this.GroutingLineNo,
  410. this.begindate,
  411. this.enddate,
  412. this.goodsCodeB,
  413. this.goodsCodeA});
  414. this.dgvChangeInfo.ColumnTreeView = null;
  415. this.dgvChangeInfo.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)));
  416. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  417. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  418. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  420. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  421. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  422. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  423. this.dgvChangeInfo.DefaultCellStyle = dataGridViewCellStyle3;
  424. this.dgvChangeInfo.DynamicColumnName = "";
  425. this.dgvChangeInfo.EnableHeadersVisualStyles = false;
  426. this.dgvChangeInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.dgvChangeInfo.IsAutoCountSum = true;
  428. this.dgvChangeInfo.IsAutoResizeColumns = false;
  429. this.dgvChangeInfo.IsClickF12 = false;
  430. this.dgvChangeInfo.IsSubTotalFlag = false;
  431. this.dgvChangeInfo.Location = new System.Drawing.Point(12, 156);
  432. this.dgvChangeInfo.MultiSelect = false;
  433. this.dgvChangeInfo.Name = "dgvChangeInfo";
  434. this.dgvChangeInfo.ReadOnly = true;
  435. this.dgvChangeInfo.RefreshAtHscroll = false;
  436. this.dgvChangeInfo.RowHeadersWidth = 50;
  437. this.dgvChangeInfo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  438. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  439. this.dgvChangeInfo.RowsDefaultCellStyle = dataGridViewCellStyle4;
  440. this.dgvChangeInfo.RowTemplate.Height = 21;
  441. this.dgvChangeInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  442. this.dgvChangeInfo.ShowEditingIcon = false;
  443. this.dgvChangeInfo.Size = new System.Drawing.Size(986, 318);
  444. this.dgvChangeInfo.SortOrderColumnName = null;
  445. this.dgvChangeInfo.TabIndex = 16;
  446. this.dgvChangeInfo.Tag = true;
  447. this.dgvChangeInfo.TotalSumColumns = null;
  448. this.dgvChangeInfo.ViewRowFilter = "";
  449. this.dgvChangeInfo.VirtualMode = true;
  450. //
  451. // GroutingLineID
  452. //
  453. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  454. this.GroutingLineID.HeaderText = "成型生产线ID";
  455. this.GroutingLineID.Name = "GroutingLineID";
  456. this.GroutingLineID.ReadOnly = true;
  457. this.GroutingLineID.Visible = false;
  458. //
  459. // GroutingLineCode
  460. //
  461. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  462. this.GroutingLineCode.HeaderText = "成型线编码";
  463. this.GroutingLineCode.Name = "GroutingLineCode";
  464. this.GroutingLineCode.ReadOnly = true;
  465. //
  466. // BuildingNo
  467. //
  468. this.BuildingNo.DataPropertyName = "BuildingNo";
  469. this.BuildingNo.HeaderText = "楼号";
  470. this.BuildingNo.Name = "BuildingNo";
  471. this.BuildingNo.ReadOnly = true;
  472. //
  473. // FloorNo
  474. //
  475. this.FloorNo.DataPropertyName = "FloorNo";
  476. this.FloorNo.HeaderText = "楼层";
  477. this.FloorNo.Name = "FloorNo";
  478. this.FloorNo.ReadOnly = true;
  479. //
  480. // GroutingLineNo
  481. //
  482. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  483. this.GroutingLineNo.HeaderText = "线号";
  484. this.GroutingLineNo.Name = "GroutingLineNo";
  485. this.GroutingLineNo.ReadOnly = true;
  486. //
  487. // begindate
  488. //
  489. this.begindate.DataPropertyName = "begindate";
  490. this.begindate.HeaderText = "变产开始日期";
  491. this.begindate.Name = "begindate";
  492. this.begindate.ReadOnly = true;
  493. //
  494. // enddate
  495. //
  496. this.enddate.DataPropertyName = "enddate";
  497. this.enddate.HeaderText = "变产结束日期";
  498. this.enddate.Name = "enddate";
  499. this.enddate.ReadOnly = true;
  500. //
  501. // goodsCodeB
  502. //
  503. this.goodsCodeB.DataPropertyName = "goodsCodeB";
  504. this.goodsCodeB.HeaderText = "变产前产品编码";
  505. this.goodsCodeB.Name = "goodsCodeB";
  506. this.goodsCodeB.ReadOnly = true;
  507. this.goodsCodeB.Width = 120;
  508. //
  509. // goodsCodeA
  510. //
  511. this.goodsCodeA.DataPropertyName = "goodsCodeA";
  512. this.goodsCodeA.HeaderText = "变产后产品编码";
  513. this.goodsCodeA.Name = "goodsCodeA";
  514. this.goodsCodeA.ReadOnly = true;
  515. this.goodsCodeA.Width = 120;
  516. //
  517. // F_PC_0501
  518. //
  519. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  520. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  521. this.ClientSize = new System.Drawing.Size(1016, 486);
  522. this.Controls.Add(this.dgvChangeInfo);
  523. this.Controls.Add(this.tsrOperate);
  524. this.Controls.Add(this.gbxCondition);
  525. this.Name = "F_PC_0501";
  526. this.Text = "F_PC_0501";
  527. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0501_FormClosed);
  528. this.Load += new System.EventHandler(this.F_PC_0501_Load);
  529. this.gbxCondition.ResumeLayout(false);
  530. this.gbxCondition.PerformLayout();
  531. this.tsrOperate.ResumeLayout(false);
  532. this.tsrOperate.PerformLayout();
  533. ((System.ComponentModel.ISupportInitialize)(this.dgvChangeInfo)).EndInit();
  534. this.ResumeLayout(false);
  535. }
  536. #endregion
  537. private Basics.BaseControls.C_GroupBox gbxCondition;
  538. private Basics.BaseControls.C_Label lblBuildingNo;
  539. private Basics.BaseControls.C_Label lblGroutingLineCode;
  540. private Basics.BaseControls.C_Button btnClearCondition;
  541. private Basics.BaseControls.C_Button btnSearch;
  542. private Basics.BaseControls.C_TextBox txtBuildingNo;
  543. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  544. private Basics.BaseControls.C_TextBox txtFloorNo;
  545. private Basics.BaseControls.C_Label lblFloorNo;
  546. private Basics.BaseControls.C_Label lblGroutingLineNo;
  547. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  548. private Basics.BaseControls.C_DateTimePicker dtpEndTime;
  549. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  550. private Basics.BaseControls.C_CheckBox cblStartTime;
  551. private Basics.BaseControls.C_Label lblGoodsCodeB;
  552. private Basics.BaseControls.C_TextBox txtGoodsCodeB;
  553. private Basics.BaseControls.C_ToolStrip tsrOperate;
  554. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  555. private System.Windows.Forms.ToolStripButton tsbtnClose;
  556. private Basics.BaseControls.C_TextBox txtGoodsCodeA;
  557. private Basics.BaseControls.C_Label lblGoodsCodeA;
  558. private Basics.BaseControls.C_DataGridView dgvChangeInfo;
  559. private Basics.BaseControls.C_CheckBox cblEndTime;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn begindate;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn enddate;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn goodsCodeB;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn goodsCodeA;
  569. }
  570. }