F_PM_2102.Designer.cs 31 KB

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