F_PM_2602.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  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. ((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(82, 118);
  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(378, 89);
  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(44, 118);
  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(376, 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(285, 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(5, 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(256, 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. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  192. this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  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. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  204. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  205. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  207. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  208. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  209. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  210. this.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  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. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  219. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  220. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  222. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  223. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  224. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  225. this.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle3;
  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.HorizontalMergeColumn = null;
  231. this.dgvFunctionUsers.IsAutoCountSum = true;
  232. this.dgvFunctionUsers.IsAutoResizeColumns = false;
  233. this.dgvFunctionUsers.IsClickF12 = false;
  234. this.dgvFunctionUsers.IsOpenMergeCellFlag = false;
  235. this.dgvFunctionUsers.IsSubTotalFlag = false;
  236. this.dgvFunctionUsers.IsTopDeep = false;
  237. this.dgvFunctionUsers.Location = new System.Drawing.Point(83, 213);
  238. this.dgvFunctionUsers.MergeColumnNames = null;
  239. this.dgvFunctionUsers.MergeDetailColumnNames = null;
  240. this.dgvFunctionUsers.MergeDetailOnlyColumn = null;
  241. this.dgvFunctionUsers.MergeOnlyColumn = null;
  242. this.dgvFunctionUsers.MultiSelect = false;
  243. this.dgvFunctionUsers.Name = "dgvFunctionUsers";
  244. this.dgvFunctionUsers.RefreshAtHscroll = false;
  245. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  246. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  247. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  249. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  250. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  251. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  252. this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  253. this.dgvFunctionUsers.RowHeadersWidth = 50;
  254. this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  255. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  256. this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle5;
  257. this.dgvFunctionUsers.RowTemplate.Height = 21;
  258. this.dgvFunctionUsers.Size = new System.Drawing.Size(377, 201);
  259. this.dgvFunctionUsers.SortOrderColumnName = null;
  260. this.dgvFunctionUsers.TabIndex = 35;
  261. this.dgvFunctionUsers.Tag = true;
  262. this.dgvFunctionUsers.TotalSumColumns = null;
  263. this.dgvFunctionUsers.ViewRowFilter = "";
  264. this.dgvFunctionUsers.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvFunctionUsers_CellBeginEdit);
  265. this.dgvFunctionUsers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFunctionUsers_CellValueChanged);
  266. this.dgvFunctionUsers.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvFunctionUsers_UserDeletingRow);
  267. //
  268. // UserCode
  269. //
  270. this.UserCode.DataPropertyName = "UserCode";
  271. this.UserCode.HeaderText = "用户编码";
  272. this.UserCode.Name = "UserCode";
  273. this.UserCode.Width = 80;
  274. //
  275. // UserName
  276. //
  277. this.UserName.DataPropertyName = "UserName";
  278. this.UserName.HeaderText = "用户名称";
  279. this.UserName.Name = "UserName";
  280. this.UserName.ReadOnly = true;
  281. this.UserName.Width = 80;
  282. //
  283. // UserID
  284. //
  285. this.UserID.DataPropertyName = "UserID";
  286. this.UserID.HeaderText = "UserID";
  287. this.UserID.Name = "UserID";
  288. this.UserID.Visible = false;
  289. //
  290. // c_Label3
  291. //
  292. this.c_Label3.AutoSize = true;
  293. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  294. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.c_Label3.Location = new System.Drawing.Point(20, 216);
  296. this.c_Label3.Name = "c_Label3";
  297. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  298. this.c_Label3.TabIndex = 8;
  299. this.c_Label3.Text = "盘点工号";
  300. //
  301. // c_Label4
  302. //
  303. this.c_Label4.AutoSize = true;
  304. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  305. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.c_Label4.Location = new System.Drawing.Point(44, 93);
  307. this.c_Label4.Name = "c_Label4";
  308. this.c_Label4.Size = new System.Drawing.Size(29, 12);
  309. this.c_Label4.TabIndex = 8;
  310. this.c_Label4.Text = "楼号";
  311. //
  312. // txtBUILDINGNO
  313. //
  314. this.txtBUILDINGNO.BackColor = System.Drawing.SystemColors.Window;
  315. this.txtBUILDINGNO.BackgroundColor = System.Drawing.SystemColors.Window;
  316. this.txtBUILDINGNO.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  317. this.txtBUILDINGNO.ErrorMessage = "";
  318. this.txtBUILDINGNO.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.txtBUILDINGNO.ImeMode = System.Windows.Forms.ImeMode.Off;
  320. this.txtBUILDINGNO.Location = new System.Drawing.Point(83, 89);
  321. this.txtBUILDINGNO.Name = "txtBUILDINGNO";
  322. this.txtBUILDINGNO.Size = new System.Drawing.Size(116, 21);
  323. this.txtBUILDINGNO.TabIndex = 37;
  324. this.txtBUILDINGNO.TextValue = "";
  325. this.txtBUILDINGNO.TextChanged += new System.EventHandler(this.dkProcedureSearchBox_TextChanged);
  326. //
  327. // txtFLOORNO
  328. //
  329. this.txtFLOORNO.BackColor = System.Drawing.SystemColors.Window;
  330. this.txtFLOORNO.BackgroundColor = System.Drawing.SystemColors.Window;
  331. this.txtFLOORNO.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  332. this.txtFLOORNO.ErrorMessage = "";
  333. this.txtFLOORNO.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.txtFLOORNO.ImeMode = System.Windows.Forms.ImeMode.Off;
  335. this.txtFLOORNO.Location = new System.Drawing.Point(242, 89);
  336. this.txtFLOORNO.Name = "txtFLOORNO";
  337. this.txtFLOORNO.Size = new System.Drawing.Size(116, 21);
  338. this.txtFLOORNO.TabIndex = 37;
  339. this.txtFLOORNO.TextValue = "";
  340. this.txtFLOORNO.TextChanged += new System.EventHandler(this.dkProcedureSearchBox_TextChanged);
  341. //
  342. // c_Label5
  343. //
  344. this.c_Label5.AutoSize = true;
  345. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  346. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.c_Label5.Location = new System.Drawing.Point(205, 92);
  348. this.c_Label5.Name = "c_Label5";
  349. this.c_Label5.Size = new System.Drawing.Size(29, 12);
  350. this.c_Label5.TabIndex = 8;
  351. this.c_Label5.Text = "楼层";
  352. //
  353. // c_Label6
  354. //
  355. this.c_Label6.AutoSize = true;
  356. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  357. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.c_Label6.Location = new System.Drawing.Point(365, 89);
  359. this.c_Label6.Name = "c_Label6";
  360. this.c_Label6.Size = new System.Drawing.Size(95, 24);
  361. this.c_Label6.TabIndex = 8;
  362. this.c_Label6.Text = "多个用[,]号分割\r\nA,B,C / 1,2,3";
  363. //
  364. // lblGoodsType
  365. //
  366. this.lblGoodsType.AutoSize = true;
  367. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  368. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  370. this.lblGoodsType.Location = new System.Drawing.Point(24, 66);
  371. this.lblGoodsType.Name = "lblGoodsType";
  372. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  373. this.lblGoodsType.TabIndex = 39;
  374. this.lblGoodsType.Text = "产品类别";
  375. //
  376. // scbGoodsType
  377. //
  378. this.scbGoodsType.CheckedData = null;
  379. this.scbGoodsType.IsOnlyDisplayEnd = false;
  380. this.scbGoodsType.Location = new System.Drawing.Point(81, 62);
  381. this.scbGoodsType.Name = "scbGoodsType";
  382. this.scbGoodsType.Size = new System.Drawing.Size(153, 21);
  383. this.scbGoodsType.TabIndex = 38;
  384. //
  385. // scbGoods
  386. //
  387. this.scbGoods.CheckedData = null;
  388. this.scbGoods.DisplayMember = "GoodsCode";
  389. this.scbGoods.Location = new System.Drawing.Point(299, 62);
  390. this.scbGoods.MultiSelect = true;
  391. this.scbGoods.Name = "scbGoods";
  392. this.scbGoods.Size = new System.Drawing.Size(161, 21);
  393. this.scbGoods.TabIndex = 41;
  394. //
  395. // lblGoods
  396. //
  397. this.lblGoods.AutoSize = true;
  398. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  399. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  401. this.lblGoods.Location = new System.Drawing.Point(240, 66);
  402. this.lblGoods.Name = "lblGoods";
  403. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  404. this.lblGoods.TabIndex = 40;
  405. this.lblGoods.Text = "产品编码";
  406. //
  407. // F_PM_2602
  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(473, 480);
  413. this.Controls.Add(this.scbGoods);
  414. this.Controls.Add(this.lblGoods);
  415. this.Controls.Add(this.lblGoodsType);
  416. this.Controls.Add(this.scbGoodsType);
  417. this.Controls.Add(this.txtFLOORNO);
  418. this.Controls.Add(this.txtBUILDINGNO);
  419. this.Controls.Add(this.dgvFunctionUsers);
  420. this.Controls.Add(this.chkDateTime);
  421. this.Controls.Add(this.dtpDateEnd);
  422. this.Controls.Add(this.dtpDateStart);
  423. this.Controls.Add(this.lblAccountDateEnd);
  424. this.Controls.Add(this.txtInvoiceName);
  425. this.Controls.Add(this.txtRemarks);
  426. this.Controls.Add(this.btnClose);
  427. this.Controls.Add(this.c_Label3);
  428. this.Controls.Add(this.c_Label2);
  429. this.Controls.Add(this.c_Label6);
  430. this.Controls.Add(this.c_Label5);
  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_PM_2602";
  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_Label5, 0);
  447. this.Controls.SetChildIndex(this.c_Label6, 0);
  448. this.Controls.SetChildIndex(this.c_Label2, 0);
  449. this.Controls.SetChildIndex(this.c_Label3, 0);
  450. this.Controls.SetChildIndex(this.btnClose, 0);
  451. this.Controls.SetChildIndex(this.txtRemarks, 0);
  452. this.Controls.SetChildIndex(this.txtInvoiceName, 0);
  453. this.Controls.SetChildIndex(this.lblAccountDateEnd, 0);
  454. this.Controls.SetChildIndex(this.dtpDateStart, 0);
  455. this.Controls.SetChildIndex(this.dtpDateEnd, 0);
  456. this.Controls.SetChildIndex(this.chkDateTime, 0);
  457. this.Controls.SetChildIndex(this.dgvFunctionUsers, 0);
  458. this.Controls.SetChildIndex(this.txtBUILDINGNO, 0);
  459. this.Controls.SetChildIndex(this.txtFLOORNO, 0);
  460. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  461. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  462. this.Controls.SetChildIndex(this.lblGoods, 0);
  463. this.Controls.SetChildIndex(this.scbGoods, 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_TXT_CodeEx txtBUILDINGNO;
  486. private Basics.BaseControls.C_TXT_CodeEx txtFLOORNO;
  487. private Basics.BaseControls.C_Label c_Label5;
  488. private Basics.BaseControls.C_Label c_Label6;
  489. private Basics.BaseControls.C_Label lblGoodsType;
  490. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  491. private Controls.SearchBox.ScbGoods scbGoods;
  492. private Basics.BaseControls.C_Label lblGoods;
  493. }
  494. }