S_CMN_006.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_006
  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(S_CMN_006));
  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. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // lblGoodsCode
  51. //
  52. this.lblGoodsCode.AutoSize = true;
  53. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  54. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.lblGoodsCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGoodsCode.Image")));
  57. this.lblGoodsCode.Location = new System.Drawing.Point(12, 18);
  58. this.lblGoodsCode.Name = "lblGoodsCode";
  59. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  60. this.lblGoodsCode.TabIndex = 0;
  61. this.lblGoodsCode.Text = "产品编码";
  62. //
  63. // txtGoodsCode
  64. //
  65. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  66. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  67. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  68. this.txtGoodsCode.ErrorMessage = "";
  69. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  71. this.txtGoodsCode.Location = new System.Drawing.Point(71, 14);
  72. this.txtGoodsCode.Name = "txtGoodsCode";
  73. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  74. this.txtGoodsCode.TabIndex = 1;
  75. //
  76. // lblGoodsName
  77. //
  78. this.lblGoodsName.AutoSize = true;
  79. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  80. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.lblGoodsName.Image = ((System.Drawing.Image)(resources.GetObject("lblGoodsName.Image")));
  83. this.lblGoodsName.Location = new System.Drawing.Point(197, 18);
  84. this.lblGoodsName.Name = "lblGoodsName";
  85. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  86. this.lblGoodsName.TabIndex = 2;
  87. this.lblGoodsName.Text = "产品名称";
  88. //
  89. // txtGoodsName
  90. //
  91. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  92. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.txtGoodsName.ErrorMessage = "";
  94. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtGoodsName.Location = new System.Drawing.Point(256, 14);
  96. this.txtGoodsName.Name = "txtGoodsName";
  97. this.txtGoodsName.Size = new System.Drawing.Size(120, 21);
  98. this.txtGoodsName.TabIndex = 3;
  99. //
  100. // btnSearch
  101. //
  102. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  103. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  104. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  105. this.btnSearch.ForeColor = System.Drawing.Color.White;
  106. this.btnSearch.Location = new System.Drawing.Point(483, 9);
  107. this.btnSearch.Name = "btnSearch";
  108. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  109. this.btnSearch.TabIndex = 4;
  110. this.btnSearch.Text = "查询";
  111. this.btnSearch.UseVisualStyleBackColor = true;
  112. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  113. //
  114. // dgvGoods
  115. //
  116. this.dgvGoods.AllowUserToAddRows = false;
  117. this.dgvGoods.AllowUserToDeleteRows = false;
  118. this.dgvGoods.AllowUserToModifyRows = true;
  119. this.dgvGoods.AllowUserToOrderColumns = true;
  120. this.dgvGoods.AllowUserToResizeRows = false;
  121. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  122. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  123. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  124. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  125. this.dgvGoods.CellHeight = 23;
  126. this.dgvGoods.ChildNodeColumnName = null;
  127. this.dgvGoods.ChildNodeColumnText = null;
  128. this.dgvGoods.ColumnDeep = 1;
  129. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  130. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  131. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  132. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  134. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  135. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  136. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  137. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  138. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  139. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  140. this.GOODSID,
  141. this.Sel,
  142. this.GOODSCODE,
  143. this.GOODSNAME});
  144. this.dgvGoods.ColumnTreeView = null;
  145. this.dgvGoods.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  146. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  147. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  148. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  150. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  153. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3;
  154. this.dgvGoods.DynamicColumnName = "";
  155. this.dgvGoods.EnableHeadersVisualStyles = false;
  156. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.dgvGoods.HorizontalMergeColumn = null;
  158. this.dgvGoods.IsAutoCountSum = true;
  159. this.dgvGoods.IsAutoResizeColumns = false;
  160. this.dgvGoods.IsClickF12 = false;
  161. this.dgvGoods.IsOpenMergeCellFlag = false;
  162. this.dgvGoods.IsSubTotalFlag = false;
  163. this.dgvGoods.IsTopDeep = false;
  164. this.dgvGoods.Location = new System.Drawing.Point(14, 44);
  165. this.dgvGoods.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  166. this.dgvGoods.MergeColumnNames = null;
  167. this.dgvGoods.MergeDetailColumnNames = null;
  168. this.dgvGoods.MergeDetailOnlyColumn = null;
  169. this.dgvGoods.MergeOnlyColumn = null;
  170. this.dgvGoods.MultiSelect = false;
  171. this.dgvGoods.Name = "dgvGoods";
  172. this.dgvGoods.RefreshAtHscroll = false;
  173. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  174. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  175. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4;
  176. this.dgvGoods.RowTemplate.Height = 21;
  177. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  178. this.dgvGoods.Size = new System.Drawing.Size(645, 387);
  179. this.dgvGoods.SortOrderColumnName = null;
  180. this.dgvGoods.TabIndex = 6;
  181. this.dgvGoods.Tag = true;
  182. this.dgvGoods.TotalSumColumns = null;
  183. this.dgvGoods.ViewRowFilter = "";
  184. this.dgvGoods.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  185. //
  186. // btnOK
  187. //
  188. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  189. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  190. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  191. this.btnOK.ForeColor = System.Drawing.Color.White;
  192. this.btnOK.Location = new System.Drawing.Point(483, 436);
  193. this.btnOK.Name = "btnOK";
  194. this.btnOK.Size = new System.Drawing.Size(85, 30);
  195. this.btnOK.TabIndex = 9;
  196. this.btnOK.Text = "确定";
  197. this.btnOK.UseVisualStyleBackColor = true;
  198. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  199. //
  200. // btnClose
  201. //
  202. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  203. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  204. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  205. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  206. this.btnClose.ForeColor = System.Drawing.Color.White;
  207. this.btnClose.Location = new System.Drawing.Point(575, 436);
  208. this.btnClose.Name = "btnClose";
  209. this.btnClose.Size = new System.Drawing.Size(85, 30);
  210. this.btnClose.TabIndex = 10;
  211. this.btnClose.Text = "取消";
  212. this.btnClose.UseVisualStyleBackColor = true;
  213. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  214. //
  215. // chkChooseAll
  216. //
  217. this.chkChooseAll.AutoSize = true;
  218. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  219. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.chkChooseAll.Location = new System.Drawing.Point(14, 436);
  221. this.chkChooseAll.Name = "chkChooseAll";
  222. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  223. this.chkChooseAll.TabIndex = 8;
  224. this.chkChooseAll.Text = "全选";
  225. this.chkChooseAll.UseVisualStyleBackColor = false;
  226. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  227. //
  228. // btnClearCondition
  229. //
  230. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  232. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  233. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  235. this.btnClearCondition.Location = new System.Drawing.Point(574, 9);
  236. this.btnClearCondition.Name = "btnClearCondition";
  237. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  238. this.btnClearCondition.TabIndex = 5;
  239. this.btnClearCondition.Text = "清空条件";
  240. this.btnClearCondition.UseVisualStyleBackColor = false;
  241. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  242. //
  243. // GOODSID
  244. //
  245. this.GOODSID.DataPropertyName = "GOODSID";
  246. this.GOODSID.HeaderText = "GOODSID";
  247. this.GOODSID.Name = "GOODSID";
  248. this.GOODSID.ReadOnly = true;
  249. this.GOODSID.Visible = false;
  250. //
  251. // Sel
  252. //
  253. this.Sel.DataPropertyName = "Sel";
  254. this.Sel.FalseValue = "0";
  255. this.Sel.HeaderText = "选择";
  256. this.Sel.IndeterminateValue = "0";
  257. this.Sel.Name = "Sel";
  258. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  259. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  260. this.Sel.TrueValue = "1";
  261. this.Sel.Visible = false;
  262. //
  263. // GOODSCODE
  264. //
  265. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  266. this.GOODSCODE.HeaderText = "产品编码";
  267. this.GOODSCODE.Name = "GOODSCODE";
  268. this.GOODSCODE.ReadOnly = true;
  269. this.GOODSCODE.Width = 200;
  270. //
  271. // GOODSNAME
  272. //
  273. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  274. this.GOODSNAME.HeaderText = "产品名称";
  275. this.GOODSNAME.Name = "GOODSNAME";
  276. this.GOODSNAME.ReadOnly = true;
  277. this.GOODSNAME.Width = 200;
  278. //
  279. // S_CMN_006
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.CancelButton = this.btnClose;
  284. this.ClientSize = new System.Drawing.Size(672, 498);
  285. this.Controls.Add(this.btnClearCondition);
  286. this.Controls.Add(this.chkChooseAll);
  287. this.Controls.Add(this.btnClose);
  288. this.Controls.Add(this.btnOK);
  289. this.Controls.Add(this.dgvGoods);
  290. this.Controls.Add(this.btnSearch);
  291. this.Controls.Add(this.txtGoodsName);
  292. this.Controls.Add(this.lblGoodsName);
  293. this.Controls.Add(this.txtGoodsCode);
  294. this.Controls.Add(this.lblGoodsCode);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  296. this.IsSaveFormSize = false;
  297. this.MaximizeBox = false;
  298. this.MinimizeBox = false;
  299. this.Name = "S_CMN_006";
  300. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  301. this.StatusSizingGrip = false;
  302. this.Text = "选择产品";
  303. this.Controls.SetChildIndex(this.lblGoodsCode, 0);
  304. this.Controls.SetChildIndex(this.txtGoodsCode, 0);
  305. this.Controls.SetChildIndex(this.lblGoodsName, 0);
  306. this.Controls.SetChildIndex(this.txtGoodsName, 0);
  307. this.Controls.SetChildIndex(this.btnSearch, 0);
  308. this.Controls.SetChildIndex(this.dgvGoods, 0);
  309. this.Controls.SetChildIndex(this.btnOK, 0);
  310. this.Controls.SetChildIndex(this.btnClose, 0);
  311. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  312. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  313. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  314. this.ResumeLayout(false);
  315. this.PerformLayout();
  316. }
  317. #endregion
  318. private Basics.BaseControls.C_Label lblGoodsCode;
  319. private Basics.BaseControls.C_TextBox txtGoodsCode;
  320. private Basics.BaseControls.C_Label lblGoodsName;
  321. private Basics.BaseControls.C_TextBox txtGoodsName;
  322. private Basics.BaseControls.C_Button btnSearch;
  323. private Basics.BaseControls.C_DataGridView dgvGoods;
  324. private Basics.BaseControls.C_Button btnOK;
  325. private Basics.BaseControls.C_Button btnClose;
  326. private Basics.BaseControls.C_CheckBox chkChooseAll;
  327. private Basics.BaseControls.C_Button btnClearCondition;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID;
  329. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  332. }
  333. }