F_PM_0503.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0503
  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_0503));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtKilnCarNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtBarcodeStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.SuspendLayout();
  42. //
  43. // btnCancel
  44. //
  45. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  47. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  48. this.btnCancel.CausesValidation = false;
  49. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  50. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.btnCancel.ForeColor = System.Drawing.Color.White;
  52. this.btnCancel.Location = new System.Drawing.Point(246, 170);
  53. this.btnCancel.Name = "btnCancel";
  54. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  55. this.btnCancel.TabIndex = 9;
  56. this.btnCancel.Text = "取消";
  57. this.btnCancel.UseVisualStyleBackColor = true;
  58. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  59. //
  60. // btnSave
  61. //
  62. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  63. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  64. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  65. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnSave.ForeColor = System.Drawing.Color.White;
  67. this.btnSave.Location = new System.Drawing.Point(155, 170);
  68. this.btnSave.Name = "btnSave";
  69. this.btnSave.Size = new System.Drawing.Size(85, 30);
  70. this.btnSave.TabIndex = 8;
  71. this.btnSave.Text = "保存";
  72. this.btnSave.UseVisualStyleBackColor = true;
  73. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  74. //
  75. // c_Label1
  76. //
  77. this.c_Label1.AutoSize = true;
  78. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  79. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  81. this.c_Label1.IsMustInput = true;
  82. this.c_Label1.Location = new System.Drawing.Point(13, 15);
  83. this.c_Label1.Name = "c_Label1";
  84. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  85. this.c_Label1.TabIndex = 0;
  86. this.c_Label1.Text = "产品条码";
  87. //
  88. // txtBarcode
  89. //
  90. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  91. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  92. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  93. this.txtBarcode.ErrorMessage = "";
  94. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtBarcode.Location = new System.Drawing.Point(72, 12);
  96. this.txtBarcode.MaxLength = 11;
  97. this.txtBarcode.Name = "txtBarcode";
  98. this.txtBarcode.Size = new System.Drawing.Size(258, 21);
  99. this.txtBarcode.TabIndex = 1;
  100. this.txtBarcode.TextValue = "";
  101. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  102. //
  103. // c_Label2
  104. //
  105. this.c_Label2.AutoSize = true;
  106. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  107. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.c_Label2.Location = new System.Drawing.Point(13, 42);
  109. this.c_Label2.Name = "c_Label2";
  110. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  111. this.c_Label2.TabIndex = 2;
  112. this.c_Label2.Text = "产品编码";
  113. //
  114. // txtGoodsCode
  115. //
  116. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Control;
  117. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  118. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  119. this.txtGoodsCode.ErrorMessage = "";
  120. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.txtGoodsCode.Location = new System.Drawing.Point(72, 39);
  122. this.txtGoodsCode.Name = "txtGoodsCode";
  123. this.txtGoodsCode.ReadOnly = true;
  124. this.txtGoodsCode.Size = new System.Drawing.Size(258, 21);
  125. this.txtGoodsCode.TabIndex = 3;
  126. this.txtGoodsCode.TextValue = "";
  127. //
  128. // c_Label3
  129. //
  130. this.c_Label3.AutoSize = true;
  131. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  132. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.c_Label3.Location = new System.Drawing.Point(13, 69);
  134. this.c_Label3.Name = "c_Label3";
  135. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  136. this.c_Label3.TabIndex = 4;
  137. this.c_Label3.Text = "产品名称";
  138. //
  139. // txtGoodsName
  140. //
  141. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Control;
  142. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  143. this.txtGoodsName.ErrorMessage = "";
  144. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.txtGoodsName.Location = new System.Drawing.Point(72, 66);
  146. this.txtGoodsName.Name = "txtGoodsName";
  147. this.txtGoodsName.ReadOnly = true;
  148. this.txtGoodsName.Size = new System.Drawing.Size(258, 21);
  149. this.txtGoodsName.TabIndex = 5;
  150. this.txtGoodsName.TextValue = "";
  151. //
  152. // c_Label4
  153. //
  154. this.c_Label4.AutoSize = true;
  155. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  156. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.c_Label4.Location = new System.Drawing.Point(25, 96);
  158. this.c_Label4.Name = "c_Label4";
  159. this.c_Label4.Size = new System.Drawing.Size(41, 12);
  160. this.c_Label4.TabIndex = 6;
  161. this.c_Label4.Text = "窑车号";
  162. //
  163. // txtKilnCarNo
  164. //
  165. this.txtKilnCarNo.BackColor = System.Drawing.SystemColors.Control;
  166. this.txtKilnCarNo.BackgroundColor = System.Drawing.SystemColors.Window;
  167. this.txtKilnCarNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  168. this.txtKilnCarNo.ErrorMessage = "";
  169. this.txtKilnCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.txtKilnCarNo.Location = new System.Drawing.Point(72, 93);
  171. this.txtKilnCarNo.Name = "txtKilnCarNo";
  172. this.txtKilnCarNo.ReadOnly = true;
  173. this.txtKilnCarNo.Size = new System.Drawing.Size(258, 21);
  174. this.txtKilnCarNo.TabIndex = 7;
  175. this.txtKilnCarNo.TextValue = "";
  176. //
  177. // lblStatus
  178. //
  179. this.lblStatus.AutoSize = true;
  180. this.lblStatus.BackColor = System.Drawing.Color.Transparent;
  181. this.lblStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lblStatus.Location = new System.Drawing.Point(13, 123);
  183. this.lblStatus.Name = "lblStatus";
  184. this.lblStatus.Size = new System.Drawing.Size(53, 12);
  185. this.lblStatus.TabIndex = 6;
  186. this.lblStatus.Text = "条码状态";
  187. //
  188. // txtBarcodeStatus
  189. //
  190. this.txtBarcodeStatus.BackColor = System.Drawing.SystemColors.Control;
  191. this.txtBarcodeStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  192. this.txtBarcodeStatus.ErrorMessage = "";
  193. this.txtBarcodeStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.txtBarcodeStatus.Location = new System.Drawing.Point(72, 120);
  195. this.txtBarcodeStatus.Multiline = true;
  196. this.txtBarcodeStatus.Name = "txtBarcodeStatus";
  197. this.txtBarcodeStatus.ReadOnly = true;
  198. this.txtBarcodeStatus.Size = new System.Drawing.Size(258, 44);
  199. this.txtBarcodeStatus.TabIndex = 7;
  200. this.txtBarcodeStatus.TextValue = "";
  201. //
  202. // F_PM_0503
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.CancelButton = this.btnCancel;
  207. this.ClientSize = new System.Drawing.Size(343, 225);
  208. this.Controls.Add(this.txtBarcodeStatus);
  209. this.Controls.Add(this.lblStatus);
  210. this.Controls.Add(this.txtKilnCarNo);
  211. this.Controls.Add(this.c_Label4);
  212. this.Controls.Add(this.txtGoodsName);
  213. this.Controls.Add(this.c_Label3);
  214. this.Controls.Add(this.txtGoodsCode);
  215. this.Controls.Add(this.c_Label2);
  216. this.Controls.Add(this.txtBarcode);
  217. this.Controls.Add(this.c_Label1);
  218. this.Controls.Add(this.btnCancel);
  219. this.Controls.Add(this.btnSave);
  220. this.IsSaveFormSize = false;
  221. this.MaximizeBox = false;
  222. this.MinimizeBox = false;
  223. this.Name = "F_PM_0503";
  224. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  225. this.Text = "撤销装车";
  226. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0503_FormClosing);
  227. this.Controls.SetChildIndex(this.btnSave, 0);
  228. this.Controls.SetChildIndex(this.btnCancel, 0);
  229. this.Controls.SetChildIndex(this.c_Label1, 0);
  230. this.Controls.SetChildIndex(this.txtBarcode, 0);
  231. this.Controls.SetChildIndex(this.c_Label2, 0);
  232. this.Controls.SetChildIndex(this.txtGoodsCode, 0);
  233. this.Controls.SetChildIndex(this.c_Label3, 0);
  234. this.Controls.SetChildIndex(this.txtGoodsName, 0);
  235. this.Controls.SetChildIndex(this.c_Label4, 0);
  236. this.Controls.SetChildIndex(this.txtKilnCarNo, 0);
  237. this.Controls.SetChildIndex(this.lblStatus, 0);
  238. this.Controls.SetChildIndex(this.txtBarcodeStatus, 0);
  239. this.ResumeLayout(false);
  240. this.PerformLayout();
  241. }
  242. #endregion
  243. private Basics.BaseControls.C_Button btnCancel;
  244. private Basics.BaseControls.C_Button btnSave;
  245. private Basics.BaseControls.C_Label c_Label1;
  246. private Basics.BaseControls.C_TextBox txtBarcode;
  247. private Basics.BaseControls.C_Label c_Label2;
  248. private Basics.BaseControls.C_TextBox txtGoodsCode;
  249. private Basics.BaseControls.C_Label c_Label3;
  250. private Basics.BaseControls.C_TextBox txtGoodsName;
  251. private Basics.BaseControls.C_Label c_Label4;
  252. private Basics.BaseControls.C_TextBox txtKilnCarNo;
  253. private Basics.BaseControls.C_Label lblStatus;
  254. private Basics.BaseControls.C_TextBox txtBarcodeStatus;
  255. }
  256. }