F_MST_1301.Designer.cs 26 KB

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