F_MST_1301.Designer.cs 22 KB

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