GetTimeSuperSmallForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class GetTimeSuperSmallForm
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetTimeSuperSmallForm));
  30. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtTime = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  33. this.lbShopName = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.comboBoxTime = new LYFZ.ComponentLibrary.ComboBoxEx();
  36. this.checkBoxCusTime = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.flowLayoutPanel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
  46. this.plExMainContainer.Controls.Add(this.lbShopName);
  47. this.plExMainContainer.Controls.Add(this.btnCancel);
  48. this.plExMainContainer.Controls.Add(this.btnOK);
  49. this.plExMainContainer.Size = new System.Drawing.Size(420, 160);
  50. //
  51. // plFormMainContent
  52. //
  53. this.plFormMainContent.Size = new System.Drawing.Size(420, 160);
  54. //
  55. // btnAppFormMaximize
  56. //
  57. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  58. this.btnAppFormMaximize.Location = new System.Drawing.Point(361, 0);
  59. //
  60. // btnAppFormExit
  61. //
  62. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  63. this.btnAppFormExit.Location = new System.Drawing.Point(388, 0);
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(334, 0);
  69. //
  70. // btnOK
  71. //
  72. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  73. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  74. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  75. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  76. this.btnOK.ForeColor = System.Drawing.Color.White;
  77. this.btnOK.IsCustomBackImg = false;
  78. this.btnOK.IsShowText = true;
  79. this.btnOK.Location = new System.Drawing.Point(75, 119);
  80. this.btnOK.Name = "btnOK";
  81. this.btnOK.Size = new System.Drawing.Size(85, 28);
  82. this.btnOK.TabIndex = 1;
  83. this.btnOK.Text = " 确 定";
  84. this.btnOK.UseVisualStyleBackColor = false;
  85. //
  86. // btnCancel
  87. //
  88. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  89. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  90. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  91. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  92. this.btnCancel.ForeColor = System.Drawing.Color.White;
  93. this.btnCancel.IsCustomBackImg = false;
  94. this.btnCancel.IsShowText = true;
  95. this.btnCancel.Location = new System.Drawing.Point(253, 119);
  96. this.btnCancel.Name = "btnCancel";
  97. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  98. this.btnCancel.TabIndex = 2;
  99. this.btnCancel.Text = " 取 消";
  100. this.btnCancel.UseVisualStyleBackColor = false;
  101. //
  102. // txtTime
  103. //
  104. this.txtTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.txtTime.Location = new System.Drawing.Point(167, 8);
  106. this.txtTime.Mask = "00:00";
  107. this.txtTime.Name = "txtTime";
  108. this.txtTime.PromptChar = ' ';
  109. this.txtTime.Size = new System.Drawing.Size(94, 26);
  110. this.txtTime.TabIndex = 77;
  111. this.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  112. //
  113. // lbShopName
  114. //
  115. this.lbShopName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.lbShopName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  117. this.lbShopName.Location = new System.Drawing.Point(12, 9);
  118. this.lbShopName.Name = "lbShopName";
  119. this.lbShopName.Size = new System.Drawing.Size(396, 39);
  120. this.lbShopName.TabIndex = 78;
  121. this.lbShopName.Text = "-";
  122. //
  123. // labelEx3
  124. //
  125. this.labelEx3.AutoSize = true;
  126. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  127. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  128. this.labelEx3.Location = new System.Drawing.Point(3, 13);
  129. this.labelEx3.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  130. this.labelEx3.Name = "labelEx3";
  131. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  132. this.labelEx3.TabIndex = 78;
  133. this.labelEx3.Text = "预设时间";
  134. //
  135. // comboBoxTime
  136. //
  137. this.comboBoxTime.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  138. this.comboBoxTime.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  139. this.comboBoxTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  140. this.comboBoxTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  141. this.comboBoxTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.comboBoxTime.FormattingEnabled = true;
  143. this.comboBoxTime.IsCustomColor = false;
  144. this.comboBoxTime.Location = new System.Drawing.Point(65, 8);
  145. this.comboBoxTime.Name = "comboBoxTime";
  146. this.comboBoxTime.ReadOnly = true;
  147. this.comboBoxTime.Size = new System.Drawing.Size(96, 28);
  148. this.comboBoxTime.TabIndex = 79;
  149. //
  150. // checkBoxCusTime
  151. //
  152. this.checkBoxCusTime.AutoSize = true;
  153. this.checkBoxCusTime.BackColor = System.Drawing.Color.Transparent;
  154. this.checkBoxCusTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  155. this.checkBoxCusTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  156. this.checkBoxCusTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  157. this.checkBoxCusTime.Fourstates = false;
  158. this.checkBoxCusTime.IsGreenTick = false;
  159. this.checkBoxCusTime.Location = new System.Drawing.Point(267, 11);
  160. this.checkBoxCusTime.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
  161. this.checkBoxCusTime.Name = "checkBoxCusTime";
  162. this.checkBoxCusTime.Size = new System.Drawing.Size(87, 21);
  163. this.checkBoxCusTime.TabIndex = 80;
  164. this.checkBoxCusTime.Text = "自定义时间";
  165. this.checkBoxCusTime.UseVisualStyleBackColor = false;
  166. //
  167. // flowLayoutPanel1
  168. //
  169. this.flowLayoutPanel1.Controls.Add(this.labelEx3);
  170. this.flowLayoutPanel1.Controls.Add(this.comboBoxTime);
  171. this.flowLayoutPanel1.Controls.Add(this.txtTime);
  172. this.flowLayoutPanel1.Controls.Add(this.checkBoxCusTime);
  173. this.flowLayoutPanel1.Location = new System.Drawing.Point(16, 61);
  174. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  175. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  176. this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 43);
  177. this.flowLayoutPanel1.TabIndex = 81;
  178. //
  179. // GetTimeSuperSmallForm
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  184. this.ClientSize = new System.Drawing.Size(420, 225);
  185. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  186. this.Name = "GetTimeSuperSmallForm";
  187. this.Text = "选择时间";
  188. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  189. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  190. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  191. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  192. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  193. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  194. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  195. this.plExMainContainer.ResumeLayout(false);
  196. this.plFormMainContent.ResumeLayout(false);
  197. this.flowLayoutPanel1.ResumeLayout(false);
  198. this.flowLayoutPanel1.PerformLayout();
  199. this.ResumeLayout(false);
  200. }
  201. #endregion
  202. protected ComponentLibrary.ButtonEx btnCancel;
  203. protected ComponentLibrary.ButtonEx btnOK;
  204. protected ComponentLibrary.MaskedTextTimeEx txtTime;
  205. public ComponentLibrary.CheckBoxEx checkBoxCusTime;
  206. public ComponentLibrary.ComboBoxEx comboBoxTime;
  207. private ComponentLibrary.LabelEx labelEx3;
  208. public ComponentLibrary.LabelEx lbShopName;
  209. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  210. }
  211. }