F_MST_1402.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1402
  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_MST_1402));
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.scbGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  36. this.lableName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtMouldName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.SuspendLayout();
  39. //
  40. // btnSave
  41. //
  42. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  43. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  44. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  45. this.btnSave.ForeColor = System.Drawing.Color.White;
  46. this.btnSave.Location = new System.Drawing.Point(244, 119);
  47. this.btnSave.Name = "btnSave";
  48. this.btnSave.Size = new System.Drawing.Size(85, 30);
  49. this.btnSave.TabIndex = 75;
  50. this.btnSave.Text = "保存(&S)";
  51. this.btnSave.UseVisualStyleBackColor = false;
  52. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  53. //
  54. // btnCancel
  55. //
  56. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  57. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  58. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  59. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  60. this.btnCancel.ForeColor = System.Drawing.Color.White;
  61. this.btnCancel.Location = new System.Drawing.Point(335, 119);
  62. this.btnCancel.Name = "btnCancel";
  63. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  64. this.btnCancel.TabIndex = 76;
  65. this.btnCancel.Text = "关闭";
  66. this.btnCancel.UseVisualStyleBackColor = false;
  67. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  68. //
  69. // c_Label5
  70. //
  71. this.c_Label5.AutoSize = true;
  72. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  73. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.c_Label5.ForeColor = System.Drawing.Color.Red;
  75. this.c_Label5.Location = new System.Drawing.Point(15, 23);
  76. this.c_Label5.Name = "c_Label5";
  77. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  78. this.c_Label5.TabIndex = 71;
  79. this.c_Label5.Text = "产品编码";
  80. this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  81. //
  82. // c_Label4
  83. //
  84. this.c_Label4.AutoSize = true;
  85. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  86. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  88. this.c_Label4.Location = new System.Drawing.Point(228, 23);
  89. this.c_Label4.Name = "c_Label4";
  90. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  91. this.c_Label4.TabIndex = 70;
  92. this.c_Label4.Text = "模具编码";
  93. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  94. //
  95. // txtMouldCode
  96. //
  97. this.txtMouldCode.BackColor = System.Drawing.SystemColors.Window;
  98. this.txtMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  99. this.txtMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  100. this.txtMouldCode.ErrorMessage = "";
  101. this.txtMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.txtMouldCode.Location = new System.Drawing.Point(287, 20);
  103. this.txtMouldCode.MaxLength = 20;
  104. this.txtMouldCode.Name = "txtMouldCode";
  105. this.txtMouldCode.Size = new System.Drawing.Size(130, 21);
  106. this.txtMouldCode.TabIndex = 69;
  107. //
  108. // scbGoodsCode
  109. //
  110. this.scbGoodsCode.CheckedData = null;
  111. this.scbGoodsCode.DisplayMember = "GoodsCode";
  112. this.scbGoodsCode.Location = new System.Drawing.Point(74, 20);
  113. this.scbGoodsCode.Name = "scbGoodsCode";
  114. this.scbGoodsCode.Size = new System.Drawing.Size(130, 21);
  115. this.scbGoodsCode.TabIndex = 89;
  116. //
  117. // lableName
  118. //
  119. this.lableName.AutoSize = true;
  120. this.lableName.BackColor = System.Drawing.Color.Transparent;
  121. this.lableName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lableName.ForeColor = System.Drawing.Color.Red;
  123. this.lableName.Location = new System.Drawing.Point(15, 79);
  124. this.lableName.Name = "lableName";
  125. this.lableName.Size = new System.Drawing.Size(53, 12);
  126. this.lableName.TabIndex = 91;
  127. this.lableName.Text = "模具名称";
  128. this.lableName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  129. //
  130. // txtMouldName
  131. //
  132. this.txtMouldName.BackColor = System.Drawing.SystemColors.Window;
  133. this.txtMouldName.BackgroundColor = System.Drawing.SystemColors.Window;
  134. this.txtMouldName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  135. this.txtMouldName.ErrorMessage = "";
  136. this.txtMouldName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.txtMouldName.Location = new System.Drawing.Point(74, 76);
  138. this.txtMouldName.MaxLength = 20;
  139. this.txtMouldName.Name = "txtMouldName";
  140. this.txtMouldName.Size = new System.Drawing.Size(130, 21);
  141. this.txtMouldName.TabIndex = 90;
  142. //
  143. // F_MST_1402
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(431, 172);
  148. this.Controls.Add(this.lableName);
  149. this.Controls.Add(this.txtMouldName);
  150. this.Controls.Add(this.scbGoodsCode);
  151. this.Controls.Add(this.btnSave);
  152. this.Controls.Add(this.btnCancel);
  153. this.Controls.Add(this.c_Label5);
  154. this.Controls.Add(this.c_Label4);
  155. this.Controls.Add(this.txtMouldCode);
  156. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  157. this.Name = "F_MST_1402";
  158. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  159. this.Text = "F_MST_1402";
  160. this.Load += new System.EventHandler(this.F_MST_1402_Load);
  161. this.ResumeLayout(false);
  162. this.PerformLayout();
  163. }
  164. #endregion
  165. private Basics.BaseControls.C_Button btnSave;
  166. private Basics.BaseControls.C_Button btnCancel;
  167. private Basics.BaseControls.C_Label c_Label5;
  168. private Basics.BaseControls.C_Label c_Label4;
  169. private Basics.BaseControls.C_TextBox txtMouldCode;
  170. private Controls.SearchBox.ScbGoods scbGoodsCode;
  171. private Basics.BaseControls.C_Label lableName;
  172. private Basics.BaseControls.C_TextBox txtMouldName;
  173. }
  174. }