F_PC_1102.Designer.cs 26 KB

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