frmNotifyCustomer.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. namespace LYFZ.Software.NewCameraControlBook
  2. {
  3. partial class frmNotifyCustomer
  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(frmNotifyCustomer));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtInfo = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.lbStore = new LYFZ.ComponentLibrary.LabelEx();
  35. this.cbxTypeList = new System.Windows.Forms.ComboBox();
  36. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.skinPanel1 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  38. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. this.panelEx2.SuspendLayout();
  43. this.panelEx3.SuspendLayout();
  44. this.skinPanel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx3);
  50. this.plExMainContainer.Controls.Add(this.panelEx2);
  51. this.plExMainContainer.Controls.Add(this.panelEx1);
  52. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  53. this.plExMainContainer.Size = new System.Drawing.Size(480, 242);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(480, 242);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0);
  73. //
  74. // panelEx1
  75. //
  76. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  77. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  78. this.panelEx1.BorderWidth = 1;
  79. this.panelEx1.Controls.Add(this.buttonEx2);
  80. this.panelEx1.Controls.Add(this.buttonEx1);
  81. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  82. this.panelEx1.Location = new System.Drawing.Point(5, 195);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Size = new System.Drawing.Size(470, 42);
  85. this.panelEx1.TabIndex = 1;
  86. //
  87. // buttonEx2
  88. //
  89. this.buttonEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  90. this.buttonEx2.BackColor = System.Drawing.Color.Transparent;
  91. this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg")));
  92. this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  93. this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  94. this.buttonEx2.ForeColor = System.Drawing.Color.White;
  95. this.buttonEx2.IsCustomBackImg = false;
  96. this.buttonEx2.IsShowText = true;
  97. this.buttonEx2.Location = new System.Drawing.Point(362, 7);
  98. this.buttonEx2.Name = "buttonEx2";
  99. this.buttonEx2.Size = new System.Drawing.Size(85, 28);
  100. this.buttonEx2.TabIndex = 0;
  101. this.buttonEx2.Text = "关 闭";
  102. this.buttonEx2.UseVisualStyleBackColor = false;
  103. //
  104. // buttonEx1
  105. //
  106. this.buttonEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  107. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  108. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  109. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  110. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  111. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  112. this.buttonEx1.IsCustomBackImg = false;
  113. this.buttonEx1.IsShowText = true;
  114. this.buttonEx1.Location = new System.Drawing.Point(254, 7);
  115. this.buttonEx1.Name = "buttonEx1";
  116. this.buttonEx1.Size = new System.Drawing.Size(85, 28);
  117. this.buttonEx1.TabIndex = 0;
  118. this.buttonEx1.Text = "保 存";
  119. this.buttonEx1.UseVisualStyleBackColor = false;
  120. //
  121. // txtInfo
  122. //
  123. this.txtInfo.BackColor = System.Drawing.Color.Transparent;
  124. this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.txtInfo.Icon = null;
  126. this.txtInfo.IconIsButton = false;
  127. this.txtInfo.IsPasswordChat = '\0';
  128. this.txtInfo.IsSystemPasswordChar = false;
  129. this.txtInfo.Lines = new string[0];
  130. this.txtInfo.Location = new System.Drawing.Point(86, 0);
  131. this.txtInfo.Margin = new System.Windows.Forms.Padding(0);
  132. this.txtInfo.MaxLength = 300;
  133. this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26);
  134. this.txtInfo.MouseBack = null;
  135. this.txtInfo.Multiline = true;
  136. this.txtInfo.Name = "txtInfo";
  137. this.txtInfo.NormlBack = null;
  138. this.txtInfo.Padding = new System.Windows.Forms.Padding(5);
  139. this.txtInfo.ReadOnly = false;
  140. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  141. this.txtInfo.Size = new System.Drawing.Size(384, 148);
  142. this.txtInfo.TabIndex = 2;
  143. this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  144. this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
  145. this.txtInfo.WaterText = "预约通知客户反馈信息";
  146. this.txtInfo.WordWrap = true;
  147. //
  148. // panelEx2
  149. //
  150. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  151. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  152. this.panelEx2.BorderWidth = 1;
  153. this.panelEx2.Controls.Add(this.lbStore);
  154. this.panelEx2.Controls.Add(this.cbxTypeList);
  155. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  156. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  157. this.panelEx2.Name = "panelEx2";
  158. this.panelEx2.Size = new System.Drawing.Size(470, 42);
  159. this.panelEx2.TabIndex = 3;
  160. //
  161. // lbStore
  162. //
  163. this.lbStore.AutoSize = true;
  164. this.lbStore.BackColor = System.Drawing.Color.Transparent;
  165. this.lbStore.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  166. this.lbStore.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  167. this.lbStore.Location = new System.Drawing.Point(7, 12);
  168. this.lbStore.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
  169. this.lbStore.Name = "lbStore";
  170. this.lbStore.Size = new System.Drawing.Size(79, 19);
  171. this.lbStore.TabIndex = 276;
  172. this.lbStore.Text = "通知方式:";
  173. //
  174. // cbxTypeList
  175. //
  176. this.cbxTypeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  177. this.cbxTypeList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.cbxTypeList.FormattingEnabled = true;
  179. this.cbxTypeList.Location = new System.Drawing.Point(86, 9);
  180. this.cbxTypeList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  181. this.cbxTypeList.Name = "cbxTypeList";
  182. this.cbxTypeList.Size = new System.Drawing.Size(183, 25);
  183. this.cbxTypeList.TabIndex = 277;
  184. //
  185. // panelEx3
  186. //
  187. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  188. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  189. this.panelEx3.BorderWidth = 1;
  190. this.panelEx3.Controls.Add(this.txtInfo);
  191. this.panelEx3.Controls.Add(this.skinPanel1);
  192. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.panelEx3.Location = new System.Drawing.Point(5, 47);
  194. this.panelEx3.Name = "panelEx3";
  195. this.panelEx3.Size = new System.Drawing.Size(470, 148);
  196. this.panelEx3.TabIndex = 278;
  197. //
  198. // skinPanel1
  199. //
  200. this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
  201. this.skinPanel1.Controls.Add(this.labelEx1);
  202. this.skinPanel1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  203. this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Left;
  204. this.skinPanel1.DownBack = null;
  205. this.skinPanel1.Location = new System.Drawing.Point(0, 0);
  206. this.skinPanel1.MouseBack = null;
  207. this.skinPanel1.Name = "skinPanel1";
  208. this.skinPanel1.NormlBack = null;
  209. this.skinPanel1.Size = new System.Drawing.Size(86, 148);
  210. this.skinPanel1.TabIndex = 3;
  211. //
  212. // labelEx1
  213. //
  214. this.labelEx1.AutoSize = true;
  215. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  216. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  217. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  218. this.labelEx1.Location = new System.Drawing.Point(3, 7);
  219. this.labelEx1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
  220. this.labelEx1.Name = "labelEx1";
  221. this.labelEx1.Size = new System.Drawing.Size(79, 19);
  222. this.labelEx1.TabIndex = 276;
  223. this.labelEx1.Text = "客户反馈:";
  224. //
  225. // frmNotifyCustomer
  226. //
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  230. this.ClientSize = new System.Drawing.Size(480, 307);
  231. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  232. this.Name = "frmNotifyCustomer";
  233. this.Text = "设置预约通知客户(内容不超过300个字)";
  234. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  235. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  236. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  237. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  238. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  239. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  240. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  241. this.plExMainContainer.ResumeLayout(false);
  242. this.plFormMainContent.ResumeLayout(false);
  243. this.panelEx1.ResumeLayout(false);
  244. this.panelEx2.ResumeLayout(false);
  245. this.panelEx2.PerformLayout();
  246. this.panelEx3.ResumeLayout(false);
  247. this.skinPanel1.ResumeLayout(false);
  248. this.skinPanel1.PerformLayout();
  249. this.ResumeLayout(false);
  250. }
  251. #endregion
  252. private ComponentLibrary.PanelEx panelEx1;
  253. public OtherExpansion.SkinControl.SkinTextBox txtInfo;
  254. private ComponentLibrary.PanelEx panelEx2;
  255. private ComponentLibrary.PanelEx panelEx3;
  256. private OtherExpansion.SkinControl.SkinPanel skinPanel1;
  257. public ComponentLibrary.LabelEx labelEx1;
  258. public ComponentLibrary.LabelEx lbStore;
  259. public System.Windows.Forms.ComboBox cbxTypeList;
  260. public ComponentLibrary.ButtonEx buttonEx2;
  261. public ComponentLibrary.ButtonEx buttonEx1;
  262. }
  263. }