F_MST_1301.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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.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.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  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.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.ddlLogoName = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  48. this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. // txtGoodsCode
  133. //
  134. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  135. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  136. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  137. this.txtGoodsCode.ErrorMessage = "";
  138. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  140. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  141. this.txtGoodsCode.MaxLength = 50;
  142. this.txtGoodsCode.Name = "txtGoodsCode";
  143. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  144. this.txtGoodsCode.TabIndex = 1;
  145. //
  146. // btnSearch
  147. //
  148. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  149. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  150. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  151. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btnSearch.ForeColor = System.Drawing.Color.White;
  153. this.btnSearch.Location = new System.Drawing.Point(849, 14);
  154. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  155. this.btnSearch.Name = "btnSearch";
  156. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  157. this.btnSearch.TabIndex = 10;
  158. this.btnSearch.Text = "查询(&Q)";
  159. this.btnSearch.UseVisualStyleBackColor = false;
  160. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  161. //
  162. // btnClearCondition
  163. //
  164. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  165. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  166. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  167. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  169. this.btnClearCondition.Location = new System.Drawing.Point(940, 14);
  170. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.btnClearCondition.Name = "btnClearCondition";
  172. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  173. this.btnClearCondition.TabIndex = 11;
  174. this.btnClearCondition.Text = "清空条件(&C)";
  175. this.btnClearCondition.UseVisualStyleBackColor = false;
  176. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  177. //
  178. // lblGlazeTypeID
  179. //
  180. this.lblGlazeTypeID.AutoSize = true;
  181. this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
  182. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.lblGlazeTypeID.Location = new System.Drawing.Point(212, 24);
  185. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  186. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  187. this.lblGlazeTypeID.TabIndex = 15;
  188. this.lblGlazeTypeID.Text = "釉料类别";
  189. //
  190. // gbxCondition
  191. //
  192. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  193. | System.Windows.Forms.AnchorStyles.Right)));
  194. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  195. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  196. this.gbxCondition.Controls.Add(this.c_Label2);
  197. this.gbxCondition.Controls.Add(this.txtKingdeeCode);
  198. this.gbxCondition.Controls.Add(this.ddlLogoName);
  199. this.gbxCondition.Controls.Add(this.c_Label1);
  200. this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
  201. this.gbxCondition.Controls.Add(this.btnClearCondition);
  202. this.gbxCondition.Controls.Add(this.btnSearch);
  203. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  204. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  205. this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
  206. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.gbxCondition.IsMustInput = false;
  209. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  210. this.gbxCondition.Name = "gbxCondition";
  211. this.gbxCondition.OriginalHeight = -1;
  212. this.gbxCondition.Size = new System.Drawing.Size(1037, 56);
  213. this.gbxCondition.TabIndex = 23;
  214. this.gbxCondition.TabStop = false;
  215. this.gbxCondition.Text = "查询条件 ▼";
  216. //
  217. // c_Label2
  218. //
  219. this.c_Label2.AutoSize = true;
  220. this.c_Label2.BackColor = System.Drawing.SystemColors.Control;
  221. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this.c_Label2.Location = new System.Drawing.Point(580, 24);
  224. this.c_Label2.Name = "c_Label2";
  225. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  226. this.c_Label2.TabIndex = 19;
  227. this.c_Label2.Text = "金蝶代码";
  228. //
  229. // txtKingdeeCode
  230. //
  231. this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
  232. this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  233. this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  234. this.txtKingdeeCode.ErrorMessage = "";
  235. this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.txtKingdeeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  237. this.txtKingdeeCode.Location = new System.Drawing.Point(639, 20);
  238. this.txtKingdeeCode.MaxLength = 50;
  239. this.txtKingdeeCode.Name = "txtKingdeeCode";
  240. this.txtKingdeeCode.Size = new System.Drawing.Size(120, 21);
  241. this.txtKingdeeCode.TabIndex = 18;
  242. //
  243. // ddlLogoName
  244. //
  245. this.ddlLogoName.BackColor = System.Drawing.SystemColors.Window;
  246. this.ddlLogoName.BackgroundColor = System.Drawing.SystemColors.Window;
  247. this.ddlLogoName.DataSource = null;
  248. this.ddlLogoName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.ddlLogoName.FormattingEnabled = true;
  250. //
  251. //
  252. //
  253. this.ddlLogoName.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.ddlLogoName.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.ddlLogoName.ListBox.Location = new System.Drawing.Point(0, 0);
  256. this.ddlLogoName.ListBox.Name = "";
  257. this.ddlLogoName.ListBox.Size = new System.Drawing.Size(118, 136);
  258. this.ddlLogoName.ListBox.TabIndex = 0;
  259. this.ddlLogoName.Location = new System.Drawing.Point(447, 21);
  260. this.ddlLogoName.Name = "ddlLogoName";
  261. this.ddlLogoName.Size = new System.Drawing.Size(120, 20);
  262. this.ddlLogoName.TabIndex = 16;
  263. //
  264. // c_Label1
  265. //
  266. this.c_Label1.AutoSize = true;
  267. this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
  268. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  270. this.c_Label1.Location = new System.Drawing.Point(412, 24);
  271. this.c_Label1.Name = "c_Label1";
  272. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  273. this.c_Label1.TabIndex = 17;
  274. this.c_Label1.Text = "商标";
  275. //
  276. // ddlGlazeTypeID
  277. //
  278. this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
  279. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  280. this.ddlGlazeTypeID.DataSource = null;
  281. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.ddlGlazeTypeID.FormattingEnabled = true;
  283. //
  284. //
  285. //
  286. this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  287. this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
  289. this.ddlGlazeTypeID.ListBox.Name = "";
  290. this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
  291. this.ddlGlazeTypeID.ListBox.TabIndex = 0;
  292. this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 21);
  293. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  294. this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
  295. this.ddlGlazeTypeID.TabIndex = 5;
  296. //
  297. // dgvGoosKingdeecode
  298. //
  299. this.dgvGoosKingdeecode.AllowUserToModifyRows = true;
  300. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  301. this.dgvGoosKingdeecode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  302. this.dgvGoosKingdeecode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  303. | System.Windows.Forms.AnchorStyles.Left)
  304. | System.Windows.Forms.AnchorStyles.Right)));
  305. this.dgvGoosKingdeecode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  306. this.dgvGoosKingdeecode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  307. this.dgvGoosKingdeecode.CellHeight = 23;
  308. this.dgvGoosKingdeecode.ChildNodeColumnName = null;
  309. this.dgvGoosKingdeecode.ChildNodeColumnText = null;
  310. this.dgvGoosKingdeecode.ColumnDeep = 1;
  311. this.dgvGoosKingdeecode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  312. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  313. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  314. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  316. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  317. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  318. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  319. this.dgvGoosKingdeecode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  320. this.dgvGoosKingdeecode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  321. this.dgvGoosKingdeecode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  322. this.GOODSCODE,
  323. this.GLAZETYPE,
  324. this.LOGONAME,
  325. this.KINGDEECODE});
  326. this.dgvGoosKingdeecode.ColumnTreeView = null;
  327. 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)));
  328. this.dgvGoosKingdeecode.DynamicColumnName = "";
  329. this.dgvGoosKingdeecode.EnableHeadersVisualStyles = false;
  330. this.dgvGoosKingdeecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.dgvGoosKingdeecode.FormatQuantityColumns = null;
  332. this.dgvGoosKingdeecode.HorizontalMergeColumn = null;
  333. this.dgvGoosKingdeecode.IsAutoCountSum = true;
  334. this.dgvGoosKingdeecode.IsAutoResizeColumns = false;
  335. this.dgvGoosKingdeecode.IsClickF12 = false;
  336. this.dgvGoosKingdeecode.IsOpenMergeCellFlag = false;
  337. this.dgvGoosKingdeecode.IsSubTotalFlag = false;
  338. this.dgvGoosKingdeecode.IsTopDeep = false;
  339. this.dgvGoosKingdeecode.Location = new System.Drawing.Point(0, 100);
  340. this.dgvGoosKingdeecode.MergeColumnNames = null;
  341. this.dgvGoosKingdeecode.MergeDetailColumnNames = null;
  342. this.dgvGoosKingdeecode.MergeDetailOnlyColumn = null;
  343. this.dgvGoosKingdeecode.MergeOnlyColumn = null;
  344. this.dgvGoosKingdeecode.Name = "dgvGoosKingdeecode";
  345. this.dgvGoosKingdeecode.ReadOnly = true;
  346. this.dgvGoosKingdeecode.RefreshAtHscroll = false;
  347. this.dgvGoosKingdeecode.RowHeadersWidth = 50;
  348. this.dgvGoosKingdeecode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  349. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  350. this.dgvGoosKingdeecode.RowsDefaultCellStyle = dataGridViewCellStyle3;
  351. this.dgvGoosKingdeecode.RowTemplate.Height = 21;
  352. this.dgvGoosKingdeecode.Size = new System.Drawing.Size(1031, 349);
  353. this.dgvGoosKingdeecode.SortOrderColumnName = null;
  354. this.dgvGoosKingdeecode.TabIndex = 24;
  355. this.dgvGoosKingdeecode.Tag = true;
  356. this.dgvGoosKingdeecode.TotalSumColumns = null;
  357. this.dgvGoosKingdeecode.ViewRowFilter = "";
  358. //
  359. // GOODSCODE
  360. //
  361. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  362. this.GOODSCODE.HeaderText = "产品编码";
  363. this.GOODSCODE.Name = "GOODSCODE";
  364. this.GOODSCODE.ReadOnly = true;
  365. //
  366. // GLAZETYPE
  367. //
  368. this.GLAZETYPE.DataPropertyName = "GLAZETYPE";
  369. this.GLAZETYPE.HeaderText = "釉料类别";
  370. this.GLAZETYPE.Name = "GLAZETYPE";
  371. this.GLAZETYPE.ReadOnly = true;
  372. //
  373. // LOGONAME
  374. //
  375. this.LOGONAME.DataPropertyName = "LOGONAME";
  376. this.LOGONAME.HeaderText = "商标";
  377. this.LOGONAME.Name = "LOGONAME";
  378. this.LOGONAME.ReadOnly = true;
  379. this.LOGONAME.Width = 150;
  380. //
  381. // KINGDEECODE
  382. //
  383. this.KINGDEECODE.DataPropertyName = "KINGDEECODE";
  384. this.KINGDEECODE.HeaderText = "金蝶代码";
  385. this.KINGDEECODE.Name = "KINGDEECODE";
  386. this.KINGDEECODE.ReadOnly = true;
  387. this.KINGDEECODE.Width = 150;
  388. //
  389. // F_MST_1301
  390. //
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.ClientSize = new System.Drawing.Size(1037, 461);
  394. this.Controls.Add(this.dgvGoosKingdeecode);
  395. this.Controls.Add(this.gbxCondition);
  396. this.Controls.Add(this.tsrOperate);
  397. this.Name = "F_MST_1301";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  399. this.Text = "产品档案";
  400. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  401. this.tsrOperate.ResumeLayout(false);
  402. this.tsrOperate.PerformLayout();
  403. this.gbxCondition.ResumeLayout(false);
  404. this.gbxCondition.PerformLayout();
  405. ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).EndInit();
  406. this.ResumeLayout(false);
  407. }
  408. #endregion
  409. private Basics.BaseControls.C_ToolStrip tsrOperate;
  410. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  411. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  412. private System.Windows.Forms.ToolStripButton tsbtnClose;
  413. private Basics.BaseControls.C_Label lblGoodsCode;
  414. private Basics.BaseControls.C_TextBox txtGoodsCode;
  415. private Basics.BaseControls.C_Button btnSearch;
  416. private Basics.BaseControls.C_Button btnClearCondition;
  417. private Basics.BaseControls.C_Label lblGlazeTypeID;
  418. private Basics.BaseControls.C_GroupBox gbxCondition;
  419. private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
  420. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  421. private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
  426. private Basics.BaseControls.DKListBoxComboBox ddlLogoName;
  427. private Basics.BaseControls.C_Label c_Label1;
  428. private Basics.BaseControls.C_Label c_Label2;
  429. private Basics.BaseControls.C_TextBox txtKingdeeCode;
  430. }
  431. }