F_MST_1301.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  30. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  31. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  32. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  33. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  40. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  41. this.tsrOperate.SuspendLayout();
  42. this.gbxCondition.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // tsrOperate
  46. //
  47. this.tsrOperate.AutoSize = false;
  48. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  49. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  50. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.tsbtnAdd,
  53. this.tsbtnEdit,
  54. this.tsbtnAdaptive,
  55. this.tsbtnClose});
  56. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  57. this.tsrOperate.Name = "tsrOperate";
  58. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  59. this.tsrOperate.ShowItemToolTips = false;
  60. this.tsrOperate.Size = new System.Drawing.Size(1037, 35);
  61. this.tsrOperate.TabIndex = 1;
  62. //
  63. // tsbtnAdd
  64. //
  65. this.tsbtnAdd.AutoSize = false;
  66. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  68. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  69. this.tsbtnAdd.Name = "tsbtnAdd";
  70. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  71. this.tsbtnAdd.Text = "新建(&N)";
  72. //
  73. // tsbtnEdit
  74. //
  75. this.tsbtnEdit.AutoSize = false;
  76. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  78. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  79. this.tsbtnEdit.Name = "tsbtnEdit";
  80. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  81. this.tsbtnEdit.Text = "编辑(&E)";
  82. //
  83. // tsbtnClose
  84. //
  85. this.tsbtnClose.AutoSize = false;
  86. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  88. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tsbtnClose.Name = "tsbtnClose";
  90. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  91. this.tsbtnClose.Text = "关闭(&X)";
  92. //
  93. // lblGoodsCode
  94. //
  95. this.lblGoodsCode.AutoSize = true;
  96. this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
  97. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  99. this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
  100. this.lblGoodsCode.Name = "lblGoodsCode";
  101. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  102. this.lblGoodsCode.TabIndex = 3;
  103. this.lblGoodsCode.Text = "产品编码";
  104. //
  105. // txtGoodsCode
  106. //
  107. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  108. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  109. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  110. this.txtGoodsCode.ErrorMessage = "";
  111. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  113. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  114. this.txtGoodsCode.MaxLength = 50;
  115. this.txtGoodsCode.Name = "txtGoodsCode";
  116. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  117. this.txtGoodsCode.TabIndex = 1;
  118. //
  119. // btnSearch
  120. //
  121. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  123. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  124. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.btnSearch.ForeColor = System.Drawing.Color.White;
  126. this.btnSearch.Location = new System.Drawing.Point(843, 41);
  127. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  128. this.btnSearch.Name = "btnSearch";
  129. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  130. this.btnSearch.TabIndex = 10;
  131. this.btnSearch.Text = "查询(&Q)";
  132. this.btnSearch.UseVisualStyleBackColor = false;
  133. //
  134. // btnClearCondition
  135. //
  136. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  137. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  138. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  139. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  141. this.btnClearCondition.Location = new System.Drawing.Point(934, 41);
  142. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  143. this.btnClearCondition.Name = "btnClearCondition";
  144. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  145. this.btnClearCondition.TabIndex = 11;
  146. this.btnClearCondition.Text = "清空条件(&C)";
  147. this.btnClearCondition.UseVisualStyleBackColor = false;
  148. //
  149. // lblGlazeTypeID
  150. //
  151. this.lblGlazeTypeID.AutoSize = true;
  152. this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
  153. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.lblGlazeTypeID.Location = new System.Drawing.Point(212, 24);
  156. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  157. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  158. this.lblGlazeTypeID.TabIndex = 15;
  159. this.lblGlazeTypeID.Text = "釉料类别";
  160. //
  161. // gbxCondition
  162. //
  163. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  164. | System.Windows.Forms.AnchorStyles.Right)));
  165. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  166. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  167. this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
  168. this.gbxCondition.Controls.Add(this.btnClearCondition);
  169. this.gbxCondition.Controls.Add(this.btnSearch);
  170. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  171. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  172. this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
  173. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  175. this.gbxCondition.IsMustInput = false;
  176. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  177. this.gbxCondition.Name = "gbxCondition";
  178. this.gbxCondition.OriginalHeight = -1;
  179. this.gbxCondition.Size = new System.Drawing.Size(1025, 82);
  180. this.gbxCondition.TabIndex = 23;
  181. this.gbxCondition.TabStop = false;
  182. this.gbxCondition.Text = "查询条件 ▼";
  183. //
  184. // ddlGlazeTypeID
  185. //
  186. this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
  187. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  188. this.ddlGlazeTypeID.DataSource = null;
  189. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.ddlGlazeTypeID.FormattingEnabled = true;
  191. //
  192. //
  193. //
  194. this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
  197. this.ddlGlazeTypeID.ListBox.Name = "";
  198. this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
  199. this.ddlGlazeTypeID.ListBox.TabIndex = 0;
  200. this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 21);
  201. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  202. this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
  203. this.ddlGlazeTypeID.TabIndex = 5;
  204. //
  205. // tsbtnAdaptive
  206. //
  207. this.tsbtnAdaptive.AutoSize = false;
  208. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  210. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  211. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  212. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  213. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  214. //
  215. // F_MST_1301
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(1037, 461);
  220. this.Controls.Add(this.gbxCondition);
  221. this.Controls.Add(this.tsrOperate);
  222. this.Name = "F_MST_1301";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  224. this.Text = "产品档案";
  225. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  226. this.tsrOperate.ResumeLayout(false);
  227. this.tsrOperate.PerformLayout();
  228. this.gbxCondition.ResumeLayout(false);
  229. this.gbxCondition.PerformLayout();
  230. this.ResumeLayout(false);
  231. }
  232. #endregion
  233. private Basics.BaseControls.C_ToolStrip tsrOperate;
  234. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  235. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  236. private System.Windows.Forms.ToolStripButton tsbtnClose;
  237. private Basics.BaseControls.C_Label lblGoodsCode;
  238. private Basics.BaseControls.C_TextBox txtGoodsCode;
  239. private Basics.BaseControls.C_Button btnSearch;
  240. private Basics.BaseControls.C_Button btnClearCondition;
  241. private Basics.BaseControls.C_Label lblGlazeTypeID;
  242. private Basics.BaseControls.C_GroupBox gbxCondition;
  243. private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
  244. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  245. }
  246. }