F_MST_1802.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1802
  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_1802));
  30. this.cmbGlaze = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox();
  38. this.SuspendLayout();
  39. //
  40. // cmbGlaze
  41. //
  42. this.cmbGlaze.BackColor = System.Drawing.SystemColors.Window;
  43. this.cmbGlaze.BackgroundColor = System.Drawing.SystemColors.Window;
  44. this.cmbGlaze.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  45. this.cmbGlaze.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.cmbGlaze.FormattingEnabled = true;
  47. this.cmbGlaze.Location = new System.Drawing.Point(77, 57);
  48. this.cmbGlaze.Name = "cmbGlaze";
  49. this.cmbGlaze.Size = new System.Drawing.Size(214, 20);
  50. this.cmbGlaze.TabIndex = 48;
  51. //
  52. // c_Label1
  53. //
  54. this.c_Label1.AutoSize = true;
  55. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  56. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  58. this.c_Label1.Location = new System.Drawing.Point(18, 60);
  59. this.c_Label1.Name = "c_Label1";
  60. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  61. this.c_Label1.TabIndex = 47;
  62. this.c_Label1.Text = "产品釉料";
  63. //
  64. // txtGoodsCode
  65. //
  66. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  67. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  68. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  69. this.txtGoodsCode.ErrorMessage = "";
  70. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.txtGoodsCode.Location = new System.Drawing.Point(77, 15);
  72. this.txtGoodsCode.MaxLength = 20;
  73. this.txtGoodsCode.Name = "txtGoodsCode";
  74. this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
  75. this.txtGoodsCode.TabIndex = 46;
  76. //
  77. // c_Label4
  78. //
  79. this.c_Label4.AutoSize = true;
  80. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  81. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.c_Label4.ForeColor = System.Drawing.Color.Red;
  83. this.c_Label4.Location = new System.Drawing.Point(18, 18);
  84. this.c_Label4.Name = "c_Label4";
  85. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  86. this.c_Label4.TabIndex = 45;
  87. this.c_Label4.Text = "产品编码";
  88. this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  89. //
  90. // c_Label3
  91. //
  92. this.c_Label3.AutoSize = true;
  93. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  94. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.c_Label3.ForeColor = System.Drawing.Color.Red;
  96. this.c_Label3.Location = new System.Drawing.Point(227, 18);
  97. this.c_Label3.Name = "c_Label3";
  98. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  99. this.c_Label3.TabIndex = 44;
  100. this.c_Label3.Text = "有效标识";
  101. //
  102. // btnSave
  103. //
  104. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  105. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  106. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  107. this.btnSave.ForeColor = System.Drawing.Color.White;
  108. this.btnSave.Location = new System.Drawing.Point(229, 92);
  109. this.btnSave.Name = "btnSave";
  110. this.btnSave.Size = new System.Drawing.Size(85, 30);
  111. this.btnSave.TabIndex = 34;
  112. this.btnSave.Text = "保存(&S)";
  113. this.btnSave.UseVisualStyleBackColor = false;
  114. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  115. //
  116. // btnCancel
  117. //
  118. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  119. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  120. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  121. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  122. this.btnCancel.ForeColor = System.Drawing.Color.White;
  123. this.btnCancel.Location = new System.Drawing.Point(334, 92);
  124. this.btnCancel.Name = "btnCancel";
  125. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  126. this.btnCancel.TabIndex = 35;
  127. this.btnCancel.Text = "关闭";
  128. this.btnCancel.UseVisualStyleBackColor = false;
  129. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  130. //
  131. // ccbvalueflag
  132. //
  133. this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  134. this.ccbvalueflag.FormattingEnabled = true;
  135. this.ccbvalueflag.Items.AddRange(new object[] {
  136. "有效",
  137. "无效"});
  138. this.ccbvalueflag.Location = new System.Drawing.Point(286, 18);
  139. this.ccbvalueflag.Name = "ccbvalueflag";
  140. this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
  141. this.ccbvalueflag.TabIndex = 62;
  142. //
  143. // F_MST_1802
  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(433, 133);
  148. this.Controls.Add(this.ccbvalueflag);
  149. this.Controls.Add(this.cmbGlaze);
  150. this.Controls.Add(this.c_Label1);
  151. this.Controls.Add(this.txtGoodsCode);
  152. this.Controls.Add(this.c_Label4);
  153. this.Controls.Add(this.c_Label3);
  154. this.Controls.Add(this.btnSave);
  155. this.Controls.Add(this.btnCancel);
  156. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  157. this.Name = "F_MST_1802";
  158. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  159. this.Text = "F_MST_1702";
  160. this.Load += new System.EventHandler(this.F_MST_1802_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_Label3;
  168. private Basics.BaseControls.C_Label c_Label4;
  169. private Basics.BaseControls.C_TextBox txtGoodsCode;
  170. private Basics.BaseControls.C_ComboBox cmbGlaze;
  171. private Basics.BaseControls.C_Label c_Label1;
  172. private WinForm.Controls.CmbComboBox ccbvalueflag;
  173. }
  174. }