F_PM_2109.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2109
  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_2109));
  29. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  32. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  34. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  35. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.SuspendLayout();
  38. //
  39. // btnClose
  40. //
  41. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  42. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  43. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  44. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  45. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.btnClose.ForeColor = System.Drawing.Color.White;
  47. this.btnClose.Location = new System.Drawing.Point(319, 75);
  48. this.btnClose.Name = "btnClose";
  49. this.btnClose.Size = new System.Drawing.Size(85, 30);
  50. this.btnClose.TabIndex = 6;
  51. this.btnClose.Text = "关闭";
  52. this.btnClose.UseVisualStyleBackColor = false;
  53. //
  54. // btnSave
  55. //
  56. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  57. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  58. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  59. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.btnSave.ForeColor = System.Drawing.Color.White;
  61. this.btnSave.Location = new System.Drawing.Point(228, 75);
  62. this.btnSave.Name = "btnSave";
  63. this.btnSave.Size = new System.Drawing.Size(85, 30);
  64. this.btnSave.TabIndex = 5;
  65. this.btnSave.Text = "保存(&S)";
  66. this.btnSave.UseVisualStyleBackColor = false;
  67. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  68. //
  69. // dtpUpdateTimeStart
  70. //
  71. this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd";
  72. this.dtpUpdateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.dtpUpdateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  74. this.dtpUpdateTimeStart.Location = new System.Drawing.Point(71, 45);
  75. this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart";
  76. this.dtpUpdateTimeStart.Size = new System.Drawing.Size(135, 21);
  77. this.dtpUpdateTimeStart.TabIndex = 19;
  78. //
  79. // lblBarCode
  80. //
  81. this.lblBarCode.AutoSize = true;
  82. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  83. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.lblBarCode.Location = new System.Drawing.Point(12, 51);
  86. this.lblBarCode.Name = "lblBarCode";
  87. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  88. this.lblBarCode.TabIndex = 18;
  89. this.lblBarCode.Text = "完成日期";
  90. //
  91. // dkProcedureSearchBox
  92. //
  93. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  94. this.dkProcedureSearchBox.DataSource = null;
  95. this.dkProcedureSearchBox.Enabled = true;
  96. this.dkProcedureSearchBox.IsEnablePurview = false;
  97. this.dkProcedureSearchBox.IsMustInput = false;
  98. this.dkProcedureSearchBox.Location = new System.Drawing.Point(216, 12);
  99. this.dkProcedureSearchBox.ModelType = null;
  100. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  101. this.dkProcedureSearchBox.ProcedureCode = "";
  102. this.dkProcedureSearchBox.ProcedureID = null;
  103. this.dkProcedureSearchBox.ProcedureIDS = null;
  104. this.dkProcedureSearchBox.ProcedureName = null;
  105. this.dkProcedureSearchBox.Purview = null;
  106. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  107. this.dkProcedureSearchBox.SelectMore = true;
  108. this.dkProcedureSearchBox.Size = new System.Drawing.Size(188, 21);
  109. this.dkProcedureSearchBox.TabIndex = 17;
  110. this.dkProcedureSearchBox.Title = "完成工序";
  111. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  112. //
  113. // dkproductionLineSearchBox
  114. //
  115. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  116. this.dkproductionLineSearchBox.DataSource = null;
  117. this.dkproductionLineSearchBox.Enabled = true;
  118. this.dkproductionLineSearchBox.IsEnablePurview = false;
  119. this.dkproductionLineSearchBox.IsMustInput = false;
  120. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 12);
  121. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  122. this.dkproductionLineSearchBox.ProductionLineCode = "";
  123. this.dkproductionLineSearchBox.ProductionLineID = null;
  124. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  125. this.dkproductionLineSearchBox.ProductionLineName = null;
  126. this.dkproductionLineSearchBox.Purview = null;
  127. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  128. this.dkproductionLineSearchBox.SelectMore = true;
  129. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21);
  130. this.dkproductionLineSearchBox.TabIndex = 16;
  131. this.dkproductionLineSearchBox.Title = " 生产线";
  132. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  133. //
  134. // c_Label1
  135. //
  136. this.c_Label1.AutoSize = true;
  137. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  138. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  140. this.c_Label1.Location = new System.Drawing.Point(222, 48);
  141. this.c_Label1.Name = "c_Label1";
  142. this.c_Label1.Size = new System.Drawing.Size(11, 12);
  143. this.c_Label1.TabIndex = 21;
  144. this.c_Label1.Text = "-";
  145. //
  146. // dtpUpdateTimeEnd
  147. //
  148. this.dtpUpdateTimeEnd.CustomFormat = "yyyy-MM-dd";
  149. this.dtpUpdateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dtpUpdateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  151. this.dtpUpdateTimeEnd.Location = new System.Drawing.Point(253, 45);
  152. this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd";
  153. this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(149, 21);
  154. this.dtpUpdateTimeEnd.TabIndex = 20;
  155. //
  156. // F_PM_2109
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.CancelButton = this.btnClose;
  161. this.ClientSize = new System.Drawing.Size(438, 134);
  162. this.Controls.Add(this.c_Label1);
  163. this.Controls.Add(this.dtpUpdateTimeEnd);
  164. this.Controls.Add(this.dtpUpdateTimeStart);
  165. this.Controls.Add(this.lblBarCode);
  166. this.Controls.Add(this.dkProcedureSearchBox);
  167. this.Controls.Add(this.dkproductionLineSearchBox);
  168. this.Controls.Add(this.btnClose);
  169. this.Controls.Add(this.btnSave);
  170. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  171. this.IsSaveFormSize = false;
  172. this.MaximizeBox = false;
  173. this.MinimizeBox = false;
  174. this.Name = "F_PM_2109";
  175. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  176. this.Text = "清除在产残留数据-批量删除";
  177. this.Load += new System.EventHandler(this.F_PM_2102_Load);
  178. this.Controls.SetChildIndex(this.btnSave, 0);
  179. this.Controls.SetChildIndex(this.btnClose, 0);
  180. this.Controls.SetChildIndex(this.dkproductionLineSearchBox, 0);
  181. this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
  182. this.Controls.SetChildIndex(this.lblBarCode, 0);
  183. this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0);
  184. this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0);
  185. this.Controls.SetChildIndex(this.c_Label1, 0);
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private Basics.BaseControls.C_Button btnClose;
  191. private Basics.BaseControls.C_Button btnSave;
  192. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart;
  193. private Basics.BaseControls.C_Label lblBarCode;
  194. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  195. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  196. private Basics.BaseControls.C_Label c_Label1;
  197. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd;
  198. }
  199. }