F_MST_1301.Designer.cs 27 KB

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