Uctrl_Product.Designer.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 
  2. namespace IMCS
  3. {
  4. partial class Uctrl_Product
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lb_Product = new System.Windows.Forms.Label();
  30. this.lb_Carrier = new System.Windows.Forms.Label();
  31. this.panel3 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // panel1
  35. //
  36. this.lb_Product.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
  37. this.lb_Product.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  38. this.lb_Product.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.lb_Product.Location = new System.Drawing.Point(0, 0);
  40. this.lb_Product.Name = "panel1";
  41. this.lb_Product.Size = new System.Drawing.Size(118, 36);
  42. this.lb_Product.TabIndex = 4;
  43. lb_Product.AutoSize = false;
  44. //
  45. // panel2
  46. //
  47. this.lb_Carrier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
  48. this.lb_Carrier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  49. this.lb_Carrier.Dock = System.Windows.Forms.DockStyle.Bottom;
  50. this.lb_Carrier.Location = new System.Drawing.Point(0, 36);
  51. this.lb_Carrier.Name = "panel2";
  52. this.lb_Carrier.Size = new System.Drawing.Size(118, 28);
  53. this.lb_Carrier.TabIndex = 5;
  54. lb_Carrier.AutoSize = false;
  55. //
  56. // panel3
  57. //
  58. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
  59. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  60. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  61. this.panel3.Location = new System.Drawing.Point(0, 64);
  62. this.panel3.Name = "panel3";
  63. this.panel3.Size = new System.Drawing.Size(118, 28);
  64. this.panel3.TabIndex = 6;
  65. panel3.AutoSize = false;
  66. //
  67. // Uctrl_Product
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.Controls.Add(this.lb_Product);
  72. this.Controls.Add(this.lb_Carrier);
  73. this.Controls.Add(this.panel3);
  74. this.Name = "Uctrl_Product";
  75. this.Size = new System.Drawing.Size(118, 92);
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private System.Windows.Forms.Label lb_Product;
  80. private System.Windows.Forms.Label lb_Carrier;
  81. private System.Windows.Forms.Label panel3;
  82. }
  83. }