F_PC_1102.Designer.cs 25 KB

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