F_MST_1301.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1301
  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_1301));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  35. this.delBtn = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  38. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  43. this.goodsnametxt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.goodscodetxt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.ddlLogoName = new Dongke.WinForm.Controls.FtcFilterComboBox();
  47. this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
  48. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  52. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GoodsNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.tsrOperate.SuspendLayout();
  58. this.gbxCondition.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tsrOperate
  63. //
  64. this.tsrOperate.AutoSize = false;
  65. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  66. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  67. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnAdd,
  70. this.tsbtnEdit,
  71. this.delBtn,
  72. this.tsbtnAdaptive,
  73. this.tsbtnClose});
  74. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  75. this.tsrOperate.Name = "tsrOperate";
  76. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  77. this.tsrOperate.ShowItemToolTips = false;
  78. this.tsrOperate.Size = new System.Drawing.Size(1128, 35);
  79. this.tsrOperate.TabIndex = 1;
  80. //
  81. // tsbtnAdd
  82. //
  83. this.tsbtnAdd.AutoSize = false;
  84. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  86. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  87. this.tsbtnAdd.Name = "tsbtnAdd";
  88. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  89. this.tsbtnAdd.Text = "新建(&N)";
  90. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  91. //
  92. // tsbtnEdit
  93. //
  94. this.tsbtnEdit.AutoSize = false;
  95. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  97. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbtnEdit.Name = "tsbtnEdit";
  99. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  100. this.tsbtnEdit.Text = "编辑(&E)";
  101. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  102. //
  103. // delBtn
  104. //
  105. this.delBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  106. this.delBtn.Image = ((System.Drawing.Image)(resources.GetObject("delBtn.Image")));
  107. this.delBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.delBtn.Name = "delBtn";
  109. this.delBtn.Size = new System.Drawing.Size(33, 32);
  110. this.delBtn.Text = "删除";
  111. this.delBtn.Click += new System.EventHandler(this.delBtn_Click);
  112. //
  113. // tsbtnAdaptive
  114. //
  115. this.tsbtnAdaptive.AutoSize = false;
  116. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  118. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  120. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  121. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  122. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  123. //
  124. // tsbtnClose
  125. //
  126. this.tsbtnClose.AutoSize = false;
  127. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnClose.Name = "tsbtnClose";
  131. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  132. this.tsbtnClose.Text = "关闭(&X)";
  133. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  134. //
  135. // lblGoodsCode
  136. //
  137. this.lblGoodsCode.AutoSize = true;
  138. this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
  139. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  141. this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
  142. this.lblGoodsCode.Name = "lblGoodsCode";
  143. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  144. this.lblGoodsCode.TabIndex = 3;
  145. this.lblGoodsCode.Text = "产品编码";
  146. //
  147. // btnSearch
  148. //
  149. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  151. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  152. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.btnSearch.ForeColor = System.Drawing.Color.White;
  154. this.btnSearch.Location = new System.Drawing.Point(940, 14);
  155. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.btnSearch.Name = "btnSearch";
  157. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  158. this.btnSearch.TabIndex = 10;
  159. this.btnSearch.Text = "查询(&Q)";
  160. this.btnSearch.UseVisualStyleBackColor = false;
  161. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  162. //
  163. // btnClearCondition
  164. //
  165. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  166. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  167. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  168. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  170. this.btnClearCondition.Location = new System.Drawing.Point(1031, 14);
  171. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  172. this.btnClearCondition.Name = "btnClearCondition";
  173. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  174. this.btnClearCondition.TabIndex = 11;
  175. this.btnClearCondition.Text = "清空条件(&C)";
  176. this.btnClearCondition.UseVisualStyleBackColor = false;
  177. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  178. //
  179. // lblGlazeTypeID
  180. //
  181. this.lblGlazeTypeID.AutoSize = true;
  182. this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
  183. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
  185. this.lblGlazeTypeID.Location = new System.Drawing.Point(386, 23);
  186. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  187. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  188. this.lblGlazeTypeID.TabIndex = 15;
  189. this.lblGlazeTypeID.Text = "釉料类别";
  190. //
  191. // gbxCondition
  192. //
  193. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  194. | System.Windows.Forms.AnchorStyles.Right)));
  195. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  196. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  197. this.gbxCondition.Controls.Add(this.goodsnametxt);
  198. this.gbxCondition.Controls.Add(this.c_Label3);
  199. this.gbxCondition.Controls.Add(this.goodscodetxt);
  200. this.gbxCondition.Controls.Add(this.ddlLogoName);
  201. this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
  202. this.gbxCondition.Controls.Add(this.c_Label2);
  203. this.gbxCondition.Controls.Add(this.txtKingdeeCode);
  204. this.gbxCondition.Controls.Add(this.c_Label1);
  205. this.gbxCondition.Controls.Add(this.btnClearCondition);
  206. this.gbxCondition.Controls.Add(this.btnSearch);
  207. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  208. this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
  209. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  211. this.gbxCondition.IsMustInput = false;
  212. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  213. this.gbxCondition.Name = "gbxCondition";
  214. this.gbxCondition.OriginalHeight = -1;
  215. this.gbxCondition.Size = new System.Drawing.Size(1128, 56);
  216. this.gbxCondition.TabIndex = 23;
  217. this.gbxCondition.TabStop = false;
  218. this.gbxCondition.Text = "查询条件 ▼";
  219. //
  220. // goodsnametxt
  221. //
  222. this.goodsnametxt.BackColor = System.Drawing.SystemColors.Window;
  223. this.goodsnametxt.BackgroundColor = System.Drawing.SystemColors.Window;
  224. this.goodsnametxt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  225. this.goodsnametxt.ErrorMessage = "";
  226. this.goodsnametxt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.goodsnametxt.ImeMode = System.Windows.Forms.ImeMode.Off;
  228. this.goodsnametxt.Location = new System.Drawing.Point(260, 18);
  229. this.goodsnametxt.MaxLength = 50;
  230. this.goodsnametxt.Name = "goodsnametxt";
  231. this.goodsnametxt.Size = new System.Drawing.Size(120, 21);
  232. this.goodsnametxt.TabIndex = 89;
  233. //
  234. // c_Label3
  235. //
  236. this.c_Label3.AutoSize = true;
  237. this.c_Label3.BackColor = System.Drawing.SystemColors.Control;
  238. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.c_Label3.Location = new System.Drawing.Point(201, 23);
  241. this.c_Label3.Name = "c_Label3";
  242. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  243. this.c_Label3.TabIndex = 88;
  244. this.c_Label3.Text = "产品名称";
  245. //
  246. // goodscodetxt
  247. //
  248. this.goodscodetxt.BackColor = System.Drawing.SystemColors.Window;
  249. this.goodscodetxt.BackgroundColor = System.Drawing.SystemColors.Window;
  250. this.goodscodetxt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  251. this.goodscodetxt.ErrorMessage = "";
  252. this.goodscodetxt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.goodscodetxt.ImeMode = System.Windows.Forms.ImeMode.Off;
  254. this.goodscodetxt.Location = new System.Drawing.Point(75, 19);
  255. this.goodscodetxt.MaxLength = 50;
  256. this.goodscodetxt.Name = "goodscodetxt";
  257. this.goodscodetxt.Size = new System.Drawing.Size(120, 21);
  258. this.goodscodetxt.TabIndex = 87;
  259. //
  260. // ddlLogoName
  261. //
  262. this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  263. this.ddlLogoName.FormattingEnabled = true;
  264. this.ddlLogoName.Location = new System.Drawing.Point(618, 19);
  265. this.ddlLogoName.Name = "ddlLogoName";
  266. this.ddlLogoName.ShowMustInputAlert = false;
  267. this.ddlLogoName.Size = new System.Drawing.Size(130, 20);
  268. this.ddlLogoName.TabIndex = 86;
  269. //
  270. // ddlGlazeTypeID
  271. //
  272. this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  273. this.ddlGlazeTypeID.FormattingEnabled = true;
  274. this.ddlGlazeTypeID.Location = new System.Drawing.Point(445, 19);
  275. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  276. this.ddlGlazeTypeID.ShowMustInputAlert = false;
  277. this.ddlGlazeTypeID.Size = new System.Drawing.Size(127, 20);
  278. this.ddlGlazeTypeID.TabIndex = 85;
  279. //
  280. // c_Label2
  281. //
  282. this.c_Label2.AutoSize = true;
  283. this.c_Label2.BackColor = System.Drawing.SystemColors.Control;
  284. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  286. this.c_Label2.Location = new System.Drawing.Point(754, 23);
  287. this.c_Label2.Name = "c_Label2";
  288. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  289. this.c_Label2.TabIndex = 19;
  290. this.c_Label2.Text = "金蝶代码";
  291. //
  292. // txtKingdeeCode
  293. //
  294. this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
  295. this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  296. this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  297. this.txtKingdeeCode.ErrorMessage = "";
  298. this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.txtKingdeeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  300. this.txtKingdeeCode.Location = new System.Drawing.Point(813, 19);
  301. this.txtKingdeeCode.MaxLength = 50;
  302. this.txtKingdeeCode.Name = "txtKingdeeCode";
  303. this.txtKingdeeCode.Size = new System.Drawing.Size(120, 21);
  304. this.txtKingdeeCode.TabIndex = 18;
  305. //
  306. // c_Label1
  307. //
  308. this.c_Label1.AutoSize = true;
  309. this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
  310. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  312. this.c_Label1.Location = new System.Drawing.Point(586, 23);
  313. this.c_Label1.Name = "c_Label1";
  314. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  315. this.c_Label1.TabIndex = 17;
  316. this.c_Label1.Text = "商标";
  317. //
  318. // dgvGoosKingdeecode
  319. //
  320. this.dgvGoosKingdeecode.AllowUserToAddRows = false;
  321. this.dgvGoosKingdeecode.AllowUserToDeleteRows = false;
  322. this.dgvGoosKingdeecode.AllowUserToModifyRows = true;
  323. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  324. this.dgvGoosKingdeecode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  325. this.dgvGoosKingdeecode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  326. | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.dgvGoosKingdeecode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  329. this.dgvGoosKingdeecode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  330. this.dgvGoosKingdeecode.CellHeight = 23;
  331. this.dgvGoosKingdeecode.ChildNodeColumnName = null;
  332. this.dgvGoosKingdeecode.ChildNodeColumnText = null;
  333. this.dgvGoosKingdeecode.ColumnDeep = 1;
  334. this.dgvGoosKingdeecode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  335. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  336. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  337. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  339. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  340. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  341. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  342. this.dgvGoosKingdeecode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  343. this.dgvGoosKingdeecode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  344. this.dgvGoosKingdeecode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  345. this.GOODSCODE,
  346. this.GoodsNames,
  347. this.GLAZETYPE,
  348. this.LOGONAME,
  349. this.KINGDEECODE});
  350. this.dgvGoosKingdeecode.ColumnTreeView = null;
  351. this.dgvGoosKingdeecode.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)));
  352. this.dgvGoosKingdeecode.DynamicColumnName = "";
  353. this.dgvGoosKingdeecode.EnableHeadersVisualStyles = false;
  354. this.dgvGoosKingdeecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.dgvGoosKingdeecode.FormatQuantityColumns = null;
  356. this.dgvGoosKingdeecode.HorizontalMergeColumn = null;
  357. this.dgvGoosKingdeecode.IsAutoCountSum = true;
  358. this.dgvGoosKingdeecode.IsAutoResizeColumns = false;
  359. this.dgvGoosKingdeecode.IsClickF12 = false;
  360. this.dgvGoosKingdeecode.IsOpenMergeCellFlag = false;
  361. this.dgvGoosKingdeecode.IsSubTotalFlag = false;
  362. this.dgvGoosKingdeecode.IsTopDeep = false;
  363. this.dgvGoosKingdeecode.Location = new System.Drawing.Point(0, 100);
  364. this.dgvGoosKingdeecode.MergeColumnNames = null;
  365. this.dgvGoosKingdeecode.MergeDetailColumnNames = null;
  366. this.dgvGoosKingdeecode.MergeDetailOnlyColumn = null;
  367. this.dgvGoosKingdeecode.MergeOnlyColumn = null;
  368. this.dgvGoosKingdeecode.Name = "dgvGoosKingdeecode";
  369. this.dgvGoosKingdeecode.ReadOnly = true;
  370. this.dgvGoosKingdeecode.RefreshAtHscroll = false;
  371. this.dgvGoosKingdeecode.RowHeadersWidth = 50;
  372. this.dgvGoosKingdeecode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  373. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  374. this.dgvGoosKingdeecode.RowsDefaultCellStyle = dataGridViewCellStyle3;
  375. this.dgvGoosKingdeecode.RowTemplate.Height = 21;
  376. this.dgvGoosKingdeecode.Size = new System.Drawing.Size(1122, 404);
  377. this.dgvGoosKingdeecode.SortOrderColumnName = null;
  378. this.dgvGoosKingdeecode.TabIndex = 24;
  379. this.dgvGoosKingdeecode.Tag = true;
  380. this.dgvGoosKingdeecode.TotalSumColumns = null;
  381. this.dgvGoosKingdeecode.ViewRowFilter = "";
  382. //
  383. // GOODSCODE
  384. //
  385. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  386. this.GOODSCODE.HeaderText = "产品编码";
  387. this.GOODSCODE.Name = "GOODSCODE";
  388. this.GOODSCODE.ReadOnly = true;
  389. //
  390. // GoodsNames
  391. //
  392. this.GoodsNames.DataPropertyName = "GoodsName";
  393. this.GoodsNames.HeaderText = "产品名称";
  394. this.GoodsNames.Name = "GoodsNames";
  395. this.GoodsNames.ReadOnly = true;
  396. //
  397. // GLAZETYPE
  398. //
  399. this.GLAZETYPE.DataPropertyName = "GLAZETYPE";
  400. this.GLAZETYPE.HeaderText = "釉料类别";
  401. this.GLAZETYPE.Name = "GLAZETYPE";
  402. this.GLAZETYPE.ReadOnly = true;
  403. //
  404. // LOGONAME
  405. //
  406. this.LOGONAME.DataPropertyName = "LOGONAME";
  407. this.LOGONAME.HeaderText = "商标";
  408. this.LOGONAME.Name = "LOGONAME";
  409. this.LOGONAME.ReadOnly = true;
  410. this.LOGONAME.Width = 150;
  411. //
  412. // KINGDEECODE
  413. //
  414. this.KINGDEECODE.DataPropertyName = "KINGDEECODE";
  415. this.KINGDEECODE.HeaderText = "金蝶代码";
  416. this.KINGDEECODE.Name = "KINGDEECODE";
  417. this.KINGDEECODE.ReadOnly = true;
  418. this.KINGDEECODE.Width = 150;
  419. //
  420. // F_MST_1301
  421. //
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.ClientSize = new System.Drawing.Size(1128, 516);
  425. this.Controls.Add(this.dgvGoosKingdeecode);
  426. this.Controls.Add(this.gbxCondition);
  427. this.Controls.Add(this.tsrOperate);
  428. this.Name = "F_MST_1301";
  429. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  430. this.Text = "金蝶代码对应";
  431. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
  432. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  433. this.tsrOperate.ResumeLayout(false);
  434. this.tsrOperate.PerformLayout();
  435. this.gbxCondition.ResumeLayout(false);
  436. this.gbxCondition.PerformLayout();
  437. ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).EndInit();
  438. this.ResumeLayout(false);
  439. }
  440. #endregion
  441. private Basics.BaseControls.C_ToolStrip tsrOperate;
  442. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  443. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  444. private System.Windows.Forms.ToolStripButton tsbtnClose;
  445. private Basics.BaseControls.C_Label lblGoodsCode;
  446. private Basics.BaseControls.C_Button btnSearch;
  447. private Basics.BaseControls.C_Button btnClearCondition;
  448. private Basics.BaseControls.C_Label lblGlazeTypeID;
  449. private Basics.BaseControls.C_GroupBox gbxCondition;
  450. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  451. private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode;
  452. private Basics.BaseControls.C_Label c_Label1;
  453. private Basics.BaseControls.C_Label c_Label2;
  454. private Basics.BaseControls.C_TextBox txtKingdeeCode;
  455. private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
  456. private WinForm.Controls.FtcFilterComboBox ddlLogoName;
  457. private System.Windows.Forms.ToolStripButton delBtn;
  458. private Basics.BaseControls.C_TextBox goodsnametxt;
  459. private Basics.BaseControls.C_Label c_Label3;
  460. private Basics.BaseControls.C_TextBox goodscodetxt;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsNames;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
  466. }
  467. }