F_PM_2111.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2111
  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_PM_2111));
  29. this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  30. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  32. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  33. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dtpScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.comGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  42. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.SuspendLayout();
  44. //
  45. // dtpUpdateTimeStart
  46. //
  47. this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd";
  48. this.dtpUpdateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.dtpUpdateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  50. this.dtpUpdateTimeStart.Location = new System.Drawing.Point(71, 45);
  51. this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart";
  52. this.dtpUpdateTimeStart.Size = new System.Drawing.Size(135, 21);
  53. this.dtpUpdateTimeStart.TabIndex = 19;
  54. //
  55. // lblBarCode
  56. //
  57. this.lblBarCode.AutoSize = true;
  58. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  59. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  61. this.lblBarCode.Location = new System.Drawing.Point(12, 51);
  62. this.lblBarCode.Name = "lblBarCode";
  63. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  64. this.lblBarCode.TabIndex = 18;
  65. this.lblBarCode.Text = "完成日期";
  66. //
  67. // dkProcedureSearchBox
  68. //
  69. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  70. this.dkProcedureSearchBox.DataSource = null;
  71. this.dkProcedureSearchBox.Enabled = true;
  72. this.dkProcedureSearchBox.IsEnablePurview = false;
  73. this.dkProcedureSearchBox.IsMustInput = false;
  74. this.dkProcedureSearchBox.Location = new System.Drawing.Point(216, 12);
  75. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  76. this.dkProcedureSearchBox.ProcedureCode = "";
  77. this.dkProcedureSearchBox.ProcedureID = null;
  78. this.dkProcedureSearchBox.ProcedureIDS = null;
  79. this.dkProcedureSearchBox.ProcedureName = null;
  80. this.dkProcedureSearchBox.Purview = null;
  81. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  82. this.dkProcedureSearchBox.SelectMore = true;
  83. this.dkProcedureSearchBox.Size = new System.Drawing.Size(188, 21);
  84. this.dkProcedureSearchBox.TabIndex = 17;
  85. this.dkProcedureSearchBox.Title = "完成工序";
  86. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  87. //
  88. // dkproductionLineSearchBox
  89. //
  90. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  91. this.dkproductionLineSearchBox.DataSource = null;
  92. this.dkproductionLineSearchBox.Enabled = true;
  93. this.dkproductionLineSearchBox.IsEnablePurview = false;
  94. this.dkproductionLineSearchBox.IsMustInput = false;
  95. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 12);
  96. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  97. this.dkproductionLineSearchBox.ProductionLineCode = "";
  98. this.dkproductionLineSearchBox.ProductionLineID = null;
  99. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  100. this.dkproductionLineSearchBox.ProductionLineName = null;
  101. this.dkproductionLineSearchBox.Purview = null;
  102. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  103. this.dkproductionLineSearchBox.SelectMore = true;
  104. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21);
  105. this.dkproductionLineSearchBox.TabIndex = 16;
  106. this.dkproductionLineSearchBox.Title = " 生产线";
  107. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  108. //
  109. // c_Label1
  110. //
  111. this.c_Label1.AutoSize = true;
  112. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  113. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  115. this.c_Label1.Location = new System.Drawing.Point(222, 48);
  116. this.c_Label1.Name = "c_Label1";
  117. this.c_Label1.Size = new System.Drawing.Size(11, 12);
  118. this.c_Label1.TabIndex = 21;
  119. this.c_Label1.Text = "-";
  120. //
  121. // dtpUpdateTimeEnd
  122. //
  123. this.dtpUpdateTimeEnd.CustomFormat = "yyyy-MM-dd";
  124. this.dtpUpdateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.dtpUpdateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  126. this.dtpUpdateTimeEnd.Location = new System.Drawing.Point(253, 45);
  127. this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd";
  128. this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(149, 21);
  129. this.dtpUpdateTimeEnd.TabIndex = 20;
  130. //
  131. // c_Label2
  132. //
  133. this.c_Label2.AutoSize = true;
  134. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  135. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.c_Label2.Location = new System.Drawing.Point(12, 81);
  138. this.c_Label2.Name = "c_Label2";
  139. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  140. this.c_Label2.TabIndex = 18;
  141. this.c_Label2.Text = "报废日期";
  142. //
  143. // dtpScrapDateStart
  144. //
  145. this.dtpScrapDateStart.CustomFormat = "yyyy-MM-dd";
  146. this.dtpScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dtpScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  148. this.dtpScrapDateStart.Location = new System.Drawing.Point(70, 76);
  149. this.dtpScrapDateStart.Name = "dtpScrapDateStart";
  150. this.dtpScrapDateStart.Size = new System.Drawing.Size(135, 21);
  151. this.dtpScrapDateStart.TabIndex = 19;
  152. //
  153. // c_Label3
  154. //
  155. this.c_Label3.AutoSize = true;
  156. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  157. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this.c_Label3.Location = new System.Drawing.Point(222, 81);
  160. this.c_Label3.Name = "c_Label3";
  161. this.c_Label3.Size = new System.Drawing.Size(11, 12);
  162. this.c_Label3.TabIndex = 21;
  163. this.c_Label3.Text = "-";
  164. //
  165. // dtpScrapDateEnd
  166. //
  167. this.dtpScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  168. this.dtpScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.dtpScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  170. this.dtpScrapDateEnd.Location = new System.Drawing.Point(253, 76);
  171. this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
  172. this.dtpScrapDateEnd.Size = new System.Drawing.Size(149, 21);
  173. this.dtpScrapDateEnd.TabIndex = 20;
  174. //
  175. // btnClose
  176. //
  177. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  178. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  179. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  180. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  181. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.btnClose.ForeColor = System.Drawing.Color.White;
  183. this.btnClose.Location = new System.Drawing.Point(344, 124);
  184. this.btnClose.Name = "btnClose";
  185. this.btnClose.Size = new System.Drawing.Size(85, 30);
  186. this.btnClose.TabIndex = 23;
  187. this.btnClose.Text = "关闭";
  188. this.btnClose.UseVisualStyleBackColor = false;
  189. //
  190. // btnSave
  191. //
  192. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  193. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  194. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  195. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.btnSave.ForeColor = System.Drawing.Color.White;
  197. this.btnSave.Location = new System.Drawing.Point(253, 124);
  198. this.btnSave.Name = "btnSave";
  199. this.btnSave.Size = new System.Drawing.Size(85, 30);
  200. this.btnSave.TabIndex = 22;
  201. this.btnSave.Text = "保存(&S)";
  202. this.btnSave.UseVisualStyleBackColor = false;
  203. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  204. //
  205. // comGoodsType
  206. //
  207. this.comGoodsType.BackColor = System.Drawing.SystemColors.Window;
  208. this.comGoodsType.BackgroundColor = System.Drawing.SystemColors.Window;
  209. this.comGoodsType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  210. this.comGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.comGoodsType.FormattingEnabled = true;
  212. this.comGoodsType.Location = new System.Drawing.Point(69, 112);
  213. this.comGoodsType.Name = "comGoodsType";
  214. this.comGoodsType.Size = new System.Drawing.Size(135, 20);
  215. this.comGoodsType.TabIndex = 25;
  216. //
  217. // lblGoodsType
  218. //
  219. this.lblGoodsType.AutoSize = true;
  220. this.lblGoodsType.BackColor = System.Drawing.Color.Transparent;
  221. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this.lblGoodsType.Location = new System.Drawing.Point(9, 116);
  224. this.lblGoodsType.Name = "lblGoodsType";
  225. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  226. this.lblGoodsType.TabIndex = 24;
  227. this.lblGoodsType.Text = "产品分级";
  228. //
  229. // F_PM_2111
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.ClientSize = new System.Drawing.Size(469, 188);
  234. this.Controls.Add(this.comGoodsType);
  235. this.Controls.Add(this.lblGoodsType);
  236. this.Controls.Add(this.btnClose);
  237. this.Controls.Add(this.btnSave);
  238. this.Controls.Add(this.c_Label3);
  239. this.Controls.Add(this.c_Label1);
  240. this.Controls.Add(this.dtpScrapDateEnd);
  241. this.Controls.Add(this.dtpUpdateTimeEnd);
  242. this.Controls.Add(this.dtpScrapDateStart);
  243. this.Controls.Add(this.dtpUpdateTimeStart);
  244. this.Controls.Add(this.c_Label2);
  245. this.Controls.Add(this.lblBarCode);
  246. this.Controls.Add(this.dkProcedureSearchBox);
  247. this.Controls.Add(this.dkproductionLineSearchBox);
  248. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  249. this.IsSaveFormSize = false;
  250. this.MaximizeBox = false;
  251. this.MinimizeBox = false;
  252. this.Name = "F_PM_2111";
  253. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  254. this.Text = "清除在产回收站残留数据-批量删除";
  255. this.Load += new System.EventHandler(this.F_PM_2111_Load);
  256. this.Controls.SetChildIndex(this.dkproductionLineSearchBox, 0);
  257. this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
  258. this.Controls.SetChildIndex(this.lblBarCode, 0);
  259. this.Controls.SetChildIndex(this.c_Label2, 0);
  260. this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0);
  261. this.Controls.SetChildIndex(this.dtpScrapDateStart, 0);
  262. this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0);
  263. this.Controls.SetChildIndex(this.dtpScrapDateEnd, 0);
  264. this.Controls.SetChildIndex(this.c_Label1, 0);
  265. this.Controls.SetChildIndex(this.c_Label3, 0);
  266. this.Controls.SetChildIndex(this.btnSave, 0);
  267. this.Controls.SetChildIndex(this.btnClose, 0);
  268. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  269. this.Controls.SetChildIndex(this.comGoodsType, 0);
  270. this.ResumeLayout(false);
  271. this.PerformLayout();
  272. }
  273. #endregion
  274. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart;
  275. private Basics.BaseControls.C_Label lblBarCode;
  276. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  277. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  278. private Basics.BaseControls.C_Label c_Label1;
  279. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd;
  280. private Basics.BaseControls.C_Label c_Label2;
  281. private Basics.BaseControls.C_DateTimePicker dtpScrapDateStart;
  282. private Basics.BaseControls.C_Label c_Label3;
  283. private Basics.BaseControls.C_DateTimePicker dtpScrapDateEnd;
  284. private Basics.BaseControls.C_Button btnClose;
  285. private Basics.BaseControls.C_Button btnSave;
  286. private Basics.BaseControls.C_ComboBox comGoodsType;
  287. private Basics.BaseControls.C_Label lblGoodsType;
  288. }
  289. }