F_PM_2602.Designer.cs 33 KB

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