F_SAP_HEGII_0111.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
  3. {
  4. partial class F_SAP_HEGII_0111
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SAP_HEGII_0111));
  30. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.scbIdnrk = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbIdnrk();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.txtLgort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtCharg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtMenge = new System.Windows.Forms.TextBox();
  50. this.SuspendLayout();
  51. //
  52. // txtBarcode
  53. //
  54. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  55. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  56. this.txtBarcode.ErrorMessage = "";
  57. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.txtBarcode.Location = new System.Drawing.Point(119, 18);
  59. this.txtBarcode.MaxLength = 20;
  60. this.txtBarcode.Name = "txtBarcode";
  61. this.txtBarcode.Size = new System.Drawing.Size(150, 21);
  62. this.txtBarcode.TabIndex = 19;
  63. this.txtBarcode.TextValue = "";
  64. //
  65. // c_Label9
  66. //
  67. this.c_Label9.AutoSize = true;
  68. this.c_Label9.BackColor = System.Drawing.Color.Transparent;
  69. this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.c_Label9.Location = new System.Drawing.Point(62, 21);
  71. this.c_Label9.Name = "c_Label9";
  72. this.c_Label9.Size = new System.Drawing.Size(53, 12);
  73. this.c_Label9.TabIndex = 18;
  74. this.c_Label9.Text = "产品条码";
  75. //
  76. // txtMatnr
  77. //
  78. this.txtMatnr.BackColor = System.Drawing.SystemColors.Window;
  79. this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
  80. this.txtMatnr.ErrorMessage = "";
  81. this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.txtMatnr.Location = new System.Drawing.Point(119, 45);
  83. this.txtMatnr.MaxLength = 30;
  84. this.txtMatnr.Name = "txtMatnr";
  85. this.txtMatnr.Size = new System.Drawing.Size(150, 21);
  86. this.txtMatnr.TabIndex = 17;
  87. this.txtMatnr.TextValue = "";
  88. //
  89. // c_Label8
  90. //
  91. this.c_Label8.AutoSize = true;
  92. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  93. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.c_Label8.Location = new System.Drawing.Point(62, 48);
  95. this.c_Label8.Name = "c_Label8";
  96. this.c_Label8.Size = new System.Drawing.Size(53, 12);
  97. this.c_Label8.TabIndex = 16;
  98. this.c_Label8.Text = "物料编码";
  99. //
  100. // scbIdnrk
  101. //
  102. this.scbIdnrk.CheckedData = null;
  103. this.scbIdnrk.DisplayMember = "IDNRK";
  104. this.scbIdnrk.FormText = "";
  105. this.scbIdnrk.Location = new System.Drawing.Point(119, 74);
  106. this.scbIdnrk.Name = "scbIdnrk";
  107. this.scbIdnrk.Size = new System.Drawing.Size(150, 21);
  108. this.scbIdnrk.TabIndex = 20;
  109. this.scbIdnrk.ValueMember = "IDNRK";
  110. this.scbIdnrk.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbIdnrk_TextValueChanged);
  111. //
  112. // btnSave
  113. //
  114. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  115. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  116. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  117. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btnSave.ForeColor = System.Drawing.Color.White;
  119. this.btnSave.Location = new System.Drawing.Point(144, 279);
  120. this.btnSave.Name = "btnSave";
  121. this.btnSave.Size = new System.Drawing.Size(85, 33);
  122. this.btnSave.TabIndex = 14;
  123. this.btnSave.Text = "保存";
  124. this.btnSave.UseVisualStyleBackColor = false;
  125. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  126. //
  127. // btnClose
  128. //
  129. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  131. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  132. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.btnClose.ForeColor = System.Drawing.Color.White;
  134. this.btnClose.Location = new System.Drawing.Point(235, 279);
  135. this.btnClose.Name = "btnClose";
  136. this.btnClose.Size = new System.Drawing.Size(85, 33);
  137. this.btnClose.TabIndex = 13;
  138. this.btnClose.Text = "取消";
  139. this.btnClose.UseVisualStyleBackColor = false;
  140. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  141. //
  142. // txtLgort
  143. //
  144. this.txtLgort.BackColor = System.Drawing.Color.Yellow;
  145. this.txtLgort.BackgroundColor = System.Drawing.SystemColors.Window;
  146. this.txtLgort.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  147. this.txtLgort.ErrorMessage = "";
  148. this.txtLgort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.txtLgort.ImeMode = System.Windows.Forms.ImeMode.Off;
  150. this.txtLgort.IsMustInput = true;
  151. this.txtLgort.Location = new System.Drawing.Point(119, 241);
  152. this.txtLgort.MaxLength = 4;
  153. this.txtLgort.Name = "txtLgort";
  154. this.txtLgort.Size = new System.Drawing.Size(150, 21);
  155. this.txtLgort.TabIndex = 12;
  156. this.txtLgort.TextValue = "";
  157. //
  158. // c_Label7
  159. //
  160. this.c_Label7.AutoSize = true;
  161. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  162. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.c_Label7.Location = new System.Drawing.Point(62, 244);
  164. this.c_Label7.Name = "c_Label7";
  165. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  166. this.c_Label7.TabIndex = 11;
  167. this.c_Label7.Text = "库存地点";
  168. //
  169. // txtCharg
  170. //
  171. this.txtCharg.BackColor = System.Drawing.SystemColors.Window;
  172. this.txtCharg.BackgroundColor = System.Drawing.SystemColors.Window;
  173. this.txtCharg.ErrorMessage = "";
  174. this.txtCharg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.txtCharg.Location = new System.Drawing.Point(119, 160);
  176. this.txtCharg.MaxLength = 10;
  177. this.txtCharg.Name = "txtCharg";
  178. this.txtCharg.Size = new System.Drawing.Size(150, 21);
  179. this.txtCharg.TabIndex = 10;
  180. this.txtCharg.TextValue = "";
  181. //
  182. // c_Label6
  183. //
  184. this.c_Label6.AutoSize = true;
  185. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  186. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.c_Label6.Location = new System.Drawing.Point(62, 163);
  188. this.c_Label6.Name = "c_Label6";
  189. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  190. this.c_Label6.TabIndex = 9;
  191. this.c_Label6.Text = "组件批次";
  192. //
  193. // txtIdnrkOnlyCode
  194. //
  195. this.txtIdnrkOnlyCode.BackColor = System.Drawing.SystemColors.Window;
  196. this.txtIdnrkOnlyCode.BackgroundColor = System.Drawing.SystemColors.Window;
  197. this.txtIdnrkOnlyCode.ErrorMessage = "";
  198. this.txtIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.txtIdnrkOnlyCode.Location = new System.Drawing.Point(119, 214);
  200. this.txtIdnrkOnlyCode.MaxLength = 50;
  201. this.txtIdnrkOnlyCode.Name = "txtIdnrkOnlyCode";
  202. this.txtIdnrkOnlyCode.Size = new System.Drawing.Size(150, 21);
  203. this.txtIdnrkOnlyCode.TabIndex = 8;
  204. this.txtIdnrkOnlyCode.TextValue = "";
  205. //
  206. // c_Label5
  207. //
  208. this.c_Label5.AutoSize = true;
  209. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  210. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.c_Label5.Location = new System.Drawing.Point(62, 217);
  212. this.c_Label5.Name = "c_Label5";
  213. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  214. this.c_Label5.TabIndex = 7;
  215. this.c_Label5.Text = "唯一编码";
  216. //
  217. // c_Label4
  218. //
  219. this.c_Label4.AutoSize = true;
  220. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  221. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.c_Label4.Location = new System.Drawing.Point(62, 190);
  223. this.c_Label4.Name = "c_Label4";
  224. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  225. this.c_Label4.TabIndex = 5;
  226. this.c_Label4.Text = "组件数量";
  227. //
  228. // txtMeins
  229. //
  230. this.txtMeins.BackColor = System.Drawing.SystemColors.Window;
  231. this.txtMeins.BackgroundColor = System.Drawing.SystemColors.Window;
  232. this.txtMeins.Enabled = false;
  233. this.txtMeins.ErrorMessage = "";
  234. this.txtMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.txtMeins.Location = new System.Drawing.Point(119, 131);
  236. this.txtMeins.Name = "txtMeins";
  237. this.txtMeins.Size = new System.Drawing.Size(150, 21);
  238. this.txtMeins.TabIndex = 4;
  239. this.txtMeins.TextValue = "";
  240. //
  241. // c_Label3
  242. //
  243. this.c_Label3.AutoSize = true;
  244. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  245. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.c_Label3.Location = new System.Drawing.Point(62, 134);
  247. this.c_Label3.Name = "c_Label3";
  248. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  249. this.c_Label3.TabIndex = 3;
  250. this.c_Label3.Text = "组件单位";
  251. //
  252. // txtIdnrkName
  253. //
  254. this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
  255. this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
  256. this.txtIdnrkName.Enabled = false;
  257. this.txtIdnrkName.ErrorMessage = "";
  258. this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.txtIdnrkName.Location = new System.Drawing.Point(119, 101);
  260. this.txtIdnrkName.Name = "txtIdnrkName";
  261. this.txtIdnrkName.Size = new System.Drawing.Size(150, 21);
  262. this.txtIdnrkName.TabIndex = 2;
  263. this.txtIdnrkName.TextValue = "";
  264. //
  265. // c_Label2
  266. //
  267. this.c_Label2.AutoSize = true;
  268. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  269. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.c_Label2.Location = new System.Drawing.Point(62, 104);
  271. this.c_Label2.Name = "c_Label2";
  272. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  273. this.c_Label2.TabIndex = 1;
  274. this.c_Label2.Text = "组件名称";
  275. //
  276. // c_Label1
  277. //
  278. this.c_Label1.AutoSize = true;
  279. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  280. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.c_Label1.Location = new System.Drawing.Point(62, 77);
  282. this.c_Label1.Name = "c_Label1";
  283. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  284. this.c_Label1.TabIndex = 0;
  285. this.c_Label1.Text = "组件编码";
  286. //
  287. // txtMenge
  288. //
  289. this.txtMenge.BackColor = System.Drawing.Color.Yellow;
  290. this.txtMenge.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  291. this.txtMenge.ImeMode = System.Windows.Forms.ImeMode.Off;
  292. this.txtMenge.Location = new System.Drawing.Point(119, 187);
  293. this.txtMenge.Name = "txtMenge";
  294. this.txtMenge.Size = new System.Drawing.Size(150, 21);
  295. this.txtMenge.TabIndex = 23;
  296. this.txtMenge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMenge_KeyPress_1);
  297. //
  298. // F_SAP_HEGII_0111
  299. //
  300. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  301. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  302. this.ClientSize = new System.Drawing.Size(332, 324);
  303. this.Controls.Add(this.txtMenge);
  304. this.Controls.Add(this.txtBarcode);
  305. this.Controls.Add(this.c_Label9);
  306. this.Controls.Add(this.txtMatnr);
  307. this.Controls.Add(this.c_Label8);
  308. this.Controls.Add(this.scbIdnrk);
  309. this.Controls.Add(this.btnSave);
  310. this.Controls.Add(this.btnClose);
  311. this.Controls.Add(this.txtLgort);
  312. this.Controls.Add(this.c_Label7);
  313. this.Controls.Add(this.txtCharg);
  314. this.Controls.Add(this.c_Label6);
  315. this.Controls.Add(this.txtIdnrkOnlyCode);
  316. this.Controls.Add(this.c_Label5);
  317. this.Controls.Add(this.c_Label4);
  318. this.Controls.Add(this.txtMeins);
  319. this.Controls.Add(this.c_Label3);
  320. this.Controls.Add(this.txtIdnrkName);
  321. this.Controls.Add(this.c_Label2);
  322. this.Controls.Add(this.c_Label1);
  323. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  324. this.Name = "F_SAP_HEGII_0111";
  325. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  326. this.Text = "新建报损";
  327. this.Load += new System.EventHandler(this.F_SAP_HEGII_0111_Load);
  328. this.ResumeLayout(false);
  329. this.PerformLayout();
  330. }
  331. #endregion
  332. private Basics.BaseControls.C_Label c_Label1;
  333. private Basics.BaseControls.C_Label c_Label2;
  334. private Basics.BaseControls.C_TextBox txtIdnrkName;
  335. private Basics.BaseControls.C_Label c_Label3;
  336. private Basics.BaseControls.C_TextBox txtMeins;
  337. private Basics.BaseControls.C_Label c_Label4;
  338. private Basics.BaseControls.C_Label c_Label5;
  339. private Basics.BaseControls.C_TextBox txtIdnrkOnlyCode;
  340. private Basics.BaseControls.C_Label c_Label6;
  341. private Basics.BaseControls.C_TextBox txtCharg;
  342. private Basics.BaseControls.C_Label c_Label7;
  343. private Basics.BaseControls.C_TextBox txtLgort;
  344. private Basics.BaseControls.C_Button btnClose;
  345. private Basics.BaseControls.C_Button btnSave;
  346. private Controls.SearchBox.ScbIdnrk scbIdnrk;
  347. private Basics.BaseControls.C_Label c_Label8;
  348. private Basics.BaseControls.C_TextBox txtMatnr;
  349. private Basics.BaseControls.C_Label c_Label9;
  350. private Basics.BaseControls.C_TextBox txtBarcode;
  351. private System.Windows.Forms.TextBox txtMenge;
  352. }
  353. }