F_PM_2118.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2118
  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_2118));
  29. this.txtLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  33. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtOrgLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.SuspendLayout();
  39. //
  40. // txtLogo
  41. //
  42. this.txtLogo.BackColor = System.Drawing.SystemColors.Window;
  43. this.txtLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  44. this.txtLogo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  45. this.txtLogo.ErrorMessage = "";
  46. this.txtLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.txtLogo.Location = new System.Drawing.Point(59, 73);
  48. this.txtLogo.MaxLength = 11;
  49. this.txtLogo.Name = "txtLogo";
  50. this.txtLogo.Size = new System.Drawing.Size(158, 21);
  51. this.txtLogo.TabIndex = 3;
  52. this.txtLogo.TextValue = "";
  53. this.txtLogo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  54. //
  55. // btnSave
  56. //
  57. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  58. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  59. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.btnSave.ForeColor = System.Drawing.Color.White;
  61. this.btnSave.Location = new System.Drawing.Point(58, 141);
  62. this.btnSave.Name = "btnSave";
  63. this.btnSave.Size = new System.Drawing.Size(85, 30);
  64. this.btnSave.TabIndex = 5;
  65. this.btnSave.Text = "保存";
  66. this.btnSave.UseVisualStyleBackColor = false;
  67. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  68. //
  69. // c_Label1
  70. //
  71. this.c_Label1.AutoSize = true;
  72. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  73. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.c_Label1.Location = new System.Drawing.Point(12, 76);
  75. this.c_Label1.Name = "c_Label1";
  76. this.c_Label1.Size = new System.Drawing.Size(41, 12);
  77. this.c_Label1.TabIndex = 6;
  78. this.c_Label1.Text = "新商标";
  79. //
  80. // cmbLogo
  81. //
  82. this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
  83. this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  84. this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.cmbLogo.FormattingEnabled = true;
  87. this.cmbLogo.Location = new System.Drawing.Point(59, 105);
  88. this.cmbLogo.Name = "cmbLogo";
  89. this.cmbLogo.Size = new System.Drawing.Size(158, 20);
  90. this.cmbLogo.TabIndex = 4;
  91. //
  92. // btnClose
  93. //
  94. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  95. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  96. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  97. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btnClose.ForeColor = System.Drawing.Color.White;
  99. this.btnClose.Location = new System.Drawing.Point(143, 141);
  100. this.btnClose.Name = "btnClose";
  101. this.btnClose.Size = new System.Drawing.Size(85, 30);
  102. this.btnClose.TabIndex = 6;
  103. this.btnClose.Text = "关闭";
  104. this.btnClose.UseVisualStyleBackColor = false;
  105. //
  106. // c_Label2
  107. //
  108. this.c_Label2.AutoSize = true;
  109. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  110. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.c_Label2.Location = new System.Drawing.Point(24, 11);
  112. this.c_Label2.Name = "c_Label2";
  113. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  114. this.c_Label2.TabIndex = 6;
  115. this.c_Label2.Text = "条码";
  116. //
  117. // txtBarcode
  118. //
  119. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  120. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  121. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  122. this.txtBarcode.ErrorMessage = "";
  123. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.txtBarcode.Location = new System.Drawing.Point(59, 7);
  125. this.txtBarcode.MaxLength = 50;
  126. this.txtBarcode.Name = "txtBarcode";
  127. this.txtBarcode.Size = new System.Drawing.Size(158, 21);
  128. this.txtBarcode.TabIndex = 1;
  129. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress_1);
  130. //
  131. // c_Label3
  132. //
  133. this.c_Label3.AutoSize = true;
  134. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  135. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.c_Label3.Location = new System.Drawing.Point(12, 44);
  137. this.c_Label3.Name = "c_Label3";
  138. this.c_Label3.Size = new System.Drawing.Size(41, 12);
  139. this.c_Label3.TabIndex = 6;
  140. this.c_Label3.Text = "原商标";
  141. //
  142. // txtOrgLogo
  143. //
  144. this.txtOrgLogo.BackColor = System.Drawing.SystemColors.Control;
  145. this.txtOrgLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  146. this.txtOrgLogo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  147. this.txtOrgLogo.ErrorMessage = "";
  148. this.txtOrgLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.txtOrgLogo.Location = new System.Drawing.Point(59, 41);
  150. this.txtOrgLogo.MaxLength = 11;
  151. this.txtOrgLogo.Name = "txtOrgLogo";
  152. this.txtOrgLogo.ReadOnly = true;
  153. this.txtOrgLogo.Size = new System.Drawing.Size(158, 21);
  154. this.txtOrgLogo.TabIndex = 2;
  155. this.txtOrgLogo.TextValue = "";
  156. this.txtOrgLogo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  157. //
  158. // F_PM_2118
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.CancelButton = this.btnClose;
  163. this.ClientSize = new System.Drawing.Size(251, 208);
  164. this.Controls.Add(this.txtBarcode);
  165. this.Controls.Add(this.cmbLogo);
  166. this.Controls.Add(this.c_Label2);
  167. this.Controls.Add(this.c_Label3);
  168. this.Controls.Add(this.c_Label1);
  169. this.Controls.Add(this.btnSave);
  170. this.Controls.Add(this.btnClose);
  171. this.Controls.Add(this.txtOrgLogo);
  172. this.Controls.Add(this.txtLogo);
  173. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  174. this.IsSaveFormSize = false;
  175. this.MaximizeBox = false;
  176. this.MinimizeBox = false;
  177. this.Name = "F_PM_2118";
  178. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  179. this.Text = "商标";
  180. this.Load += new System.EventHandler(this.F_PM_2118_Load);
  181. this.Controls.SetChildIndex(this.txtLogo, 0);
  182. this.Controls.SetChildIndex(this.txtOrgLogo, 0);
  183. this.Controls.SetChildIndex(this.btnClose, 0);
  184. this.Controls.SetChildIndex(this.btnSave, 0);
  185. this.Controls.SetChildIndex(this.c_Label1, 0);
  186. this.Controls.SetChildIndex(this.c_Label3, 0);
  187. this.Controls.SetChildIndex(this.c_Label2, 0);
  188. this.Controls.SetChildIndex(this.cmbLogo, 0);
  189. this.Controls.SetChildIndex(this.txtBarcode, 0);
  190. this.ResumeLayout(false);
  191. this.PerformLayout();
  192. }
  193. #endregion
  194. private Basics.BaseControls.C_TextBox txtLogo;
  195. private Basics.BaseControls.C_Button btnSave;
  196. private Basics.BaseControls.C_Label c_Label1;
  197. private Basics.BaseControls.C_ComboBox cmbLogo;
  198. private Basics.BaseControls.C_Button btnClose;
  199. private Basics.BaseControls.C_Label c_Label2;
  200. private Basics.BaseControls.C_TextBox txtBarcode;
  201. private Basics.BaseControls.C_Label c_Label3;
  202. private Basics.BaseControls.C_TextBox txtOrgLogo;
  203. }
  204. }