FrmSelectManufacturer.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace LYFZ.Software.UI.InventoryManagement.PurchasingManagement
  2. {
  3. partial class FrmSelectManufacturer
  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(FrmSelectManufacturer));
  29. this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
  30. this.lblFactory = new LYFZ.ComponentLibrary.LabelEx();
  31. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.plExMainContainer.SuspendLayout();
  33. this.plFormMainContent.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // plExMainContainer
  37. //
  38. this.plExMainContainer.Controls.Add(this.cmbFactory);
  39. this.plExMainContainer.Controls.Add(this.lblFactory);
  40. this.plExMainContainer.Controls.Add(this.btnSave);
  41. this.plExMainContainer.Size = new System.Drawing.Size(334, 149);
  42. //
  43. // plFormMainContent
  44. //
  45. this.plFormMainContent.Size = new System.Drawing.Size(334, 149);
  46. //
  47. // btnAppFormExit
  48. //
  49. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  50. this.btnAppFormExit.Location = new System.Drawing.Point(302, 0);
  51. //
  52. // btnAppFormMinimize
  53. //
  54. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  55. //
  56. // cmbFactory
  57. //
  58. this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  59. this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  60. this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  61. this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
  62. this.cmbFactory.FormattingEnabled = true;
  63. this.cmbFactory.IsCustomColor = false;
  64. this.cmbFactory.Location = new System.Drawing.Point(121, 37);
  65. this.cmbFactory.Name = "cmbFactory";
  66. this.cmbFactory.ReadOnly = true;
  67. this.cmbFactory.Size = new System.Drawing.Size(157, 22);
  68. this.cmbFactory.TabIndex = 222;
  69. //
  70. // lblFactory
  71. //
  72. this.lblFactory.AutoSize = true;
  73. this.lblFactory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  74. this.lblFactory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  75. this.lblFactory.Location = new System.Drawing.Point(32, 39);
  76. this.lblFactory.Name = "lblFactory";
  77. this.lblFactory.Size = new System.Drawing.Size(92, 17);
  78. this.lblFactory.TabIndex = 221;
  79. this.lblFactory.Text = "选择商品厂商:";
  80. //
  81. // btnSave
  82. //
  83. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  84. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  85. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  86. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  87. this.btnSave.ForeColor = System.Drawing.Color.White;
  88. this.btnSave.IsCustomBackImg = false;
  89. this.btnSave.IsShowText = true;
  90. this.btnSave.Location = new System.Drawing.Point(121, 86);
  91. this.btnSave.Name = "btnSave";
  92. this.btnSave.Size = new System.Drawing.Size(95, 25);
  93. this.btnSave.TabIndex = 220;
  94. this.btnSave.Text = "确定";
  95. this.btnSave.UseVisualStyleBackColor = false;
  96. //
  97. // FrmSelectManufacturer
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  102. this.ClientSize = new System.Drawing.Size(334, 214);
  103. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  104. this.MinimizeBox = false;
  105. this.Name = "FrmSelectManufacturer";
  106. this.Text = "选择商品厂商";
  107. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  108. this.plExMainContainer.ResumeLayout(false);
  109. this.plExMainContainer.PerformLayout();
  110. this.plFormMainContent.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. protected ComponentLibrary.ComboBoxEx cmbFactory;
  115. protected ComponentLibrary.LabelEx lblFactory;
  116. protected ComponentLibrary.ButtonEx btnSave;
  117. }
  118. }