F_PM_0505.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0505
  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_0505));
  29. this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.lblSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.lblSKBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtSKBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.pnlBack.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // pnlBack
  42. //
  43. this.pnlBack.Controls.Add(this.txtRemarks);
  44. this.pnlBack.Controls.Add(this.lblRemarks);
  45. this.pnlBack.Controls.Add(this.lblKiln);
  46. this.pnlBack.Controls.Add(this.lblSKBatchNo);
  47. this.pnlBack.Controls.Add(this.txtSKBatchNo);
  48. this.pnlBack.Controls.Add(this.lblSKDate);
  49. this.pnlBack.Controls.Add(this.txtSKDate);
  50. this.pnlBack.Controls.Add(this.txtKiln);
  51. this.pnlBack.Controls.Add(this.btnSave);
  52. this.pnlBack.Size = new System.Drawing.Size(287, 268);
  53. //
  54. // lblKiln
  55. //
  56. this.lblKiln.AutoSize = true;
  57. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  58. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.lblKiln.ForeColor = System.Drawing.SystemColors.ControlText;
  60. this.lblKiln.Location = new System.Drawing.Point(12, 24);
  61. this.lblKiln.Name = "lblKiln";
  62. this.lblKiln.Size = new System.Drawing.Size(53, 12);
  63. this.lblKiln.TabIndex = 0;
  64. this.lblKiln.Text = "窑炉编码";
  65. //
  66. // btnSave
  67. //
  68. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  70. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  71. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.btnSave.ForeColor = System.Drawing.Color.White;
  73. this.btnSave.Location = new System.Drawing.Point(189, 224);
  74. this.btnSave.Name = "btnSave";
  75. this.btnSave.Size = new System.Drawing.Size(85, 30);
  76. this.btnSave.TabIndex = 19;
  77. this.btnSave.Text = "保存(&S)";
  78. this.btnSave.UseVisualStyleBackColor = true;
  79. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  80. //
  81. // txtKiln
  82. //
  83. this.txtKiln.BackColor = System.Drawing.Color.Yellow;
  84. this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
  85. this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  86. this.txtKiln.ErrorMessage = "";
  87. this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.txtKiln.IsMustInput = true;
  89. this.txtKiln.Location = new System.Drawing.Point(71, 21);
  90. this.txtKiln.MaxLength = 20;
  91. this.txtKiln.Name = "txtKiln";
  92. this.txtKiln.Size = new System.Drawing.Size(205, 21);
  93. this.txtKiln.TabIndex = 30;
  94. this.txtKiln.TextValue = "";
  95. this.txtKiln.TextChanged += new System.EventHandler(this.txtKiln_TextChanged);
  96. this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
  97. //
  98. // lblSKDate
  99. //
  100. this.lblSKDate.AutoSize = true;
  101. this.lblSKDate.BackColor = System.Drawing.Color.Transparent;
  102. this.lblSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.lblSKDate.ForeColor = System.Drawing.SystemColors.ControlText;
  104. this.lblSKDate.Location = new System.Drawing.Point(36, 51);
  105. this.lblSKDate.Name = "lblSKDate";
  106. this.lblSKDate.Size = new System.Drawing.Size(29, 12);
  107. this.lblSKDate.TabIndex = 31;
  108. this.lblSKDate.Text = "财年";
  109. //
  110. // txtSKDate
  111. //
  112. this.txtSKDate.BackColor = System.Drawing.SystemColors.Control;
  113. this.txtSKDate.BackgroundColor = System.Drawing.SystemColors.Window;
  114. this.txtSKDate.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  115. this.txtSKDate.ErrorMessage = "";
  116. this.txtSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.txtSKDate.Location = new System.Drawing.Point(71, 48);
  118. this.txtSKDate.MaxLength = 20;
  119. this.txtSKDate.Name = "txtSKDate";
  120. this.txtSKDate.ReadOnly = true;
  121. this.txtSKDate.Size = new System.Drawing.Size(205, 21);
  122. this.txtSKDate.TabIndex = 32;
  123. this.txtSKDate.TextValue = "";
  124. //
  125. // lblSKBatchNo
  126. //
  127. this.lblSKBatchNo.AutoSize = true;
  128. this.lblSKBatchNo.BackColor = System.Drawing.Color.Transparent;
  129. this.lblSKBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.lblSKBatchNo.ForeColor = System.Drawing.SystemColors.ControlText;
  131. this.lblSKBatchNo.Location = new System.Drawing.Point(12, 78);
  132. this.lblSKBatchNo.Name = "lblSKBatchNo";
  133. this.lblSKBatchNo.Size = new System.Drawing.Size(53, 12);
  134. this.lblSKBatchNo.TabIndex = 33;
  135. this.lblSKBatchNo.Text = "当前窑号";
  136. //
  137. // txtSKBatchNo
  138. //
  139. this.txtSKBatchNo.BackColor = System.Drawing.SystemColors.Control;
  140. this.txtSKBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  141. this.txtSKBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  142. this.txtSKBatchNo.ErrorMessage = "";
  143. this.txtSKBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.txtSKBatchNo.Location = new System.Drawing.Point(71, 75);
  145. this.txtSKBatchNo.MaxLength = 20;
  146. this.txtSKBatchNo.Name = "txtSKBatchNo";
  147. this.txtSKBatchNo.ReadOnly = true;
  148. this.txtSKBatchNo.Size = new System.Drawing.Size(205, 21);
  149. this.txtSKBatchNo.TabIndex = 34;
  150. this.txtSKBatchNo.TextValue = "";
  151. //
  152. // txtRemarks
  153. //
  154. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  155. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  156. this.txtRemarks.ErrorMessage = "";
  157. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.txtRemarks.Location = new System.Drawing.Point(71, 105);
  159. this.txtRemarks.Multiline = true;
  160. this.txtRemarks.Name = "txtRemarks";
  161. this.txtRemarks.Size = new System.Drawing.Size(205, 107);
  162. this.txtRemarks.TabIndex = 36;
  163. this.txtRemarks.TextValue = "";
  164. //
  165. // lblRemarks
  166. //
  167. this.lblRemarks.AutoSize = true;
  168. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  169. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblRemarks.Location = new System.Drawing.Point(36, 108);
  171. this.lblRemarks.Name = "lblRemarks";
  172. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  173. this.lblRemarks.TabIndex = 35;
  174. this.lblRemarks.Text = "备注";
  175. //
  176. // F_PM_0505
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.ClientSize = new System.Drawing.Size(287, 290);
  181. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  182. this.Name = "F_PM_0505";
  183. this.Text = "梭式窑入窑";
  184. this.Load += new System.EventHandler(this.F_PM_0505_Load);
  185. this.pnlBack.ResumeLayout(false);
  186. this.pnlBack.PerformLayout();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKiln;
  192. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  193. private Basics.BaseControls.C_TextBox txtKiln;
  194. private Basics.BaseControls.C_Label lblSKBatchNo;
  195. private Basics.BaseControls.C_TextBox txtSKBatchNo;
  196. private Basics.BaseControls.C_Label lblSKDate;
  197. private Basics.BaseControls.C_TextBox txtSKDate;
  198. private Basics.BaseControls.C_TextBox txtRemarks;
  199. private Basics.BaseControls.C_Label lblRemarks;
  200. }
  201. }