F_PM_0201.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0201
  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_PM_0201));
  29. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.lblNewBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  33. this.txtNewBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  34. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.SuspendLayout();
  43. //
  44. // lblBarCode
  45. //
  46. this.lblBarCode.AutoSize = true;
  47. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  48. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  50. this.lblBarCode.IsMustInput = true;
  51. this.lblBarCode.Location = new System.Drawing.Point(12, 78);
  52. this.lblBarCode.Name = "lblBarCode";
  53. this.lblBarCode.Size = new System.Drawing.Size(65, 12);
  54. this.lblBarCode.TabIndex = 1;
  55. this.lblBarCode.Text = "原产品条码";
  56. //
  57. // lblNewBarCode
  58. //
  59. this.lblNewBarCode.AutoSize = true;
  60. this.lblNewBarCode.BackColor = System.Drawing.Color.Transparent;
  61. this.lblNewBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.lblNewBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  63. this.lblNewBarCode.IsMustInput = true;
  64. this.lblNewBarCode.Location = new System.Drawing.Point(12, 105);
  65. this.lblNewBarCode.Name = "lblNewBarCode";
  66. this.lblNewBarCode.Size = new System.Drawing.Size(65, 12);
  67. this.lblNewBarCode.TabIndex = 3;
  68. this.lblNewBarCode.Text = "新产品条码";
  69. //
  70. // btnSave
  71. //
  72. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  73. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  74. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btnSave.ForeColor = System.Drawing.Color.White;
  76. this.btnSave.Location = new System.Drawing.Point(124, 260);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(85, 30);
  79. this.btnSave.TabIndex = 7;
  80. this.btnSave.Text = "保存(&S)";
  81. this.btnSave.UseVisualStyleBackColor = false;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // txtBarCode
  85. //
  86. this.txtBarCode.BackColor = System.Drawing.Color.Yellow;
  87. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  88. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  89. this.txtBarCode.ErrorMessage = "";
  90. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  92. this.txtBarCode.IsMustInput = true;
  93. this.txtBarCode.Location = new System.Drawing.Point(83, 75);
  94. this.txtBarCode.MaxLength = 11;
  95. this.txtBarCode.Name = "txtBarCode";
  96. this.txtBarCode.Size = new System.Drawing.Size(129, 21);
  97. this.txtBarCode.TabIndex = 3;
  98. this.txtBarCode.TextValue = "";
  99. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  100. //
  101. // txtNewBarCode
  102. //
  103. this.txtNewBarCode.BackColor = System.Drawing.Color.Yellow;
  104. this.txtNewBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  105. this.txtNewBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  106. this.txtNewBarCode.ErrorMessage = "";
  107. this.txtNewBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.txtNewBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  109. this.txtNewBarCode.IsMustInput = true;
  110. this.txtNewBarCode.Location = new System.Drawing.Point(83, 102);
  111. this.txtNewBarCode.MaxLength = 11;
  112. this.txtNewBarCode.Name = "txtNewBarCode";
  113. this.txtNewBarCode.Size = new System.Drawing.Size(129, 21);
  114. this.txtNewBarCode.TabIndex = 5;
  115. this.txtNewBarCode.TextValue = "";
  116. //
  117. // btnSearch
  118. //
  119. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  120. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  121. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnSearch.ForeColor = System.Drawing.Color.White;
  123. this.btnSearch.Location = new System.Drawing.Point(218, 70);
  124. this.btnSearch.Name = "btnSearch";
  125. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  126. this.btnSearch.TabIndex = 4;
  127. this.btnSearch.Text = "查询(&Q)";
  128. this.btnSearch.UseVisualStyleBackColor = false;
  129. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  130. //
  131. // txtRemarks
  132. //
  133. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  134. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  135. this.txtRemarks.ErrorMessage = "";
  136. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.txtRemarks.Location = new System.Drawing.Point(83, 129);
  138. this.txtRemarks.Multiline = true;
  139. this.txtRemarks.Name = "txtRemarks";
  140. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  141. this.txtRemarks.Size = new System.Drawing.Size(217, 120);
  142. this.txtRemarks.TabIndex = 6;
  143. this.txtRemarks.TextValue = "";
  144. //
  145. // c_Label1
  146. //
  147. this.c_Label1.AutoSize = true;
  148. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  149. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.c_Label1.Location = new System.Drawing.Point(48, 132);
  152. this.c_Label1.Name = "c_Label1";
  153. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  154. this.c_Label1.TabIndex = 6;
  155. this.c_Label1.Text = "备注";
  156. //
  157. // btnClose
  158. //
  159. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  160. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  161. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  162. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.btnClose.ForeColor = System.Drawing.Color.White;
  164. this.btnClose.Location = new System.Drawing.Point(215, 260);
  165. this.btnClose.Name = "btnClose";
  166. this.btnClose.Size = new System.Drawing.Size(85, 30);
  167. this.btnClose.TabIndex = 8;
  168. this.btnClose.Text = "关闭";
  169. this.btnClose.UseVisualStyleBackColor = false;
  170. //
  171. // lblGroutingUserCode
  172. //
  173. this.lblGroutingUserCode.AutoSize = true;
  174. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  175. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.lblGroutingUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  177. this.lblGroutingUserCode.IsMustInput = true;
  178. this.lblGroutingUserCode.Location = new System.Drawing.Point(24, 21);
  179. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  180. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  181. this.lblGroutingUserCode.TabIndex = 1;
  182. this.lblGroutingUserCode.Text = "成型工号";
  183. //
  184. // txtGroutingUserCode
  185. //
  186. this.txtGroutingUserCode.BackColor = System.Drawing.Color.Yellow;
  187. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  188. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  189. this.txtGroutingUserCode.ErrorMessage = "";
  190. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  192. this.txtGroutingUserCode.IsMustInput = true;
  193. this.txtGroutingUserCode.Location = new System.Drawing.Point(83, 21);
  194. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  195. this.txtGroutingUserCode.Size = new System.Drawing.Size(129, 21);
  196. this.txtGroutingUserCode.TabIndex = 1;
  197. this.txtGroutingUserCode.TextValue = "";
  198. //
  199. // c_Label2
  200. //
  201. this.c_Label2.AutoSize = true;
  202. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  203. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  205. this.c_Label2.IsMustInput = true;
  206. this.c_Label2.Location = new System.Drawing.Point(24, 52);
  207. this.c_Label2.Name = "c_Label2";
  208. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  209. this.c_Label2.TabIndex = 1;
  210. this.c_Label2.Text = "产品编码";
  211. //
  212. // txtGoodsCode
  213. //
  214. this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
  215. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  216. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  217. this.txtGoodsCode.ErrorMessage = "";
  218. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  220. this.txtGoodsCode.IsMustInput = true;
  221. this.txtGoodsCode.Location = new System.Drawing.Point(83, 47);
  222. this.txtGoodsCode.MaxLength = 20;
  223. this.txtGoodsCode.Name = "txtGoodsCode";
  224. this.txtGoodsCode.Size = new System.Drawing.Size(129, 21);
  225. this.txtGoodsCode.TabIndex = 2;
  226. this.txtGoodsCode.TextValue = "";
  227. //
  228. // F_PM_0201
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.CancelButton = this.btnClose;
  233. this.ClientSize = new System.Drawing.Size(314, 320);
  234. this.Controls.Add(this.txtGoodsCode);
  235. this.Controls.Add(this.txtGroutingUserCode);
  236. this.Controls.Add(this.txtRemarks);
  237. this.Controls.Add(this.btnClose);
  238. this.Controls.Add(this.btnSearch);
  239. this.Controls.Add(this.txtNewBarCode);
  240. this.Controls.Add(this.txtBarCode);
  241. this.Controls.Add(this.btnSave);
  242. this.Controls.Add(this.c_Label1);
  243. this.Controls.Add(this.lblNewBarCode);
  244. this.Controls.Add(this.c_Label2);
  245. this.Controls.Add(this.lblGroutingUserCode);
  246. this.Controls.Add(this.lblBarCode);
  247. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  248. this.IsSaveFormSize = false;
  249. this.MaximizeBox = false;
  250. this.MinimizeBox = false;
  251. this.Name = "F_PM_0201";
  252. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  253. this.StatusSizingGrip = false;
  254. this.Text = "F_PM_0201";
  255. this.Load += new System.EventHandler(this.F_PM_0201_Load);
  256. this.Controls.SetChildIndex(this.lblBarCode, 0);
  257. this.Controls.SetChildIndex(this.lblGroutingUserCode, 0);
  258. this.Controls.SetChildIndex(this.c_Label2, 0);
  259. this.Controls.SetChildIndex(this.lblNewBarCode, 0);
  260. this.Controls.SetChildIndex(this.c_Label1, 0);
  261. this.Controls.SetChildIndex(this.btnSave, 0);
  262. this.Controls.SetChildIndex(this.txtBarCode, 0);
  263. this.Controls.SetChildIndex(this.txtNewBarCode, 0);
  264. this.Controls.SetChildIndex(this.btnSearch, 0);
  265. this.Controls.SetChildIndex(this.btnClose, 0);
  266. this.Controls.SetChildIndex(this.txtRemarks, 0);
  267. this.Controls.SetChildIndex(this.txtGroutingUserCode, 0);
  268. this.Controls.SetChildIndex(this.txtGoodsCode, 0);
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private Basics.BaseControls.C_Label lblBarCode;
  274. private Basics.BaseControls.C_Label lblNewBarCode;
  275. private Basics.BaseControls.C_Button btnSave;
  276. private Basics.BaseControls.C_TXT_BarCode txtBarCode;
  277. private Basics.BaseControls.C_TXT_BarCode txtNewBarCode;
  278. private Basics.BaseControls.C_Button btnSearch;
  279. private Basics.BaseControls.C_TextBox txtRemarks;
  280. private Basics.BaseControls.C_Label c_Label1;
  281. private Basics.BaseControls.C_Button btnClose;
  282. private Basics.BaseControls.C_Label lblGroutingUserCode;
  283. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  284. private Basics.BaseControls.C_Label c_Label2;
  285. private Basics.BaseControls.C_TextBox txtGoodsCode;
  286. }
  287. }