F_MST_1003.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1003
  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_MST_1003));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  46. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.chkCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  57. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  58. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  59. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  61. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  62. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  63. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.CeaseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  71. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  72. this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  73. this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.logoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dgvAccessories = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  76. this.ACCESSORIESNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ACCESSORIESTYPEID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ACCESSORIESCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.tsrOperate.SuspendLayout();
  81. this.gbxCondition.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  83. this.splitContainer1.Panel1.SuspendLayout();
  84. this.splitContainer1.Panel2.SuspendLayout();
  85. this.splitContainer1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  88. this.splitContainer2.Panel1.SuspendLayout();
  89. this.splitContainer2.Panel2.SuspendLayout();
  90. this.splitContainer2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.dgvAccessories)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // tsrOperate
  96. //
  97. this.tsrOperate.AutoSize = false;
  98. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  99. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  100. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.tsbtnAdd,
  103. this.tsbtnEdit,
  104. this.toolStripSeparator1,
  105. this.tsbtnAdaptive,
  106. this.tsbtnClose});
  107. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  108. this.tsrOperate.Name = "tsrOperate";
  109. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  110. this.tsrOperate.ShowItemToolTips = false;
  111. this.tsrOperate.Size = new System.Drawing.Size(1099, 35);
  112. this.tsrOperate.TabIndex = 1;
  113. //
  114. // tsbtnAdd
  115. //
  116. this.tsbtnAdd.AutoSize = false;
  117. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnAdd.Name = "tsbtnAdd";
  121. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  122. this.tsbtnAdd.Text = "新建(&N)";
  123. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddGoods_Click);
  124. //
  125. // tsbtnEdit
  126. //
  127. this.tsbtnEdit.AutoSize = false;
  128. this.tsbtnEdit.Enabled = false;
  129. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  131. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  132. this.tsbtnEdit.Name = "tsbtnEdit";
  133. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  134. this.tsbtnEdit.Text = "编辑(&E)";
  135. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditGoods_Click);
  136. //
  137. // toolStripSeparator1
  138. //
  139. this.toolStripSeparator1.AutoSize = false;
  140. this.toolStripSeparator1.Name = "toolStripSeparator1";
  141. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  142. //
  143. // tsbtnAdaptive
  144. //
  145. this.tsbtnAdaptive.AutoSize = false;
  146. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  150. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  151. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  152. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  153. //
  154. // tsbtnClose
  155. //
  156. this.tsbtnClose.AutoSize = false;
  157. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  159. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbtnClose.Name = "tsbtnClose";
  161. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  162. this.tsbtnClose.Text = "关闭(&X)";
  163. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  164. //
  165. // lblGoodsCode
  166. //
  167. this.lblGoodsCode.AutoSize = true;
  168. this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
  169. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  171. this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
  172. this.lblGoodsCode.Name = "lblGoodsCode";
  173. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  174. this.lblGoodsCode.TabIndex = 3;
  175. this.lblGoodsCode.Text = "产品编码";
  176. //
  177. // txtGoodsCode
  178. //
  179. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  180. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  181. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  182. this.txtGoodsCode.ErrorMessage = "";
  183. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  185. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  186. this.txtGoodsCode.MaxLength = 50;
  187. this.txtGoodsCode.Name = "txtGoodsCode";
  188. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  189. this.txtGoodsCode.TabIndex = 1;
  190. //
  191. // lblGoodsName
  192. //
  193. this.lblGoodsName.AutoSize = true;
  194. this.lblGoodsName.BackColor = System.Drawing.SystemColors.Control;
  195. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  197. this.lblGoodsName.Location = new System.Drawing.Point(198, 24);
  198. this.lblGoodsName.Name = "lblGoodsName";
  199. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  200. this.lblGoodsName.TabIndex = 5;
  201. this.lblGoodsName.Text = "产品名称";
  202. //
  203. // txtGoodsName
  204. //
  205. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  206. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  207. this.txtGoodsName.ErrorMessage = "";
  208. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.txtGoodsName.Location = new System.Drawing.Point(256, 20);
  210. this.txtGoodsName.MaxLength = 20;
  211. this.txtGoodsName.Name = "txtGoodsName";
  212. this.txtGoodsName.Size = new System.Drawing.Size(120, 21);
  213. this.txtGoodsName.TabIndex = 2;
  214. //
  215. // lblGoodsSpecification
  216. //
  217. this.lblGoodsSpecification.AutoSize = true;
  218. this.lblGoodsSpecification.BackColor = System.Drawing.SystemColors.Control;
  219. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  221. this.lblGoodsSpecification.Location = new System.Drawing.Point(384, 24);
  222. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  223. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  224. this.lblGoodsSpecification.TabIndex = 7;
  225. this.lblGoodsSpecification.Text = "产品规格";
  226. //
  227. // txtGoodsSpecification
  228. //
  229. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  230. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  231. this.txtGoodsSpecification.ErrorMessage = "";
  232. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.txtGoodsSpecification.Location = new System.Drawing.Point(441, 20);
  234. this.txtGoodsSpecification.MaxLength = 50;
  235. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  236. this.txtGoodsSpecification.Size = new System.Drawing.Size(120, 21);
  237. this.txtGoodsSpecification.TabIndex = 3;
  238. //
  239. // lblGoodsModel
  240. //
  241. this.lblGoodsModel.AutoSize = true;
  242. this.lblGoodsModel.BackColor = System.Drawing.SystemColors.Control;
  243. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  245. this.lblGoodsModel.Location = new System.Drawing.Point(568, 24);
  246. this.lblGoodsModel.Name = "lblGoodsModel";
  247. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  248. this.lblGoodsModel.TabIndex = 9;
  249. this.lblGoodsModel.Text = "产品型号";
  250. //
  251. // txtGoodsModel
  252. //
  253. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  254. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  255. this.txtGoodsModel.ErrorMessage = "";
  256. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.txtGoodsModel.Location = new System.Drawing.Point(626, 20);
  258. this.txtGoodsModel.MaxLength = 50;
  259. this.txtGoodsModel.Name = "txtGoodsModel";
  260. this.txtGoodsModel.Size = new System.Drawing.Size(120, 21);
  261. this.txtGoodsModel.TabIndex = 4;
  262. //
  263. // btnSearch
  264. //
  265. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  266. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  267. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  268. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.btnSearch.ForeColor = System.Drawing.Color.White;
  270. this.btnSearch.Location = new System.Drawing.Point(917, 41);
  271. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  272. this.btnSearch.Name = "btnSearch";
  273. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  274. this.btnSearch.TabIndex = 10;
  275. this.btnSearch.Text = "查询(&Q)";
  276. this.btnSearch.UseVisualStyleBackColor = false;
  277. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  278. //
  279. // btnClearCondition
  280. //
  281. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  282. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  283. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  284. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  286. this.btnClearCondition.Location = new System.Drawing.Point(1008, 41);
  287. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  288. this.btnClearCondition.Name = "btnClearCondition";
  289. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  290. this.btnClearCondition.TabIndex = 11;
  291. this.btnClearCondition.Text = "清空条件(&C)";
  292. this.btnClearCondition.UseVisualStyleBackColor = false;
  293. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  294. //
  295. // chkCeaseFlag
  296. //
  297. this.chkCeaseFlag.BackColor = System.Drawing.SystemColors.Control;
  298. this.chkCeaseFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkCeaseFlag.BackgroundImage")));
  299. this.chkCeaseFlag.FalseText = "否";
  300. this.chkCeaseFlag.Location = new System.Drawing.Point(570, 51);
  301. this.chkCeaseFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  302. this.chkCeaseFlag.Name = "chkCeaseFlag";
  303. this.chkCeaseFlag.Size = new System.Drawing.Size(136, 20);
  304. this.chkCeaseFlag.TabIndex = 7;
  305. this.chkCeaseFlag.Title = "在产";
  306. this.chkCeaseFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  307. this.chkCeaseFlag.TrueText = "是";
  308. //
  309. // chkValueFlag
  310. //
  311. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
  312. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  313. this.chkValueFlag.FalseText = "否";
  314. this.chkValueFlag.Location = new System.Drawing.Point(684, 51);
  315. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  316. this.chkValueFlag.Name = "chkValueFlag";
  317. this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
  318. this.chkValueFlag.TabIndex = 8;
  319. this.chkValueFlag.Title = "有效";
  320. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  321. this.chkValueFlag.TrueText = "是";
  322. //
  323. // gbxCondition
  324. //
  325. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  326. | System.Windows.Forms.AnchorStyles.Right)));
  327. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  328. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  329. this.gbxCondition.Controls.Add(this.lblGoodsType);
  330. this.gbxCondition.Controls.Add(this.scbGoodsType);
  331. this.gbxCondition.Controls.Add(this.btnClearCondition);
  332. this.gbxCondition.Controls.Add(this.btnSearch);
  333. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  334. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  335. this.gbxCondition.Controls.Add(this.lblGoodsName);
  336. this.gbxCondition.Controls.Add(this.chkValueFlag);
  337. this.gbxCondition.Controls.Add(this.txtGoodsName);
  338. this.gbxCondition.Controls.Add(this.chkCeaseFlag);
  339. this.gbxCondition.Controls.Add(this.lblGoodsSpecification);
  340. this.gbxCondition.Controls.Add(this.txtGoodsSpecification);
  341. this.gbxCondition.Controls.Add(this.lblGoodsModel);
  342. this.gbxCondition.Controls.Add(this.txtGoodsModel);
  343. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  345. this.gbxCondition.IsMustInput = false;
  346. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  347. this.gbxCondition.Name = "gbxCondition";
  348. this.gbxCondition.OriginalHeight = -1;
  349. this.gbxCondition.Size = new System.Drawing.Size(1099, 82);
  350. this.gbxCondition.TabIndex = 23;
  351. this.gbxCondition.TabStop = false;
  352. this.gbxCondition.Text = "查询条件 ▼";
  353. //
  354. // lblGoodsType
  355. //
  356. this.lblGoodsType.AutoSize = true;
  357. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  358. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  360. this.lblGoodsType.Location = new System.Drawing.Point(384, 51);
  361. this.lblGoodsType.Name = "lblGoodsType";
  362. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  363. this.lblGoodsType.TabIndex = 21;
  364. this.lblGoodsType.Text = "产品类别";
  365. //
  366. // scbGoodsType
  367. //
  368. this.scbGoodsType.CheckedData = null;
  369. this.scbGoodsType.IsOnlyDisplayEnd = false;
  370. this.scbGoodsType.Location = new System.Drawing.Point(441, 47);
  371. this.scbGoodsType.Name = "scbGoodsType";
  372. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  373. this.scbGoodsType.TabIndex = 20;
  374. //
  375. // splitContainer1
  376. //
  377. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  378. | System.Windows.Forms.AnchorStyles.Left)
  379. | System.Windows.Forms.AnchorStyles.Right)));
  380. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  381. this.splitContainer1.Location = new System.Drawing.Point(0, 126);
  382. this.splitContainer1.Name = "splitContainer1";
  383. //
  384. // splitContainer1.Panel1
  385. //
  386. this.splitContainer1.Panel1.Controls.Add(this.dgvGoods);
  387. //
  388. // splitContainer1.Panel2
  389. //
  390. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  391. this.splitContainer1.Size = new System.Drawing.Size(1099, 362);
  392. this.splitContainer1.SplitterDistance = 487;
  393. this.splitContainer1.TabIndex = 2;
  394. //
  395. // dgvGoods
  396. //
  397. this.dgvGoods.AllowUserToAddRows = false;
  398. this.dgvGoods.AllowUserToDeleteRows = false;
  399. this.dgvGoods.AllowUserToModifyRows = true;
  400. this.dgvGoods.AllowUserToOrderColumns = true;
  401. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  402. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  403. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  404. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  405. this.dgvGoods.CellHeight = 23;
  406. this.dgvGoods.ChildNodeColumnName = null;
  407. this.dgvGoods.ChildNodeColumnText = null;
  408. this.dgvGoods.ColumnDeep = 1;
  409. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  410. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  411. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  412. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  414. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  415. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  416. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  417. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  418. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  419. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  420. this.GoodsID,
  421. this.GoodsCode,
  422. this.GoodsName,
  423. this.GoodsSpecification,
  424. this.GoodsModel,
  425. this.GoodsTypeName,
  426. this.CeaseFlag,
  427. this.valueFlag});
  428. this.dgvGoods.ColumnTreeView = null;
  429. 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)));
  430. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  431. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  432. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  434. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  435. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  436. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  437. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3;
  438. this.dgvGoods.Dock = System.Windows.Forms.DockStyle.Fill;
  439. this.dgvGoods.DynamicColumnName = "";
  440. this.dgvGoods.EnableHeadersVisualStyles = false;
  441. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.dgvGoods.FormatQuantityColumns = null;
  443. this.dgvGoods.HasNode = false;
  444. this.dgvGoods.HorizontalMergeColumn = null;
  445. this.dgvGoods.IsAutoCountSum = true;
  446. this.dgvGoods.IsAutoResizeColumns = false;
  447. this.dgvGoods.IsClickF12 = false;
  448. this.dgvGoods.IsOpenMergeCellFlag = false;
  449. this.dgvGoods.IsSubTotalFlag = false;
  450. this.dgvGoods.IsTopDeep = false;
  451. this.dgvGoods.Location = new System.Drawing.Point(0, 0);
  452. this.dgvGoods.MergeColumnNames = null;
  453. this.dgvGoods.MergeDetailColumnNames = null;
  454. this.dgvGoods.MergeDetailOnlyColumn = null;
  455. this.dgvGoods.MergeOnlyColumn = null;
  456. this.dgvGoods.Name = "dgvGoods";
  457. this.dgvGoods.ReadOnly = true;
  458. this.dgvGoods.RefreshAtHscroll = false;
  459. this.dgvGoods.RowHeadersWidth = 50;
  460. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  461. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  462. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4;
  463. this.dgvGoods.RowTemplate.Height = 21;
  464. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  465. this.dgvGoods.Size = new System.Drawing.Size(487, 362);
  466. this.dgvGoods.SortOrderColumnName = null;
  467. this.dgvGoods.TabIndex = 12;
  468. this.dgvGoods.Tag = true;
  469. this.dgvGoods.TotalSumColumns = null;
  470. this.dgvGoods.ViewRowFilter = "";
  471. this.dgvGoods.VirtualMode = true;
  472. this.dgvGoods.VirtualNodes = false;
  473. this.dgvGoods.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellDoubleClick);
  474. this.dgvGoods.SelectionChanged += new System.EventHandler(this.dgvGoods_SelectionChanged);
  475. //
  476. // GoodsID
  477. //
  478. this.GoodsID.DataPropertyName = "GoodsID";
  479. this.GoodsID.HeaderText = "产品ID";
  480. this.GoodsID.Name = "GoodsID";
  481. this.GoodsID.ReadOnly = true;
  482. this.GoodsID.Visible = false;
  483. //
  484. // GoodsCode
  485. //
  486. this.GoodsCode.DataPropertyName = "GoodsCode";
  487. this.GoodsCode.HeaderText = "产品编码";
  488. this.GoodsCode.Name = "GoodsCode";
  489. this.GoodsCode.ReadOnly = true;
  490. //
  491. // GoodsName
  492. //
  493. this.GoodsName.DataPropertyName = "GoodsName";
  494. this.GoodsName.HeaderText = "产品名称";
  495. this.GoodsName.Name = "GoodsName";
  496. this.GoodsName.ReadOnly = true;
  497. //
  498. // GoodsSpecification
  499. //
  500. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  501. this.GoodsSpecification.HeaderText = "产品规格";
  502. this.GoodsSpecification.Name = "GoodsSpecification";
  503. this.GoodsSpecification.ReadOnly = true;
  504. //
  505. // GoodsModel
  506. //
  507. this.GoodsModel.DataPropertyName = "GoodsModel";
  508. this.GoodsModel.HeaderText = "产品型号";
  509. this.GoodsModel.Name = "GoodsModel";
  510. this.GoodsModel.ReadOnly = true;
  511. //
  512. // GoodsTypeName
  513. //
  514. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  515. this.GoodsTypeName.HeaderText = "产品类别";
  516. this.GoodsTypeName.Name = "GoodsTypeName";
  517. this.GoodsTypeName.ReadOnly = true;
  518. //
  519. // CeaseFlag
  520. //
  521. this.CeaseFlag.DataPropertyName = "CeaseFlag";
  522. this.CeaseFlag.FalseValue = "0";
  523. this.CeaseFlag.HeaderText = "在产";
  524. this.CeaseFlag.IndeterminateValue = "";
  525. this.CeaseFlag.Name = "CeaseFlag";
  526. this.CeaseFlag.ReadOnly = true;
  527. this.CeaseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  528. this.CeaseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  529. this.CeaseFlag.TrueValue = "1";
  530. //
  531. // valueFlag
  532. //
  533. this.valueFlag.DataPropertyName = "valueFlag";
  534. this.valueFlag.FalseValue = "0";
  535. this.valueFlag.HeaderText = "有效";
  536. this.valueFlag.IndeterminateValue = "";
  537. this.valueFlag.Name = "valueFlag";
  538. this.valueFlag.ReadOnly = true;
  539. this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  540. this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  541. this.valueFlag.TrueValue = "1";
  542. //
  543. // splitContainer2
  544. //
  545. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  546. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  547. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  548. this.splitContainer2.Name = "splitContainer2";
  549. //
  550. // splitContainer2.Panel1
  551. //
  552. this.splitContainer2.Panel1.Controls.Add(this.dgvGoodsSap);
  553. //
  554. // splitContainer2.Panel2
  555. //
  556. this.splitContainer2.Panel2.Controls.Add(this.dgvAccessories);
  557. this.splitContainer2.Size = new System.Drawing.Size(608, 362);
  558. this.splitContainer2.SplitterDistance = 197;
  559. this.splitContainer2.TabIndex = 14;
  560. //
  561. // dgvGoodsSap
  562. //
  563. this.dgvGoodsSap.AllowUserToAddRows = false;
  564. this.dgvGoodsSap.AllowUserToDeleteRows = false;
  565. this.dgvGoodsSap.AllowUserToModifyRows = true;
  566. this.dgvGoodsSap.AllowUserToOrderColumns = true;
  567. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  568. this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  569. this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  570. this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  571. this.dgvGoodsSap.CellHeight = 23;
  572. this.dgvGoodsSap.ChildNodeColumnName = null;
  573. this.dgvGoodsSap.ChildNodeColumnText = null;
  574. this.dgvGoodsSap.ColumnDeep = 1;
  575. this.dgvGoodsSap.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  576. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  577. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  578. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  580. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  581. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  582. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  583. this.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  584. this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  585. this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  586. this.logoName,
  587. this.logoid});
  588. this.dgvGoodsSap.ColumnTreeView = null;
  589. this.dgvGoodsSap.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)));
  590. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  591. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  592. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  594. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  595. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  596. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  597. this.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle7;
  598. this.dgvGoodsSap.Dock = System.Windows.Forms.DockStyle.Fill;
  599. this.dgvGoodsSap.DynamicColumnName = "";
  600. this.dgvGoodsSap.EnableHeadersVisualStyles = false;
  601. this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.dgvGoodsSap.FormatQuantityColumns = null;
  603. this.dgvGoodsSap.HasNode = false;
  604. this.dgvGoodsSap.HorizontalMergeColumn = null;
  605. this.dgvGoodsSap.IsAutoCountSum = true;
  606. this.dgvGoodsSap.IsAutoResizeColumns = false;
  607. this.dgvGoodsSap.IsClickF12 = false;
  608. this.dgvGoodsSap.IsOpenMergeCellFlag = false;
  609. this.dgvGoodsSap.IsSubTotalFlag = false;
  610. this.dgvGoodsSap.IsTopDeep = false;
  611. this.dgvGoodsSap.Location = new System.Drawing.Point(0, 0);
  612. this.dgvGoodsSap.MergeColumnNames = null;
  613. this.dgvGoodsSap.MergeDetailColumnNames = null;
  614. this.dgvGoodsSap.MergeDetailOnlyColumn = null;
  615. this.dgvGoodsSap.MergeOnlyColumn = null;
  616. this.dgvGoodsSap.Name = "dgvGoodsSap";
  617. this.dgvGoodsSap.ReadOnly = true;
  618. this.dgvGoodsSap.RefreshAtHscroll = false;
  619. this.dgvGoodsSap.RowHeadersWidth = 50;
  620. this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  621. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  622. this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle8;
  623. this.dgvGoodsSap.RowTemplate.Height = 21;
  624. this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  625. this.dgvGoodsSap.Size = new System.Drawing.Size(197, 362);
  626. this.dgvGoodsSap.SortOrderColumnName = null;
  627. this.dgvGoodsSap.TabIndex = 13;
  628. this.dgvGoodsSap.Tag = true;
  629. this.dgvGoodsSap.TotalSumColumns = null;
  630. this.dgvGoodsSap.ViewRowFilter = "";
  631. this.dgvGoodsSap.VirtualMode = true;
  632. this.dgvGoodsSap.VirtualNodes = false;
  633. this.dgvGoodsSap.SelectionChanged += new System.EventHandler(this.dgvGoodsSap_SelectionChanged);
  634. //
  635. // logoName
  636. //
  637. this.logoName.DataPropertyName = "logoName";
  638. this.logoName.HeaderText = "商标";
  639. this.logoName.Name = "logoName";
  640. this.logoName.ReadOnly = true;
  641. //
  642. // logoid
  643. //
  644. this.logoid.DataPropertyName = "logoid";
  645. this.logoid.HeaderText = "商标id";
  646. this.logoid.Name = "logoid";
  647. this.logoid.ReadOnly = true;
  648. this.logoid.Visible = false;
  649. //
  650. // dgvAccessories
  651. //
  652. this.dgvAccessories.AllowUserToAddRows = false;
  653. this.dgvAccessories.AllowUserToDeleteRows = false;
  654. this.dgvAccessories.AllowUserToModifyRows = true;
  655. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  656. this.dgvAccessories.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  657. this.dgvAccessories.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  658. this.dgvAccessories.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  659. this.dgvAccessories.CellHeight = 23;
  660. this.dgvAccessories.ChildNodeColumnName = null;
  661. this.dgvAccessories.ChildNodeColumnText = null;
  662. this.dgvAccessories.ColumnDeep = 1;
  663. this.dgvAccessories.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  664. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  665. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  666. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  667. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  668. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  669. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  670. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  671. this.dgvAccessories.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  672. this.dgvAccessories.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  673. this.dgvAccessories.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  674. this.ACCESSORIESNAME,
  675. this.ACCESSORIESTYPEID,
  676. this.ACCESSORIESCODE,
  677. this.DICTIONARYVALUE});
  678. this.dgvAccessories.ColumnTreeView = null;
  679. this.dgvAccessories.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)));
  680. this.dgvAccessories.Dock = System.Windows.Forms.DockStyle.Fill;
  681. this.dgvAccessories.DynamicColumnName = "";
  682. this.dgvAccessories.EnableHeadersVisualStyles = false;
  683. this.dgvAccessories.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  684. this.dgvAccessories.FormatQuantityColumns = null;
  685. this.dgvAccessories.HasNode = false;
  686. this.dgvAccessories.HorizontalMergeColumn = null;
  687. this.dgvAccessories.IsAutoCountSum = true;
  688. this.dgvAccessories.IsAutoResizeColumns = false;
  689. this.dgvAccessories.IsClickF12 = false;
  690. this.dgvAccessories.IsOpenMergeCellFlag = false;
  691. this.dgvAccessories.IsSubTotalFlag = false;
  692. this.dgvAccessories.IsTopDeep = false;
  693. this.dgvAccessories.Location = new System.Drawing.Point(0, 0);
  694. this.dgvAccessories.MergeColumnNames = null;
  695. this.dgvAccessories.MergeDetailColumnNames = null;
  696. this.dgvAccessories.MergeDetailOnlyColumn = null;
  697. this.dgvAccessories.MergeOnlyColumn = null;
  698. this.dgvAccessories.Name = "dgvAccessories";
  699. this.dgvAccessories.ReadOnly = true;
  700. this.dgvAccessories.RefreshAtHscroll = false;
  701. this.dgvAccessories.RowHeadersWidth = 50;
  702. this.dgvAccessories.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  703. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  704. this.dgvAccessories.RowsDefaultCellStyle = dataGridViewCellStyle11;
  705. this.dgvAccessories.RowTemplate.Height = 21;
  706. this.dgvAccessories.Size = new System.Drawing.Size(407, 362);
  707. this.dgvAccessories.SortOrderColumnName = null;
  708. this.dgvAccessories.TabIndex = 0;
  709. this.dgvAccessories.Tag = true;
  710. this.dgvAccessories.TotalSumColumns = null;
  711. this.dgvAccessories.ViewRowFilter = "";
  712. this.dgvAccessories.VirtualNodes = false;
  713. //
  714. // ACCESSORIESNAME
  715. //
  716. this.ACCESSORIESNAME.DataPropertyName = "ACCESSORIESNAME";
  717. this.ACCESSORIESNAME.HeaderText = "辅件名称";
  718. this.ACCESSORIESNAME.Name = "ACCESSORIESNAME";
  719. this.ACCESSORIESNAME.ReadOnly = true;
  720. this.ACCESSORIESNAME.Width = 110;
  721. //
  722. // ACCESSORIESTYPEID
  723. //
  724. this.ACCESSORIESTYPEID.DataPropertyName = "ACCESSORIESTYPEID";
  725. this.ACCESSORIESTYPEID.HeaderText = "辅件类别id";
  726. this.ACCESSORIESTYPEID.Name = "ACCESSORIESTYPEID";
  727. this.ACCESSORIESTYPEID.ReadOnly = true;
  728. this.ACCESSORIESTYPEID.Visible = false;
  729. //
  730. // ACCESSORIESCODE
  731. //
  732. this.ACCESSORIESCODE.DataPropertyName = "ACCESSORIESCODE";
  733. this.ACCESSORIESCODE.HeaderText = "辅件编码";
  734. this.ACCESSORIESCODE.Name = "ACCESSORIESCODE";
  735. this.ACCESSORIESCODE.ReadOnly = true;
  736. this.ACCESSORIESCODE.Width = 110;
  737. //
  738. // DICTIONARYVALUE
  739. //
  740. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  741. this.DICTIONARYVALUE.HeaderText = "辅件类别名称";
  742. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  743. this.DICTIONARYVALUE.ReadOnly = true;
  744. this.DICTIONARYVALUE.Width = 110;
  745. //
  746. // F_MST_1003
  747. //
  748. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  749. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  750. this.ClientSize = new System.Drawing.Size(1099, 489);
  751. this.Controls.Add(this.splitContainer1);
  752. this.Controls.Add(this.gbxCondition);
  753. this.Controls.Add(this.tsrOperate);
  754. this.Name = "F_MST_1003";
  755. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  756. this.Text = "产品对应辅件";
  757. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0501_FormClosed);
  758. this.Load += new System.EventHandler(this.F_MST_0501_Load);
  759. this.tsrOperate.ResumeLayout(false);
  760. this.tsrOperate.PerformLayout();
  761. this.gbxCondition.ResumeLayout(false);
  762. this.gbxCondition.PerformLayout();
  763. this.splitContainer1.Panel1.ResumeLayout(false);
  764. this.splitContainer1.Panel2.ResumeLayout(false);
  765. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  766. this.splitContainer1.ResumeLayout(false);
  767. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  768. this.splitContainer2.Panel1.ResumeLayout(false);
  769. this.splitContainer2.Panel2.ResumeLayout(false);
  770. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  771. this.splitContainer2.ResumeLayout(false);
  772. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.dgvAccessories)).EndInit();
  774. this.ResumeLayout(false);
  775. }
  776. #endregion
  777. private Basics.BaseControls.C_ToolStrip tsrOperate;
  778. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  779. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  780. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  781. private System.Windows.Forms.ToolStripButton tsbtnClose;
  782. private Basics.BaseControls.C_Label lblGoodsCode;
  783. private Basics.BaseControls.C_TextBox txtGoodsCode;
  784. private Basics.BaseControls.C_Label lblGoodsName;
  785. private Basics.BaseControls.C_TextBox txtGoodsName;
  786. private Basics.BaseControls.C_Label lblGoodsSpecification;
  787. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  788. private Basics.BaseControls.C_Label lblGoodsModel;
  789. private Basics.BaseControls.C_TextBox txtGoodsModel;
  790. private Basics.BaseControls.C_Button btnSearch;
  791. private Basics.BaseControls.C_Button btnClearCondition;
  792. private Basics.BaseControls.C_StatusCheckBox chkCeaseFlag;
  793. private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
  794. private Basics.BaseControls.C_GroupBox gbxCondition;
  795. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  796. private Basics.BaseControls.C_Label lblGoodsType;
  797. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  798. private System.Windows.Forms.SplitContainer splitContainer1;
  799. private Basics.BaseControls.C_DataGridView dgvGoods;
  800. private Basics.BaseControls.C_DataGridView dgvGoodsSap;
  801. private System.Windows.Forms.SplitContainer splitContainer2;
  802. private Basics.BaseControls.C_DataGridView dgvAccessories;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  807. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  808. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  809. private System.Windows.Forms.DataGridViewCheckBoxColumn CeaseFlag;
  810. private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag;
  811. private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
  812. private System.Windows.Forms.DataGridViewTextBoxColumn logoid;
  813. private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESNAME;
  814. private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESTYPEID;
  815. private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESCODE;
  816. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  817. }
  818. }