F_PM_2102.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2102
  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_2102));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  37. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  40. this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtInvoiceName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.dgvFunctionUsers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  52. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  53. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // txtRemarks
  58. //
  59. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  60. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  61. this.txtRemarks.ErrorMessage = "";
  62. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.txtRemarks.Location = new System.Drawing.Point(82, 115);
  64. this.txtRemarks.MaxLength = 500;
  65. this.txtRemarks.Multiline = true;
  66. this.txtRemarks.Name = "txtRemarks";
  67. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  68. this.txtRemarks.Size = new System.Drawing.Size(360, 92);
  69. this.txtRemarks.TabIndex = 9;
  70. this.txtRemarks.TextValue = "";
  71. //
  72. // c_Label1
  73. //
  74. this.c_Label1.AutoSize = true;
  75. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  76. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.c_Label1.Location = new System.Drawing.Point(46, 118);
  78. this.c_Label1.Name = "c_Label1";
  79. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  80. this.c_Label1.TabIndex = 8;
  81. this.c_Label1.Text = "备注";
  82. //
  83. // dkProcedureSearchBox
  84. //
  85. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  86. this.dkProcedureSearchBox.DataSource = null;
  87. this.dkProcedureSearchBox.Enabled = true;
  88. this.dkProcedureSearchBox.IsEnablePurview = false;
  89. this.dkProcedureSearchBox.IsMustInput = false;
  90. this.dkProcedureSearchBox.Location = new System.Drawing.Point(22, 38);
  91. this.dkProcedureSearchBox.ModelType = null;
  92. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  93. this.dkProcedureSearchBox.ProcedureCode = "";
  94. this.dkProcedureSearchBox.ProcedureID = null;
  95. this.dkProcedureSearchBox.ProcedureIDS = null;
  96. this.dkProcedureSearchBox.ProcedureName = null;
  97. this.dkProcedureSearchBox.Purview = null;
  98. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  99. this.dkProcedureSearchBox.SelectMore = true;
  100. this.dkProcedureSearchBox.Size = new System.Drawing.Size(421, 21);
  101. this.dkProcedureSearchBox.TabIndex = 6;
  102. this.dkProcedureSearchBox.Title = "盘点工序";
  103. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  104. //
  105. // btnClose
  106. //
  107. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  109. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  110. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  111. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.btnClose.ForeColor = System.Drawing.Color.White;
  113. this.btnClose.Location = new System.Drawing.Point(357, 436);
  114. this.btnClose.Name = "btnClose";
  115. this.btnClose.Size = new System.Drawing.Size(85, 30);
  116. this.btnClose.TabIndex = 6;
  117. this.btnClose.Text = "关闭";
  118. this.btnClose.UseVisualStyleBackColor = false;
  119. //
  120. // btnSave
  121. //
  122. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  123. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  124. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  125. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnSave.ForeColor = System.Drawing.Color.White;
  127. this.btnSave.Location = new System.Drawing.Point(266, 436);
  128. this.btnSave.Name = "btnSave";
  129. this.btnSave.Size = new System.Drawing.Size(85, 30);
  130. this.btnSave.TabIndex = 5;
  131. this.btnSave.Text = "保存(&S)";
  132. this.btnSave.UseVisualStyleBackColor = false;
  133. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  134. //
  135. // chkDateTime
  136. //
  137. this.chkDateTime.AutoSize = true;
  138. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.chkDateTime.Location = new System.Drawing.Point(6, 66);
  140. this.chkDateTime.Name = "chkDateTime";
  141. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  142. this.chkDateTime.TabIndex = 33;
  143. this.chkDateTime.Text = "完成时间";
  144. this.chkDateTime.UseVisualStyleBackColor = true;
  145. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  146. //
  147. // dtpDateEnd
  148. //
  149. this.dtpDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  150. this.dtpDateEnd.Enabled = false;
  151. this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  153. this.dtpDateEnd.Location = new System.Drawing.Point(300, 64);
  154. this.dtpDateEnd.Name = "dtpDateEnd";
  155. this.dtpDateEnd.Size = new System.Drawing.Size(142, 21);
  156. this.dtpDateEnd.TabIndex = 31;
  157. //
  158. // dtpDateStart
  159. //
  160. this.dtpDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  161. this.dtpDateStart.Enabled = false;
  162. this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  164. this.dtpDateStart.Location = new System.Drawing.Point(82, 64);
  165. this.dtpDateStart.Name = "dtpDateStart";
  166. this.dtpDateStart.Size = new System.Drawing.Size(153, 21);
  167. this.dtpDateStart.TabIndex = 30;
  168. //
  169. // lblAccountDateEnd
  170. //
  171. this.lblAccountDateEnd.AutoSize = true;
  172. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  173. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  175. this.lblAccountDateEnd.Location = new System.Drawing.Point(265, 70);
  176. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  177. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  178. this.lblAccountDateEnd.TabIndex = 32;
  179. this.lblAccountDateEnd.Text = "至";
  180. //
  181. // c_Label2
  182. //
  183. this.c_Label2.AutoSize = true;
  184. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  185. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.c_Label2.Location = new System.Drawing.Point(22, 14);
  187. this.c_Label2.Name = "c_Label2";
  188. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  189. this.c_Label2.TabIndex = 8;
  190. this.c_Label2.Text = "盘点单名";
  191. //
  192. // txtInvoiceName
  193. //
  194. this.txtInvoiceName.BackColor = System.Drawing.SystemColors.Window;
  195. this.txtInvoiceName.BackgroundColor = System.Drawing.SystemColors.Window;
  196. this.txtInvoiceName.ErrorMessage = "";
  197. this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.txtInvoiceName.Location = new System.Drawing.Point(81, 8);
  199. this.txtInvoiceName.MaxLength = 100;
  200. this.txtInvoiceName.Multiline = true;
  201. this.txtInvoiceName.Name = "txtInvoiceName";
  202. this.txtInvoiceName.Size = new System.Drawing.Size(362, 23);
  203. this.txtInvoiceName.TabIndex = 9;
  204. this.txtInvoiceName.TextValue = "";
  205. //
  206. // dgvFunctionUsers
  207. //
  208. this.dgvFunctionUsers.AllowUserToModifyRows = true;
  209. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  210. this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  211. this.dgvFunctionUsers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Left)));
  213. this.dgvFunctionUsers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  214. this.dgvFunctionUsers.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  215. this.dgvFunctionUsers.CellHeight = 23;
  216. this.dgvFunctionUsers.ChildNodeColumnName = null;
  217. this.dgvFunctionUsers.ChildNodeColumnText = null;
  218. this.dgvFunctionUsers.ColumnDeep = 1;
  219. this.dgvFunctionUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  220. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  221. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  222. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  224. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  225. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  226. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  227. this.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  228. this.dgvFunctionUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  229. this.dgvFunctionUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  230. this.UserCode,
  231. this.UserName,
  232. this.UserID});
  233. this.dgvFunctionUsers.ColumnTreeView = null;
  234. this.dgvFunctionUsers.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  235. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  236. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  237. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  239. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  240. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  241. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  242. this.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle8;
  243. this.dgvFunctionUsers.DynamicColumnName = "";
  244. this.dgvFunctionUsers.EnableHeadersVisualStyles = false;
  245. this.dgvFunctionUsers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.dgvFunctionUsers.FormatQuantityColumns = null;
  247. this.dgvFunctionUsers.HorizontalMergeColumn = null;
  248. this.dgvFunctionUsers.IsAutoCountSum = true;
  249. this.dgvFunctionUsers.IsAutoResizeColumns = false;
  250. this.dgvFunctionUsers.IsClickF12 = false;
  251. this.dgvFunctionUsers.IsOpenMergeCellFlag = false;
  252. this.dgvFunctionUsers.IsSubTotalFlag = false;
  253. this.dgvFunctionUsers.IsTopDeep = false;
  254. this.dgvFunctionUsers.Location = new System.Drawing.Point(83, 213);
  255. this.dgvFunctionUsers.MergeColumnNames = null;
  256. this.dgvFunctionUsers.MergeDetailColumnNames = null;
  257. this.dgvFunctionUsers.MergeDetailOnlyColumn = null;
  258. this.dgvFunctionUsers.MergeOnlyColumn = null;
  259. this.dgvFunctionUsers.MultiSelect = false;
  260. this.dgvFunctionUsers.Name = "dgvFunctionUsers";
  261. this.dgvFunctionUsers.RefreshAtHscroll = false;
  262. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  263. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  264. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  266. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  267. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  268. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  269. this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  270. this.dgvFunctionUsers.RowHeadersWidth = 50;
  271. this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  272. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  273. this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle10;
  274. this.dgvFunctionUsers.RowTemplate.Height = 21;
  275. this.dgvFunctionUsers.Size = new System.Drawing.Size(359, 217);
  276. this.dgvFunctionUsers.SortOrderColumnName = null;
  277. this.dgvFunctionUsers.TabIndex = 35;
  278. this.dgvFunctionUsers.Tag = true;
  279. this.dgvFunctionUsers.TotalSumColumns = null;
  280. this.dgvFunctionUsers.ViewRowFilter = "";
  281. this.dgvFunctionUsers.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvFunctionUsers_CellBeginEdit);
  282. this.dgvFunctionUsers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFunctionUsers_CellValueChanged);
  283. this.dgvFunctionUsers.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvFunctionUsers_UserDeletingRow);
  284. //
  285. // UserCode
  286. //
  287. this.UserCode.DataPropertyName = "UserCode";
  288. this.UserCode.HeaderText = "用户编码";
  289. this.UserCode.Name = "UserCode";
  290. this.UserCode.Width = 80;
  291. //
  292. // UserName
  293. //
  294. this.UserName.DataPropertyName = "UserName";
  295. this.UserName.HeaderText = "用户名称";
  296. this.UserName.Name = "UserName";
  297. this.UserName.ReadOnly = true;
  298. this.UserName.Width = 80;
  299. //
  300. // UserID
  301. //
  302. this.UserID.DataPropertyName = "UserID";
  303. this.UserID.HeaderText = "UserID";
  304. this.UserID.Name = "UserID";
  305. this.UserID.Visible = false;
  306. //
  307. // c_Label3
  308. //
  309. this.c_Label3.AutoSize = true;
  310. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  311. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.c_Label3.Location = new System.Drawing.Point(20, 216);
  313. this.c_Label3.Name = "c_Label3";
  314. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  315. this.c_Label3.TabIndex = 8;
  316. this.c_Label3.Text = "盘点工号";
  317. //
  318. // lblGoodsType
  319. //
  320. this.lblGoodsType.AutoSize = true;
  321. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  322. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this.lblGoodsType.Location = new System.Drawing.Point(24, 93);
  325. this.lblGoodsType.Name = "lblGoodsType";
  326. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  327. this.lblGoodsType.TabIndex = 37;
  328. this.lblGoodsType.Text = "产品类别";
  329. //
  330. // scbGoodsType
  331. //
  332. this.scbGoodsType.CheckedData = null;
  333. this.scbGoodsType.IsOnlyDisplayEnd = false;
  334. this.scbGoodsType.Location = new System.Drawing.Point(81, 89);
  335. this.scbGoodsType.Name = "scbGoodsType";
  336. this.scbGoodsType.Size = new System.Drawing.Size(154, 21);
  337. this.scbGoodsType.TabIndex = 36;
  338. //
  339. // scbGoods
  340. //
  341. this.scbGoods.CheckedData = null;
  342. this.scbGoods.DisplayMember = "GoodsCode";
  343. this.scbGoods.Location = new System.Drawing.Point(300, 89);
  344. this.scbGoods.MultiSelect = true;
  345. this.scbGoods.Name = "scbGoods";
  346. this.scbGoods.Size = new System.Drawing.Size(142, 21);
  347. this.scbGoods.TabIndex = 39;
  348. //
  349. // lblGoods
  350. //
  351. this.lblGoods.AutoSize = true;
  352. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  353. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  355. this.lblGoods.Location = new System.Drawing.Point(241, 93);
  356. this.lblGoods.Name = "lblGoods";
  357. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  358. this.lblGoods.TabIndex = 38;
  359. this.lblGoods.Text = "产品编码";
  360. //
  361. // F_PM_2102
  362. //
  363. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  364. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  365. this.CancelButton = this.btnClose;
  366. this.ClientSize = new System.Drawing.Size(455, 491);
  367. this.Controls.Add(this.scbGoods);
  368. this.Controls.Add(this.lblGoods);
  369. this.Controls.Add(this.lblGoodsType);
  370. this.Controls.Add(this.scbGoodsType);
  371. this.Controls.Add(this.dgvFunctionUsers);
  372. this.Controls.Add(this.chkDateTime);
  373. this.Controls.Add(this.dtpDateEnd);
  374. this.Controls.Add(this.dtpDateStart);
  375. this.Controls.Add(this.lblAccountDateEnd);
  376. this.Controls.Add(this.txtInvoiceName);
  377. this.Controls.Add(this.txtRemarks);
  378. this.Controls.Add(this.btnClose);
  379. this.Controls.Add(this.c_Label3);
  380. this.Controls.Add(this.c_Label2);
  381. this.Controls.Add(this.c_Label1);
  382. this.Controls.Add(this.btnSave);
  383. this.Controls.Add(this.dkProcedureSearchBox);
  384. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  385. this.IsSaveFormSize = false;
  386. this.MaximizeBox = false;
  387. this.MinimizeBox = false;
  388. this.Name = "F_PM_2102";
  389. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  390. this.StatusSizingGrip = false;
  391. this.Text = "新建盘点单";
  392. this.Load += new System.EventHandler(this.F_PM_2102_Load);
  393. this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
  394. this.Controls.SetChildIndex(this.btnSave, 0);
  395. this.Controls.SetChildIndex(this.c_Label1, 0);
  396. this.Controls.SetChildIndex(this.c_Label2, 0);
  397. this.Controls.SetChildIndex(this.c_Label3, 0);
  398. this.Controls.SetChildIndex(this.btnClose, 0);
  399. this.Controls.SetChildIndex(this.txtRemarks, 0);
  400. this.Controls.SetChildIndex(this.txtInvoiceName, 0);
  401. this.Controls.SetChildIndex(this.lblAccountDateEnd, 0);
  402. this.Controls.SetChildIndex(this.dtpDateStart, 0);
  403. this.Controls.SetChildIndex(this.dtpDateEnd, 0);
  404. this.Controls.SetChildIndex(this.chkDateTime, 0);
  405. this.Controls.SetChildIndex(this.dgvFunctionUsers, 0);
  406. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  407. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  408. this.Controls.SetChildIndex(this.lblGoods, 0);
  409. this.Controls.SetChildIndex(this.scbGoods, 0);
  410. ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).EndInit();
  411. this.ResumeLayout(false);
  412. this.PerformLayout();
  413. }
  414. #endregion
  415. private Basics.BaseControls.C_Button btnClose;
  416. private Basics.BaseControls.C_Button btnSave;
  417. private Basics.BaseControls.C_TextBox txtRemarks;
  418. private Basics.BaseControls.C_Label c_Label1;
  419. private Basics.BaseControls.C_CheckBox chkDateTime;
  420. private Basics.BaseControls.C_DateTimePicker dtpDateEnd;
  421. private Basics.BaseControls.C_DateTimePicker dtpDateStart;
  422. private Basics.BaseControls.C_Label lblAccountDateEnd;
  423. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  424. private Basics.BaseControls.C_Label c_Label2;
  425. private Basics.BaseControls.C_TextBox txtInvoiceName;
  426. private Basics.BaseControls.C_DataGridView dgvFunctionUsers;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  430. private Basics.BaseControls.C_Label c_Label3;
  431. private Basics.BaseControls.C_Label lblGoodsType;
  432. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  433. private Controls.SearchBox.ScbGoods scbGoods;
  434. private Basics.BaseControls.C_Label lblGoods;
  435. }
  436. }