F_PM_2113.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2113
  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_2113));
  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.cmbDataSource = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  40. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  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(70, 39);
  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(11, 45);
  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(424, 13);
  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(210, 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(221, 42);
  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(252, 39);
  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(11, 75);
  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(69, 70);
  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(221, 75);
  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(252, 70);
  171. this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
  172. this.dtpScrapDateEnd.Size = new System.Drawing.Size(149, 21);
  173. this.dtpScrapDateEnd.TabIndex = 20;
  174. //
  175. // cmbDataSource
  176. //
  177. this.cmbDataSource.BackColor = System.Drawing.SystemColors.Window;
  178. this.cmbDataSource.BackgroundColor = System.Drawing.SystemColors.Window;
  179. this.cmbDataSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.cmbDataSource.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.cmbDataSource.FormattingEnabled = true;
  182. this.cmbDataSource.Location = new System.Drawing.Point(69, 12);
  183. this.cmbDataSource.Name = "cmbDataSource";
  184. this.cmbDataSource.Size = new System.Drawing.Size(135, 20);
  185. this.cmbDataSource.TabIndex = 27;
  186. this.cmbDataSource.SelectedIndexChanged += new System.EventHandler(this.cmbDataSource_SelectedIndexChanged);
  187. //
  188. // c_Label4
  189. //
  190. this.c_Label4.AutoSize = true;
  191. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  192. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  194. this.c_Label4.Location = new System.Drawing.Point(10, 18);
  195. this.c_Label4.Name = "c_Label4";
  196. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  197. this.c_Label4.TabIndex = 26;
  198. this.c_Label4.Text = "数据来源";
  199. //
  200. // btnClose
  201. //
  202. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  203. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  204. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  205. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  206. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.btnClose.ForeColor = System.Drawing.Color.White;
  208. this.btnClose.Location = new System.Drawing.Point(527, 112);
  209. this.btnClose.Name = "btnClose";
  210. this.btnClose.Size = new System.Drawing.Size(85, 30);
  211. this.btnClose.TabIndex = 29;
  212. this.btnClose.Text = "关闭";
  213. this.btnClose.UseVisualStyleBackColor = false;
  214. //
  215. // btnSave
  216. //
  217. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  218. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  219. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  220. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.btnSave.ForeColor = System.Drawing.Color.White;
  222. this.btnSave.Location = new System.Drawing.Point(436, 112);
  223. this.btnSave.Name = "btnSave";
  224. this.btnSave.Size = new System.Drawing.Size(85, 30);
  225. this.btnSave.TabIndex = 28;
  226. this.btnSave.Text = "保存(&S)";
  227. this.btnSave.UseVisualStyleBackColor = false;
  228. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  229. //
  230. // F_PM_2113
  231. //
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.CancelButton = this.btnClose;
  235. this.ClientSize = new System.Drawing.Size(640, 188);
  236. this.Controls.Add(this.btnClose);
  237. this.Controls.Add(this.btnSave);
  238. this.Controls.Add(this.cmbDataSource);
  239. this.Controls.Add(this.c_Label4);
  240. this.Controls.Add(this.c_Label3);
  241. this.Controls.Add(this.c_Label1);
  242. this.Controls.Add(this.dtpScrapDateEnd);
  243. this.Controls.Add(this.dtpUpdateTimeEnd);
  244. this.Controls.Add(this.dtpScrapDateStart);
  245. this.Controls.Add(this.dtpUpdateTimeStart);
  246. this.Controls.Add(this.c_Label2);
  247. this.Controls.Add(this.lblBarCode);
  248. this.Controls.Add(this.dkProcedureSearchBox);
  249. this.Controls.Add(this.dkproductionLineSearchBox);
  250. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  251. this.IsSaveFormSize = false;
  252. this.MaximizeBox = false;
  253. this.MinimizeBox = false;
  254. this.Name = "F_PM_2113";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "清除在产临时残留数据-批量删除";
  257. this.Load += new System.EventHandler(this.F_PM_2113_Load);
  258. this.Controls.SetChildIndex(this.dkproductionLineSearchBox, 0);
  259. this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
  260. this.Controls.SetChildIndex(this.lblBarCode, 0);
  261. this.Controls.SetChildIndex(this.c_Label2, 0);
  262. this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0);
  263. this.Controls.SetChildIndex(this.dtpScrapDateStart, 0);
  264. this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0);
  265. this.Controls.SetChildIndex(this.dtpScrapDateEnd, 0);
  266. this.Controls.SetChildIndex(this.c_Label1, 0);
  267. this.Controls.SetChildIndex(this.c_Label3, 0);
  268. this.Controls.SetChildIndex(this.c_Label4, 0);
  269. this.Controls.SetChildIndex(this.cmbDataSource, 0);
  270. this.Controls.SetChildIndex(this.btnSave, 0);
  271. this.Controls.SetChildIndex(this.btnClose, 0);
  272. this.ResumeLayout(false);
  273. this.PerformLayout();
  274. }
  275. #endregion
  276. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart;
  277. private Basics.BaseControls.C_Label lblBarCode;
  278. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  279. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  280. private Basics.BaseControls.C_Label c_Label1;
  281. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd;
  282. private Basics.BaseControls.C_Label c_Label2;
  283. private Basics.BaseControls.C_DateTimePicker dtpScrapDateStart;
  284. private Basics.BaseControls.C_Label c_Label3;
  285. private Basics.BaseControls.C_DateTimePicker dtpScrapDateEnd;
  286. private Basics.BaseControls.C_ComboBox cmbDataSource;
  287. private Basics.BaseControls.C_Label c_Label4;
  288. private Basics.BaseControls.C_Button btnClose;
  289. private Basics.BaseControls.C_Button btnSave;
  290. }
  291. }