F_SelectGoods.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class F_SelectGoods
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SelectGoods));
  33. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  35. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GlazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.MudQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.GlazeQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ProductionCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  47. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  62. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  65. this.gbxCondition.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // dgvGoods
  69. //
  70. this.dgvGoods.AllowUserToAddRows = false;
  71. this.dgvGoods.AllowUserToDeleteRows = false;
  72. this.dgvGoods.AllowUserToModifyRows = true;
  73. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  74. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  75. this.dgvGoods.Anchor = System.Windows.Forms.AnchorStyles.None;
  76. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  77. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  78. this.dgvGoods.CellHeight = 23;
  79. this.dgvGoods.ChildNodeColumnName = null;
  80. this.dgvGoods.ChildNodeColumnText = null;
  81. this.dgvGoods.ColumnDeep = 1;
  82. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  83. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  84. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  85. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  87. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  88. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  89. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  90. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  91. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  92. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  93. this.Sel,
  94. this.GoodsID,
  95. this.GoodsCode,
  96. this.GoodsName,
  97. this.GoodsSpecification,
  98. this.GoodsTypeName,
  99. this.GoodsModel,
  100. this.GlazeTypeName,
  101. this.MudQuantity,
  102. this.GlazeQuantity,
  103. this.ProductionCycle,
  104. this.Remarks});
  105. this.dgvGoods.ColumnTreeView = null;
  106. this.dgvGoods.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  107. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  109. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  111. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  114. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3;
  115. this.dgvGoods.DynamicColumnName = "";
  116. this.dgvGoods.EnableHeadersVisualStyles = false;
  117. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.dgvGoods.FormatQuantityColumns = null;
  119. this.dgvGoods.HorizontalMergeColumn = null;
  120. this.dgvGoods.IsAutoCountSum = true;
  121. this.dgvGoods.IsAutoResizeColumns = false;
  122. this.dgvGoods.IsClickF12 = false;
  123. this.dgvGoods.IsOpenMergeCellFlag = false;
  124. this.dgvGoods.IsSubTotalFlag = false;
  125. this.dgvGoods.IsTopDeep = false;
  126. this.dgvGoods.Location = new System.Drawing.Point(12, 101);
  127. this.dgvGoods.MergeColumnNames = null;
  128. this.dgvGoods.MergeDetailColumnNames = null;
  129. this.dgvGoods.MergeDetailOnlyColumn = null;
  130. this.dgvGoods.MergeOnlyColumn = null;
  131. this.dgvGoods.Name = "dgvGoods";
  132. this.dgvGoods.ReadOnly = true;
  133. this.dgvGoods.RefreshAtHscroll = false;
  134. this.dgvGoods.RowHeadersWidth = 50;
  135. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  136. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  137. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4;
  138. this.dgvGoods.RowTemplate.Height = 21;
  139. this.dgvGoods.Size = new System.Drawing.Size(898, 226);
  140. this.dgvGoods.SortOrderColumnName = null;
  141. this.dgvGoods.TabIndex = 56;
  142. this.dgvGoods.Tag = true;
  143. this.dgvGoods.TotalSumColumns = null;
  144. this.dgvGoods.ViewRowFilter = "";
  145. this.dgvGoods.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellClick);
  146. //
  147. // Sel
  148. //
  149. this.Sel.DataPropertyName = "Sel";
  150. this.Sel.FalseValue = "0";
  151. this.Sel.FillWeight = 50F;
  152. this.Sel.HeaderText = "选择";
  153. this.Sel.IndeterminateValue = "0";
  154. this.Sel.Name = "Sel";
  155. this.Sel.ReadOnly = true;
  156. this.Sel.TrueValue = "1";
  157. this.Sel.Width = 50;
  158. //
  159. // GoodsID
  160. //
  161. this.GoodsID.DataPropertyName = "GoodsID";
  162. this.GoodsID.HeaderText = "GoodsID";
  163. this.GoodsID.Name = "GoodsID";
  164. this.GoodsID.ReadOnly = true;
  165. this.GoodsID.Visible = false;
  166. //
  167. // GoodsCode
  168. //
  169. this.GoodsCode.DataPropertyName = "GoodsCode";
  170. this.GoodsCode.HeaderText = "产品编码";
  171. this.GoodsCode.Name = "GoodsCode";
  172. this.GoodsCode.ReadOnly = true;
  173. this.GoodsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  174. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  175. this.GoodsCode.Width = 70;
  176. //
  177. // GoodsName
  178. //
  179. this.GoodsName.DataPropertyName = "GoodsName";
  180. this.GoodsName.HeaderText = "产品名称";
  181. this.GoodsName.Name = "GoodsName";
  182. this.GoodsName.ReadOnly = true;
  183. this.GoodsName.Width = 70;
  184. //
  185. // GoodsSpecification
  186. //
  187. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  188. this.GoodsSpecification.HeaderText = "产品规格";
  189. this.GoodsSpecification.Name = "GoodsSpecification";
  190. this.GoodsSpecification.ReadOnly = true;
  191. this.GoodsSpecification.Width = 60;
  192. //
  193. // GoodsTypeName
  194. //
  195. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  196. this.GoodsTypeName.HeaderText = "产品类别";
  197. this.GoodsTypeName.Name = "GoodsTypeName";
  198. this.GoodsTypeName.ReadOnly = true;
  199. this.GoodsTypeName.Width = 60;
  200. //
  201. // GoodsModel
  202. //
  203. this.GoodsModel.DataPropertyName = "GoodsModel";
  204. this.GoodsModel.HeaderText = "产品型号";
  205. this.GoodsModel.Name = "GoodsModel";
  206. this.GoodsModel.ReadOnly = true;
  207. this.GoodsModel.Width = 60;
  208. //
  209. // GlazeTypeName
  210. //
  211. this.GlazeTypeName.DataPropertyName = "GlazeTypeName";
  212. this.GlazeTypeName.HeaderText = "釉料类别";
  213. this.GlazeTypeName.Name = "GlazeTypeName";
  214. this.GlazeTypeName.ReadOnly = true;
  215. this.GlazeTypeName.Width = 60;
  216. //
  217. // MudQuantity
  218. //
  219. this.MudQuantity.DataPropertyName = "MudQuantity";
  220. this.MudQuantity.HeaderText = "泥浆用量";
  221. this.MudQuantity.Name = "MudQuantity";
  222. this.MudQuantity.ReadOnly = true;
  223. this.MudQuantity.Width = 60;
  224. //
  225. // GlazeQuantity
  226. //
  227. this.GlazeQuantity.DataPropertyName = "GlazeQuantity";
  228. this.GlazeQuantity.HeaderText = "釉浆用量";
  229. this.GlazeQuantity.Name = "GlazeQuantity";
  230. this.GlazeQuantity.ReadOnly = true;
  231. //
  232. // ProductionCycle
  233. //
  234. this.ProductionCycle.DataPropertyName = "ProductionCycle";
  235. this.ProductionCycle.HeaderText = "生产周期";
  236. this.ProductionCycle.Name = "ProductionCycle";
  237. this.ProductionCycle.ReadOnly = true;
  238. //
  239. // Remarks
  240. //
  241. this.Remarks.DataPropertyName = "Remarks";
  242. this.Remarks.HeaderText = "备注";
  243. this.Remarks.Name = "Remarks";
  244. this.Remarks.ReadOnly = true;
  245. //
  246. // gbxCondition
  247. //
  248. this.gbxCondition.Anchor = System.Windows.Forms.AnchorStyles.None;
  249. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  250. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  251. this.gbxCondition.Controls.Add(this.lblGoodsType);
  252. this.gbxCondition.Controls.Add(this.scbGoodsType);
  253. this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
  254. this.gbxCondition.Controls.Add(this.btnClearCondition);
  255. this.gbxCondition.Controls.Add(this.btnSearch);
  256. this.gbxCondition.Controls.Add(this.txtGoodsSpecification);
  257. this.gbxCondition.Controls.Add(this.lblGoodsSpecification);
  258. this.gbxCondition.Controls.Add(this.txtGoodsName);
  259. this.gbxCondition.Controls.Add(this.lblGoodsName);
  260. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  261. this.gbxCondition.Controls.Add(this.txtGoodsModel);
  262. this.gbxCondition.Controls.Add(this.c_Label2);
  263. this.gbxCondition.Controls.Add(this.c_Label1);
  264. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  265. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  267. this.gbxCondition.IsMustInput = false;
  268. this.gbxCondition.Location = new System.Drawing.Point(12, 12);
  269. this.gbxCondition.Name = "gbxCondition";
  270. this.gbxCondition.OriginalHeight = -1;
  271. this.gbxCondition.Size = new System.Drawing.Size(898, 83);
  272. this.gbxCondition.TabIndex = 57;
  273. this.gbxCondition.TabStop = false;
  274. this.gbxCondition.Text = "查询条件 ▼";
  275. //
  276. // ddlGlazeTypeID
  277. //
  278. this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
  279. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  280. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.ddlGlazeTypeID.FormattingEnabled = true;
  282. this.ddlGlazeTypeID.Location = new System.Drawing.Point(461, 48);
  283. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  284. this.ddlGlazeTypeID.Size = new System.Drawing.Size(133, 20);
  285. this.ddlGlazeTypeID.TabIndex = 9;
  286. //
  287. // btnClearCondition
  288. //
  289. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  290. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  291. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  292. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  294. this.btnClearCondition.Location = new System.Drawing.Point(807, 47);
  295. this.btnClearCondition.Name = "btnClearCondition";
  296. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  297. this.btnClearCondition.TabIndex = 5;
  298. this.btnClearCondition.Text = "清空条件";
  299. this.btnClearCondition.UseVisualStyleBackColor = false;
  300. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  301. //
  302. // btnSearch
  303. //
  304. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  305. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  306. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  307. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.btnSearch.ForeColor = System.Drawing.Color.White;
  309. this.btnSearch.Location = new System.Drawing.Point(716, 47);
  310. this.btnSearch.Name = "btnSearch";
  311. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  312. this.btnSearch.TabIndex = 4;
  313. this.btnSearch.Text = "查询";
  314. this.btnSearch.UseVisualStyleBackColor = false;
  315. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  316. //
  317. // txtGoodsSpecification
  318. //
  319. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  320. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  321. this.txtGoodsSpecification.ErrorMessage = "";
  322. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.txtGoodsSpecification.Location = new System.Drawing.Point(461, 20);
  324. this.txtGoodsSpecification.MaxLength = 50;
  325. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  326. this.txtGoodsSpecification.Size = new System.Drawing.Size(133, 21);
  327. this.txtGoodsSpecification.TabIndex = 1;
  328. //
  329. // lblGoodsSpecification
  330. //
  331. this.lblGoodsSpecification.AutoSize = true;
  332. this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
  333. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  335. this.lblGoodsSpecification.Location = new System.Drawing.Point(402, 23);
  336. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  337. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  338. this.lblGoodsSpecification.TabIndex = 0;
  339. this.lblGoodsSpecification.Text = "产品规格";
  340. //
  341. // txtGoodsName
  342. //
  343. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  344. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  345. this.txtGoodsName.ErrorMessage = "";
  346. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.txtGoodsName.Location = new System.Drawing.Point(263, 20);
  348. this.txtGoodsName.MaxLength = 20;
  349. this.txtGoodsName.Name = "txtGoodsName";
  350. this.txtGoodsName.Size = new System.Drawing.Size(133, 21);
  351. this.txtGoodsName.TabIndex = 1;
  352. //
  353. // lblGoodsName
  354. //
  355. this.lblGoodsName.AutoSize = true;
  356. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  357. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  359. this.lblGoodsName.Location = new System.Drawing.Point(204, 23);
  360. this.lblGoodsName.Name = "lblGoodsName";
  361. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  362. this.lblGoodsName.TabIndex = 0;
  363. this.lblGoodsName.Text = "产品名称";
  364. //
  365. // txtGoodsCode
  366. //
  367. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  368. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  369. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  370. this.txtGoodsCode.ErrorMessage = "";
  371. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.txtGoodsCode.Location = new System.Drawing.Point(65, 20);
  373. this.txtGoodsCode.MaxLength = 10;
  374. this.txtGoodsCode.Name = "txtGoodsCode";
  375. this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
  376. this.txtGoodsCode.TabIndex = 1;
  377. //
  378. // txtGoodsModel
  379. //
  380. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  381. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  382. this.txtGoodsModel.ErrorMessage = "";
  383. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.txtGoodsModel.Location = new System.Drawing.Point(263, 47);
  385. this.txtGoodsModel.MaxLength = 10;
  386. this.txtGoodsModel.Name = "txtGoodsModel";
  387. this.txtGoodsModel.Size = new System.Drawing.Size(133, 21);
  388. this.txtGoodsModel.TabIndex = 1;
  389. //
  390. // c_Label2
  391. //
  392. this.c_Label2.AutoSize = true;
  393. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  394. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  396. this.c_Label2.Location = new System.Drawing.Point(402, 50);
  397. this.c_Label2.Name = "c_Label2";
  398. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  399. this.c_Label2.TabIndex = 0;
  400. this.c_Label2.Text = "釉料类别";
  401. //
  402. // c_Label1
  403. //
  404. this.c_Label1.AutoSize = true;
  405. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  406. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  408. this.c_Label1.Location = new System.Drawing.Point(204, 50);
  409. this.c_Label1.Name = "c_Label1";
  410. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  411. this.c_Label1.TabIndex = 0;
  412. this.c_Label1.Text = "产品型号";
  413. //
  414. // lblGoodsCode
  415. //
  416. this.lblGoodsCode.AutoSize = true;
  417. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  418. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  420. this.lblGoodsCode.Location = new System.Drawing.Point(6, 23);
  421. this.lblGoodsCode.Name = "lblGoodsCode";
  422. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  423. this.lblGoodsCode.TabIndex = 0;
  424. this.lblGoodsCode.Text = "产品编码";
  425. //
  426. // btnOK
  427. //
  428. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  429. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  430. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  431. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.btnOK.ForeColor = System.Drawing.Color.White;
  433. this.btnOK.Location = new System.Drawing.Point(734, 333);
  434. this.btnOK.Name = "btnOK";
  435. this.btnOK.Size = new System.Drawing.Size(85, 30);
  436. this.btnOK.TabIndex = 4;
  437. this.btnOK.Text = "确定";
  438. this.btnOK.UseVisualStyleBackColor = false;
  439. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  440. //
  441. // btnClose
  442. //
  443. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  444. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  445. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  446. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  447. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.btnClose.ForeColor = System.Drawing.Color.White;
  449. this.btnClose.Location = new System.Drawing.Point(825, 333);
  450. this.btnClose.Name = "btnClose";
  451. this.btnClose.Size = new System.Drawing.Size(85, 30);
  452. this.btnClose.TabIndex = 4;
  453. this.btnClose.Text = "取消";
  454. this.btnClose.UseVisualStyleBackColor = false;
  455. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  456. //
  457. // chkChooseAll
  458. //
  459. this.chkChooseAll.AutoSize = true;
  460. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  461. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.chkChooseAll.Location = new System.Drawing.Point(12, 333);
  463. this.chkChooseAll.Name = "chkChooseAll";
  464. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  465. this.chkChooseAll.TabIndex = 58;
  466. this.chkChooseAll.Text = "全选";
  467. this.chkChooseAll.UseVisualStyleBackColor = false;
  468. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  469. //
  470. // lblGoodsType
  471. //
  472. this.lblGoodsType.AutoSize = true;
  473. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  474. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  476. this.lblGoodsType.Location = new System.Drawing.Point(6, 51);
  477. this.lblGoodsType.Name = "lblGoodsType";
  478. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  479. this.lblGoodsType.TabIndex = 23;
  480. this.lblGoodsType.Text = "产品类别";
  481. //
  482. // scbGoodsType
  483. //
  484. this.scbGoodsType.CheckedData = null;
  485. this.scbGoodsType.IsOnlyDisplayEnd = false;
  486. this.scbGoodsType.Location = new System.Drawing.Point(65, 47);
  487. this.scbGoodsType.MultiSelect = false;
  488. this.scbGoodsType.Name = "scbGoodsType";
  489. this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
  490. this.scbGoodsType.TabIndex = 22;
  491. //
  492. // F_SelectGoods
  493. //
  494. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  495. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  496. this.CancelButton = this.btnClose;
  497. this.ClientSize = new System.Drawing.Size(922, 391);
  498. this.Controls.Add(this.chkChooseAll);
  499. this.Controls.Add(this.btnClose);
  500. this.Controls.Add(this.btnOK);
  501. this.Controls.Add(this.gbxCondition);
  502. this.Controls.Add(this.dgvGoods);
  503. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  504. this.IsSaveFormSize = false;
  505. this.MaximizeBox = false;
  506. this.MinimizeBox = false;
  507. this.Name = "F_SelectGoods";
  508. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  509. this.StatusSizingGrip = false;
  510. this.Text = "选择产品";
  511. this.Load += new System.EventHandler(this.SelectProduct_Load);
  512. this.Controls.SetChildIndex(this.dgvGoods, 0);
  513. this.Controls.SetChildIndex(this.gbxCondition, 0);
  514. this.Controls.SetChildIndex(this.btnOK, 0);
  515. this.Controls.SetChildIndex(this.btnClose, 0);
  516. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  517. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  518. this.gbxCondition.ResumeLayout(false);
  519. this.gbxCondition.PerformLayout();
  520. this.ResumeLayout(false);
  521. this.PerformLayout();
  522. }
  523. #endregion
  524. private Basics.BaseControls.C_DataGridView dgvGoods;
  525. private Basics.BaseControls.C_GroupBox gbxCondition;
  526. private Basics.BaseControls.C_TextBox txtGoodsName;
  527. private Basics.BaseControls.C_Label lblGoodsName;
  528. private Basics.BaseControls.C_Label lblGoodsCode;
  529. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  530. private Basics.BaseControls.C_Label lblGoodsSpecification;
  531. private Basics.BaseControls.C_TextBox txtGoodsModel;
  532. private Basics.BaseControls.C_Label c_Label1;
  533. private Basics.BaseControls.C_Label c_Label2;
  534. private Basics.BaseControls.C_Button btnSearch;
  535. private Basics.BaseControls.C_Button btnOK;
  536. private Basics.BaseControls.C_Button btnClose;
  537. private Basics.BaseControls.C_CheckBox chkChooseAll;
  538. private Basics.BaseControls.C_Button btnClearCondition;
  539. private Basics.BaseControls.C_ComboBox ddlGlazeTypeID;
  540. private Basics.BaseControls.C_TextBox txtGoodsCode;
  541. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn GlazeTypeName;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn MudQuantity;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn GlazeQuantity;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionCycle;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  553. private Basics.BaseControls.C_Label lblGoodsType;
  554. private SearchBox.ScbGoodsType scbGoodsType;
  555. }
  556. }