F_MST_1003.Designer.cs 46 KB

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