ControlSetSuperSmallForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class ControlSetSuperSmallForm
  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(ControlSetSuperSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  31. this.panelSeparate = new LYFZ.ComponentLibrary.PanelEx();
  32. this.txtPortrait = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtChild = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txtWedding = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelOther = new LYFZ.ComponentLibrary.PanelEx();
  39. this.txtOther = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.panelEx1.SuspendLayout();
  46. this.flowLayoutPanel1.SuspendLayout();
  47. this.panelSeparate.SuspendLayout();
  48. this.panelOther.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  55. this.plExMainContainer.Size = new System.Drawing.Size(492, 311);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(492, 311);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. this.btnAppFormMaximize.Location = new System.Drawing.Point(433, 0);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. this.btnAppFormExit.Location = new System.Drawing.Point(460, 0);
  70. //
  71. // btnAppFormMinimize
  72. //
  73. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  74. this.btnAppFormMinimize.Location = new System.Drawing.Point(433, 0);
  75. //
  76. // panelEx1
  77. //
  78. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  79. this.panelEx1.BorderWidth = 1;
  80. this.panelEx1.Controls.Add(this.btnCancel);
  81. this.panelEx1.Controls.Add(this.btnSaveed);
  82. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  83. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  85. this.panelEx1.Name = "panelEx1";
  86. this.panelEx1.Size = new System.Drawing.Size(472, 291);
  87. this.panelEx1.TabIndex = 0;
  88. //
  89. // flowLayoutPanel1
  90. //
  91. this.flowLayoutPanel1.Controls.Add(this.panelSeparate);
  92. this.flowLayoutPanel1.Controls.Add(this.panelOther);
  93. this.flowLayoutPanel1.Location = new System.Drawing.Point(85, 58);
  94. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  95. this.flowLayoutPanel1.Size = new System.Drawing.Size(292, 152);
  96. this.flowLayoutPanel1.TabIndex = 1;
  97. //
  98. // panelSeparate
  99. //
  100. this.panelSeparate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  101. this.panelSeparate.BorderWidth = 1;
  102. this.panelSeparate.Controls.Add(this.txtPortrait);
  103. this.panelSeparate.Controls.Add(this.txtChild);
  104. this.panelSeparate.Controls.Add(this.txtWedding);
  105. this.panelSeparate.Controls.Add(this.labelEx4);
  106. this.panelSeparate.Controls.Add(this.labelEx3);
  107. this.panelSeparate.Controls.Add(this.labelEx2);
  108. this.panelSeparate.Location = new System.Drawing.Point(3, 3);
  109. this.panelSeparate.Name = "panelSeparate";
  110. this.panelSeparate.Size = new System.Drawing.Size(282, 100);
  111. this.panelSeparate.TabIndex = 0;
  112. this.panelSeparate.Visible = false;
  113. //
  114. // txtPortrait
  115. //
  116. this.txtPortrait.BackColor = System.Drawing.Color.Transparent;
  117. this.txtPortrait.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  118. this.txtPortrait.Icon = null;
  119. this.txtPortrait.IconIsButton = false;
  120. this.txtPortrait.IsPasswordChat = '\0';
  121. this.txtPortrait.IsSystemPasswordChar = false;
  122. this.txtPortrait.Lines = new string[0];
  123. this.txtPortrait.Location = new System.Drawing.Point(92, 68);
  124. this.txtPortrait.Margin = new System.Windows.Forms.Padding(0);
  125. this.txtPortrait.MaxLength = 32767;
  126. this.txtPortrait.MinimumSize = new System.Drawing.Size(0, 24);
  127. this.txtPortrait.MouseBack = null;
  128. this.txtPortrait.Multiline = false;
  129. this.txtPortrait.Name = "txtPortrait";
  130. this.txtPortrait.NormlBack = null;
  131. this.txtPortrait.Padding = new System.Windows.Forms.Padding(5);
  132. this.txtPortrait.ReadOnly = false;
  133. this.txtPortrait.ScrollBars = System.Windows.Forms.ScrollBars.None;
  134. this.txtPortrait.Size = new System.Drawing.Size(100, 25);
  135. this.txtPortrait.TabIndex = 62;
  136. this.txtPortrait.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  137. this.txtPortrait.WaterColor = System.Drawing.Color.DarkGray;
  138. this.txtPortrait.WaterText = "";
  139. this.txtPortrait.WordWrap = true;
  140. //
  141. // txtChild
  142. //
  143. this.txtChild.BackColor = System.Drawing.Color.Transparent;
  144. this.txtChild.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  145. this.txtChild.Icon = null;
  146. this.txtChild.IconIsButton = false;
  147. this.txtChild.IsPasswordChat = '\0';
  148. this.txtChild.IsSystemPasswordChar = false;
  149. this.txtChild.Lines = new string[0];
  150. this.txtChild.Location = new System.Drawing.Point(92, 37);
  151. this.txtChild.Margin = new System.Windows.Forms.Padding(0);
  152. this.txtChild.MaxLength = 32767;
  153. this.txtChild.MinimumSize = new System.Drawing.Size(0, 24);
  154. this.txtChild.MouseBack = null;
  155. this.txtChild.Multiline = false;
  156. this.txtChild.Name = "txtChild";
  157. this.txtChild.NormlBack = null;
  158. this.txtChild.Padding = new System.Windows.Forms.Padding(5);
  159. this.txtChild.ReadOnly = false;
  160. this.txtChild.ScrollBars = System.Windows.Forms.ScrollBars.None;
  161. this.txtChild.Size = new System.Drawing.Size(100, 25);
  162. this.txtChild.TabIndex = 61;
  163. this.txtChild.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  164. this.txtChild.WaterColor = System.Drawing.Color.DarkGray;
  165. this.txtChild.WaterText = "";
  166. this.txtChild.WordWrap = true;
  167. //
  168. // txtWedding
  169. //
  170. this.txtWedding.BackColor = System.Drawing.Color.Transparent;
  171. this.txtWedding.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  172. this.txtWedding.Icon = null;
  173. this.txtWedding.IconIsButton = false;
  174. this.txtWedding.IsPasswordChat = '\0';
  175. this.txtWedding.IsSystemPasswordChar = false;
  176. this.txtWedding.Lines = new string[0];
  177. this.txtWedding.Location = new System.Drawing.Point(92, 7);
  178. this.txtWedding.Margin = new System.Windows.Forms.Padding(0);
  179. this.txtWedding.MaxLength = 32767;
  180. this.txtWedding.MinimumSize = new System.Drawing.Size(0, 24);
  181. this.txtWedding.MouseBack = null;
  182. this.txtWedding.Multiline = false;
  183. this.txtWedding.Name = "txtWedding";
  184. this.txtWedding.NormlBack = null;
  185. this.txtWedding.Padding = new System.Windows.Forms.Padding(5);
  186. this.txtWedding.ReadOnly = false;
  187. this.txtWedding.ScrollBars = System.Windows.Forms.ScrollBars.None;
  188. this.txtWedding.Size = new System.Drawing.Size(100, 25);
  189. this.txtWedding.TabIndex = 60;
  190. this.txtWedding.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  191. this.txtWedding.WaterColor = System.Drawing.Color.DarkGray;
  192. this.txtWedding.WaterText = "";
  193. this.txtWedding.WordWrap = true;
  194. //
  195. // labelEx4
  196. //
  197. this.labelEx4.AutoSize = true;
  198. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  199. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  200. this.labelEx4.Location = new System.Drawing.Point(9, 72);
  201. this.labelEx4.Name = "labelEx4";
  202. this.labelEx4.Size = new System.Drawing.Size(232, 17);
  203. this.labelEx4.TabIndex = 3;
  204. this.labelEx4.Text = "写真订单超过 时提醒";
  205. //
  206. // labelEx3
  207. //
  208. this.labelEx3.AutoSize = true;
  209. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.labelEx3.Location = new System.Drawing.Point(9, 41);
  212. this.labelEx3.Name = "labelEx3";
  213. this.labelEx3.Size = new System.Drawing.Size(232, 17);
  214. this.labelEx3.TabIndex = 2;
  215. this.labelEx3.Text = "儿童订单超过 时提醒";
  216. //
  217. // labelEx2
  218. //
  219. this.labelEx2.AutoSize = true;
  220. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  221. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  222. this.labelEx2.Location = new System.Drawing.Point(9, 11);
  223. this.labelEx2.Name = "labelEx2";
  224. this.labelEx2.Size = new System.Drawing.Size(232, 17);
  225. this.labelEx2.TabIndex = 1;
  226. this.labelEx2.Text = "婚纱订单超过 时提醒";
  227. //
  228. // panelOther
  229. //
  230. this.panelOther.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  231. this.panelOther.BorderWidth = 1;
  232. this.panelOther.Controls.Add(this.txtOther);
  233. this.panelOther.Controls.Add(this.labelEx1);
  234. this.panelOther.Location = new System.Drawing.Point(3, 109);
  235. this.panelOther.Name = "panelOther";
  236. this.panelOther.Size = new System.Drawing.Size(282, 32);
  237. this.panelOther.TabIndex = 1;
  238. this.panelOther.Visible = false;
  239. //
  240. // txtOther
  241. //
  242. this.txtOther.BackColor = System.Drawing.Color.Transparent;
  243. this.txtOther.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  244. this.txtOther.Icon = null;
  245. this.txtOther.IconIsButton = false;
  246. this.txtOther.IsPasswordChat = '\0';
  247. this.txtOther.IsSystemPasswordChar = false;
  248. this.txtOther.Lines = new string[0];
  249. this.txtOther.Location = new System.Drawing.Point(70, 3);
  250. this.txtOther.Margin = new System.Windows.Forms.Padding(0);
  251. this.txtOther.MaxLength = 32767;
  252. this.txtOther.MinimumSize = new System.Drawing.Size(0, 24);
  253. this.txtOther.MouseBack = null;
  254. this.txtOther.Multiline = false;
  255. this.txtOther.Name = "txtOther";
  256. this.txtOther.NormlBack = null;
  257. this.txtOther.Padding = new System.Windows.Forms.Padding(5);
  258. this.txtOther.ReadOnly = false;
  259. this.txtOther.ScrollBars = System.Windows.Forms.ScrollBars.None;
  260. this.txtOther.Size = new System.Drawing.Size(100, 25);
  261. this.txtOther.TabIndex = 63;
  262. this.txtOther.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  263. this.txtOther.WaterColor = System.Drawing.Color.DarkGray;
  264. this.txtOther.WaterText = "";
  265. this.txtOther.WordWrap = true;
  266. //
  267. // labelEx1
  268. //
  269. this.labelEx1.AutoSize = true;
  270. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  271. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  272. this.labelEx1.Location = new System.Drawing.Point(9, 7);
  273. this.labelEx1.Name = "labelEx1";
  274. this.labelEx1.Size = new System.Drawing.Size(208, 17);
  275. this.labelEx1.TabIndex = 0;
  276. this.labelEx1.Text = "订单超过 时提醒";
  277. //
  278. // btnCancel
  279. //
  280. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  281. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  282. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  283. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  284. this.btnCancel.ForeColor = System.Drawing.Color.White;
  285. this.btnCancel.IsCustomBackImg = false;
  286. this.btnCancel.IsShowText = true;
  287. this.btnCancel.Location = new System.Drawing.Point(275, 228);
  288. this.btnCancel.Name = "btnCancel";
  289. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  290. this.btnCancel.TabIndex = 3;
  291. this.btnCancel.Text = " 取 消";
  292. this.btnCancel.UseVisualStyleBackColor = false;
  293. //
  294. // btnSaveed
  295. //
  296. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  297. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  298. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  299. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  300. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  301. this.btnSaveed.IsCustomBackImg = false;
  302. this.btnSaveed.IsShowText = true;
  303. this.btnSaveed.Location = new System.Drawing.Point(116, 228);
  304. this.btnSaveed.Name = "btnSaveed";
  305. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  306. this.btnSaveed.TabIndex = 2;
  307. this.btnSaveed.Text = " 保 存";
  308. this.btnSaveed.UseVisualStyleBackColor = false;
  309. //
  310. // ControlSetSuperSmallForm
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  315. this.ClientSize = new System.Drawing.Size(492, 376);
  316. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  317. this.IsUserControlsSize = false;
  318. this.MaximizeBox = false;
  319. this.MinimizeBox = false;
  320. this.Name = "ControlSetSuperSmallForm";
  321. this.Text = "设置";
  322. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  323. this.plExMainContainer.ResumeLayout(false);
  324. this.plFormMainContent.ResumeLayout(false);
  325. this.panelEx1.ResumeLayout(false);
  326. this.flowLayoutPanel1.ResumeLayout(false);
  327. this.panelSeparate.ResumeLayout(false);
  328. this.panelSeparate.PerformLayout();
  329. this.panelOther.ResumeLayout(false);
  330. this.panelOther.PerformLayout();
  331. this.ResumeLayout(false);
  332. }
  333. #endregion
  334. private ComponentLibrary.PanelEx panelEx1;
  335. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  336. private ComponentLibrary.LabelEx labelEx4;
  337. private ComponentLibrary.LabelEx labelEx3;
  338. private ComponentLibrary.LabelEx labelEx2;
  339. private ComponentLibrary.LabelEx labelEx1;
  340. protected internal ComponentLibrary.TextBoxEx txtPortrait;
  341. protected internal ComponentLibrary.TextBoxEx txtChild;
  342. protected internal ComponentLibrary.TextBoxEx txtWedding;
  343. protected internal ComponentLibrary.TextBoxEx txtOther;
  344. protected internal ComponentLibrary.PanelEx panelSeparate;
  345. protected internal ComponentLibrary.PanelEx panelOther;
  346. protected internal ComponentLibrary.ButtonEx btnCancel;
  347. protected internal ComponentLibrary.ButtonEx btnSaveed;
  348. }
  349. }