DressOpenOrderFirstFormMain.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace LYFZ.Software.UI.Dresses
  2. {
  3. partial class DressOpenOrderFirstFormMain
  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(DressOpenOrderFirstFormMain));
  29. this.btnPreselect = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnRent = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnSold = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnSendWash = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.btnSendWash);
  40. this.plExMainContainer.Controls.Add(this.btnSold);
  41. this.plExMainContainer.Controls.Add(this.btnRent);
  42. this.plExMainContainer.Controls.Add(this.btnPreselect);
  43. this.plExMainContainer.Size = new System.Drawing.Size(671, 270);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(671, 270);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(612, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(639, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(585, 0);
  63. //
  64. // btnPreselect
  65. //
  66. this.btnPreselect.BackColor = System.Drawing.Color.Transparent;
  67. this.btnPreselect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreselect.BackImg")));
  68. this.btnPreselect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  69. this.btnPreselect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  70. this.btnPreselect.ForeColor = System.Drawing.Color.White;
  71. this.btnPreselect.IsCustomBackImg = false;
  72. this.btnPreselect.IsShowText = true;
  73. this.btnPreselect.Location = new System.Drawing.Point(74, 100);
  74. this.btnPreselect.Name = "btnPreselect";
  75. this.btnPreselect.Size = new System.Drawing.Size(123, 53);
  76. this.btnPreselect.TabIndex = 0;
  77. this.btnPreselect.Text = " 预 选";
  78. this.btnPreselect.UseVisualStyleBackColor = false;
  79. //
  80. // btnRent
  81. //
  82. this.btnRent.BackColor = System.Drawing.Color.Transparent;
  83. this.btnRent.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRent.BackImg")));
  84. this.btnRent.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  85. this.btnRent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  86. this.btnRent.ForeColor = System.Drawing.Color.White;
  87. this.btnRent.IsCustomBackImg = false;
  88. this.btnRent.IsShowText = true;
  89. this.btnRent.Location = new System.Drawing.Point(203, 100);
  90. this.btnRent.Name = "btnRent";
  91. this.btnRent.Size = new System.Drawing.Size(123, 53);
  92. this.btnRent.TabIndex = 1;
  93. this.btnRent.Text = " 出 租";
  94. this.btnRent.UseVisualStyleBackColor = false;
  95. //
  96. // btnSold
  97. //
  98. this.btnSold.BackColor = System.Drawing.Color.Transparent;
  99. this.btnSold.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSold.BackImg")));
  100. this.btnSold.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  101. this.btnSold.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  102. this.btnSold.ForeColor = System.Drawing.Color.White;
  103. this.btnSold.IsCustomBackImg = false;
  104. this.btnSold.IsShowText = true;
  105. this.btnSold.Location = new System.Drawing.Point(332, 100);
  106. this.btnSold.Name = "btnSold";
  107. this.btnSold.Size = new System.Drawing.Size(123, 53);
  108. this.btnSold.TabIndex = 2;
  109. this.btnSold.Text = " 出 售";
  110. this.btnSold.UseVisualStyleBackColor = false;
  111. //
  112. // btnSendWash
  113. //
  114. this.btnSendWash.BackColor = System.Drawing.Color.Transparent;
  115. this.btnSendWash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendWash.BackImg")));
  116. this.btnSendWash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btnSendWash.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  118. this.btnSendWash.ForeColor = System.Drawing.Color.White;
  119. this.btnSendWash.IsCustomBackImg = false;
  120. this.btnSendWash.IsShowText = true;
  121. this.btnSendWash.Location = new System.Drawing.Point(461, 100);
  122. this.btnSendWash.Name = "btnSendWash";
  123. this.btnSendWash.Size = new System.Drawing.Size(123, 53);
  124. this.btnSendWash.TabIndex = 3;
  125. this.btnSendWash.Text = " 送 洗";
  126. this.btnSendWash.UseVisualStyleBackColor = false;
  127. //
  128. // DressOpenOrderFirstFormMain
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  133. this.ClientSize = new System.Drawing.Size(671, 335);
  134. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  135. this.IsUserControlsSize = false;
  136. this.Name = "DressOpenOrderFirstFormMain";
  137. this.Text = "选择开单类型";
  138. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  139. this.plExMainContainer.ResumeLayout(false);
  140. this.plFormMainContent.ResumeLayout(false);
  141. this.ResumeLayout(false);
  142. }
  143. #endregion
  144. protected internal ComponentLibrary.ButtonEx btnPreselect;
  145. protected internal ComponentLibrary.ButtonEx btnSendWash;
  146. protected internal ComponentLibrary.ButtonEx btnSold;
  147. protected internal ComponentLibrary.ButtonEx btnRent;
  148. }
  149. }