AddTimeTemplate.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace LYFZ.Software.NewCameraControlBook
  2. {
  3. partial class AddTimeTemplate
  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(AddTimeTemplate));
  29. this.lbTibsInfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.txtTimeTemplateValue = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  33. this.btnColse = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.lkFormatTime1 = new System.Windows.Forms.LinkLabel();
  37. this.lkFormatTime2 = new System.Windows.Forms.LinkLabel();
  38. this.skinLabel1 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panel1.SuspendLayout();
  42. this.groupBox1.SuspendLayout();
  43. this.panel2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.groupBox1);
  49. this.plExMainContainer.Controls.Add(this.panel2);
  50. this.plExMainContainer.Controls.Add(this.panel1);
  51. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  52. this.plExMainContainer.Size = new System.Drawing.Size(870, 395);
  53. //
  54. // plFormMainContent
  55. //
  56. this.plFormMainContent.Size = new System.Drawing.Size(870, 395);
  57. //
  58. // btnAppFormMaximize
  59. //
  60. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  61. this.btnAppFormMaximize.Location = new System.Drawing.Point(811, 0);
  62. //
  63. // btnAppFormExit
  64. //
  65. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  66. this.btnAppFormExit.Location = new System.Drawing.Point(838, 0);
  67. //
  68. // btnAppFormMinimize
  69. //
  70. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  71. this.btnAppFormMinimize.Location = new System.Drawing.Point(784, 0);
  72. //
  73. // lbTibsInfo
  74. //
  75. this.lbTibsInfo.BackColor = System.Drawing.Color.Transparent;
  76. this.lbTibsInfo.BorderColor = System.Drawing.Color.White;
  77. this.lbTibsInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.lbTibsInfo.Location = new System.Drawing.Point(7, 5);
  79. this.lbTibsInfo.Name = "lbTibsInfo";
  80. this.lbTibsInfo.Size = new System.Drawing.Size(813, 20);
  81. this.lbTibsInfo.TabIndex = 286;
  82. //
  83. // panel1
  84. //
  85. this.panel1.Controls.Add(this.lbTibsInfo);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.panel1.Location = new System.Drawing.Point(5, 5);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(860, 31);
  90. this.panel1.TabIndex = 287;
  91. //
  92. // groupBox1
  93. //
  94. this.groupBox1.Controls.Add(this.txtTimeTemplateValue);
  95. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  98. this.groupBox1.Location = new System.Drawing.Point(5, 36);
  99. this.groupBox1.Name = "groupBox1";
  100. this.groupBox1.Size = new System.Drawing.Size(860, 303);
  101. this.groupBox1.TabIndex = 2247;
  102. this.groupBox1.TabStop = false;
  103. this.groupBox1.Text = "档期设置";
  104. //
  105. // txtTimeTemplateValue
  106. //
  107. this.txtTimeTemplateValue.BackColor = System.Drawing.Color.Transparent;
  108. this.txtTimeTemplateValue.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.txtTimeTemplateValue.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.txtTimeTemplateValue.Icon = null;
  111. this.txtTimeTemplateValue.IconIsButton = false;
  112. this.txtTimeTemplateValue.IsPasswordChat = '\0';
  113. this.txtTimeTemplateValue.IsSystemPasswordChar = false;
  114. this.txtTimeTemplateValue.Lines = new string[0];
  115. this.txtTimeTemplateValue.Location = new System.Drawing.Point(3, 22);
  116. this.txtTimeTemplateValue.Margin = new System.Windows.Forms.Padding(0);
  117. this.txtTimeTemplateValue.MaxLength = 32767;
  118. this.txtTimeTemplateValue.MinimumSize = new System.Drawing.Size(0, 26);
  119. this.txtTimeTemplateValue.MouseBack = null;
  120. this.txtTimeTemplateValue.Multiline = true;
  121. this.txtTimeTemplateValue.Name = "txtTimeTemplateValue";
  122. this.txtTimeTemplateValue.NormlBack = null;
  123. this.txtTimeTemplateValue.Padding = new System.Windows.Forms.Padding(5);
  124. this.txtTimeTemplateValue.ReadOnly = false;
  125. this.txtTimeTemplateValue.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  126. this.txtTimeTemplateValue.Size = new System.Drawing.Size(854, 278);
  127. this.txtTimeTemplateValue.TabIndex = 287;
  128. this.txtTimeTemplateValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  129. this.txtTimeTemplateValue.WaterColor = System.Drawing.Color.DarkGray;
  130. this.txtTimeTemplateValue.WaterText = "时间格式为24小时制:08:00,08:30,12:15,15:20";
  131. this.txtTimeTemplateValue.WordWrap = true;
  132. //
  133. // btnColse
  134. //
  135. this.btnColse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnColse.BackColor = System.Drawing.Color.Transparent;
  137. this.btnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColse.BackImg")));
  138. this.btnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  139. this.btnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  140. this.btnColse.ForeColor = System.Drawing.Color.White;
  141. this.btnColse.IsCustomBackImg = false;
  142. this.btnColse.IsShowText = true;
  143. this.btnColse.Location = new System.Drawing.Point(743, 7);
  144. this.btnColse.Name = "btnColse";
  145. this.btnColse.Size = new System.Drawing.Size(110, 34);
  146. this.btnColse.TabIndex = 2252;
  147. this.btnColse.Text = "关 闭";
  148. this.btnColse.UseVisualStyleBackColor = false;
  149. //
  150. // btnSave
  151. //
  152. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  153. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  154. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  155. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  156. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  157. this.btnSave.ForeColor = System.Drawing.Color.White;
  158. this.btnSave.IsCustomBackImg = false;
  159. this.btnSave.IsShowText = true;
  160. this.btnSave.Location = new System.Drawing.Point(627, 7);
  161. this.btnSave.Name = "btnSave";
  162. this.btnSave.Size = new System.Drawing.Size(110, 34);
  163. this.btnSave.TabIndex = 2253;
  164. this.btnSave.Text = "保存设置";
  165. this.btnSave.UseVisualStyleBackColor = false;
  166. //
  167. // panel2
  168. //
  169. this.panel2.Controls.Add(this.lkFormatTime1);
  170. this.panel2.Controls.Add(this.lkFormatTime2);
  171. this.panel2.Controls.Add(this.skinLabel1);
  172. this.panel2.Controls.Add(this.btnColse);
  173. this.panel2.Controls.Add(this.btnSave);
  174. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  175. this.panel2.Location = new System.Drawing.Point(5, 339);
  176. this.panel2.Name = "panel2";
  177. this.panel2.Size = new System.Drawing.Size(860, 51);
  178. this.panel2.TabIndex = 2254;
  179. //
  180. // lkFormatTime1
  181. //
  182. this.lkFormatTime1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  183. this.lkFormatTime1.AutoSize = true;
  184. this.lkFormatTime1.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lkFormatTime1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  186. this.lkFormatTime1.LinkColor = System.Drawing.Color.Teal;
  187. this.lkFormatTime1.Location = new System.Drawing.Point(319, 15);
  188. this.lkFormatTime1.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  189. this.lkFormatTime1.Name = "lkFormatTime1";
  190. this.lkFormatTime1.Size = new System.Drawing.Size(144, 16);
  191. this.lkFormatTime1.TabIndex = 2254;
  192. this.lkFormatTime1.TabStop = true;
  193. this.lkFormatTime1.Text = "格式化时间【一】";
  194. //
  195. // lkFormatTime2
  196. //
  197. this.lkFormatTime2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  198. this.lkFormatTime2.AutoSize = true;
  199. this.lkFormatTime2.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lkFormatTime2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  201. this.lkFormatTime2.LinkColor = System.Drawing.Color.Teal;
  202. this.lkFormatTime2.Location = new System.Drawing.Point(475, 15);
  203. this.lkFormatTime2.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  204. this.lkFormatTime2.Name = "lkFormatTime2";
  205. this.lkFormatTime2.Size = new System.Drawing.Size(144, 16);
  206. this.lkFormatTime2.TabIndex = 2254;
  207. this.lkFormatTime2.TabStop = true;
  208. this.lkFormatTime2.Text = "格式化时间【二】";
  209. //
  210. // skinLabel1
  211. //
  212. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  213. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  214. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.skinLabel1.Location = new System.Drawing.Point(7, 13);
  216. this.skinLabel1.Name = "skinLabel1";
  217. this.skinLabel1.Size = new System.Drawing.Size(160, 20);
  218. this.skinLabel1.TabIndex = 286;
  219. //
  220. // AddTimeTemplate
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  225. this.ClientSize = new System.Drawing.Size(870, 460);
  226. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  227. this.MinimumSize = new System.Drawing.Size(800, 460);
  228. this.Name = "AddTimeTemplate";
  229. this.Text = "摄控模板编辑";
  230. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  231. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  232. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  233. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  234. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  235. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  236. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  237. this.plExMainContainer.ResumeLayout(false);
  238. this.plFormMainContent.ResumeLayout(false);
  239. this.panel1.ResumeLayout(false);
  240. this.groupBox1.ResumeLayout(false);
  241. this.panel2.ResumeLayout(false);
  242. this.panel2.PerformLayout();
  243. this.ResumeLayout(false);
  244. }
  245. #endregion
  246. private System.Windows.Forms.Panel panel1;
  247. private System.Windows.Forms.Panel panel2;
  248. public ComponentLibrary.ButtonForm btnColse;
  249. public ComponentLibrary.ButtonForm btnSave;
  250. private System.Windows.Forms.GroupBox groupBox1;
  251. public OtherExpansion.SkinControl.SkinLabel lbTibsInfo;
  252. public OtherExpansion.SkinControl.SkinTextBox txtTimeTemplateValue;
  253. public OtherExpansion.SkinControl.SkinLabel skinLabel1;
  254. public System.Windows.Forms.LinkLabel lkFormatTime2;
  255. public System.Windows.Forms.LinkLabel lkFormatTime1;
  256. }
  257. }