F_PM_3102.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3102
  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_3102));
  29. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  30. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.SuspendLayout();
  38. //
  39. // txtRemarks
  40. //
  41. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  42. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  43. this.txtRemarks.ErrorMessage = "";
  44. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.txtRemarks.Location = new System.Drawing.Point(71, 39);
  46. this.txtRemarks.MaxLength = 500;
  47. this.txtRemarks.Multiline = true;
  48. this.txtRemarks.Name = "txtRemarks";
  49. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  50. this.txtRemarks.Size = new System.Drawing.Size(180, 80);
  51. this.txtRemarks.TabIndex = 3;
  52. //
  53. // lblRemarks
  54. //
  55. this.lblRemarks.AutoSize = true;
  56. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  57. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblRemarks.Location = new System.Drawing.Point(12, 42);
  60. this.lblRemarks.Name = "lblRemarks";
  61. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  62. this.lblRemarks.TabIndex = 2;
  63. this.lblRemarks.Text = "抽查结果";
  64. //
  65. // txtBarCode
  66. //
  67. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  68. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  69. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  70. this.txtBarCode.ErrorMessage = "";
  71. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.txtBarCode.Location = new System.Drawing.Point(71, 12);
  73. this.txtBarCode.MaxLength = 11;
  74. this.txtBarCode.Name = "txtBarCode";
  75. this.txtBarCode.Size = new System.Drawing.Size(180, 21);
  76. this.txtBarCode.TabIndex = 1;
  77. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  78. //
  79. // lblBarCode
  80. //
  81. this.lblBarCode.AutoSize = true;
  82. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  83. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.lblBarCode.Location = new System.Drawing.Point(12, 16);
  86. this.lblBarCode.Name = "lblBarCode";
  87. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  88. this.lblBarCode.TabIndex = 0;
  89. this.lblBarCode.Text = "产品条码";
  90. //
  91. // btnCancel
  92. //
  93. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  94. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  95. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  96. this.btnCancel.CausesValidation = false;
  97. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  98. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.btnCancel.ForeColor = System.Drawing.Color.White;
  100. this.btnCancel.Location = new System.Drawing.Point(167, 251);
  101. this.btnCancel.Name = "btnCancel";
  102. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  103. this.btnCancel.TabIndex = 7;
  104. this.btnCancel.Text = "关闭";
  105. this.btnCancel.UseVisualStyleBackColor = true;
  106. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  107. //
  108. // btnSave
  109. //
  110. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  112. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  113. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btnSave.ForeColor = System.Drawing.Color.White;
  115. this.btnSave.Location = new System.Drawing.Point(76, 251);
  116. this.btnSave.Name = "btnSave";
  117. this.btnSave.Size = new System.Drawing.Size(85, 30);
  118. this.btnSave.TabIndex = 6;
  119. this.btnSave.Text = "保存";
  120. this.btnSave.UseVisualStyleBackColor = true;
  121. this.btnSave.Visible = false;
  122. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  123. //
  124. // c_Label1
  125. //
  126. this.c_Label1.AutoSize = true;
  127. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  128. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  130. this.c_Label1.Location = new System.Drawing.Point(12, 128);
  131. this.c_Label1.Name = "c_Label1";
  132. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  133. this.c_Label1.TabIndex = 4;
  134. this.c_Label1.Text = "产品说明";
  135. //
  136. // txtInfo
  137. //
  138. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  139. | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.txtInfo.BackColor = System.Drawing.SystemColors.Control;
  142. this.txtInfo.BackgroundColor = System.Drawing.SystemColors.Window;
  143. this.txtInfo.ErrorMessage = "";
  144. this.txtInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.txtInfo.Location = new System.Drawing.Point(71, 125);
  146. this.txtInfo.MaxLength = 31720;
  147. this.txtInfo.Multiline = true;
  148. this.txtInfo.Name = "txtInfo";
  149. this.txtInfo.ReadOnly = true;
  150. this.txtInfo.Size = new System.Drawing.Size(180, 120);
  151. this.txtInfo.TabIndex = 5;
  152. this.txtInfo.Text = "产品编码:\r\n\r\n注浆日期:\r\n\r\n模具编号:\r\n\r\n成型工号:\r\n\r\n当前工序:";
  153. this.txtInfo.TextValue = "产品编码:\r\n\r\n注浆日期:\r\n\r\n模具编号:\r\n\r\n成型工号:\r\n\r\n当前工序:";
  154. this.txtInfo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  155. //
  156. // F_PM_3102
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.CancelButton = this.btnCancel;
  161. this.ClientSize = new System.Drawing.Size(264, 306);
  162. this.Controls.Add(this.btnCancel);
  163. this.Controls.Add(this.txtRemarks);
  164. this.Controls.Add(this.lblRemarks);
  165. this.Controls.Add(this.btnSave);
  166. this.Controls.Add(this.txtInfo);
  167. this.Controls.Add(this.c_Label1);
  168. this.Controls.Add(this.txtBarCode);
  169. this.Controls.Add(this.lblBarCode);
  170. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  171. this.IsSaveFormSize = false;
  172. this.MaximizeBox = false;
  173. this.MinimizeBox = false;
  174. this.Name = "F_PM_3102";
  175. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  176. this.StatusSizingGrip = false;
  177. this.Text = "品保抽查";
  178. this.Load += new System.EventHandler(this.F_PM_3102_Load);
  179. this.Controls.SetChildIndex(this.lblBarCode, 0);
  180. this.Controls.SetChildIndex(this.txtBarCode, 0);
  181. this.Controls.SetChildIndex(this.c_Label1, 0);
  182. this.Controls.SetChildIndex(this.txtInfo, 0);
  183. this.Controls.SetChildIndex(this.btnSave, 0);
  184. this.Controls.SetChildIndex(this.lblRemarks, 0);
  185. this.Controls.SetChildIndex(this.txtRemarks, 0);
  186. this.Controls.SetChildIndex(this.btnCancel, 0);
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private Basics.BaseControls.C_TextBox txtRemarks;
  192. private Basics.BaseControls.C_Label lblRemarks;
  193. private Basics.BaseControls.C_TextBox txtBarCode;
  194. private Basics.BaseControls.C_Label lblBarCode;
  195. private Basics.BaseControls.C_Button btnCancel;
  196. private Basics.BaseControls.C_Button btnSave;
  197. private Basics.BaseControls.C_Label c_Label1;
  198. private Basics.BaseControls.C_TextBox txtInfo;
  199. }
  200. }