F_PC_0204.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0204
  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_PC_0204));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  36. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  38. this.SuspendLayout();
  39. //
  40. // btnCancel
  41. //
  42. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  43. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  44. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  45. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  46. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.btnCancel.ForeColor = System.Drawing.Color.White;
  48. this.btnCancel.Location = new System.Drawing.Point(345, 108);
  49. this.btnCancel.Name = "btnCancel";
  50. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  51. this.btnCancel.TabIndex = 8;
  52. this.btnCancel.Text = "关闭";
  53. this.btnCancel.UseVisualStyleBackColor = false;
  54. //
  55. // btnSave
  56. //
  57. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  58. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  59. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  60. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.btnSave.ForeColor = System.Drawing.Color.White;
  62. this.btnSave.Location = new System.Drawing.Point(254, 108);
  63. this.btnSave.Name = "btnSave";
  64. this.btnSave.Size = new System.Drawing.Size(85, 30);
  65. this.btnSave.TabIndex = 7;
  66. this.btnSave.Text = "保存(&S)";
  67. this.btnSave.UseVisualStyleBackColor = false;
  68. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  69. //
  70. // txtLineName
  71. //
  72. this.txtLineName.BackColor = System.Drawing.Color.Yellow;
  73. this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  74. this.txtLineName.ErrorMessage = "";
  75. this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.txtLineName.IsMustInput = true;
  77. this.txtLineName.Location = new System.Drawing.Point(304, 12);
  78. this.txtLineName.MaxLength = 50;
  79. this.txtLineName.Name = "txtLineName";
  80. this.txtLineName.Size = new System.Drawing.Size(125, 21);
  81. this.txtLineName.TabIndex = 3;
  82. this.txtLineName.TextValue = "";
  83. //
  84. // c_Label2
  85. //
  86. this.c_Label2.AutoSize = true;
  87. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  88. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  90. this.c_Label2.IsMustInput = true;
  91. this.c_Label2.Location = new System.Drawing.Point(233, 15);
  92. this.c_Label2.Name = "c_Label2";
  93. this.c_Label2.Size = new System.Drawing.Size(65, 12);
  94. this.c_Label2.TabIndex = 2;
  95. this.c_Label2.Text = "生产线名称";
  96. //
  97. // txtRemarks
  98. //
  99. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  100. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  101. this.txtRemarks.ErrorMessage = "";
  102. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.txtRemarks.Location = new System.Drawing.Point(82, 39);
  104. this.txtRemarks.MaxLength = 500;
  105. this.txtRemarks.Multiline = true;
  106. this.txtRemarks.Name = "txtRemarks";
  107. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  108. this.txtRemarks.Size = new System.Drawing.Size(347, 57);
  109. this.txtRemarks.TabIndex = 5;
  110. this.txtRemarks.TextValue = "";
  111. //
  112. // c_Label3
  113. //
  114. this.c_Label3.AutoSize = true;
  115. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  116. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.c_Label3.Location = new System.Drawing.Point(47, 42);
  118. this.c_Label3.Name = "c_Label3";
  119. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  120. this.c_Label3.TabIndex = 4;
  121. this.c_Label3.Text = "备注";
  122. //
  123. // txtLineCode
  124. //
  125. this.txtLineCode.BackColor = System.Drawing.Color.Yellow;
  126. this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  127. this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  128. this.txtLineCode.ErrorMessage = "";
  129. this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.txtLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  131. this.txtLineCode.IsMustInput = true;
  132. this.txtLineCode.Location = new System.Drawing.Point(82, 12);
  133. this.txtLineCode.MaxLength = 20;
  134. this.txtLineCode.Name = "txtLineCode";
  135. this.txtLineCode.Size = new System.Drawing.Size(125, 21);
  136. this.txtLineCode.TabIndex = 1;
  137. this.txtLineCode.TextValue = "";
  138. //
  139. // c_Label1
  140. //
  141. this.c_Label1.AutoSize = true;
  142. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  143. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  145. this.c_Label1.IsMustInput = true;
  146. this.c_Label1.Location = new System.Drawing.Point(11, 15);
  147. this.c_Label1.Name = "c_Label1";
  148. this.c_Label1.Size = new System.Drawing.Size(65, 12);
  149. this.c_Label1.TabIndex = 0;
  150. this.c_Label1.Text = "生产线编码";
  151. //
  152. // chkValueFlag
  153. //
  154. this.chkValueFlag.AutoSize = true;
  155. this.chkValueFlag.Checked = true;
  156. this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  157. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.chkValueFlag.Location = new System.Drawing.Point(82, 116);
  159. this.chkValueFlag.Name = "chkValueFlag";
  160. this.chkValueFlag.Size = new System.Drawing.Size(48, 16);
  161. this.chkValueFlag.TabIndex = 6;
  162. this.chkValueFlag.Text = "正常";
  163. this.chkValueFlag.UseVisualStyleBackColor = true;
  164. //
  165. // F_PC_0204
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.CancelButton = this.btnCancel;
  170. this.ClientSize = new System.Drawing.Size(442, 163);
  171. this.Controls.Add(this.chkValueFlag);
  172. this.Controls.Add(this.btnCancel);
  173. this.Controls.Add(this.btnSave);
  174. this.Controls.Add(this.txtLineName);
  175. this.Controls.Add(this.c_Label2);
  176. this.Controls.Add(this.txtRemarks);
  177. this.Controls.Add(this.c_Label3);
  178. this.Controls.Add(this.txtLineCode);
  179. this.Controls.Add(this.c_Label1);
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "F_PC_0204";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  184. this.Text = "F_PC_0204";
  185. this.Load += new System.EventHandler(this.F_PC_0204_Load);
  186. this.Controls.SetChildIndex(this.c_Label1, 0);
  187. this.Controls.SetChildIndex(this.txtLineCode, 0);
  188. this.Controls.SetChildIndex(this.c_Label3, 0);
  189. this.Controls.SetChildIndex(this.txtRemarks, 0);
  190. this.Controls.SetChildIndex(this.c_Label2, 0);
  191. this.Controls.SetChildIndex(this.txtLineName, 0);
  192. this.Controls.SetChildIndex(this.btnSave, 0);
  193. this.Controls.SetChildIndex(this.btnCancel, 0);
  194. this.Controls.SetChildIndex(this.chkValueFlag, 0);
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private Basics.BaseControls.C_Button btnCancel;
  200. private Basics.BaseControls.C_Button btnSave;
  201. private Basics.BaseControls.C_TextBox txtLineName;
  202. private Basics.BaseControls.C_Label c_Label2;
  203. private Basics.BaseControls.C_TextBox txtRemarks;
  204. private Basics.BaseControls.C_Label c_Label3;
  205. private Basics.BaseControls.C_TXT_Code txtLineCode;
  206. private Basics.BaseControls.C_Label c_Label1;
  207. private Basics.BaseControls.C_CheckBox chkValueFlag;
  208. }
  209. }