OnSingleFirstFormMain.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class OnSingleFirstFormMain
  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(OnSingleFirstFormMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  31. this.btnWedding = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnChild = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnPortrait = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnService = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnWeddingCelebration = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.panelEx1.SuspendLayout();
  39. this.flowLayoutPanel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // plExMainContainer
  43. //
  44. this.plExMainContainer.Controls.Add(this.panelEx1);
  45. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  46. this.plExMainContainer.Size = new System.Drawing.Size(700, 260);
  47. //
  48. // plFormMainContent
  49. //
  50. this.plFormMainContent.Size = new System.Drawing.Size(700, 260);
  51. //
  52. // btnAppFormMaximize
  53. //
  54. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  55. this.btnAppFormMaximize.Location = new System.Drawing.Point(427, 0);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(427, 0);
  66. //
  67. // panelEx1
  68. //
  69. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  70. this.panelEx1.BorderWidth = 1;
  71. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  72. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  74. this.panelEx1.Name = "panelEx1";
  75. this.panelEx1.Size = new System.Drawing.Size(680, 240);
  76. this.panelEx1.TabIndex = 0;
  77. //
  78. // flowLayoutPanel1
  79. //
  80. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.flowLayoutPanel1.Controls.Add(this.btnWedding);
  83. this.flowLayoutPanel1.Controls.Add(this.btnChild);
  84. this.flowLayoutPanel1.Controls.Add(this.btnPortrait);
  85. this.flowLayoutPanel1.Controls.Add(this.btnService);
  86. this.flowLayoutPanel1.Controls.Add(this.btnWeddingCelebration);
  87. this.flowLayoutPanel1.Location = new System.Drawing.Point(60, 79);
  88. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  89. this.flowLayoutPanel1.Size = new System.Drawing.Size(595, 94);
  90. this.flowLayoutPanel1.TabIndex = 10;
  91. //
  92. // btnWedding
  93. //
  94. this.btnWedding.BackColor = System.Drawing.Color.Transparent;
  95. this.btnWedding.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWedding.BackImg")));
  96. this.btnWedding.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  97. this.btnWedding.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  98. this.btnWedding.ForeColor = System.Drawing.Color.White;
  99. this.btnWedding.IsCustomBackImg = false;
  100. this.btnWedding.IsShowText = true;
  101. this.btnWedding.Location = new System.Drawing.Point(3, 3);
  102. this.btnWedding.Name = "btnWedding";
  103. this.btnWedding.Size = new System.Drawing.Size(110, 80);
  104. this.btnWedding.TabIndex = 16;
  105. this.btnWedding.Text = " 婚纱订单";
  106. this.btnWedding.UseVisualStyleBackColor = false;
  107. //
  108. // btnChild
  109. //
  110. this.btnChild.BackColor = System.Drawing.Color.Transparent;
  111. this.btnChild.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChild.BackImg")));
  112. this.btnChild.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  113. this.btnChild.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  114. this.btnChild.ForeColor = System.Drawing.Color.White;
  115. this.btnChild.IsCustomBackImg = false;
  116. this.btnChild.IsShowText = true;
  117. this.btnChild.Location = new System.Drawing.Point(119, 3);
  118. this.btnChild.Name = "btnChild";
  119. this.btnChild.Size = new System.Drawing.Size(110, 80);
  120. this.btnChild.TabIndex = 17;
  121. this.btnChild.Text = " 儿童订单";
  122. this.btnChild.UseVisualStyleBackColor = false;
  123. //
  124. // btnPortrait
  125. //
  126. this.btnPortrait.BackColor = System.Drawing.Color.Transparent;
  127. this.btnPortrait.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPortrait.BackImg")));
  128. this.btnPortrait.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  129. this.btnPortrait.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  130. this.btnPortrait.ForeColor = System.Drawing.Color.White;
  131. this.btnPortrait.IsCustomBackImg = false;
  132. this.btnPortrait.IsShowText = true;
  133. this.btnPortrait.Location = new System.Drawing.Point(235, 3);
  134. this.btnPortrait.Name = "btnPortrait";
  135. this.btnPortrait.Size = new System.Drawing.Size(110, 80);
  136. this.btnPortrait.TabIndex = 18;
  137. this.btnPortrait.Text = " 写真订单";
  138. this.btnPortrait.UseVisualStyleBackColor = false;
  139. //
  140. // btnService
  141. //
  142. this.btnService.BackColor = System.Drawing.Color.Transparent;
  143. this.btnService.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnService.BackImg")));
  144. this.btnService.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  145. this.btnService.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  146. this.btnService.ForeColor = System.Drawing.Color.White;
  147. this.btnService.IsCustomBackImg = false;
  148. this.btnService.IsShowText = true;
  149. this.btnService.Location = new System.Drawing.Point(351, 3);
  150. this.btnService.Name = "btnService";
  151. this.btnService.Size = new System.Drawing.Size(110, 80);
  152. this.btnService.TabIndex = 19;
  153. this.btnService.Text = " 服务订单";
  154. this.btnService.UseVisualStyleBackColor = false;
  155. //
  156. // btnWeddingCelebration
  157. //
  158. this.btnWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
  159. this.btnWeddingCelebration.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWeddingCelebration.BackImg")));
  160. this.btnWeddingCelebration.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  161. this.btnWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  162. this.btnWeddingCelebration.ForeColor = System.Drawing.Color.White;
  163. this.btnWeddingCelebration.IsCustomBackImg = false;
  164. this.btnWeddingCelebration.IsShowText = true;
  165. this.btnWeddingCelebration.Location = new System.Drawing.Point(467, 3);
  166. this.btnWeddingCelebration.Name = "btnWeddingCelebration";
  167. this.btnWeddingCelebration.Size = new System.Drawing.Size(110, 80);
  168. this.btnWeddingCelebration.TabIndex = 20;
  169. this.btnWeddingCelebration.Text = " 婚庆订单";
  170. this.btnWeddingCelebration.UseVisualStyleBackColor = false;
  171. //
  172. // OnSingleFirstFormMain
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  177. this.ClientSize = new System.Drawing.Size(700, 325);
  178. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  179. this.IsUserControlsSize = false;
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "OnSingleFirstFormMain";
  183. this.Text = "选择开单类型";
  184. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  185. this.plExMainContainer.ResumeLayout(false);
  186. this.plFormMainContent.ResumeLayout(false);
  187. this.panelEx1.ResumeLayout(false);
  188. this.flowLayoutPanel1.ResumeLayout(false);
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private ComponentLibrary.PanelEx panelEx1;
  193. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  194. protected internal ComponentLibrary.ButtonEx btnWedding;
  195. protected internal ComponentLibrary.ButtonEx btnChild;
  196. protected internal ComponentLibrary.ButtonEx btnPortrait;
  197. protected internal ComponentLibrary.ButtonEx btnService;
  198. protected internal ComponentLibrary.ButtonEx btnWeddingCelebration;
  199. }
  200. }