F_PM_0101_2.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0101_2
  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_PM_0101_2));
  30. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.groutinglineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.Newmold = new Dongke.WinForm.Controls.FtcFilterComboBox();
  33. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.convertproduceflag = new Dongke.WinForm.Controls.FtcFilterComboBox();
  37. this.convertLine = new Dongke.WinForm.Controls.FtcFilterComboBox();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.SuspendLayout();
  41. //
  42. // c_Label4
  43. //
  44. this.c_Label4.AutoSize = true;
  45. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  46. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.c_Label4.ForeColor = System.Drawing.Color.Black;
  48. this.c_Label4.Location = new System.Drawing.Point(12, 23);
  49. this.c_Label4.Name = "c_Label4";
  50. this.c_Label4.Size = new System.Drawing.Size(65, 12);
  51. this.c_Label4.TabIndex = 72;
  52. this.c_Label4.Text = "成型线编码";
  53. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  54. //
  55. // groutinglineCode
  56. //
  57. this.groutinglineCode.BackColor = System.Drawing.SystemColors.Window;
  58. this.groutinglineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  59. this.groutinglineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  60. this.groutinglineCode.ErrorMessage = "";
  61. this.groutinglineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.groutinglineCode.Location = new System.Drawing.Point(83, 20);
  63. this.groutinglineCode.MaxLength = 20;
  64. this.groutinglineCode.Name = "groutinglineCode";
  65. this.groutinglineCode.Size = new System.Drawing.Size(141, 21);
  66. this.groutinglineCode.TabIndex = 71;
  67. //
  68. // Newmold
  69. //
  70. this.Newmold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  71. this.Newmold.FormattingEnabled = true;
  72. this.Newmold.Items.AddRange(new object[] {
  73. "是",
  74. "否"});
  75. this.Newmold.Location = new System.Drawing.Point(83, 51);
  76. this.Newmold.Name = "Newmold";
  77. this.Newmold.ShowMustInputAlert = false;
  78. this.Newmold.Size = new System.Drawing.Size(141, 20);
  79. this.Newmold.TabIndex = 86;
  80. //
  81. // c_Label2
  82. //
  83. this.c_Label2.AutoSize = true;
  84. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  85. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  87. this.c_Label2.Location = new System.Drawing.Point(12, 57);
  88. this.c_Label2.Name = "c_Label2";
  89. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  90. this.c_Label2.TabIndex = 85;
  91. this.c_Label2.Text = "新模";
  92. //
  93. // c_Label3
  94. //
  95. this.c_Label3.AutoSize = true;
  96. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  97. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.c_Label3.ForeColor = System.Drawing.Color.Red;
  99. this.c_Label3.Location = new System.Drawing.Point(273, 57);
  100. this.c_Label3.Name = "c_Label3";
  101. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  102. this.c_Label3.TabIndex = 87;
  103. this.c_Label3.Text = "转产";
  104. //
  105. // c_Label5
  106. //
  107. this.c_Label5.AutoSize = true;
  108. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  109. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  111. this.c_Label5.Location = new System.Drawing.Point(273, 23);
  112. this.c_Label5.Name = "c_Label5";
  113. this.c_Label5.Size = new System.Drawing.Size(29, 12);
  114. this.c_Label5.TabIndex = 89;
  115. this.c_Label5.Text = "转线";
  116. //
  117. // convertproduceflag
  118. //
  119. this.convertproduceflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  120. this.convertproduceflag.FormattingEnabled = true;
  121. this.convertproduceflag.Items.AddRange(new object[] {
  122. "是",
  123. "否"});
  124. this.convertproduceflag.Location = new System.Drawing.Point(327, 49);
  125. this.convertproduceflag.Name = "convertproduceflag";
  126. this.convertproduceflag.ShowMustInputAlert = false;
  127. this.convertproduceflag.Size = new System.Drawing.Size(140, 20);
  128. this.convertproduceflag.TabIndex = 92;
  129. //
  130. // convertLine
  131. //
  132. this.convertLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  133. this.convertLine.FormattingEnabled = true;
  134. this.convertLine.Items.AddRange(new object[] {
  135. "是",
  136. "否"});
  137. this.convertLine.Location = new System.Drawing.Point(327, 23);
  138. this.convertLine.Name = "convertLine";
  139. this.convertLine.ShowMustInputAlert = false;
  140. this.convertLine.Size = new System.Drawing.Size(140, 20);
  141. this.convertLine.TabIndex = 93;
  142. //
  143. // btnSave
  144. //
  145. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  146. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  147. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  148. this.btnSave.ForeColor = System.Drawing.Color.White;
  149. this.btnSave.Location = new System.Drawing.Point(304, 88);
  150. this.btnSave.Name = "btnSave";
  151. this.btnSave.Size = new System.Drawing.Size(85, 30);
  152. this.btnSave.TabIndex = 94;
  153. this.btnSave.Text = "保存(&S)";
  154. this.btnSave.UseVisualStyleBackColor = false;
  155. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  156. //
  157. // btnCancel
  158. //
  159. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  160. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  161. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  162. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  163. this.btnCancel.ForeColor = System.Drawing.Color.White;
  164. this.btnCancel.Location = new System.Drawing.Point(395, 88);
  165. this.btnCancel.Name = "btnCancel";
  166. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  167. this.btnCancel.TabIndex = 95;
  168. this.btnCancel.Text = "关闭";
  169. this.btnCancel.UseVisualStyleBackColor = false;
  170. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  171. //
  172. // F_PM_0101_2
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.ClientSize = new System.Drawing.Size(517, 171);
  177. this.Controls.Add(this.btnCancel);
  178. this.Controls.Add(this.btnSave);
  179. this.Controls.Add(this.convertLine);
  180. this.Controls.Add(this.convertproduceflag);
  181. this.Controls.Add(this.c_Label5);
  182. this.Controls.Add(this.c_Label3);
  183. this.Controls.Add(this.Newmold);
  184. this.Controls.Add(this.c_Label2);
  185. this.Controls.Add(this.c_Label4);
  186. this.Controls.Add(this.groutinglineCode);
  187. this.Name = "F_PM_0101_2";
  188. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  189. this.Text = "编辑";
  190. this.Load += new System.EventHandler(this.F_PM_0101_2_Load);
  191. this.Controls.SetChildIndex(this.groutinglineCode, 0);
  192. this.Controls.SetChildIndex(this.c_Label4, 0);
  193. this.Controls.SetChildIndex(this.c_Label2, 0);
  194. this.Controls.SetChildIndex(this.Newmold, 0);
  195. this.Controls.SetChildIndex(this.c_Label3, 0);
  196. this.Controls.SetChildIndex(this.c_Label5, 0);
  197. this.Controls.SetChildIndex(this.convertproduceflag, 0);
  198. this.Controls.SetChildIndex(this.convertLine, 0);
  199. this.Controls.SetChildIndex(this.btnSave, 0);
  200. this.Controls.SetChildIndex(this.btnCancel, 0);
  201. this.ResumeLayout(false);
  202. this.PerformLayout();
  203. }
  204. #endregion
  205. private Basics.BaseControls.C_Label c_Label4;
  206. private Basics.BaseControls.C_TextBox groutinglineCode;
  207. private WinForm.Controls.FtcFilterComboBox Newmold;
  208. private Basics.BaseControls.C_Label c_Label2;
  209. private Basics.BaseControls.C_Label c_Label3;
  210. private Basics.BaseControls.C_Label c_Label5;
  211. private WinForm.Controls.FtcFilterComboBox convertproduceflag;
  212. private WinForm.Controls.FtcFilterComboBox convertLine;
  213. private Basics.BaseControls.C_Button btnSave;
  214. private Basics.BaseControls.C_Button btnCancel;
  215. }
  216. }