F_PM_2117.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2117
  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_2117));
  29. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  31. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.txtInCheckedNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  35. this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  36. this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  39. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.SuspendLayout();
  41. //
  42. // lblBarCode
  43. //
  44. this.lblBarCode.AutoSize = true;
  45. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  46. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  48. this.lblBarCode.Location = new System.Drawing.Point(31, 12);
  49. this.lblBarCode.Name = "lblBarCode";
  50. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  51. this.lblBarCode.TabIndex = 0;
  52. this.lblBarCode.Text = "盘点单号";
  53. //
  54. // dkProcedureSearchBox
  55. //
  56. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  57. this.dkProcedureSearchBox.DataSource = null;
  58. this.dkProcedureSearchBox.Enabled = true;
  59. this.dkProcedureSearchBox.IsEnablePurview = false;
  60. this.dkProcedureSearchBox.IsMustInput = false;
  61. this.dkProcedureSearchBox.Location = new System.Drawing.Point(30, 63);
  62. this.dkProcedureSearchBox.ModelType = null;
  63. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  64. this.dkProcedureSearchBox.ProcedureCode = "";
  65. this.dkProcedureSearchBox.ProcedureID = null;
  66. this.dkProcedureSearchBox.ProcedureIDS = null;
  67. this.dkProcedureSearchBox.ProcedureName = null;
  68. this.dkProcedureSearchBox.Purview = null;
  69. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  70. this.dkProcedureSearchBox.SelectMore = true;
  71. this.dkProcedureSearchBox.Size = new System.Drawing.Size(411, 21);
  72. this.dkProcedureSearchBox.TabIndex = 3;
  73. this.dkProcedureSearchBox.Title = "完成工序";
  74. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  75. //
  76. // btnClose
  77. //
  78. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  80. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  81. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  82. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btnClose.ForeColor = System.Drawing.Color.White;
  84. this.btnClose.Location = new System.Drawing.Point(360, 120);
  85. this.btnClose.Name = "btnClose";
  86. this.btnClose.Size = new System.Drawing.Size(85, 30);
  87. this.btnClose.TabIndex = 9;
  88. this.btnClose.Text = "关闭";
  89. this.btnClose.UseVisualStyleBackColor = false;
  90. //
  91. // btnSave
  92. //
  93. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  94. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  95. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  96. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.btnSave.ForeColor = System.Drawing.Color.White;
  98. this.btnSave.Location = new System.Drawing.Point(269, 120);
  99. this.btnSave.Name = "btnSave";
  100. this.btnSave.Size = new System.Drawing.Size(85, 30);
  101. this.btnSave.TabIndex = 8;
  102. this.btnSave.Text = "保存(&S)";
  103. this.btnSave.UseVisualStyleBackColor = false;
  104. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  105. //
  106. // txtInCheckedNo
  107. //
  108. this.txtInCheckedNo.BackColor = System.Drawing.SystemColors.Control;
  109. this.txtInCheckedNo.BackgroundColor = System.Drawing.SystemColors.Window;
  110. this.txtInCheckedNo.ErrorMessage = "";
  111. this.txtInCheckedNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.txtInCheckedNo.Location = new System.Drawing.Point(89, 9);
  113. this.txtInCheckedNo.Name = "txtInCheckedNo";
  114. this.txtInCheckedNo.ReadOnly = true;
  115. this.txtInCheckedNo.Size = new System.Drawing.Size(139, 21);
  116. this.txtInCheckedNo.TabIndex = 1;
  117. this.txtInCheckedNo.TextValue = "";
  118. //
  119. // chkDateTime
  120. //
  121. this.chkDateTime.AutoSize = true;
  122. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.chkDateTime.Location = new System.Drawing.Point(15, 94);
  124. this.chkDateTime.Name = "chkDateTime";
  125. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  126. this.chkDateTime.TabIndex = 4;
  127. this.chkDateTime.Text = "完成时间";
  128. this.chkDateTime.UseVisualStyleBackColor = true;
  129. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  130. //
  131. // dtpDateEnd
  132. //
  133. this.dtpDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  134. this.dtpDateEnd.Enabled = false;
  135. this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  137. this.dtpDateEnd.Location = new System.Drawing.Point(278, 93);
  138. this.dtpDateEnd.Name = "dtpDateEnd";
  139. this.dtpDateEnd.Size = new System.Drawing.Size(167, 21);
  140. this.dtpDateEnd.TabIndex = 7;
  141. //
  142. // dtpDateStart
  143. //
  144. this.dtpDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  145. this.dtpDateStart.Enabled = false;
  146. this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  148. this.dtpDateStart.Location = new System.Drawing.Point(91, 92);
  149. this.dtpDateStart.Name = "dtpDateStart";
  150. this.dtpDateStart.Size = new System.Drawing.Size(165, 21);
  151. this.dtpDateStart.TabIndex = 5;
  152. //
  153. // lblAccountDateEnd
  154. //
  155. this.lblAccountDateEnd.AutoSize = true;
  156. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  157. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this.lblAccountDateEnd.Location = new System.Drawing.Point(248, 97);
  160. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  161. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  162. this.lblAccountDateEnd.TabIndex = 6;
  163. this.lblAccountDateEnd.Text = " 至 ";
  164. //
  165. // scbGoods
  166. //
  167. this.scbGoods.CheckedData = null;
  168. this.scbGoods.DisplayMember = "GoodsCode";
  169. this.scbGoods.Location = new System.Drawing.Point(89, 36);
  170. this.scbGoods.MultiSelect = true;
  171. this.scbGoods.Name = "scbGoods";
  172. this.scbGoods.Size = new System.Drawing.Size(352, 21);
  173. this.scbGoods.TabIndex = 37;
  174. //
  175. // lblGoods
  176. //
  177. this.lblGoods.AutoSize = true;
  178. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  179. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  181. this.lblGoods.Location = new System.Drawing.Point(31, 41);
  182. this.lblGoods.Name = "lblGoods";
  183. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  184. this.lblGoods.TabIndex = 36;
  185. this.lblGoods.Text = "产品编码";
  186. //
  187. // F_PM_2117
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(457, 176);
  192. this.Controls.Add(this.scbGoods);
  193. this.Controls.Add(this.lblGoods);
  194. this.Controls.Add(this.chkDateTime);
  195. this.Controls.Add(this.dtpDateEnd);
  196. this.Controls.Add(this.dtpDateStart);
  197. this.Controls.Add(this.lblAccountDateEnd);
  198. this.Controls.Add(this.txtInCheckedNo);
  199. this.Controls.Add(this.btnClose);
  200. this.Controls.Add(this.btnSave);
  201. this.Controls.Add(this.lblBarCode);
  202. this.Controls.Add(this.dkProcedureSearchBox);
  203. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  204. this.IsSaveFormSize = false;
  205. this.MaximizeBox = false;
  206. this.MinimizeBox = false;
  207. this.Name = "F_PM_2117";
  208. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  209. this.Text = "清除未盘点数据";
  210. this.Load += new System.EventHandler(this.F_PM_2111_Load);
  211. this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
  212. this.Controls.SetChildIndex(this.lblBarCode, 0);
  213. this.Controls.SetChildIndex(this.btnSave, 0);
  214. this.Controls.SetChildIndex(this.btnClose, 0);
  215. this.Controls.SetChildIndex(this.txtInCheckedNo, 0);
  216. this.Controls.SetChildIndex(this.lblAccountDateEnd, 0);
  217. this.Controls.SetChildIndex(this.dtpDateStart, 0);
  218. this.Controls.SetChildIndex(this.dtpDateEnd, 0);
  219. this.Controls.SetChildIndex(this.chkDateTime, 0);
  220. this.Controls.SetChildIndex(this.lblGoods, 0);
  221. this.Controls.SetChildIndex(this.scbGoods, 0);
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private Basics.BaseControls.C_Label lblBarCode;
  227. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  228. private Basics.BaseControls.C_Button btnClose;
  229. private Basics.BaseControls.C_Button btnSave;
  230. private Basics.BaseControls.C_TextBox txtInCheckedNo;
  231. private Basics.BaseControls.C_CheckBox chkDateTime;
  232. private Basics.BaseControls.C_DateTimePicker dtpDateEnd;
  233. private Basics.BaseControls.C_DateTimePicker dtpDateStart;
  234. private Basics.BaseControls.C_Label lblAccountDateEnd;
  235. private Controls.SearchBox.ScbGoods scbGoods;
  236. private Basics.BaseControls.C_Label lblGoods;
  237. }
  238. }