frmSystemSetting.Designer.cs 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmSystemSetting
  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(frmSystemSetting));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  34. this.sbtnStartup = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  35. this.sbtnInstallService = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  36. this.sbtnUninstall = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  37. this.sbtnStop = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  38. this.picExStateDiagram = new LYFZ.ComponentLibrary.PictureBoxEx();
  39. this.groupBoxEx6 = new LYFZ.ComponentLibrary.GroupBoxEx();
  40. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.stxtAccountLength = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  43. this.stxtAccountPrefix = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  44. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  45. this.skinNumericUpDownFeng = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
  46. this.skinNumericUpDownShi = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
  47. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.skinCheckBoxBackup = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  49. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.skinButtomBackup = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  51. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.stxtDataBasePass = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  53. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.stxtDataBaseUser = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  55. this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.stxtDataBaseName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  61. this.stxtDataBasePort = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  62. this.skinTextBoxBackup = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  63. this.stxtDataBaseServer = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  64. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  65. this.stxtRemoteAddress = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  66. this.skinCheckBoxOpen = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  67. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.groupBoxEx9 = new LYFZ.ComponentLibrary.GroupBoxEx();
  69. this.stxtSmsPrice = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  70. this.sCheckBoxSmsAutomaticDelete = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  71. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.skinNumericUpDownDays = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
  73. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.labelEx22 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.labelEx21 = new LYFZ.ComponentLibrary.LabelEx();
  76. this.groupBoxEx5 = new LYFZ.ComponentLibrary.GroupBoxEx();
  77. this.skinTextBoxCount = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  78. this.skinCheckBoxCount = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  79. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.skinButtomSave = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  81. this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
  82. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.tabPage2 = new System.Windows.Forms.TabPage();
  84. this.groupBoxEx7 = new LYFZ.ComponentLibrary.GroupBoxEx();
  85. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  86. this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  87. this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  88. this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  89. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  90. this.groupBoxEx8 = new LYFZ.ComponentLibrary.GroupBoxEx();
  91. this.skinCbPrivilege = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
  92. this.skinButtomDel = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  93. this.sbtnUpdatePwd = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  94. this.sbtnAddCustomer = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  95. this.stxtUpwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  96. this.stxtUname = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  97. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  98. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  99. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  100. this.plExMainContainer.SuspendLayout();
  101. this.plFormMainContent.SuspendLayout();
  102. this.tabControlEx1.SuspendLayout();
  103. this.tabPage1.SuspendLayout();
  104. this.groupBoxEx3.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).BeginInit();
  106. this.groupBoxEx6.SuspendLayout();
  107. this.groupBoxEx2.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownFeng)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownShi)).BeginInit();
  110. this.groupBoxEx1.SuspendLayout();
  111. this.groupBoxEx9.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownDays)).BeginInit();
  113. this.groupBoxEx5.SuspendLayout();
  114. this.groupBoxEx4.SuspendLayout();
  115. this.tabPage2.SuspendLayout();
  116. this.groupBoxEx7.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  118. this.groupBoxEx8.SuspendLayout();
  119. this.SuspendLayout();
  120. //
  121. // plExMainContainer
  122. //
  123. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  124. //
  125. // btnAppFormMaximize
  126. //
  127. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  128. //
  129. // tabControlEx1
  130. //
  131. this.tabControlEx1.BaseColor = System.Drawing.Color.White;
  132. this.tabControlEx1.BorderColor = System.Drawing.Color.White;
  133. this.tabControlEx1.Controls.Add(this.tabPage1);
  134. this.tabControlEx1.Controls.Add(this.tabPage2);
  135. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 25);
  137. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  138. this.tabControlEx1.Name = "tabControlEx1";
  139. this.tabControlEx1.PageColor = System.Drawing.Color.White;
  140. this.tabControlEx1.SelectedIndex = 0;
  141. this.tabControlEx1.Size = new System.Drawing.Size(710, 445);
  142. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  143. this.tabControlEx1.TabIndex = 0;
  144. //
  145. // tabPage1
  146. //
  147. this.tabPage1.AutoScroll = true;
  148. this.tabPage1.BackColor = System.Drawing.Color.White;
  149. this.tabPage1.Controls.Add(this.groupBoxEx3);
  150. this.tabPage1.Controls.Add(this.groupBoxEx6);
  151. this.tabPage1.Controls.Add(this.groupBoxEx2);
  152. this.tabPage1.Controls.Add(this.groupBoxEx1);
  153. this.tabPage1.Controls.Add(this.groupBoxEx9);
  154. this.tabPage1.Controls.Add(this.groupBoxEx5);
  155. this.tabPage1.Controls.Add(this.skinButtomSave);
  156. this.tabPage1.Controls.Add(this.groupBoxEx4);
  157. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  158. this.tabPage1.Name = "tabPage1";
  159. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  160. this.tabPage1.Size = new System.Drawing.Size(702, 412);
  161. this.tabPage1.TabIndex = 0;
  162. this.tabPage1.Text = "常规设置";
  163. //
  164. // groupBoxEx3
  165. //
  166. this.groupBoxEx3.Controls.Add(this.sbtnStartup);
  167. this.groupBoxEx3.Controls.Add(this.sbtnInstallService);
  168. this.groupBoxEx3.Controls.Add(this.sbtnUninstall);
  169. this.groupBoxEx3.Controls.Add(this.sbtnStop);
  170. this.groupBoxEx3.Controls.Add(this.picExStateDiagram);
  171. this.groupBoxEx3.Location = new System.Drawing.Point(7, 68);
  172. this.groupBoxEx3.Name = "groupBoxEx3";
  173. this.groupBoxEx3.Size = new System.Drawing.Size(335, 72);
  174. this.groupBoxEx3.TabIndex = 6;
  175. this.groupBoxEx3.TabStop = false;
  176. this.groupBoxEx3.Text = "服务管理";
  177. //
  178. // sbtnStartup
  179. //
  180. this.sbtnStartup.BackColor = System.Drawing.Color.Transparent;
  181. this.sbtnStartup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  182. this.sbtnStartup.DownBack = null;
  183. this.sbtnStartup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.sbtnStartup.ForeColor = System.Drawing.Color.White;
  185. this.sbtnStartup.Location = new System.Drawing.Point(53, 25);
  186. this.sbtnStartup.MouseBack = null;
  187. this.sbtnStartup.Name = "sbtnStartup";
  188. this.sbtnStartup.NormlBack = null;
  189. this.sbtnStartup.Size = new System.Drawing.Size(65, 30);
  190. this.sbtnStartup.TabIndex = 3;
  191. this.sbtnStartup.Text = "启动服务";
  192. this.sbtnStartup.UseVisualStyleBackColor = false;
  193. this.sbtnStartup.Click += new System.EventHandler(this.sbtnStartup_Click);
  194. //
  195. // sbtnInstallService
  196. //
  197. this.sbtnInstallService.BackColor = System.Drawing.Color.Transparent;
  198. this.sbtnInstallService.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  199. this.sbtnInstallService.DownBack = null;
  200. this.sbtnInstallService.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.sbtnInstallService.ForeColor = System.Drawing.Color.White;
  202. this.sbtnInstallService.Location = new System.Drawing.Point(191, 25);
  203. this.sbtnInstallService.MouseBack = null;
  204. this.sbtnInstallService.Name = "sbtnInstallService";
  205. this.sbtnInstallService.NormlBack = null;
  206. this.sbtnInstallService.Size = new System.Drawing.Size(65, 30);
  207. this.sbtnInstallService.TabIndex = 3;
  208. this.sbtnInstallService.Text = "安装服务";
  209. this.sbtnInstallService.UseVisualStyleBackColor = false;
  210. this.sbtnInstallService.Click += new System.EventHandler(this.sbtnInstallService_Click);
  211. //
  212. // sbtnUninstall
  213. //
  214. this.sbtnUninstall.BackColor = System.Drawing.Color.Transparent;
  215. this.sbtnUninstall.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  216. this.sbtnUninstall.DownBack = null;
  217. this.sbtnUninstall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.sbtnUninstall.ForeColor = System.Drawing.Color.White;
  219. this.sbtnUninstall.Location = new System.Drawing.Point(260, 25);
  220. this.sbtnUninstall.MouseBack = null;
  221. this.sbtnUninstall.Name = "sbtnUninstall";
  222. this.sbtnUninstall.NormlBack = null;
  223. this.sbtnUninstall.Size = new System.Drawing.Size(65, 30);
  224. this.sbtnUninstall.TabIndex = 3;
  225. this.sbtnUninstall.Text = "卸载服务";
  226. this.sbtnUninstall.UseVisualStyleBackColor = false;
  227. this.sbtnUninstall.Click += new System.EventHandler(this.sbtnUninstall_Click);
  228. //
  229. // sbtnStop
  230. //
  231. this.sbtnStop.BackColor = System.Drawing.Color.Transparent;
  232. this.sbtnStop.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  233. this.sbtnStop.DownBack = null;
  234. this.sbtnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.sbtnStop.ForeColor = System.Drawing.Color.White;
  236. this.sbtnStop.Location = new System.Drawing.Point(122, 25);
  237. this.sbtnStop.MouseBack = null;
  238. this.sbtnStop.Name = "sbtnStop";
  239. this.sbtnStop.NormlBack = null;
  240. this.sbtnStop.Size = new System.Drawing.Size(65, 30);
  241. this.sbtnStop.TabIndex = 3;
  242. this.sbtnStop.Text = "停止服务";
  243. this.sbtnStop.UseVisualStyleBackColor = false;
  244. this.sbtnStop.Click += new System.EventHandler(this.sbtnStop_Click);
  245. //
  246. // picExStateDiagram
  247. //
  248. this.picExStateDiagram.Image = ((System.Drawing.Image)(resources.GetObject("picExStateDiagram.Image")));
  249. this.picExStateDiagram.Location = new System.Drawing.Point(8, 20);
  250. this.picExStateDiagram.Name = "picExStateDiagram";
  251. this.picExStateDiagram.Size = new System.Drawing.Size(40, 40);
  252. this.picExStateDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  253. this.picExStateDiagram.TabIndex = 2;
  254. this.picExStateDiagram.TabStop = false;
  255. //
  256. // groupBoxEx6
  257. //
  258. this.groupBoxEx6.Controls.Add(this.labelEx9);
  259. this.groupBoxEx6.Controls.Add(this.labelEx13);
  260. this.groupBoxEx6.Controls.Add(this.stxtAccountLength);
  261. this.groupBoxEx6.Controls.Add(this.stxtAccountPrefix);
  262. this.groupBoxEx6.Location = new System.Drawing.Point(7, 153);
  263. this.groupBoxEx6.Name = "groupBoxEx6";
  264. this.groupBoxEx6.Size = new System.Drawing.Size(335, 60);
  265. this.groupBoxEx6.TabIndex = 5;
  266. this.groupBoxEx6.TabStop = false;
  267. this.groupBoxEx6.Text = "客户帐号生成设置";
  268. //
  269. // labelEx9
  270. //
  271. this.labelEx9.AutoSize = true;
  272. this.labelEx9.ForeColor = System.Drawing.Color.Black;
  273. this.labelEx9.Location = new System.Drawing.Point(158, 29);
  274. this.labelEx9.Name = "labelEx9";
  275. this.labelEx9.Size = new System.Drawing.Size(53, 12);
  276. this.labelEx9.TabIndex = 7;
  277. this.labelEx9.Text = "帐号长度";
  278. //
  279. // labelEx13
  280. //
  281. this.labelEx13.AutoSize = true;
  282. this.labelEx13.ForeColor = System.Drawing.Color.Black;
  283. this.labelEx13.Location = new System.Drawing.Point(10, 29);
  284. this.labelEx13.Name = "labelEx13";
  285. this.labelEx13.Size = new System.Drawing.Size(53, 12);
  286. this.labelEx13.TabIndex = 7;
  287. this.labelEx13.Text = "帐号前缀";
  288. //
  289. // stxtAccountLength
  290. //
  291. this.stxtAccountLength.BackColor = System.Drawing.Color.Transparent;
  292. this.stxtAccountLength.Icon = null;
  293. this.stxtAccountLength.IconIsButton = false;
  294. this.stxtAccountLength.IsPasswordChat = '\0';
  295. this.stxtAccountLength.IsSystemPasswordChar = false;
  296. this.stxtAccountLength.Lines = new string[] {
  297. "6"};
  298. this.stxtAccountLength.Location = new System.Drawing.Point(225, 21);
  299. this.stxtAccountLength.Margin = new System.Windows.Forms.Padding(0);
  300. this.stxtAccountLength.MaxLength = 32767;
  301. this.stxtAccountLength.MinimumSize = new System.Drawing.Size(0, 28);
  302. this.stxtAccountLength.MouseBack = null;
  303. this.stxtAccountLength.Multiline = false;
  304. this.stxtAccountLength.Name = "stxtAccountLength";
  305. this.stxtAccountLength.NormlBack = null;
  306. this.stxtAccountLength.Padding = new System.Windows.Forms.Padding(5);
  307. this.stxtAccountLength.ReadOnly = false;
  308. this.stxtAccountLength.ScrollBars = System.Windows.Forms.ScrollBars.None;
  309. this.stxtAccountLength.Size = new System.Drawing.Size(75, 28);
  310. this.stxtAccountLength.TabIndex = 8;
  311. this.stxtAccountLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  312. this.stxtAccountLength.WaterColor = System.Drawing.Color.DarkGray;
  313. this.stxtAccountLength.WaterText = "帐号生成长度";
  314. this.stxtAccountLength.WordWrap = true;
  315. //
  316. // stxtAccountPrefix
  317. //
  318. this.stxtAccountPrefix.BackColor = System.Drawing.Color.Transparent;
  319. this.stxtAccountPrefix.Icon = null;
  320. this.stxtAccountPrefix.IconIsButton = false;
  321. this.stxtAccountPrefix.IsPasswordChat = '\0';
  322. this.stxtAccountPrefix.IsSystemPasswordChar = false;
  323. this.stxtAccountPrefix.Lines = new string[] {
  324. "68"};
  325. this.stxtAccountPrefix.Location = new System.Drawing.Point(80, 21);
  326. this.stxtAccountPrefix.Margin = new System.Windows.Forms.Padding(0);
  327. this.stxtAccountPrefix.MaxLength = 32767;
  328. this.stxtAccountPrefix.MinimumSize = new System.Drawing.Size(0, 28);
  329. this.stxtAccountPrefix.MouseBack = null;
  330. this.stxtAccountPrefix.Multiline = false;
  331. this.stxtAccountPrefix.Name = "stxtAccountPrefix";
  332. this.stxtAccountPrefix.NormlBack = null;
  333. this.stxtAccountPrefix.Padding = new System.Windows.Forms.Padding(5);
  334. this.stxtAccountPrefix.ReadOnly = false;
  335. this.stxtAccountPrefix.ScrollBars = System.Windows.Forms.ScrollBars.None;
  336. this.stxtAccountPrefix.Size = new System.Drawing.Size(65, 28);
  337. this.stxtAccountPrefix.TabIndex = 8;
  338. this.stxtAccountPrefix.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  339. this.stxtAccountPrefix.WaterColor = System.Drawing.Color.DarkGray;
  340. this.stxtAccountPrefix.WaterText = "帐号前缀整数";
  341. this.stxtAccountPrefix.WordWrap = true;
  342. //
  343. // groupBoxEx2
  344. //
  345. this.groupBoxEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  346. | System.Windows.Forms.AnchorStyles.Right)));
  347. this.groupBoxEx2.Controls.Add(this.skinNumericUpDownFeng);
  348. this.groupBoxEx2.Controls.Add(this.skinNumericUpDownShi);
  349. this.groupBoxEx2.Controls.Add(this.labelEx4);
  350. this.groupBoxEx2.Controls.Add(this.skinCheckBoxBackup);
  351. this.groupBoxEx2.Controls.Add(this.labelEx7);
  352. this.groupBoxEx2.Controls.Add(this.skinButtomBackup);
  353. this.groupBoxEx2.Controls.Add(this.labelEx6);
  354. this.groupBoxEx2.Controls.Add(this.stxtDataBasePass);
  355. this.groupBoxEx2.Controls.Add(this.labelEx5);
  356. this.groupBoxEx2.Controls.Add(this.stxtDataBaseUser);
  357. this.groupBoxEx2.Controls.Add(this.labelEx20);
  358. this.groupBoxEx2.Controls.Add(this.labelEx19);
  359. this.groupBoxEx2.Controls.Add(this.labelEx18);
  360. this.groupBoxEx2.Controls.Add(this.labelEx17);
  361. this.groupBoxEx2.Controls.Add(this.labelEx3);
  362. this.groupBoxEx2.Controls.Add(this.stxtDataBaseName);
  363. this.groupBoxEx2.Controls.Add(this.stxtDataBasePort);
  364. this.groupBoxEx2.Controls.Add(this.skinTextBoxBackup);
  365. this.groupBoxEx2.Controls.Add(this.stxtDataBaseServer);
  366. this.groupBoxEx2.Location = new System.Drawing.Point(351, 153);
  367. this.groupBoxEx2.Name = "groupBoxEx2";
  368. this.groupBoxEx2.Size = new System.Drawing.Size(287, 235);
  369. this.groupBoxEx2.TabIndex = 5;
  370. this.groupBoxEx2.TabStop = false;
  371. this.groupBoxEx2.Text = "服务器数据库设置";
  372. //
  373. // skinNumericUpDownFeng
  374. //
  375. this.skinNumericUpDownFeng.Location = new System.Drawing.Point(175, 196);
  376. this.skinNumericUpDownFeng.Maximum = new decimal(new int[] {
  377. 59,
  378. 0,
  379. 0,
  380. 0});
  381. this.skinNumericUpDownFeng.Name = "skinNumericUpDownFeng";
  382. this.skinNumericUpDownFeng.Size = new System.Drawing.Size(40, 21);
  383. this.skinNumericUpDownFeng.TabIndex = 10;
  384. this.skinNumericUpDownFeng.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  385. this.skinNumericUpDownFeng.Value = new decimal(new int[] {
  386. 30,
  387. 0,
  388. 0,
  389. 0});
  390. //
  391. // skinNumericUpDownShi
  392. //
  393. this.skinNumericUpDownShi.Location = new System.Drawing.Point(111, 196);
  394. this.skinNumericUpDownShi.Maximum = new decimal(new int[] {
  395. 23,
  396. 0,
  397. 0,
  398. 0});
  399. this.skinNumericUpDownShi.Name = "skinNumericUpDownShi";
  400. this.skinNumericUpDownShi.Size = new System.Drawing.Size(40, 21);
  401. this.skinNumericUpDownShi.TabIndex = 10;
  402. this.skinNumericUpDownShi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  403. this.skinNumericUpDownShi.Value = new decimal(new int[] {
  404. 18,
  405. 0,
  406. 0,
  407. 0});
  408. //
  409. // labelEx4
  410. //
  411. this.labelEx4.AutoSize = true;
  412. this.labelEx4.ForeColor = System.Drawing.Color.Black;
  413. this.labelEx4.Location = new System.Drawing.Point(173, 79);
  414. this.labelEx4.Name = "labelEx4";
  415. this.labelEx4.Size = new System.Drawing.Size(41, 12);
  416. this.labelEx4.TabIndex = 7;
  417. this.labelEx4.Text = "端口:";
  418. //
  419. // skinCheckBoxBackup
  420. //
  421. this.skinCheckBoxBackup.AutoSize = true;
  422. this.skinCheckBoxBackup.BackColor = System.Drawing.Color.Transparent;
  423. this.skinCheckBoxBackup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  424. this.skinCheckBoxBackup.DownBack = null;
  425. this.skinCheckBoxBackup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.skinCheckBoxBackup.ForeColor = System.Drawing.Color.Black;
  427. this.skinCheckBoxBackup.Location = new System.Drawing.Point(245, 197);
  428. this.skinCheckBoxBackup.MouseBack = null;
  429. this.skinCheckBoxBackup.Name = "skinCheckBoxBackup";
  430. this.skinCheckBoxBackup.NormlBack = null;
  431. this.skinCheckBoxBackup.SelectedDownBack = null;
  432. this.skinCheckBoxBackup.SelectedMouseBack = null;
  433. this.skinCheckBoxBackup.SelectedNormlBack = null;
  434. this.skinCheckBoxBackup.Size = new System.Drawing.Size(75, 21);
  435. this.skinCheckBoxBackup.TabIndex = 9;
  436. this.skinCheckBoxBackup.Text = "自动备份";
  437. this.skinCheckBoxBackup.UseVisualStyleBackColor = false;
  438. //
  439. // labelEx7
  440. //
  441. this.labelEx7.AutoSize = true;
  442. this.labelEx7.ForeColor = System.Drawing.Color.Black;
  443. this.labelEx7.Location = new System.Drawing.Point(171, 121);
  444. this.labelEx7.Name = "labelEx7";
  445. this.labelEx7.Size = new System.Drawing.Size(41, 12);
  446. this.labelEx7.TabIndex = 7;
  447. this.labelEx7.Text = "密码:";
  448. //
  449. // skinButtomBackup
  450. //
  451. this.skinButtomBackup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  452. this.skinButtomBackup.BackColor = System.Drawing.Color.Transparent;
  453. this.skinButtomBackup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  454. this.skinButtomBackup.DownBack = null;
  455. this.skinButtomBackup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.skinButtomBackup.ForeColor = System.Drawing.Color.White;
  457. this.skinButtomBackup.Location = new System.Drawing.Point(232, 154);
  458. this.skinButtomBackup.MouseBack = null;
  459. this.skinButtomBackup.Name = "skinButtomBackup";
  460. this.skinButtomBackup.NormlBack = null;
  461. this.skinButtomBackup.Size = new System.Drawing.Size(46, 28);
  462. this.skinButtomBackup.TabIndex = 3;
  463. this.skinButtomBackup.Text = "浏 览";
  464. this.skinButtomBackup.UseVisualStyleBackColor = false;
  465. this.skinButtomBackup.Click += new System.EventHandler(this.skinButtomBackup_Click);
  466. //
  467. // labelEx6
  468. //
  469. this.labelEx6.AutoSize = true;
  470. this.labelEx6.ForeColor = System.Drawing.Color.Black;
  471. this.labelEx6.Location = new System.Drawing.Point(14, 120);
  472. this.labelEx6.Name = "labelEx6";
  473. this.labelEx6.Size = new System.Drawing.Size(47, 12);
  474. this.labelEx6.TabIndex = 7;
  475. this.labelEx6.Text = "用户名:";
  476. //
  477. // stxtDataBasePass
  478. //
  479. this.stxtDataBasePass.BackColor = System.Drawing.Color.Transparent;
  480. this.stxtDataBasePass.Icon = null;
  481. this.stxtDataBasePass.IconIsButton = false;
  482. this.stxtDataBasePass.IsPasswordChat = '●';
  483. this.stxtDataBasePass.IsSystemPasswordChar = true;
  484. this.stxtDataBasePass.Lines = new string[] {
  485. "ly1234"};
  486. this.stxtDataBasePass.Location = new System.Drawing.Point(215, 113);
  487. this.stxtDataBasePass.Margin = new System.Windows.Forms.Padding(0);
  488. this.stxtDataBasePass.MaxLength = 32767;
  489. this.stxtDataBasePass.MinimumSize = new System.Drawing.Size(0, 28);
  490. this.stxtDataBasePass.MouseBack = null;
  491. this.stxtDataBasePass.Multiline = false;
  492. this.stxtDataBasePass.Name = "stxtDataBasePass";
  493. this.stxtDataBasePass.NormlBack = null;
  494. this.stxtDataBasePass.Padding = new System.Windows.Forms.Padding(5);
  495. this.stxtDataBasePass.ReadOnly = false;
  496. this.stxtDataBasePass.ScrollBars = System.Windows.Forms.ScrollBars.None;
  497. this.stxtDataBasePass.Size = new System.Drawing.Size(100, 28);
  498. this.stxtDataBasePass.TabIndex = 8;
  499. this.stxtDataBasePass.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  500. this.stxtDataBasePass.WaterColor = System.Drawing.Color.DarkGray;
  501. this.stxtDataBasePass.WaterText = "输入远程服务器连接地址";
  502. this.stxtDataBasePass.WordWrap = true;
  503. //
  504. // labelEx5
  505. //
  506. this.labelEx5.AutoSize = true;
  507. this.labelEx5.ForeColor = System.Drawing.Color.Black;
  508. this.labelEx5.Location = new System.Drawing.Point(3, 78);
  509. this.labelEx5.Name = "labelEx5";
  510. this.labelEx5.Size = new System.Drawing.Size(59, 12);
  511. this.labelEx5.TabIndex = 7;
  512. this.labelEx5.Text = "数据库名:";
  513. //
  514. // stxtDataBaseUser
  515. //
  516. this.stxtDataBaseUser.BackColor = System.Drawing.Color.Transparent;
  517. this.stxtDataBaseUser.Icon = null;
  518. this.stxtDataBaseUser.IconIsButton = false;
  519. this.stxtDataBaseUser.IsPasswordChat = '\0';
  520. this.stxtDataBaseUser.IsSystemPasswordChar = false;
  521. this.stxtDataBaseUser.Lines = new string[] {
  522. "sa"};
  523. this.stxtDataBaseUser.Location = new System.Drawing.Point(68, 113);
  524. this.stxtDataBaseUser.Margin = new System.Windows.Forms.Padding(0);
  525. this.stxtDataBaseUser.MaxLength = 32767;
  526. this.stxtDataBaseUser.MinimumSize = new System.Drawing.Size(0, 28);
  527. this.stxtDataBaseUser.MouseBack = null;
  528. this.stxtDataBaseUser.Multiline = false;
  529. this.stxtDataBaseUser.Name = "stxtDataBaseUser";
  530. this.stxtDataBaseUser.NormlBack = null;
  531. this.stxtDataBaseUser.Padding = new System.Windows.Forms.Padding(5);
  532. this.stxtDataBaseUser.ReadOnly = false;
  533. this.stxtDataBaseUser.ScrollBars = System.Windows.Forms.ScrollBars.None;
  534. this.stxtDataBaseUser.Size = new System.Drawing.Size(94, 28);
  535. this.stxtDataBaseUser.TabIndex = 8;
  536. this.stxtDataBaseUser.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  537. this.stxtDataBaseUser.WaterColor = System.Drawing.Color.DarkGray;
  538. this.stxtDataBaseUser.WaterText = "输入远程服务器连接地址";
  539. this.stxtDataBaseUser.WordWrap = true;
  540. //
  541. // labelEx20
  542. //
  543. this.labelEx20.AutoSize = true;
  544. this.labelEx20.ForeColor = System.Drawing.Color.Black;
  545. this.labelEx20.Location = new System.Drawing.Point(220, 201);
  546. this.labelEx20.Name = "labelEx20";
  547. this.labelEx20.Size = new System.Drawing.Size(17, 12);
  548. this.labelEx20.TabIndex = 7;
  549. this.labelEx20.Text = "分";
  550. //
  551. // labelEx19
  552. //
  553. this.labelEx19.AutoSize = true;
  554. this.labelEx19.ForeColor = System.Drawing.Color.Black;
  555. this.labelEx19.Location = new System.Drawing.Point(155, 201);
  556. this.labelEx19.Name = "labelEx19";
  557. this.labelEx19.Size = new System.Drawing.Size(17, 12);
  558. this.labelEx19.TabIndex = 7;
  559. this.labelEx19.Text = "时";
  560. //
  561. // labelEx18
  562. //
  563. this.labelEx18.AutoSize = true;
  564. this.labelEx18.ForeColor = System.Drawing.Color.Black;
  565. this.labelEx18.Location = new System.Drawing.Point(2, 201);
  566. this.labelEx18.Name = "labelEx18";
  567. this.labelEx18.Size = new System.Drawing.Size(107, 12);
  568. this.labelEx18.TabIndex = 7;
  569. this.labelEx18.Text = "每天开始备份时间:";
  570. //
  571. // labelEx17
  572. //
  573. this.labelEx17.AutoSize = true;
  574. this.labelEx17.ForeColor = System.Drawing.Color.Black;
  575. this.labelEx17.Location = new System.Drawing.Point(1, 162);
  576. this.labelEx17.Name = "labelEx17";
  577. this.labelEx17.Size = new System.Drawing.Size(59, 12);
  578. this.labelEx17.TabIndex = 7;
  579. this.labelEx17.Text = "备份地址:";
  580. //
  581. // labelEx3
  582. //
  583. this.labelEx3.AutoSize = true;
  584. this.labelEx3.ForeColor = System.Drawing.Color.Black;
  585. this.labelEx3.Location = new System.Drawing.Point(5, 32);
  586. this.labelEx3.Name = "labelEx3";
  587. this.labelEx3.Size = new System.Drawing.Size(59, 12);
  588. this.labelEx3.TabIndex = 7;
  589. this.labelEx3.Text = "数据地址:";
  590. //
  591. // stxtDataBaseName
  592. //
  593. this.stxtDataBaseName.BackColor = System.Drawing.Color.Transparent;
  594. this.stxtDataBaseName.Icon = null;
  595. this.stxtDataBaseName.IconIsButton = false;
  596. this.stxtDataBaseName.IsPasswordChat = '\0';
  597. this.stxtDataBaseName.IsSystemPasswordChar = false;
  598. this.stxtDataBaseName.Lines = new string[] {
  599. "LYFZ_SDB"};
  600. this.stxtDataBaseName.Location = new System.Drawing.Point(68, 71);
  601. this.stxtDataBaseName.Margin = new System.Windows.Forms.Padding(0);
  602. this.stxtDataBaseName.MaxLength = 32767;
  603. this.stxtDataBaseName.MinimumSize = new System.Drawing.Size(0, 28);
  604. this.stxtDataBaseName.MouseBack = null;
  605. this.stxtDataBaseName.Multiline = false;
  606. this.stxtDataBaseName.Name = "stxtDataBaseName";
  607. this.stxtDataBaseName.NormlBack = null;
  608. this.stxtDataBaseName.Padding = new System.Windows.Forms.Padding(5);
  609. this.stxtDataBaseName.ReadOnly = false;
  610. this.stxtDataBaseName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  611. this.stxtDataBaseName.Size = new System.Drawing.Size(94, 28);
  612. this.stxtDataBaseName.TabIndex = 8;
  613. this.stxtDataBaseName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  614. this.stxtDataBaseName.WaterColor = System.Drawing.Color.DarkGray;
  615. this.stxtDataBaseName.WaterText = "输入连接的数据名";
  616. this.stxtDataBaseName.WordWrap = true;
  617. //
  618. // stxtDataBasePort
  619. //
  620. this.stxtDataBasePort.BackColor = System.Drawing.Color.Transparent;
  621. this.stxtDataBasePort.Icon = null;
  622. this.stxtDataBasePort.IconIsButton = false;
  623. this.stxtDataBasePort.IsPasswordChat = '\0';
  624. this.stxtDataBasePort.IsSystemPasswordChar = false;
  625. this.stxtDataBasePort.Lines = new string[] {
  626. "1433"};
  627. this.stxtDataBasePort.Location = new System.Drawing.Point(215, 71);
  628. this.stxtDataBasePort.Margin = new System.Windows.Forms.Padding(0);
  629. this.stxtDataBasePort.MaxLength = 32767;
  630. this.stxtDataBasePort.MinimumSize = new System.Drawing.Size(0, 28);
  631. this.stxtDataBasePort.MouseBack = null;
  632. this.stxtDataBasePort.Multiline = false;
  633. this.stxtDataBasePort.Name = "stxtDataBasePort";
  634. this.stxtDataBasePort.NormlBack = null;
  635. this.stxtDataBasePort.Padding = new System.Windows.Forms.Padding(5);
  636. this.stxtDataBasePort.ReadOnly = false;
  637. this.stxtDataBasePort.ScrollBars = System.Windows.Forms.ScrollBars.None;
  638. this.stxtDataBasePort.Size = new System.Drawing.Size(100, 28);
  639. this.stxtDataBasePort.TabIndex = 8;
  640. this.stxtDataBasePort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  641. this.stxtDataBasePort.WaterColor = System.Drawing.Color.DarkGray;
  642. this.stxtDataBasePort.WaterText = "输入数据库服务器端口号";
  643. this.stxtDataBasePort.WordWrap = true;
  644. //
  645. // skinTextBoxBackup
  646. //
  647. this.skinTextBoxBackup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  648. | System.Windows.Forms.AnchorStyles.Right)));
  649. this.skinTextBoxBackup.BackColor = System.Drawing.Color.Transparent;
  650. this.skinTextBoxBackup.Enabled = false;
  651. this.skinTextBoxBackup.Icon = null;
  652. this.skinTextBoxBackup.IconIsButton = false;
  653. this.skinTextBoxBackup.IsPasswordChat = '\0';
  654. this.skinTextBoxBackup.IsSystemPasswordChar = false;
  655. this.skinTextBoxBackup.Lines = new string[0];
  656. this.skinTextBoxBackup.Location = new System.Drawing.Point(68, 154);
  657. this.skinTextBoxBackup.Margin = new System.Windows.Forms.Padding(0);
  658. this.skinTextBoxBackup.MaxLength = 32767;
  659. this.skinTextBoxBackup.MinimumSize = new System.Drawing.Size(0, 28);
  660. this.skinTextBoxBackup.MouseBack = null;
  661. this.skinTextBoxBackup.Multiline = false;
  662. this.skinTextBoxBackup.Name = "skinTextBoxBackup";
  663. this.skinTextBoxBackup.NormlBack = null;
  664. this.skinTextBoxBackup.Padding = new System.Windows.Forms.Padding(5);
  665. this.skinTextBoxBackup.ReadOnly = false;
  666. this.skinTextBoxBackup.ScrollBars = System.Windows.Forms.ScrollBars.None;
  667. this.skinTextBoxBackup.Size = new System.Drawing.Size(161, 28);
  668. this.skinTextBoxBackup.TabIndex = 8;
  669. this.skinTextBoxBackup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  670. this.skinTextBoxBackup.WaterColor = System.Drawing.Color.DarkGray;
  671. this.skinTextBoxBackup.WaterText = "输入数据备份地址";
  672. this.skinTextBoxBackup.WordWrap = true;
  673. //
  674. // stxtDataBaseServer
  675. //
  676. this.stxtDataBaseServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  677. | System.Windows.Forms.AnchorStyles.Right)));
  678. this.stxtDataBaseServer.BackColor = System.Drawing.Color.Transparent;
  679. this.stxtDataBaseServer.Icon = null;
  680. this.stxtDataBaseServer.IconIsButton = false;
  681. this.stxtDataBaseServer.IsPasswordChat = '\0';
  682. this.stxtDataBaseServer.IsSystemPasswordChar = false;
  683. this.stxtDataBaseServer.Lines = new string[0];
  684. this.stxtDataBaseServer.Location = new System.Drawing.Point(68, 26);
  685. this.stxtDataBaseServer.Margin = new System.Windows.Forms.Padding(0);
  686. this.stxtDataBaseServer.MaxLength = 32767;
  687. this.stxtDataBaseServer.MinimumSize = new System.Drawing.Size(0, 28);
  688. this.stxtDataBaseServer.MouseBack = null;
  689. this.stxtDataBaseServer.Multiline = false;
  690. this.stxtDataBaseServer.Name = "stxtDataBaseServer";
  691. this.stxtDataBaseServer.NormlBack = null;
  692. this.stxtDataBaseServer.Padding = new System.Windows.Forms.Padding(5);
  693. this.stxtDataBaseServer.ReadOnly = false;
  694. this.stxtDataBaseServer.ScrollBars = System.Windows.Forms.ScrollBars.None;
  695. this.stxtDataBaseServer.Size = new System.Drawing.Size(214, 28);
  696. this.stxtDataBaseServer.TabIndex = 8;
  697. this.stxtDataBaseServer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  698. this.stxtDataBaseServer.WaterColor = System.Drawing.Color.DarkGray;
  699. this.stxtDataBaseServer.WaterText = "输入数据库服务器连接地址";
  700. this.stxtDataBaseServer.WordWrap = true;
  701. //
  702. // groupBoxEx1
  703. //
  704. this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  705. | System.Windows.Forms.AnchorStyles.Right)));
  706. this.groupBoxEx1.Controls.Add(this.stxtRemoteAddress);
  707. this.groupBoxEx1.Controls.Add(this.skinCheckBoxOpen);
  708. this.groupBoxEx1.Controls.Add(this.labelEx1);
  709. this.groupBoxEx1.Location = new System.Drawing.Point(351, 68);
  710. this.groupBoxEx1.Name = "groupBoxEx1";
  711. this.groupBoxEx1.Size = new System.Drawing.Size(286, 72);
  712. this.groupBoxEx1.TabIndex = 5;
  713. this.groupBoxEx1.TabStop = false;
  714. this.groupBoxEx1.Text = "远程服务器设置";
  715. //
  716. // stxtRemoteAddress
  717. //
  718. this.stxtRemoteAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  719. | System.Windows.Forms.AnchorStyles.Right)));
  720. this.stxtRemoteAddress.BackColor = System.Drawing.Color.Transparent;
  721. this.stxtRemoteAddress.Icon = null;
  722. this.stxtRemoteAddress.IconIsButton = false;
  723. this.stxtRemoteAddress.IsPasswordChat = '\0';
  724. this.stxtRemoteAddress.IsSystemPasswordChar = false;
  725. this.stxtRemoteAddress.Lines = new string[0];
  726. this.stxtRemoteAddress.Location = new System.Drawing.Point(79, 27);
  727. this.stxtRemoteAddress.Margin = new System.Windows.Forms.Padding(0);
  728. this.stxtRemoteAddress.MaxLength = 32767;
  729. this.stxtRemoteAddress.MinimumSize = new System.Drawing.Size(0, 28);
  730. this.stxtRemoteAddress.MouseBack = null;
  731. this.stxtRemoteAddress.Multiline = false;
  732. this.stxtRemoteAddress.Name = "stxtRemoteAddress";
  733. this.stxtRemoteAddress.NormlBack = null;
  734. this.stxtRemoteAddress.Padding = new System.Windows.Forms.Padding(5);
  735. this.stxtRemoteAddress.ReadOnly = false;
  736. this.stxtRemoteAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  737. this.stxtRemoteAddress.Size = new System.Drawing.Size(56, 28);
  738. this.stxtRemoteAddress.TabIndex = 8;
  739. this.stxtRemoteAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  740. this.stxtRemoteAddress.WaterColor = System.Drawing.Color.DarkGray;
  741. this.stxtRemoteAddress.WaterText = "输入远程服务器连接地址";
  742. this.stxtRemoteAddress.WordWrap = true;
  743. //
  744. // skinCheckBoxOpen
  745. //
  746. this.skinCheckBoxOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  747. this.skinCheckBoxOpen.AutoSize = true;
  748. this.skinCheckBoxOpen.BackColor = System.Drawing.Color.Transparent;
  749. this.skinCheckBoxOpen.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  750. this.skinCheckBoxOpen.DownBack = null;
  751. this.skinCheckBoxOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.skinCheckBoxOpen.ForeColor = System.Drawing.Color.Black;
  753. this.skinCheckBoxOpen.Location = new System.Drawing.Point(148, 29);
  754. this.skinCheckBoxOpen.MouseBack = null;
  755. this.skinCheckBoxOpen.Name = "skinCheckBoxOpen";
  756. this.skinCheckBoxOpen.NormlBack = null;
  757. this.skinCheckBoxOpen.SelectedDownBack = null;
  758. this.skinCheckBoxOpen.SelectedMouseBack = null;
  759. this.skinCheckBoxOpen.SelectedNormlBack = null;
  760. this.skinCheckBoxOpen.Size = new System.Drawing.Size(135, 21);
  761. this.skinCheckBoxOpen.TabIndex = 9;
  762. this.skinCheckBoxOpen.Text = "开启远程服务器管理";
  763. this.skinCheckBoxOpen.UseVisualStyleBackColor = false;
  764. //
  765. // labelEx1
  766. //
  767. this.labelEx1.AutoSize = true;
  768. this.labelEx1.ForeColor = System.Drawing.Color.Black;
  769. this.labelEx1.Location = new System.Drawing.Point(7, 33);
  770. this.labelEx1.Name = "labelEx1";
  771. this.labelEx1.Size = new System.Drawing.Size(77, 12);
  772. this.labelEx1.TabIndex = 7;
  773. this.labelEx1.Text = "远程服务器:";
  774. //
  775. // groupBoxEx9
  776. //
  777. this.groupBoxEx9.Controls.Add(this.stxtSmsPrice);
  778. this.groupBoxEx9.Controls.Add(this.sCheckBoxSmsAutomaticDelete);
  779. this.groupBoxEx9.Controls.Add(this.labelEx12);
  780. this.groupBoxEx9.Controls.Add(this.skinNumericUpDownDays);
  781. this.groupBoxEx9.Controls.Add(this.labelEx10);
  782. this.groupBoxEx9.Controls.Add(this.labelEx22);
  783. this.groupBoxEx9.Controls.Add(this.labelEx21);
  784. this.groupBoxEx9.Location = new System.Drawing.Point(7, 296);
  785. this.groupBoxEx9.Name = "groupBoxEx9";
  786. this.groupBoxEx9.Size = new System.Drawing.Size(335, 92);
  787. this.groupBoxEx9.TabIndex = 5;
  788. this.groupBoxEx9.TabStop = false;
  789. this.groupBoxEx9.Text = "知信设置";
  790. //
  791. // stxtSmsPrice
  792. //
  793. this.stxtSmsPrice.BackColor = System.Drawing.Color.Transparent;
  794. this.stxtSmsPrice.Icon = null;
  795. this.stxtSmsPrice.IconIsButton = false;
  796. this.stxtSmsPrice.IsPasswordChat = '\0';
  797. this.stxtSmsPrice.IsSystemPasswordChar = false;
  798. this.stxtSmsPrice.Lines = new string[] {
  799. "0"};
  800. this.stxtSmsPrice.Location = new System.Drawing.Point(80, 17);
  801. this.stxtSmsPrice.Margin = new System.Windows.Forms.Padding(0);
  802. this.stxtSmsPrice.MaxLength = 32767;
  803. this.stxtSmsPrice.MinimumSize = new System.Drawing.Size(0, 28);
  804. this.stxtSmsPrice.MouseBack = null;
  805. this.stxtSmsPrice.Multiline = false;
  806. this.stxtSmsPrice.Name = "stxtSmsPrice";
  807. this.stxtSmsPrice.NormlBack = null;
  808. this.stxtSmsPrice.Padding = new System.Windows.Forms.Padding(5);
  809. this.stxtSmsPrice.ReadOnly = false;
  810. this.stxtSmsPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  811. this.stxtSmsPrice.Size = new System.Drawing.Size(65, 28);
  812. this.stxtSmsPrice.TabIndex = 8;
  813. this.stxtSmsPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  814. this.stxtSmsPrice.WaterColor = System.Drawing.Color.DarkGray;
  815. this.stxtSmsPrice.WaterText = "输入远程服务器连接地址";
  816. this.stxtSmsPrice.WordWrap = true;
  817. //
  818. // sCheckBoxSmsAutomaticDelete
  819. //
  820. this.sCheckBoxSmsAutomaticDelete.AutoSize = true;
  821. this.sCheckBoxSmsAutomaticDelete.BackColor = System.Drawing.Color.Transparent;
  822. this.sCheckBoxSmsAutomaticDelete.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  823. this.sCheckBoxSmsAutomaticDelete.DownBack = null;
  824. this.sCheckBoxSmsAutomaticDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  825. this.sCheckBoxSmsAutomaticDelete.ForeColor = System.Drawing.Color.Black;
  826. this.sCheckBoxSmsAutomaticDelete.Location = new System.Drawing.Point(250, 54);
  827. this.sCheckBoxSmsAutomaticDelete.MouseBack = null;
  828. this.sCheckBoxSmsAutomaticDelete.Name = "sCheckBoxSmsAutomaticDelete";
  829. this.sCheckBoxSmsAutomaticDelete.NormlBack = null;
  830. this.sCheckBoxSmsAutomaticDelete.SelectedDownBack = null;
  831. this.sCheckBoxSmsAutomaticDelete.SelectedMouseBack = null;
  832. this.sCheckBoxSmsAutomaticDelete.SelectedNormlBack = null;
  833. this.sCheckBoxSmsAutomaticDelete.Size = new System.Drawing.Size(75, 21);
  834. this.sCheckBoxSmsAutomaticDelete.TabIndex = 9;
  835. this.sCheckBoxSmsAutomaticDelete.Text = "自动删除";
  836. this.sCheckBoxSmsAutomaticDelete.UseVisualStyleBackColor = false;
  837. //
  838. // labelEx12
  839. //
  840. this.labelEx12.AutoSize = true;
  841. this.labelEx12.ForeColor = System.Drawing.Color.Black;
  842. this.labelEx12.Location = new System.Drawing.Point(150, 25);
  843. this.labelEx12.Name = "labelEx12";
  844. this.labelEx12.Size = new System.Drawing.Size(35, 12);
  845. this.labelEx12.TabIndex = 7;
  846. this.labelEx12.Text = "元/条";
  847. //
  848. // skinNumericUpDownDays
  849. //
  850. this.skinNumericUpDownDays.Location = new System.Drawing.Point(80, 56);
  851. this.skinNumericUpDownDays.Maximum = new decimal(new int[] {
  852. 360,
  853. 0,
  854. 0,
  855. 0});
  856. this.skinNumericUpDownDays.Minimum = new decimal(new int[] {
  857. 3,
  858. 0,
  859. 0,
  860. 0});
  861. this.skinNumericUpDownDays.Name = "skinNumericUpDownDays";
  862. this.skinNumericUpDownDays.Size = new System.Drawing.Size(65, 21);
  863. this.skinNumericUpDownDays.TabIndex = 10;
  864. this.skinNumericUpDownDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  865. this.skinNumericUpDownDays.Value = new decimal(new int[] {
  866. 10,
  867. 0,
  868. 0,
  869. 0});
  870. //
  871. // labelEx10
  872. //
  873. this.labelEx10.AutoSize = true;
  874. this.labelEx10.BackColor = System.Drawing.Color.Transparent;
  875. this.labelEx10.ForeColor = System.Drawing.Color.Black;
  876. this.labelEx10.Location = new System.Drawing.Point(2, 25);
  877. this.labelEx10.Name = "labelEx10";
  878. this.labelEx10.Size = new System.Drawing.Size(77, 12);
  879. this.labelEx10.TabIndex = 7;
  880. this.labelEx10.Text = "每条短信单价";
  881. //
  882. // labelEx22
  883. //
  884. this.labelEx22.AutoSize = true;
  885. this.labelEx22.ForeColor = System.Drawing.Color.Black;
  886. this.labelEx22.Location = new System.Drawing.Point(148, 60);
  887. this.labelEx22.Name = "labelEx22";
  888. this.labelEx22.Size = new System.Drawing.Size(77, 12);
  889. this.labelEx22.TabIndex = 7;
  890. this.labelEx22.Text = "天前短信记录";
  891. //
  892. // labelEx21
  893. //
  894. this.labelEx21.AutoSize = true;
  895. this.labelEx21.ForeColor = System.Drawing.Color.Black;
  896. this.labelEx21.Location = new System.Drawing.Point(25, 60);
  897. this.labelEx21.Name = "labelEx21";
  898. this.labelEx21.Size = new System.Drawing.Size(53, 12);
  899. this.labelEx21.TabIndex = 7;
  900. this.labelEx21.Text = "自动删除";
  901. //
  902. // groupBoxEx5
  903. //
  904. this.groupBoxEx5.Controls.Add(this.skinTextBoxCount);
  905. this.groupBoxEx5.Controls.Add(this.skinCheckBoxCount);
  906. this.groupBoxEx5.Controls.Add(this.labelEx8);
  907. this.groupBoxEx5.Location = new System.Drawing.Point(6, 230);
  908. this.groupBoxEx5.Name = "groupBoxEx5";
  909. this.groupBoxEx5.Size = new System.Drawing.Size(335, 60);
  910. this.groupBoxEx5.TabIndex = 5;
  911. this.groupBoxEx5.TabStop = false;
  912. this.groupBoxEx5.Text = "报表分页设置";
  913. //
  914. // skinTextBoxCount
  915. //
  916. this.skinTextBoxCount.BackColor = System.Drawing.Color.Transparent;
  917. this.skinTextBoxCount.Icon = null;
  918. this.skinTextBoxCount.IconIsButton = false;
  919. this.skinTextBoxCount.IsPasswordChat = '\0';
  920. this.skinTextBoxCount.IsSystemPasswordChar = false;
  921. this.skinTextBoxCount.Lines = new string[] {
  922. "200"};
  923. this.skinTextBoxCount.Location = new System.Drawing.Point(81, 19);
  924. this.skinTextBoxCount.Margin = new System.Windows.Forms.Padding(0);
  925. this.skinTextBoxCount.MaxLength = 32767;
  926. this.skinTextBoxCount.MinimumSize = new System.Drawing.Size(0, 28);
  927. this.skinTextBoxCount.MouseBack = null;
  928. this.skinTextBoxCount.Multiline = false;
  929. this.skinTextBoxCount.Name = "skinTextBoxCount";
  930. this.skinTextBoxCount.NormlBack = null;
  931. this.skinTextBoxCount.Padding = new System.Windows.Forms.Padding(5);
  932. this.skinTextBoxCount.ReadOnly = false;
  933. this.skinTextBoxCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  934. this.skinTextBoxCount.Size = new System.Drawing.Size(65, 28);
  935. this.skinTextBoxCount.TabIndex = 8;
  936. this.skinTextBoxCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  937. this.skinTextBoxCount.WaterColor = System.Drawing.Color.DarkGray;
  938. this.skinTextBoxCount.WaterText = "输入远程服务器连接地址";
  939. this.skinTextBoxCount.WordWrap = true;
  940. //
  941. // skinCheckBoxCount
  942. //
  943. this.skinCheckBoxCount.AutoSize = true;
  944. this.skinCheckBoxCount.BackColor = System.Drawing.Color.Transparent;
  945. this.skinCheckBoxCount.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  946. this.skinCheckBoxCount.DownBack = null;
  947. this.skinCheckBoxCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.skinCheckBoxCount.ForeColor = System.Drawing.Color.Black;
  949. this.skinCheckBoxCount.Location = new System.Drawing.Point(227, 23);
  950. this.skinCheckBoxCount.MouseBack = null;
  951. this.skinCheckBoxCount.Name = "skinCheckBoxCount";
  952. this.skinCheckBoxCount.NormlBack = null;
  953. this.skinCheckBoxCount.SelectedDownBack = null;
  954. this.skinCheckBoxCount.SelectedMouseBack = null;
  955. this.skinCheckBoxCount.SelectedNormlBack = null;
  956. this.skinCheckBoxCount.Size = new System.Drawing.Size(99, 21);
  957. this.skinCheckBoxCount.TabIndex = 9;
  958. this.skinCheckBoxCount.Text = "显示所有记录";
  959. this.skinCheckBoxCount.UseVisualStyleBackColor = false;
  960. //
  961. // labelEx8
  962. //
  963. this.labelEx8.AutoSize = true;
  964. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  965. this.labelEx8.ForeColor = System.Drawing.Color.Black;
  966. this.labelEx8.Location = new System.Drawing.Point(3, 27);
  967. this.labelEx8.Name = "labelEx8";
  968. this.labelEx8.Size = new System.Drawing.Size(77, 12);
  969. this.labelEx8.TabIndex = 7;
  970. this.labelEx8.Text = "每页显示条数";
  971. //
  972. // skinButtomSave
  973. //
  974. this.skinButtomSave.BackColor = System.Drawing.Color.Transparent;
  975. this.skinButtomSave.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  976. this.skinButtomSave.DownBack = null;
  977. this.skinButtomSave.Font = new System.Drawing.Font("微软雅黑", 25.25F, System.Drawing.FontStyle.Bold);
  978. this.skinButtomSave.ForeColor = System.Drawing.Color.White;
  979. this.skinButtomSave.Location = new System.Drawing.Point(7, 438);
  980. this.skinButtomSave.MouseBack = null;
  981. this.skinButtomSave.Name = "skinButtomSave";
  982. this.skinButtomSave.NormlBack = null;
  983. this.skinButtomSave.Size = new System.Drawing.Size(335, 47);
  984. this.skinButtomSave.TabIndex = 3;
  985. this.skinButtomSave.Text = "保 存 设 置";
  986. this.skinButtomSave.UseVisualStyleBackColor = false;
  987. this.skinButtomSave.Click += new System.EventHandler(this.skinButtomSave_Click);
  988. //
  989. // groupBoxEx4
  990. //
  991. this.groupBoxEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  992. | System.Windows.Forms.AnchorStyles.Right)));
  993. this.groupBoxEx4.Controls.Add(this.labelEx2);
  994. this.groupBoxEx4.ForeColor = System.Drawing.Color.Red;
  995. this.groupBoxEx4.Location = new System.Drawing.Point(7, 18);
  996. this.groupBoxEx4.Name = "groupBoxEx4";
  997. this.groupBoxEx4.Size = new System.Drawing.Size(630, 44);
  998. this.groupBoxEx4.TabIndex = 5;
  999. this.groupBoxEx4.TabStop = false;
  1000. this.groupBoxEx4.Text = "温馨提示";
  1001. //
  1002. // labelEx2
  1003. //
  1004. this.labelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  1005. this.labelEx2.ForeColor = System.Drawing.Color.Blue;
  1006. this.labelEx2.Location = new System.Drawing.Point(3, 17);
  1007. this.labelEx2.Name = "labelEx2";
  1008. this.labelEx2.Size = new System.Drawing.Size(624, 24);
  1009. this.labelEx2.TabIndex = 0;
  1010. this.labelEx2.Text = "如果软件终端不能正常连接到服务器,请检查服务是否安装并正常工作";
  1011. //
  1012. // tabPage2
  1013. //
  1014. this.tabPage2.BackColor = System.Drawing.Color.White;
  1015. this.tabPage2.Controls.Add(this.groupBoxEx7);
  1016. this.tabPage2.Controls.Add(this.groupBoxEx8);
  1017. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  1018. this.tabPage2.Name = "tabPage2";
  1019. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1020. this.tabPage2.Size = new System.Drawing.Size(702, 412);
  1021. this.tabPage2.TabIndex = 1;
  1022. this.tabPage2.Text = "系统用户设置";
  1023. //
  1024. // groupBoxEx7
  1025. //
  1026. this.groupBoxEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1027. | System.Windows.Forms.AnchorStyles.Left)
  1028. | System.Windows.Forms.AnchorStyles.Right)));
  1029. this.groupBoxEx7.Controls.Add(this.dataGridViewEx1);
  1030. this.groupBoxEx7.Controls.Add(this.skinButtomQueryAll);
  1031. this.groupBoxEx7.Controls.Add(this.skinButtomQuery);
  1032. this.groupBoxEx7.Controls.Add(this.skinTextBoxQuery);
  1033. this.groupBoxEx7.Controls.Add(this.labelEx11);
  1034. this.groupBoxEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1035. this.groupBoxEx7.Location = new System.Drawing.Point(8, 67);
  1036. this.groupBoxEx7.Name = "groupBoxEx7";
  1037. this.groupBoxEx7.Size = new System.Drawing.Size(688, 339);
  1038. this.groupBoxEx7.TabIndex = 1;
  1039. this.groupBoxEx7.TabStop = false;
  1040. this.groupBoxEx7.Text = "数据查询";
  1041. //
  1042. // dataGridViewEx1
  1043. //
  1044. this.dataGridViewEx1.AllowUserToAddRows = false;
  1045. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  1046. this.dataGridViewEx1.AllowUserToResizeRows = false;
  1047. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  1048. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  1049. this.dataGridViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1050. | System.Windows.Forms.AnchorStyles.Left)
  1051. | System.Windows.Forms.AnchorStyles.Right)));
  1052. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  1053. this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  1054. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1055. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1056. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  1057. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1058. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  1059. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1060. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1061. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  1062. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1063. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  1064. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1065. this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
  1066. "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
  1067. this.dataGridViewEx1.IsCompleteBonding = false;
  1068. this.dataGridViewEx1.Location = new System.Drawing.Point(4, 48);
  1069. this.dataGridViewEx1.Name = "dataGridViewEx1";
  1070. this.dataGridViewEx1.RowHeadersVisible = false;
  1071. this.dataGridViewEx1.RowTemplate.Height = 23;
  1072. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  1073. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1074. this.dataGridViewEx1.Size = new System.Drawing.Size(676, 285);
  1075. this.dataGridViewEx1.TabIndex = 2;
  1076. this.dataGridViewEx1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewEx1_CellDoubleClick);
  1077. //
  1078. // skinButtomQueryAll
  1079. //
  1080. this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
  1081. this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1082. this.skinButtomQueryAll.DownBack = null;
  1083. this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1084. this.skinButtomQueryAll.Location = new System.Drawing.Point(412, 17);
  1085. this.skinButtomQueryAll.MouseBack = null;
  1086. this.skinButtomQueryAll.Name = "skinButtomQueryAll";
  1087. this.skinButtomQueryAll.NormlBack = null;
  1088. this.skinButtomQueryAll.Size = new System.Drawing.Size(70, 28);
  1089. this.skinButtomQueryAll.TabIndex = 0;
  1090. this.skinButtomQueryAll.Text = "所有用户";
  1091. this.skinButtomQueryAll.UseVisualStyleBackColor = false;
  1092. this.skinButtomQueryAll.Click += new System.EventHandler(this.skinButtomQueryAll_Click);
  1093. //
  1094. // skinButtomQuery
  1095. //
  1096. this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
  1097. this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1098. this.skinButtomQuery.DownBack = null;
  1099. this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1100. this.skinButtomQuery.Location = new System.Drawing.Point(333, 17);
  1101. this.skinButtomQuery.MouseBack = null;
  1102. this.skinButtomQuery.Name = "skinButtomQuery";
  1103. this.skinButtomQuery.NormlBack = null;
  1104. this.skinButtomQuery.Size = new System.Drawing.Size(70, 28);
  1105. this.skinButtomQuery.TabIndex = 0;
  1106. this.skinButtomQuery.Text = "查 询";
  1107. this.skinButtomQuery.UseVisualStyleBackColor = false;
  1108. this.skinButtomQuery.Click += new System.EventHandler(this.skinButtomQuery_Click);
  1109. //
  1110. // skinTextBoxQuery
  1111. //
  1112. this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
  1113. this.skinTextBoxQuery.Icon = null;
  1114. this.skinTextBoxQuery.IconIsButton = false;
  1115. this.skinTextBoxQuery.IsPasswordChat = '\0';
  1116. this.skinTextBoxQuery.IsSystemPasswordChar = false;
  1117. this.skinTextBoxQuery.Lines = new string[0];
  1118. this.skinTextBoxQuery.Location = new System.Drawing.Point(64, 17);
  1119. this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
  1120. this.skinTextBoxQuery.MaxLength = 32767;
  1121. this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
  1122. this.skinTextBoxQuery.MouseBack = null;
  1123. this.skinTextBoxQuery.Multiline = false;
  1124. this.skinTextBoxQuery.Name = "skinTextBoxQuery";
  1125. this.skinTextBoxQuery.NormlBack = null;
  1126. this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
  1127. this.skinTextBoxQuery.ReadOnly = false;
  1128. this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1129. this.skinTextBoxQuery.Size = new System.Drawing.Size(261, 28);
  1130. this.skinTextBoxQuery.TabIndex = 1;
  1131. this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1132. this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
  1133. this.skinTextBoxQuery.WaterText = "请输入查询关键字";
  1134. this.skinTextBoxQuery.WordWrap = true;
  1135. //
  1136. // labelEx11
  1137. //
  1138. this.labelEx11.AutoSize = true;
  1139. this.labelEx11.Location = new System.Drawing.Point(6, 24);
  1140. this.labelEx11.Name = "labelEx11";
  1141. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  1142. this.labelEx11.TabIndex = 0;
  1143. this.labelEx11.Text = "关键字:";
  1144. //
  1145. // groupBoxEx8
  1146. //
  1147. this.groupBoxEx8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1148. | System.Windows.Forms.AnchorStyles.Right)));
  1149. this.groupBoxEx8.Controls.Add(this.skinCbPrivilege);
  1150. this.groupBoxEx8.Controls.Add(this.skinButtomDel);
  1151. this.groupBoxEx8.Controls.Add(this.sbtnUpdatePwd);
  1152. this.groupBoxEx8.Controls.Add(this.sbtnAddCustomer);
  1153. this.groupBoxEx8.Controls.Add(this.stxtUpwd);
  1154. this.groupBoxEx8.Controls.Add(this.stxtUname);
  1155. this.groupBoxEx8.Controls.Add(this.labelEx16);
  1156. this.groupBoxEx8.Controls.Add(this.labelEx15);
  1157. this.groupBoxEx8.Controls.Add(this.labelEx14);
  1158. this.groupBoxEx8.Location = new System.Drawing.Point(8, 6);
  1159. this.groupBoxEx8.Name = "groupBoxEx8";
  1160. this.groupBoxEx8.Size = new System.Drawing.Size(688, 55);
  1161. this.groupBoxEx8.TabIndex = 2;
  1162. this.groupBoxEx8.TabStop = false;
  1163. this.groupBoxEx8.Text = "工具栏";
  1164. //
  1165. // skinCbPrivilege
  1166. //
  1167. this.skinCbPrivilege.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  1168. this.skinCbPrivilege.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1169. this.skinCbPrivilege.FormattingEnabled = true;
  1170. this.skinCbPrivilege.Location = new System.Drawing.Point(341, 19);
  1171. this.skinCbPrivilege.Name = "skinCbPrivilege";
  1172. this.skinCbPrivilege.Size = new System.Drawing.Size(101, 22);
  1173. this.skinCbPrivilege.TabIndex = 2;
  1174. this.skinCbPrivilege.WaterText = "";
  1175. //
  1176. // skinButtomDel
  1177. //
  1178. this.skinButtomDel.BackColor = System.Drawing.Color.Transparent;
  1179. this.skinButtomDel.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1180. this.skinButtomDel.DownBack = null;
  1181. this.skinButtomDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1182. this.skinButtomDel.Location = new System.Drawing.Point(606, 16);
  1183. this.skinButtomDel.MouseBack = null;
  1184. this.skinButtomDel.Name = "skinButtomDel";
  1185. this.skinButtomDel.NormlBack = null;
  1186. this.skinButtomDel.Size = new System.Drawing.Size(70, 28);
  1187. this.skinButtomDel.TabIndex = 0;
  1188. this.skinButtomDel.Text = "删除用户";
  1189. this.skinButtomDel.UseVisualStyleBackColor = false;
  1190. this.skinButtomDel.Click += new System.EventHandler(this.skinButtomDel_Click);
  1191. //
  1192. // sbtnUpdatePwd
  1193. //
  1194. this.sbtnUpdatePwd.BackColor = System.Drawing.Color.Transparent;
  1195. this.sbtnUpdatePwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1196. this.sbtnUpdatePwd.DownBack = null;
  1197. this.sbtnUpdatePwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1198. this.sbtnUpdatePwd.Location = new System.Drawing.Point(527, 16);
  1199. this.sbtnUpdatePwd.MouseBack = null;
  1200. this.sbtnUpdatePwd.Name = "sbtnUpdatePwd";
  1201. this.sbtnUpdatePwd.NormlBack = null;
  1202. this.sbtnUpdatePwd.Size = new System.Drawing.Size(70, 28);
  1203. this.sbtnUpdatePwd.TabIndex = 0;
  1204. this.sbtnUpdatePwd.Text = "修改密码";
  1205. this.sbtnUpdatePwd.UseVisualStyleBackColor = false;
  1206. this.sbtnUpdatePwd.Click += new System.EventHandler(this.sbtnUpdatePwd_Click);
  1207. //
  1208. // sbtnAddCustomer
  1209. //
  1210. this.sbtnAddCustomer.BackColor = System.Drawing.Color.Transparent;
  1211. this.sbtnAddCustomer.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1212. this.sbtnAddCustomer.DownBack = null;
  1213. this.sbtnAddCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1214. this.sbtnAddCustomer.Location = new System.Drawing.Point(448, 16);
  1215. this.sbtnAddCustomer.MouseBack = null;
  1216. this.sbtnAddCustomer.Name = "sbtnAddCustomer";
  1217. this.sbtnAddCustomer.NormlBack = null;
  1218. this.sbtnAddCustomer.Size = new System.Drawing.Size(70, 28);
  1219. this.sbtnAddCustomer.TabIndex = 0;
  1220. this.sbtnAddCustomer.Text = "添加用户";
  1221. this.sbtnAddCustomer.UseVisualStyleBackColor = false;
  1222. this.sbtnAddCustomer.Click += new System.EventHandler(this.sbtnAddCustomer_Click);
  1223. //
  1224. // stxtUpwd
  1225. //
  1226. this.stxtUpwd.BackColor = System.Drawing.Color.Transparent;
  1227. this.stxtUpwd.Icon = null;
  1228. this.stxtUpwd.IconIsButton = false;
  1229. this.stxtUpwd.IsPasswordChat = '\0';
  1230. this.stxtUpwd.IsSystemPasswordChar = false;
  1231. this.stxtUpwd.Lines = new string[0];
  1232. this.stxtUpwd.Location = new System.Drawing.Point(201, 17);
  1233. this.stxtUpwd.Margin = new System.Windows.Forms.Padding(0);
  1234. this.stxtUpwd.MaxLength = 32767;
  1235. this.stxtUpwd.MinimumSize = new System.Drawing.Size(0, 28);
  1236. this.stxtUpwd.MouseBack = null;
  1237. this.stxtUpwd.Multiline = false;
  1238. this.stxtUpwd.Name = "stxtUpwd";
  1239. this.stxtUpwd.NormlBack = null;
  1240. this.stxtUpwd.Padding = new System.Windows.Forms.Padding(5);
  1241. this.stxtUpwd.ReadOnly = false;
  1242. this.stxtUpwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1243. this.stxtUpwd.Size = new System.Drawing.Size(100, 28);
  1244. this.stxtUpwd.TabIndex = 1;
  1245. this.stxtUpwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1246. this.stxtUpwd.WaterColor = System.Drawing.Color.DarkGray;
  1247. this.stxtUpwd.WaterText = "请输入密码";
  1248. this.stxtUpwd.WordWrap = true;
  1249. //
  1250. // stxtUname
  1251. //
  1252. this.stxtUname.BackColor = System.Drawing.Color.Transparent;
  1253. this.stxtUname.Icon = null;
  1254. this.stxtUname.IconIsButton = false;
  1255. this.stxtUname.IsPasswordChat = '\0';
  1256. this.stxtUname.IsSystemPasswordChar = false;
  1257. this.stxtUname.Lines = new string[0];
  1258. this.stxtUname.Location = new System.Drawing.Point(64, 17);
  1259. this.stxtUname.Margin = new System.Windows.Forms.Padding(0);
  1260. this.stxtUname.MaxLength = 32767;
  1261. this.stxtUname.MinimumSize = new System.Drawing.Size(0, 28);
  1262. this.stxtUname.MouseBack = null;
  1263. this.stxtUname.Multiline = false;
  1264. this.stxtUname.Name = "stxtUname";
  1265. this.stxtUname.NormlBack = null;
  1266. this.stxtUname.Padding = new System.Windows.Forms.Padding(5);
  1267. this.stxtUname.ReadOnly = false;
  1268. this.stxtUname.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1269. this.stxtUname.Size = new System.Drawing.Size(98, 28);
  1270. this.stxtUname.TabIndex = 1;
  1271. this.stxtUname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1272. this.stxtUname.WaterColor = System.Drawing.Color.DarkGray;
  1273. this.stxtUname.WaterText = "请输入用户名";
  1274. this.stxtUname.WordWrap = true;
  1275. //
  1276. // labelEx16
  1277. //
  1278. this.labelEx16.AutoSize = true;
  1279. this.labelEx16.BackColor = System.Drawing.Color.Transparent;
  1280. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1281. this.labelEx16.Location = new System.Drawing.Point(302, 22);
  1282. this.labelEx16.Name = "labelEx16";
  1283. this.labelEx16.Size = new System.Drawing.Size(35, 17);
  1284. this.labelEx16.TabIndex = 0;
  1285. this.labelEx16.Text = "权限:";
  1286. //
  1287. // labelEx15
  1288. //
  1289. this.labelEx15.AutoSize = true;
  1290. this.labelEx15.BackColor = System.Drawing.Color.Transparent;
  1291. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1292. this.labelEx15.Location = new System.Drawing.Point(165, 22);
  1293. this.labelEx15.Name = "labelEx15";
  1294. this.labelEx15.Size = new System.Drawing.Size(35, 17);
  1295. this.labelEx15.TabIndex = 0;
  1296. this.labelEx15.Text = "密码:";
  1297. //
  1298. // labelEx14
  1299. //
  1300. this.labelEx14.AutoSize = true;
  1301. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  1302. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1303. this.labelEx14.Location = new System.Drawing.Point(13, 22);
  1304. this.labelEx14.Name = "labelEx14";
  1305. this.labelEx14.Size = new System.Drawing.Size(47, 17);
  1306. this.labelEx14.TabIndex = 0;
  1307. this.labelEx14.Text = "用户名:";
  1308. //
  1309. // frmSystemSetting
  1310. //
  1311. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1312. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1313. this.ClientSize = new System.Drawing.Size(710, 510);
  1314. this.Name = "frmSystemSetting";
  1315. this.Text = "系统设置";
  1316. this.plExMainContainer.ResumeLayout(false);
  1317. this.plFormMainContent.ResumeLayout(false);
  1318. this.tabControlEx1.ResumeLayout(false);
  1319. this.tabPage1.ResumeLayout(false);
  1320. this.groupBoxEx3.ResumeLayout(false);
  1321. ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).EndInit();
  1322. this.groupBoxEx6.ResumeLayout(false);
  1323. this.groupBoxEx6.PerformLayout();
  1324. this.groupBoxEx2.ResumeLayout(false);
  1325. this.groupBoxEx2.PerformLayout();
  1326. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownFeng)).EndInit();
  1327. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownShi)).EndInit();
  1328. this.groupBoxEx1.ResumeLayout(false);
  1329. this.groupBoxEx1.PerformLayout();
  1330. this.groupBoxEx9.ResumeLayout(false);
  1331. this.groupBoxEx9.PerformLayout();
  1332. ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownDays)).EndInit();
  1333. this.groupBoxEx5.ResumeLayout(false);
  1334. this.groupBoxEx5.PerformLayout();
  1335. this.groupBoxEx4.ResumeLayout(false);
  1336. this.tabPage2.ResumeLayout(false);
  1337. this.groupBoxEx7.ResumeLayout(false);
  1338. this.groupBoxEx7.PerformLayout();
  1339. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  1340. this.groupBoxEx8.ResumeLayout(false);
  1341. this.groupBoxEx8.PerformLayout();
  1342. this.ResumeLayout(false);
  1343. }
  1344. #endregion
  1345. private ComponentLibrary.TabControlEx tabControlEx1;
  1346. private System.Windows.Forms.TabPage tabPage1;
  1347. private ComponentLibrary.GroupBoxEx groupBoxEx3;
  1348. private OtherExpansion.SkinControl.SkinButtom sbtnStartup;
  1349. private OtherExpansion.SkinControl.SkinButtom sbtnInstallService;
  1350. private OtherExpansion.SkinControl.SkinButtom sbtnUninstall;
  1351. private OtherExpansion.SkinControl.SkinButtom sbtnStop;
  1352. private ComponentLibrary.PictureBoxEx picExStateDiagram;
  1353. private ComponentLibrary.GroupBoxEx groupBoxEx4;
  1354. private ComponentLibrary.LabelEx labelEx2;
  1355. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  1356. private ComponentLibrary.LabelEx labelEx3;
  1357. private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseServer;
  1358. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1359. private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxOpen;
  1360. private ComponentLibrary.LabelEx labelEx1;
  1361. private OtherExpansion.SkinControl.SkinTextBox stxtRemoteAddress;
  1362. private OtherExpansion.SkinControl.SkinButtom skinButtomSave;
  1363. private ComponentLibrary.LabelEx labelEx4;
  1364. private ComponentLibrary.LabelEx labelEx7;
  1365. private ComponentLibrary.LabelEx labelEx6;
  1366. private OtherExpansion.SkinControl.SkinTextBox stxtDataBasePass;
  1367. private ComponentLibrary.LabelEx labelEx5;
  1368. private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseUser;
  1369. private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseName;
  1370. private OtherExpansion.SkinControl.SkinTextBox stxtDataBasePort;
  1371. private ComponentLibrary.GroupBoxEx groupBoxEx5;
  1372. private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxCount;
  1373. private ComponentLibrary.LabelEx labelEx8;
  1374. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxCount;
  1375. private ComponentLibrary.GroupBoxEx groupBoxEx6;
  1376. private ComponentLibrary.LabelEx labelEx9;
  1377. private ComponentLibrary.LabelEx labelEx13;
  1378. private OtherExpansion.SkinControl.SkinTextBox stxtAccountLength;
  1379. private OtherExpansion.SkinControl.SkinTextBox stxtAccountPrefix;
  1380. private System.Windows.Forms.TabPage tabPage2;
  1381. private ComponentLibrary.GroupBoxEx groupBoxEx7;
  1382. private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
  1383. private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
  1384. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
  1385. private ComponentLibrary.LabelEx labelEx11;
  1386. private ComponentLibrary.GroupBoxEx groupBoxEx8;
  1387. private OtherExpansion.SkinControl.SkinButtom sbtnUpdatePwd;
  1388. private OtherExpansion.SkinControl.SkinButtom sbtnAddCustomer;
  1389. private ComponentLibrary.GroupBoxEx groupBoxEx9;
  1390. private ComponentLibrary.LabelEx labelEx10;
  1391. private OtherExpansion.SkinControl.SkinTextBox stxtSmsPrice;
  1392. private ComponentLibrary.LabelEx labelEx12;
  1393. private OtherExpansion.SkinControl.SkinTextBox stxtUpwd;
  1394. private OtherExpansion.SkinControl.SkinTextBox stxtUname;
  1395. private ComponentLibrary.LabelEx labelEx15;
  1396. private ComponentLibrary.LabelEx labelEx14;
  1397. private OtherExpansion.SkinControl.SkinButtom skinButtomDel;
  1398. private OtherExpansion.SkinControl.SkinComboBox skinCbPrivilege;
  1399. private ComponentLibrary.LabelEx labelEx16;
  1400. private ComponentLibrary.DataGridViewEx dataGridViewEx1;
  1401. private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownFeng;
  1402. private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownShi;
  1403. private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxBackup;
  1404. private OtherExpansion.SkinControl.SkinButtom skinButtomBackup;
  1405. private ComponentLibrary.LabelEx labelEx20;
  1406. private ComponentLibrary.LabelEx labelEx19;
  1407. private ComponentLibrary.LabelEx labelEx18;
  1408. private ComponentLibrary.LabelEx labelEx17;
  1409. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxBackup;
  1410. private OtherExpansion.SkinControl.SkinCheckBox sCheckBoxSmsAutomaticDelete;
  1411. private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownDays;
  1412. private ComponentLibrary.LabelEx labelEx22;
  1413. private ComponentLibrary.LabelEx labelEx21;
  1414. }
  1415. }