123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422 |
- namespace LYFZ.ManagementService
- {
- partial class frmSystemSetting
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSystemSetting));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.sbtnStartup = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnInstallService = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnUninstall = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnStop = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.picExStateDiagram = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.groupBoxEx6 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.stxtAccountLength = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.stxtAccountPrefix = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.skinNumericUpDownFeng = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
- this.skinNumericUpDownShi = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.skinCheckBoxBackup = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.skinButtomBackup = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.stxtDataBasePass = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.stxtDataBaseUser = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.stxtDataBaseName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.stxtDataBasePort = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.skinTextBoxBackup = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.stxtDataBaseServer = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.stxtRemoteAddress = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.skinCheckBoxOpen = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx9 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.stxtSmsPrice = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.sCheckBoxSmsAutomaticDelete = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.skinNumericUpDownDays = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx22 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx21 = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx5 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.skinTextBoxCount = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.skinCheckBoxCount = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.skinButtomSave = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.groupBoxEx7 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.groupBoxEx8 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.skinCbPrivilege = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
- this.skinButtomDel = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnUpdatePwd = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sbtnAddCustomer = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.stxtUpwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.stxtUname = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBoxEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).BeginInit();
- this.groupBoxEx6.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownFeng)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownShi)).BeginInit();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownDays)).BeginInit();
- this.groupBoxEx5.SuspendLayout();
- this.groupBoxEx4.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.groupBoxEx7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
- this.groupBoxEx8.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tabControlEx1);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // tabControlEx1
- //
- this.tabControlEx1.BaseColor = System.Drawing.Color.White;
- this.tabControlEx1.BorderColor = System.Drawing.Color.White;
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage2);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 25);
- this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.White;
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(710, 445);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.AutoScroll = true;
- this.tabPage1.BackColor = System.Drawing.Color.White;
- this.tabPage1.Controls.Add(this.groupBoxEx3);
- this.tabPage1.Controls.Add(this.groupBoxEx6);
- this.tabPage1.Controls.Add(this.groupBoxEx2);
- this.tabPage1.Controls.Add(this.groupBoxEx1);
- this.tabPage1.Controls.Add(this.groupBoxEx9);
- this.tabPage1.Controls.Add(this.groupBoxEx5);
- this.tabPage1.Controls.Add(this.skinButtomSave);
- this.tabPage1.Controls.Add(this.groupBoxEx4);
- this.tabPage1.Location = new System.Drawing.Point(4, 29);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(702, 412);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "常规设置";
- //
- // groupBoxEx3
- //
- this.groupBoxEx3.Controls.Add(this.sbtnStartup);
- this.groupBoxEx3.Controls.Add(this.sbtnInstallService);
- this.groupBoxEx3.Controls.Add(this.sbtnUninstall);
- this.groupBoxEx3.Controls.Add(this.sbtnStop);
- this.groupBoxEx3.Controls.Add(this.picExStateDiagram);
- this.groupBoxEx3.Location = new System.Drawing.Point(7, 68);
- this.groupBoxEx3.Name = "groupBoxEx3";
- this.groupBoxEx3.Size = new System.Drawing.Size(335, 72);
- this.groupBoxEx3.TabIndex = 6;
- this.groupBoxEx3.TabStop = false;
- this.groupBoxEx3.Text = "服务管理";
- //
- // sbtnStartup
- //
- this.sbtnStartup.BackColor = System.Drawing.Color.Transparent;
- this.sbtnStartup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnStartup.DownBack = null;
- this.sbtnStartup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnStartup.ForeColor = System.Drawing.Color.White;
- this.sbtnStartup.Location = new System.Drawing.Point(53, 25);
- this.sbtnStartup.MouseBack = null;
- this.sbtnStartup.Name = "sbtnStartup";
- this.sbtnStartup.NormlBack = null;
- this.sbtnStartup.Size = new System.Drawing.Size(65, 30);
- this.sbtnStartup.TabIndex = 3;
- this.sbtnStartup.Text = "启动服务";
- this.sbtnStartup.UseVisualStyleBackColor = false;
- this.sbtnStartup.Click += new System.EventHandler(this.sbtnStartup_Click);
- //
- // sbtnInstallService
- //
- this.sbtnInstallService.BackColor = System.Drawing.Color.Transparent;
- this.sbtnInstallService.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnInstallService.DownBack = null;
- this.sbtnInstallService.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnInstallService.ForeColor = System.Drawing.Color.White;
- this.sbtnInstallService.Location = new System.Drawing.Point(191, 25);
- this.sbtnInstallService.MouseBack = null;
- this.sbtnInstallService.Name = "sbtnInstallService";
- this.sbtnInstallService.NormlBack = null;
- this.sbtnInstallService.Size = new System.Drawing.Size(65, 30);
- this.sbtnInstallService.TabIndex = 3;
- this.sbtnInstallService.Text = "安装服务";
- this.sbtnInstallService.UseVisualStyleBackColor = false;
- this.sbtnInstallService.Click += new System.EventHandler(this.sbtnInstallService_Click);
- //
- // sbtnUninstall
- //
- this.sbtnUninstall.BackColor = System.Drawing.Color.Transparent;
- this.sbtnUninstall.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnUninstall.DownBack = null;
- this.sbtnUninstall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnUninstall.ForeColor = System.Drawing.Color.White;
- this.sbtnUninstall.Location = new System.Drawing.Point(260, 25);
- this.sbtnUninstall.MouseBack = null;
- this.sbtnUninstall.Name = "sbtnUninstall";
- this.sbtnUninstall.NormlBack = null;
- this.sbtnUninstall.Size = new System.Drawing.Size(65, 30);
- this.sbtnUninstall.TabIndex = 3;
- this.sbtnUninstall.Text = "卸载服务";
- this.sbtnUninstall.UseVisualStyleBackColor = false;
- this.sbtnUninstall.Click += new System.EventHandler(this.sbtnUninstall_Click);
- //
- // sbtnStop
- //
- this.sbtnStop.BackColor = System.Drawing.Color.Transparent;
- this.sbtnStop.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnStop.DownBack = null;
- this.sbtnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnStop.ForeColor = System.Drawing.Color.White;
- this.sbtnStop.Location = new System.Drawing.Point(122, 25);
- this.sbtnStop.MouseBack = null;
- this.sbtnStop.Name = "sbtnStop";
- this.sbtnStop.NormlBack = null;
- this.sbtnStop.Size = new System.Drawing.Size(65, 30);
- this.sbtnStop.TabIndex = 3;
- this.sbtnStop.Text = "停止服务";
- this.sbtnStop.UseVisualStyleBackColor = false;
- this.sbtnStop.Click += new System.EventHandler(this.sbtnStop_Click);
- //
- // picExStateDiagram
- //
- this.picExStateDiagram.Image = ((System.Drawing.Image)(resources.GetObject("picExStateDiagram.Image")));
- this.picExStateDiagram.Location = new System.Drawing.Point(8, 20);
- this.picExStateDiagram.Name = "picExStateDiagram";
- this.picExStateDiagram.Size = new System.Drawing.Size(40, 40);
- this.picExStateDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picExStateDiagram.TabIndex = 2;
- this.picExStateDiagram.TabStop = false;
- //
- // groupBoxEx6
- //
- this.groupBoxEx6.Controls.Add(this.labelEx9);
- this.groupBoxEx6.Controls.Add(this.labelEx13);
- this.groupBoxEx6.Controls.Add(this.stxtAccountLength);
- this.groupBoxEx6.Controls.Add(this.stxtAccountPrefix);
- this.groupBoxEx6.Location = new System.Drawing.Point(7, 153);
- this.groupBoxEx6.Name = "groupBoxEx6";
- this.groupBoxEx6.Size = new System.Drawing.Size(335, 60);
- this.groupBoxEx6.TabIndex = 5;
- this.groupBoxEx6.TabStop = false;
- this.groupBoxEx6.Text = "客户帐号生成设置";
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.ForeColor = System.Drawing.Color.Black;
- this.labelEx9.Location = new System.Drawing.Point(158, 29);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(53, 12);
- this.labelEx9.TabIndex = 7;
- this.labelEx9.Text = "帐号长度";
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.ForeColor = System.Drawing.Color.Black;
- this.labelEx13.Location = new System.Drawing.Point(10, 29);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(53, 12);
- this.labelEx13.TabIndex = 7;
- this.labelEx13.Text = "帐号前缀";
- //
- // stxtAccountLength
- //
- this.stxtAccountLength.BackColor = System.Drawing.Color.Transparent;
- this.stxtAccountLength.Icon = null;
- this.stxtAccountLength.IconIsButton = false;
- this.stxtAccountLength.IsPasswordChat = '\0';
- this.stxtAccountLength.IsSystemPasswordChar = false;
- this.stxtAccountLength.Lines = new string[] {
- "6"};
- this.stxtAccountLength.Location = new System.Drawing.Point(225, 21);
- this.stxtAccountLength.Margin = new System.Windows.Forms.Padding(0);
- this.stxtAccountLength.MaxLength = 32767;
- this.stxtAccountLength.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtAccountLength.MouseBack = null;
- this.stxtAccountLength.Multiline = false;
- this.stxtAccountLength.Name = "stxtAccountLength";
- this.stxtAccountLength.NormlBack = null;
- this.stxtAccountLength.Padding = new System.Windows.Forms.Padding(5);
- this.stxtAccountLength.ReadOnly = false;
- this.stxtAccountLength.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtAccountLength.Size = new System.Drawing.Size(75, 28);
- this.stxtAccountLength.TabIndex = 8;
- this.stxtAccountLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.stxtAccountLength.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtAccountLength.WaterText = "帐号生成长度";
- this.stxtAccountLength.WordWrap = true;
- //
- // stxtAccountPrefix
- //
- this.stxtAccountPrefix.BackColor = System.Drawing.Color.Transparent;
- this.stxtAccountPrefix.Icon = null;
- this.stxtAccountPrefix.IconIsButton = false;
- this.stxtAccountPrefix.IsPasswordChat = '\0';
- this.stxtAccountPrefix.IsSystemPasswordChar = false;
- this.stxtAccountPrefix.Lines = new string[] {
- "68"};
- this.stxtAccountPrefix.Location = new System.Drawing.Point(80, 21);
- this.stxtAccountPrefix.Margin = new System.Windows.Forms.Padding(0);
- this.stxtAccountPrefix.MaxLength = 32767;
- this.stxtAccountPrefix.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtAccountPrefix.MouseBack = null;
- this.stxtAccountPrefix.Multiline = false;
- this.stxtAccountPrefix.Name = "stxtAccountPrefix";
- this.stxtAccountPrefix.NormlBack = null;
- this.stxtAccountPrefix.Padding = new System.Windows.Forms.Padding(5);
- this.stxtAccountPrefix.ReadOnly = false;
- this.stxtAccountPrefix.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtAccountPrefix.Size = new System.Drawing.Size(65, 28);
- this.stxtAccountPrefix.TabIndex = 8;
- this.stxtAccountPrefix.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.stxtAccountPrefix.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtAccountPrefix.WaterText = "帐号前缀整数";
- this.stxtAccountPrefix.WordWrap = true;
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx2.Controls.Add(this.skinNumericUpDownFeng);
- this.groupBoxEx2.Controls.Add(this.skinNumericUpDownShi);
- this.groupBoxEx2.Controls.Add(this.labelEx4);
- this.groupBoxEx2.Controls.Add(this.skinCheckBoxBackup);
- this.groupBoxEx2.Controls.Add(this.labelEx7);
- this.groupBoxEx2.Controls.Add(this.skinButtomBackup);
- this.groupBoxEx2.Controls.Add(this.labelEx6);
- this.groupBoxEx2.Controls.Add(this.stxtDataBasePass);
- this.groupBoxEx2.Controls.Add(this.labelEx5);
- this.groupBoxEx2.Controls.Add(this.stxtDataBaseUser);
- this.groupBoxEx2.Controls.Add(this.labelEx20);
- this.groupBoxEx2.Controls.Add(this.labelEx19);
- this.groupBoxEx2.Controls.Add(this.labelEx18);
- this.groupBoxEx2.Controls.Add(this.labelEx17);
- this.groupBoxEx2.Controls.Add(this.labelEx3);
- this.groupBoxEx2.Controls.Add(this.stxtDataBaseName);
- this.groupBoxEx2.Controls.Add(this.stxtDataBasePort);
- this.groupBoxEx2.Controls.Add(this.skinTextBoxBackup);
- this.groupBoxEx2.Controls.Add(this.stxtDataBaseServer);
- this.groupBoxEx2.Location = new System.Drawing.Point(351, 153);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(287, 235);
- this.groupBoxEx2.TabIndex = 5;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "服务器数据库设置";
- //
- // skinNumericUpDownFeng
- //
- this.skinNumericUpDownFeng.Location = new System.Drawing.Point(175, 196);
- this.skinNumericUpDownFeng.Maximum = new decimal(new int[] {
- 59,
- 0,
- 0,
- 0});
- this.skinNumericUpDownFeng.Name = "skinNumericUpDownFeng";
- this.skinNumericUpDownFeng.Size = new System.Drawing.Size(40, 21);
- this.skinNumericUpDownFeng.TabIndex = 10;
- this.skinNumericUpDownFeng.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.skinNumericUpDownFeng.Value = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- //
- // skinNumericUpDownShi
- //
- this.skinNumericUpDownShi.Location = new System.Drawing.Point(111, 196);
- this.skinNumericUpDownShi.Maximum = new decimal(new int[] {
- 23,
- 0,
- 0,
- 0});
- this.skinNumericUpDownShi.Name = "skinNumericUpDownShi";
- this.skinNumericUpDownShi.Size = new System.Drawing.Size(40, 21);
- this.skinNumericUpDownShi.TabIndex = 10;
- this.skinNumericUpDownShi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.skinNumericUpDownShi.Value = new decimal(new int[] {
- 18,
- 0,
- 0,
- 0});
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.ForeColor = System.Drawing.Color.Black;
- this.labelEx4.Location = new System.Drawing.Point(173, 79);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(41, 12);
- this.labelEx4.TabIndex = 7;
- this.labelEx4.Text = "端口:";
- //
- // skinCheckBoxBackup
- //
- this.skinCheckBoxBackup.AutoSize = true;
- this.skinCheckBoxBackup.BackColor = System.Drawing.Color.Transparent;
- this.skinCheckBoxBackup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinCheckBoxBackup.DownBack = null;
- this.skinCheckBoxBackup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinCheckBoxBackup.ForeColor = System.Drawing.Color.Black;
- this.skinCheckBoxBackup.Location = new System.Drawing.Point(245, 197);
- this.skinCheckBoxBackup.MouseBack = null;
- this.skinCheckBoxBackup.Name = "skinCheckBoxBackup";
- this.skinCheckBoxBackup.NormlBack = null;
- this.skinCheckBoxBackup.SelectedDownBack = null;
- this.skinCheckBoxBackup.SelectedMouseBack = null;
- this.skinCheckBoxBackup.SelectedNormlBack = null;
- this.skinCheckBoxBackup.Size = new System.Drawing.Size(75, 21);
- this.skinCheckBoxBackup.TabIndex = 9;
- this.skinCheckBoxBackup.Text = "自动备份";
- this.skinCheckBoxBackup.UseVisualStyleBackColor = false;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.ForeColor = System.Drawing.Color.Black;
- this.labelEx7.Location = new System.Drawing.Point(171, 121);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(41, 12);
- this.labelEx7.TabIndex = 7;
- this.labelEx7.Text = "密码:";
- //
- // skinButtomBackup
- //
- this.skinButtomBackup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.skinButtomBackup.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomBackup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomBackup.DownBack = null;
- this.skinButtomBackup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomBackup.ForeColor = System.Drawing.Color.White;
- this.skinButtomBackup.Location = new System.Drawing.Point(232, 154);
- this.skinButtomBackup.MouseBack = null;
- this.skinButtomBackup.Name = "skinButtomBackup";
- this.skinButtomBackup.NormlBack = null;
- this.skinButtomBackup.Size = new System.Drawing.Size(46, 28);
- this.skinButtomBackup.TabIndex = 3;
- this.skinButtomBackup.Text = "浏 览";
- this.skinButtomBackup.UseVisualStyleBackColor = false;
- this.skinButtomBackup.Click += new System.EventHandler(this.skinButtomBackup_Click);
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.ForeColor = System.Drawing.Color.Black;
- this.labelEx6.Location = new System.Drawing.Point(14, 120);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(47, 12);
- this.labelEx6.TabIndex = 7;
- this.labelEx6.Text = "用户名:";
- //
- // stxtDataBasePass
- //
- this.stxtDataBasePass.BackColor = System.Drawing.Color.Transparent;
- this.stxtDataBasePass.Icon = null;
- this.stxtDataBasePass.IconIsButton = false;
- this.stxtDataBasePass.IsPasswordChat = '●';
- this.stxtDataBasePass.IsSystemPasswordChar = true;
- this.stxtDataBasePass.Lines = new string[] {
- "ly1234"};
- this.stxtDataBasePass.Location = new System.Drawing.Point(215, 113);
- this.stxtDataBasePass.Margin = new System.Windows.Forms.Padding(0);
- this.stxtDataBasePass.MaxLength = 32767;
- this.stxtDataBasePass.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtDataBasePass.MouseBack = null;
- this.stxtDataBasePass.Multiline = false;
- this.stxtDataBasePass.Name = "stxtDataBasePass";
- this.stxtDataBasePass.NormlBack = null;
- this.stxtDataBasePass.Padding = new System.Windows.Forms.Padding(5);
- this.stxtDataBasePass.ReadOnly = false;
- this.stxtDataBasePass.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtDataBasePass.Size = new System.Drawing.Size(100, 28);
- this.stxtDataBasePass.TabIndex = 8;
- this.stxtDataBasePass.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtDataBasePass.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtDataBasePass.WaterText = "输入远程服务器连接地址";
- this.stxtDataBasePass.WordWrap = true;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.ForeColor = System.Drawing.Color.Black;
- this.labelEx5.Location = new System.Drawing.Point(3, 78);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(59, 12);
- this.labelEx5.TabIndex = 7;
- this.labelEx5.Text = "数据库名:";
- //
- // stxtDataBaseUser
- //
- this.stxtDataBaseUser.BackColor = System.Drawing.Color.Transparent;
- this.stxtDataBaseUser.Icon = null;
- this.stxtDataBaseUser.IconIsButton = false;
- this.stxtDataBaseUser.IsPasswordChat = '\0';
- this.stxtDataBaseUser.IsSystemPasswordChar = false;
- this.stxtDataBaseUser.Lines = new string[] {
- "sa"};
- this.stxtDataBaseUser.Location = new System.Drawing.Point(68, 113);
- this.stxtDataBaseUser.Margin = new System.Windows.Forms.Padding(0);
- this.stxtDataBaseUser.MaxLength = 32767;
- this.stxtDataBaseUser.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtDataBaseUser.MouseBack = null;
- this.stxtDataBaseUser.Multiline = false;
- this.stxtDataBaseUser.Name = "stxtDataBaseUser";
- this.stxtDataBaseUser.NormlBack = null;
- this.stxtDataBaseUser.Padding = new System.Windows.Forms.Padding(5);
- this.stxtDataBaseUser.ReadOnly = false;
- this.stxtDataBaseUser.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtDataBaseUser.Size = new System.Drawing.Size(94, 28);
- this.stxtDataBaseUser.TabIndex = 8;
- this.stxtDataBaseUser.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtDataBaseUser.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtDataBaseUser.WaterText = "输入远程服务器连接地址";
- this.stxtDataBaseUser.WordWrap = true;
- //
- // labelEx20
- //
- this.labelEx20.AutoSize = true;
- this.labelEx20.ForeColor = System.Drawing.Color.Black;
- this.labelEx20.Location = new System.Drawing.Point(220, 201);
- this.labelEx20.Name = "labelEx20";
- this.labelEx20.Size = new System.Drawing.Size(17, 12);
- this.labelEx20.TabIndex = 7;
- this.labelEx20.Text = "分";
- //
- // labelEx19
- //
- this.labelEx19.AutoSize = true;
- this.labelEx19.ForeColor = System.Drawing.Color.Black;
- this.labelEx19.Location = new System.Drawing.Point(155, 201);
- this.labelEx19.Name = "labelEx19";
- this.labelEx19.Size = new System.Drawing.Size(17, 12);
- this.labelEx19.TabIndex = 7;
- this.labelEx19.Text = "时";
- //
- // labelEx18
- //
- this.labelEx18.AutoSize = true;
- this.labelEx18.ForeColor = System.Drawing.Color.Black;
- this.labelEx18.Location = new System.Drawing.Point(2, 201);
- this.labelEx18.Name = "labelEx18";
- this.labelEx18.Size = new System.Drawing.Size(107, 12);
- this.labelEx18.TabIndex = 7;
- this.labelEx18.Text = "每天开始备份时间:";
- //
- // labelEx17
- //
- this.labelEx17.AutoSize = true;
- this.labelEx17.ForeColor = System.Drawing.Color.Black;
- this.labelEx17.Location = new System.Drawing.Point(1, 162);
- this.labelEx17.Name = "labelEx17";
- this.labelEx17.Size = new System.Drawing.Size(59, 12);
- this.labelEx17.TabIndex = 7;
- this.labelEx17.Text = "备份地址:";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.ForeColor = System.Drawing.Color.Black;
- this.labelEx3.Location = new System.Drawing.Point(5, 32);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(59, 12);
- this.labelEx3.TabIndex = 7;
- this.labelEx3.Text = "数据地址:";
- //
- // stxtDataBaseName
- //
- this.stxtDataBaseName.BackColor = System.Drawing.Color.Transparent;
- this.stxtDataBaseName.Icon = null;
- this.stxtDataBaseName.IconIsButton = false;
- this.stxtDataBaseName.IsPasswordChat = '\0';
- this.stxtDataBaseName.IsSystemPasswordChar = false;
- this.stxtDataBaseName.Lines = new string[] {
- "LYFZ_SDB"};
- this.stxtDataBaseName.Location = new System.Drawing.Point(68, 71);
- this.stxtDataBaseName.Margin = new System.Windows.Forms.Padding(0);
- this.stxtDataBaseName.MaxLength = 32767;
- this.stxtDataBaseName.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtDataBaseName.MouseBack = null;
- this.stxtDataBaseName.Multiline = false;
- this.stxtDataBaseName.Name = "stxtDataBaseName";
- this.stxtDataBaseName.NormlBack = null;
- this.stxtDataBaseName.Padding = new System.Windows.Forms.Padding(5);
- this.stxtDataBaseName.ReadOnly = false;
- this.stxtDataBaseName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtDataBaseName.Size = new System.Drawing.Size(94, 28);
- this.stxtDataBaseName.TabIndex = 8;
- this.stxtDataBaseName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtDataBaseName.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtDataBaseName.WaterText = "输入连接的数据名";
- this.stxtDataBaseName.WordWrap = true;
- //
- // stxtDataBasePort
- //
- this.stxtDataBasePort.BackColor = System.Drawing.Color.Transparent;
- this.stxtDataBasePort.Icon = null;
- this.stxtDataBasePort.IconIsButton = false;
- this.stxtDataBasePort.IsPasswordChat = '\0';
- this.stxtDataBasePort.IsSystemPasswordChar = false;
- this.stxtDataBasePort.Lines = new string[] {
- "1433"};
- this.stxtDataBasePort.Location = new System.Drawing.Point(215, 71);
- this.stxtDataBasePort.Margin = new System.Windows.Forms.Padding(0);
- this.stxtDataBasePort.MaxLength = 32767;
- this.stxtDataBasePort.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtDataBasePort.MouseBack = null;
- this.stxtDataBasePort.Multiline = false;
- this.stxtDataBasePort.Name = "stxtDataBasePort";
- this.stxtDataBasePort.NormlBack = null;
- this.stxtDataBasePort.Padding = new System.Windows.Forms.Padding(5);
- this.stxtDataBasePort.ReadOnly = false;
- this.stxtDataBasePort.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtDataBasePort.Size = new System.Drawing.Size(100, 28);
- this.stxtDataBasePort.TabIndex = 8;
- this.stxtDataBasePort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtDataBasePort.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtDataBasePort.WaterText = "输入数据库服务器端口号";
- this.stxtDataBasePort.WordWrap = true;
- //
- // skinTextBoxBackup
- //
- this.skinTextBoxBackup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.skinTextBoxBackup.BackColor = System.Drawing.Color.Transparent;
- this.skinTextBoxBackup.Enabled = false;
- this.skinTextBoxBackup.Icon = null;
- this.skinTextBoxBackup.IconIsButton = false;
- this.skinTextBoxBackup.IsPasswordChat = '\0';
- this.skinTextBoxBackup.IsSystemPasswordChar = false;
- this.skinTextBoxBackup.Lines = new string[0];
- this.skinTextBoxBackup.Location = new System.Drawing.Point(68, 154);
- this.skinTextBoxBackup.Margin = new System.Windows.Forms.Padding(0);
- this.skinTextBoxBackup.MaxLength = 32767;
- this.skinTextBoxBackup.MinimumSize = new System.Drawing.Size(0, 28);
- this.skinTextBoxBackup.MouseBack = null;
- this.skinTextBoxBackup.Multiline = false;
- this.skinTextBoxBackup.Name = "skinTextBoxBackup";
- this.skinTextBoxBackup.NormlBack = null;
- this.skinTextBoxBackup.Padding = new System.Windows.Forms.Padding(5);
- this.skinTextBoxBackup.ReadOnly = false;
- this.skinTextBoxBackup.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.skinTextBoxBackup.Size = new System.Drawing.Size(161, 28);
- this.skinTextBoxBackup.TabIndex = 8;
- this.skinTextBoxBackup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.skinTextBoxBackup.WaterColor = System.Drawing.Color.DarkGray;
- this.skinTextBoxBackup.WaterText = "输入数据备份地址";
- this.skinTextBoxBackup.WordWrap = true;
- //
- // stxtDataBaseServer
- //
- this.stxtDataBaseServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.stxtDataBaseServer.BackColor = System.Drawing.Color.Transparent;
- this.stxtDataBaseServer.Icon = null;
- this.stxtDataBaseServer.IconIsButton = false;
- this.stxtDataBaseServer.IsPasswordChat = '\0';
- this.stxtDataBaseServer.IsSystemPasswordChar = false;
- this.stxtDataBaseServer.Lines = new string[0];
- this.stxtDataBaseServer.Location = new System.Drawing.Point(68, 26);
- this.stxtDataBaseServer.Margin = new System.Windows.Forms.Padding(0);
- this.stxtDataBaseServer.MaxLength = 32767;
- this.stxtDataBaseServer.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtDataBaseServer.MouseBack = null;
- this.stxtDataBaseServer.Multiline = false;
- this.stxtDataBaseServer.Name = "stxtDataBaseServer";
- this.stxtDataBaseServer.NormlBack = null;
- this.stxtDataBaseServer.Padding = new System.Windows.Forms.Padding(5);
- this.stxtDataBaseServer.ReadOnly = false;
- this.stxtDataBaseServer.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtDataBaseServer.Size = new System.Drawing.Size(214, 28);
- this.stxtDataBaseServer.TabIndex = 8;
- this.stxtDataBaseServer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtDataBaseServer.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtDataBaseServer.WaterText = "输入数据库服务器连接地址";
- this.stxtDataBaseServer.WordWrap = true;
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx1.Controls.Add(this.stxtRemoteAddress);
- this.groupBoxEx1.Controls.Add(this.skinCheckBoxOpen);
- this.groupBoxEx1.Controls.Add(this.labelEx1);
- this.groupBoxEx1.Location = new System.Drawing.Point(351, 68);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(286, 72);
- this.groupBoxEx1.TabIndex = 5;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "远程服务器设置";
- //
- // stxtRemoteAddress
- //
- this.stxtRemoteAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.stxtRemoteAddress.BackColor = System.Drawing.Color.Transparent;
- this.stxtRemoteAddress.Icon = null;
- this.stxtRemoteAddress.IconIsButton = false;
- this.stxtRemoteAddress.IsPasswordChat = '\0';
- this.stxtRemoteAddress.IsSystemPasswordChar = false;
- this.stxtRemoteAddress.Lines = new string[0];
- this.stxtRemoteAddress.Location = new System.Drawing.Point(79, 27);
- this.stxtRemoteAddress.Margin = new System.Windows.Forms.Padding(0);
- this.stxtRemoteAddress.MaxLength = 32767;
- this.stxtRemoteAddress.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtRemoteAddress.MouseBack = null;
- this.stxtRemoteAddress.Multiline = false;
- this.stxtRemoteAddress.Name = "stxtRemoteAddress";
- this.stxtRemoteAddress.NormlBack = null;
- this.stxtRemoteAddress.Padding = new System.Windows.Forms.Padding(5);
- this.stxtRemoteAddress.ReadOnly = false;
- this.stxtRemoteAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtRemoteAddress.Size = new System.Drawing.Size(56, 28);
- this.stxtRemoteAddress.TabIndex = 8;
- this.stxtRemoteAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtRemoteAddress.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtRemoteAddress.WaterText = "输入远程服务器连接地址";
- this.stxtRemoteAddress.WordWrap = true;
- //
- // skinCheckBoxOpen
- //
- this.skinCheckBoxOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.skinCheckBoxOpen.AutoSize = true;
- this.skinCheckBoxOpen.BackColor = System.Drawing.Color.Transparent;
- this.skinCheckBoxOpen.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinCheckBoxOpen.DownBack = null;
- this.skinCheckBoxOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinCheckBoxOpen.ForeColor = System.Drawing.Color.Black;
- this.skinCheckBoxOpen.Location = new System.Drawing.Point(148, 29);
- this.skinCheckBoxOpen.MouseBack = null;
- this.skinCheckBoxOpen.Name = "skinCheckBoxOpen";
- this.skinCheckBoxOpen.NormlBack = null;
- this.skinCheckBoxOpen.SelectedDownBack = null;
- this.skinCheckBoxOpen.SelectedMouseBack = null;
- this.skinCheckBoxOpen.SelectedNormlBack = null;
- this.skinCheckBoxOpen.Size = new System.Drawing.Size(135, 21);
- this.skinCheckBoxOpen.TabIndex = 9;
- this.skinCheckBoxOpen.Text = "开启远程服务器管理";
- this.skinCheckBoxOpen.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.ForeColor = System.Drawing.Color.Black;
- this.labelEx1.Location = new System.Drawing.Point(7, 33);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(77, 12);
- this.labelEx1.TabIndex = 7;
- this.labelEx1.Text = "远程服务器:";
- //
- // groupBoxEx9
- //
- this.groupBoxEx9.Controls.Add(this.stxtSmsPrice);
- this.groupBoxEx9.Controls.Add(this.sCheckBoxSmsAutomaticDelete);
- this.groupBoxEx9.Controls.Add(this.labelEx12);
- this.groupBoxEx9.Controls.Add(this.skinNumericUpDownDays);
- this.groupBoxEx9.Controls.Add(this.labelEx10);
- this.groupBoxEx9.Controls.Add(this.labelEx22);
- this.groupBoxEx9.Controls.Add(this.labelEx21);
- this.groupBoxEx9.Location = new System.Drawing.Point(7, 296);
- this.groupBoxEx9.Name = "groupBoxEx9";
- this.groupBoxEx9.Size = new System.Drawing.Size(335, 92);
- this.groupBoxEx9.TabIndex = 5;
- this.groupBoxEx9.TabStop = false;
- this.groupBoxEx9.Text = "知信设置";
- //
- // stxtSmsPrice
- //
- this.stxtSmsPrice.BackColor = System.Drawing.Color.Transparent;
- this.stxtSmsPrice.Icon = null;
- this.stxtSmsPrice.IconIsButton = false;
- this.stxtSmsPrice.IsPasswordChat = '\0';
- this.stxtSmsPrice.IsSystemPasswordChar = false;
- this.stxtSmsPrice.Lines = new string[] {
- "0"};
- this.stxtSmsPrice.Location = new System.Drawing.Point(80, 17);
- this.stxtSmsPrice.Margin = new System.Windows.Forms.Padding(0);
- this.stxtSmsPrice.MaxLength = 32767;
- this.stxtSmsPrice.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtSmsPrice.MouseBack = null;
- this.stxtSmsPrice.Multiline = false;
- this.stxtSmsPrice.Name = "stxtSmsPrice";
- this.stxtSmsPrice.NormlBack = null;
- this.stxtSmsPrice.Padding = new System.Windows.Forms.Padding(5);
- this.stxtSmsPrice.ReadOnly = false;
- this.stxtSmsPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtSmsPrice.Size = new System.Drawing.Size(65, 28);
- this.stxtSmsPrice.TabIndex = 8;
- this.stxtSmsPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtSmsPrice.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtSmsPrice.WaterText = "输入远程服务器连接地址";
- this.stxtSmsPrice.WordWrap = true;
- //
- // sCheckBoxSmsAutomaticDelete
- //
- this.sCheckBoxSmsAutomaticDelete.AutoSize = true;
- this.sCheckBoxSmsAutomaticDelete.BackColor = System.Drawing.Color.Transparent;
- this.sCheckBoxSmsAutomaticDelete.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sCheckBoxSmsAutomaticDelete.DownBack = null;
- this.sCheckBoxSmsAutomaticDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sCheckBoxSmsAutomaticDelete.ForeColor = System.Drawing.Color.Black;
- this.sCheckBoxSmsAutomaticDelete.Location = new System.Drawing.Point(250, 54);
- this.sCheckBoxSmsAutomaticDelete.MouseBack = null;
- this.sCheckBoxSmsAutomaticDelete.Name = "sCheckBoxSmsAutomaticDelete";
- this.sCheckBoxSmsAutomaticDelete.NormlBack = null;
- this.sCheckBoxSmsAutomaticDelete.SelectedDownBack = null;
- this.sCheckBoxSmsAutomaticDelete.SelectedMouseBack = null;
- this.sCheckBoxSmsAutomaticDelete.SelectedNormlBack = null;
- this.sCheckBoxSmsAutomaticDelete.Size = new System.Drawing.Size(75, 21);
- this.sCheckBoxSmsAutomaticDelete.TabIndex = 9;
- this.sCheckBoxSmsAutomaticDelete.Text = "自动删除";
- this.sCheckBoxSmsAutomaticDelete.UseVisualStyleBackColor = false;
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.ForeColor = System.Drawing.Color.Black;
- this.labelEx12.Location = new System.Drawing.Point(150, 25);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(35, 12);
- this.labelEx12.TabIndex = 7;
- this.labelEx12.Text = "元/条";
- //
- // skinNumericUpDownDays
- //
- this.skinNumericUpDownDays.Location = new System.Drawing.Point(80, 56);
- this.skinNumericUpDownDays.Maximum = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- this.skinNumericUpDownDays.Minimum = new decimal(new int[] {
- 3,
- 0,
- 0,
- 0});
- this.skinNumericUpDownDays.Name = "skinNumericUpDownDays";
- this.skinNumericUpDownDays.Size = new System.Drawing.Size(65, 21);
- this.skinNumericUpDownDays.TabIndex = 10;
- this.skinNumericUpDownDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.skinNumericUpDownDays.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.BackColor = System.Drawing.Color.Transparent;
- this.labelEx10.ForeColor = System.Drawing.Color.Black;
- this.labelEx10.Location = new System.Drawing.Point(2, 25);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(77, 12);
- this.labelEx10.TabIndex = 7;
- this.labelEx10.Text = "每条短信单价";
- //
- // labelEx22
- //
- this.labelEx22.AutoSize = true;
- this.labelEx22.ForeColor = System.Drawing.Color.Black;
- this.labelEx22.Location = new System.Drawing.Point(148, 60);
- this.labelEx22.Name = "labelEx22";
- this.labelEx22.Size = new System.Drawing.Size(77, 12);
- this.labelEx22.TabIndex = 7;
- this.labelEx22.Text = "天前短信记录";
- //
- // labelEx21
- //
- this.labelEx21.AutoSize = true;
- this.labelEx21.ForeColor = System.Drawing.Color.Black;
- this.labelEx21.Location = new System.Drawing.Point(25, 60);
- this.labelEx21.Name = "labelEx21";
- this.labelEx21.Size = new System.Drawing.Size(53, 12);
- this.labelEx21.TabIndex = 7;
- this.labelEx21.Text = "自动删除";
- //
- // groupBoxEx5
- //
- this.groupBoxEx5.Controls.Add(this.skinTextBoxCount);
- this.groupBoxEx5.Controls.Add(this.skinCheckBoxCount);
- this.groupBoxEx5.Controls.Add(this.labelEx8);
- this.groupBoxEx5.Location = new System.Drawing.Point(6, 230);
- this.groupBoxEx5.Name = "groupBoxEx5";
- this.groupBoxEx5.Size = new System.Drawing.Size(335, 60);
- this.groupBoxEx5.TabIndex = 5;
- this.groupBoxEx5.TabStop = false;
- this.groupBoxEx5.Text = "报表分页设置";
- //
- // skinTextBoxCount
- //
- this.skinTextBoxCount.BackColor = System.Drawing.Color.Transparent;
- this.skinTextBoxCount.Icon = null;
- this.skinTextBoxCount.IconIsButton = false;
- this.skinTextBoxCount.IsPasswordChat = '\0';
- this.skinTextBoxCount.IsSystemPasswordChar = false;
- this.skinTextBoxCount.Lines = new string[] {
- "200"};
- this.skinTextBoxCount.Location = new System.Drawing.Point(81, 19);
- this.skinTextBoxCount.Margin = new System.Windows.Forms.Padding(0);
- this.skinTextBoxCount.MaxLength = 32767;
- this.skinTextBoxCount.MinimumSize = new System.Drawing.Size(0, 28);
- this.skinTextBoxCount.MouseBack = null;
- this.skinTextBoxCount.Multiline = false;
- this.skinTextBoxCount.Name = "skinTextBoxCount";
- this.skinTextBoxCount.NormlBack = null;
- this.skinTextBoxCount.Padding = new System.Windows.Forms.Padding(5);
- this.skinTextBoxCount.ReadOnly = false;
- this.skinTextBoxCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.skinTextBoxCount.Size = new System.Drawing.Size(65, 28);
- this.skinTextBoxCount.TabIndex = 8;
- this.skinTextBoxCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.skinTextBoxCount.WaterColor = System.Drawing.Color.DarkGray;
- this.skinTextBoxCount.WaterText = "输入远程服务器连接地址";
- this.skinTextBoxCount.WordWrap = true;
- //
- // skinCheckBoxCount
- //
- this.skinCheckBoxCount.AutoSize = true;
- this.skinCheckBoxCount.BackColor = System.Drawing.Color.Transparent;
- this.skinCheckBoxCount.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinCheckBoxCount.DownBack = null;
- this.skinCheckBoxCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinCheckBoxCount.ForeColor = System.Drawing.Color.Black;
- this.skinCheckBoxCount.Location = new System.Drawing.Point(227, 23);
- this.skinCheckBoxCount.MouseBack = null;
- this.skinCheckBoxCount.Name = "skinCheckBoxCount";
- this.skinCheckBoxCount.NormlBack = null;
- this.skinCheckBoxCount.SelectedDownBack = null;
- this.skinCheckBoxCount.SelectedMouseBack = null;
- this.skinCheckBoxCount.SelectedNormlBack = null;
- this.skinCheckBoxCount.Size = new System.Drawing.Size(99, 21);
- this.skinCheckBoxCount.TabIndex = 9;
- this.skinCheckBoxCount.Text = "显示所有记录";
- this.skinCheckBoxCount.UseVisualStyleBackColor = false;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.BackColor = System.Drawing.Color.Transparent;
- this.labelEx8.ForeColor = System.Drawing.Color.Black;
- this.labelEx8.Location = new System.Drawing.Point(3, 27);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(77, 12);
- this.labelEx8.TabIndex = 7;
- this.labelEx8.Text = "每页显示条数";
- //
- // skinButtomSave
- //
- this.skinButtomSave.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomSave.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomSave.DownBack = null;
- this.skinButtomSave.Font = new System.Drawing.Font("微软雅黑", 25.25F, System.Drawing.FontStyle.Bold);
- this.skinButtomSave.ForeColor = System.Drawing.Color.White;
- this.skinButtomSave.Location = new System.Drawing.Point(7, 438);
- this.skinButtomSave.MouseBack = null;
- this.skinButtomSave.Name = "skinButtomSave";
- this.skinButtomSave.NormlBack = null;
- this.skinButtomSave.Size = new System.Drawing.Size(335, 47);
- this.skinButtomSave.TabIndex = 3;
- this.skinButtomSave.Text = "保 存 设 置";
- this.skinButtomSave.UseVisualStyleBackColor = false;
- this.skinButtomSave.Click += new System.EventHandler(this.skinButtomSave_Click);
- //
- // groupBoxEx4
- //
- this.groupBoxEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx4.Controls.Add(this.labelEx2);
- this.groupBoxEx4.ForeColor = System.Drawing.Color.Red;
- this.groupBoxEx4.Location = new System.Drawing.Point(7, 18);
- this.groupBoxEx4.Name = "groupBoxEx4";
- this.groupBoxEx4.Size = new System.Drawing.Size(630, 44);
- this.groupBoxEx4.TabIndex = 5;
- this.groupBoxEx4.TabStop = false;
- this.groupBoxEx4.Text = "温馨提示";
- //
- // labelEx2
- //
- this.labelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelEx2.ForeColor = System.Drawing.Color.Blue;
- this.labelEx2.Location = new System.Drawing.Point(3, 17);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(624, 24);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "如果软件终端不能正常连接到服务器,请检查服务是否安装并正常工作";
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.White;
- this.tabPage2.Controls.Add(this.groupBoxEx7);
- this.tabPage2.Controls.Add(this.groupBoxEx8);
- this.tabPage2.Location = new System.Drawing.Point(4, 29);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(702, 412);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "系统用户设置";
- //
- // groupBoxEx7
- //
- this.groupBoxEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx7.Controls.Add(this.dataGridViewEx1);
- this.groupBoxEx7.Controls.Add(this.skinButtomQueryAll);
- this.groupBoxEx7.Controls.Add(this.skinButtomQuery);
- this.groupBoxEx7.Controls.Add(this.skinTextBoxQuery);
- this.groupBoxEx7.Controls.Add(this.labelEx11);
- this.groupBoxEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx7.Location = new System.Drawing.Point(8, 67);
- this.groupBoxEx7.Name = "groupBoxEx7";
- this.groupBoxEx7.Size = new System.Drawing.Size(688, 339);
- this.groupBoxEx7.TabIndex = 1;
- this.groupBoxEx7.TabStop = false;
- this.groupBoxEx7.Text = "数据查询";
- //
- // dataGridViewEx1
- //
- this.dataGridViewEx1.AllowUserToAddRows = false;
- this.dataGridViewEx1.AllowUserToDeleteRows = false;
- this.dataGridViewEx1.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
- this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewEx1.EnableHeadersVisualStyles = false;
- this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
- "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
- this.dataGridViewEx1.IsCompleteBonding = false;
- this.dataGridViewEx1.Location = new System.Drawing.Point(4, 48);
- this.dataGridViewEx1.Name = "dataGridViewEx1";
- this.dataGridViewEx1.RowHeadersVisible = false;
- this.dataGridViewEx1.RowTemplate.Height = 23;
- this.dataGridViewEx1.RowTemplate.ReadOnly = true;
- this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewEx1.Size = new System.Drawing.Size(676, 285);
- this.dataGridViewEx1.TabIndex = 2;
- this.dataGridViewEx1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewEx1_CellDoubleClick);
- //
- // skinButtomQueryAll
- //
- this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQueryAll.DownBack = null;
- this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQueryAll.Location = new System.Drawing.Point(412, 17);
- this.skinButtomQueryAll.MouseBack = null;
- this.skinButtomQueryAll.Name = "skinButtomQueryAll";
- this.skinButtomQueryAll.NormlBack = null;
- this.skinButtomQueryAll.Size = new System.Drawing.Size(70, 28);
- this.skinButtomQueryAll.TabIndex = 0;
- this.skinButtomQueryAll.Text = "所有用户";
- this.skinButtomQueryAll.UseVisualStyleBackColor = false;
- this.skinButtomQueryAll.Click += new System.EventHandler(this.skinButtomQueryAll_Click);
- //
- // skinButtomQuery
- //
- this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQuery.DownBack = null;
- this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQuery.Location = new System.Drawing.Point(333, 17);
- this.skinButtomQuery.MouseBack = null;
- this.skinButtomQuery.Name = "skinButtomQuery";
- this.skinButtomQuery.NormlBack = null;
- this.skinButtomQuery.Size = new System.Drawing.Size(70, 28);
- this.skinButtomQuery.TabIndex = 0;
- this.skinButtomQuery.Text = "查 询";
- this.skinButtomQuery.UseVisualStyleBackColor = false;
- this.skinButtomQuery.Click += new System.EventHandler(this.skinButtomQuery_Click);
- //
- // skinTextBoxQuery
- //
- this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinTextBoxQuery.Icon = null;
- this.skinTextBoxQuery.IconIsButton = false;
- this.skinTextBoxQuery.IsPasswordChat = '\0';
- this.skinTextBoxQuery.IsSystemPasswordChar = false;
- this.skinTextBoxQuery.Lines = new string[0];
- this.skinTextBoxQuery.Location = new System.Drawing.Point(64, 17);
- this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
- this.skinTextBoxQuery.MaxLength = 32767;
- this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
- this.skinTextBoxQuery.MouseBack = null;
- this.skinTextBoxQuery.Multiline = false;
- this.skinTextBoxQuery.Name = "skinTextBoxQuery";
- this.skinTextBoxQuery.NormlBack = null;
- this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
- this.skinTextBoxQuery.ReadOnly = false;
- this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.skinTextBoxQuery.Size = new System.Drawing.Size(261, 28);
- this.skinTextBoxQuery.TabIndex = 1;
- this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
- this.skinTextBoxQuery.WaterText = "请输入查询关键字";
- this.skinTextBoxQuery.WordWrap = true;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Location = new System.Drawing.Point(6, 24);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(56, 17);
- this.labelEx11.TabIndex = 0;
- this.labelEx11.Text = "关键字:";
- //
- // groupBoxEx8
- //
- this.groupBoxEx8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxEx8.Controls.Add(this.skinCbPrivilege);
- this.groupBoxEx8.Controls.Add(this.skinButtomDel);
- this.groupBoxEx8.Controls.Add(this.sbtnUpdatePwd);
- this.groupBoxEx8.Controls.Add(this.sbtnAddCustomer);
- this.groupBoxEx8.Controls.Add(this.stxtUpwd);
- this.groupBoxEx8.Controls.Add(this.stxtUname);
- this.groupBoxEx8.Controls.Add(this.labelEx16);
- this.groupBoxEx8.Controls.Add(this.labelEx15);
- this.groupBoxEx8.Controls.Add(this.labelEx14);
- this.groupBoxEx8.Location = new System.Drawing.Point(8, 6);
- this.groupBoxEx8.Name = "groupBoxEx8";
- this.groupBoxEx8.Size = new System.Drawing.Size(688, 55);
- this.groupBoxEx8.TabIndex = 2;
- this.groupBoxEx8.TabStop = false;
- this.groupBoxEx8.Text = "工具栏";
- //
- // skinCbPrivilege
- //
- this.skinCbPrivilege.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.skinCbPrivilege.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.skinCbPrivilege.FormattingEnabled = true;
- this.skinCbPrivilege.Location = new System.Drawing.Point(341, 19);
- this.skinCbPrivilege.Name = "skinCbPrivilege";
- this.skinCbPrivilege.Size = new System.Drawing.Size(101, 22);
- this.skinCbPrivilege.TabIndex = 2;
- this.skinCbPrivilege.WaterText = "";
- //
- // skinButtomDel
- //
- this.skinButtomDel.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomDel.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomDel.DownBack = null;
- this.skinButtomDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomDel.Location = new System.Drawing.Point(606, 16);
- this.skinButtomDel.MouseBack = null;
- this.skinButtomDel.Name = "skinButtomDel";
- this.skinButtomDel.NormlBack = null;
- this.skinButtomDel.Size = new System.Drawing.Size(70, 28);
- this.skinButtomDel.TabIndex = 0;
- this.skinButtomDel.Text = "删除用户";
- this.skinButtomDel.UseVisualStyleBackColor = false;
- this.skinButtomDel.Click += new System.EventHandler(this.skinButtomDel_Click);
- //
- // sbtnUpdatePwd
- //
- this.sbtnUpdatePwd.BackColor = System.Drawing.Color.Transparent;
- this.sbtnUpdatePwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnUpdatePwd.DownBack = null;
- this.sbtnUpdatePwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnUpdatePwd.Location = new System.Drawing.Point(527, 16);
- this.sbtnUpdatePwd.MouseBack = null;
- this.sbtnUpdatePwd.Name = "sbtnUpdatePwd";
- this.sbtnUpdatePwd.NormlBack = null;
- this.sbtnUpdatePwd.Size = new System.Drawing.Size(70, 28);
- this.sbtnUpdatePwd.TabIndex = 0;
- this.sbtnUpdatePwd.Text = "修改密码";
- this.sbtnUpdatePwd.UseVisualStyleBackColor = false;
- this.sbtnUpdatePwd.Click += new System.EventHandler(this.sbtnUpdatePwd_Click);
- //
- // sbtnAddCustomer
- //
- this.sbtnAddCustomer.BackColor = System.Drawing.Color.Transparent;
- this.sbtnAddCustomer.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnAddCustomer.DownBack = null;
- this.sbtnAddCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnAddCustomer.Location = new System.Drawing.Point(448, 16);
- this.sbtnAddCustomer.MouseBack = null;
- this.sbtnAddCustomer.Name = "sbtnAddCustomer";
- this.sbtnAddCustomer.NormlBack = null;
- this.sbtnAddCustomer.Size = new System.Drawing.Size(70, 28);
- this.sbtnAddCustomer.TabIndex = 0;
- this.sbtnAddCustomer.Text = "添加用户";
- this.sbtnAddCustomer.UseVisualStyleBackColor = false;
- this.sbtnAddCustomer.Click += new System.EventHandler(this.sbtnAddCustomer_Click);
- //
- // stxtUpwd
- //
- this.stxtUpwd.BackColor = System.Drawing.Color.Transparent;
- this.stxtUpwd.Icon = null;
- this.stxtUpwd.IconIsButton = false;
- this.stxtUpwd.IsPasswordChat = '\0';
- this.stxtUpwd.IsSystemPasswordChar = false;
- this.stxtUpwd.Lines = new string[0];
- this.stxtUpwd.Location = new System.Drawing.Point(201, 17);
- this.stxtUpwd.Margin = new System.Windows.Forms.Padding(0);
- this.stxtUpwd.MaxLength = 32767;
- this.stxtUpwd.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtUpwd.MouseBack = null;
- this.stxtUpwd.Multiline = false;
- this.stxtUpwd.Name = "stxtUpwd";
- this.stxtUpwd.NormlBack = null;
- this.stxtUpwd.Padding = new System.Windows.Forms.Padding(5);
- this.stxtUpwd.ReadOnly = false;
- this.stxtUpwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtUpwd.Size = new System.Drawing.Size(100, 28);
- this.stxtUpwd.TabIndex = 1;
- this.stxtUpwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtUpwd.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtUpwd.WaterText = "请输入密码";
- this.stxtUpwd.WordWrap = true;
- //
- // stxtUname
- //
- this.stxtUname.BackColor = System.Drawing.Color.Transparent;
- this.stxtUname.Icon = null;
- this.stxtUname.IconIsButton = false;
- this.stxtUname.IsPasswordChat = '\0';
- this.stxtUname.IsSystemPasswordChar = false;
- this.stxtUname.Lines = new string[0];
- this.stxtUname.Location = new System.Drawing.Point(64, 17);
- this.stxtUname.Margin = new System.Windows.Forms.Padding(0);
- this.stxtUname.MaxLength = 32767;
- this.stxtUname.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtUname.MouseBack = null;
- this.stxtUname.Multiline = false;
- this.stxtUname.Name = "stxtUname";
- this.stxtUname.NormlBack = null;
- this.stxtUname.Padding = new System.Windows.Forms.Padding(5);
- this.stxtUname.ReadOnly = false;
- this.stxtUname.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtUname.Size = new System.Drawing.Size(98, 28);
- this.stxtUname.TabIndex = 1;
- this.stxtUname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtUname.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtUname.WaterText = "请输入用户名";
- this.stxtUname.WordWrap = true;
- //
- // labelEx16
- //
- this.labelEx16.AutoSize = true;
- this.labelEx16.BackColor = System.Drawing.Color.Transparent;
- this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx16.Location = new System.Drawing.Point(302, 22);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(35, 17);
- this.labelEx16.TabIndex = 0;
- this.labelEx16.Text = "权限:";
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.BackColor = System.Drawing.Color.Transparent;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx15.Location = new System.Drawing.Point(165, 22);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(35, 17);
- this.labelEx15.TabIndex = 0;
- this.labelEx15.Text = "密码:";
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.BackColor = System.Drawing.Color.Transparent;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx14.Location = new System.Drawing.Point(13, 22);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(47, 17);
- this.labelEx14.TabIndex = 0;
- this.labelEx14.Text = "用户名:";
- //
- // frmSystemSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(710, 510);
- this.Name = "frmSystemSetting";
- this.Text = "系统设置";
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.groupBoxEx3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).EndInit();
- this.groupBoxEx6.ResumeLayout(false);
- this.groupBoxEx6.PerformLayout();
- this.groupBoxEx2.ResumeLayout(false);
- this.groupBoxEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownFeng)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownShi)).EndInit();
- this.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx1.PerformLayout();
- this.groupBoxEx9.ResumeLayout(false);
- this.groupBoxEx9.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.skinNumericUpDownDays)).EndInit();
- this.groupBoxEx5.ResumeLayout(false);
- this.groupBoxEx5.PerformLayout();
- this.groupBoxEx4.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.groupBoxEx7.ResumeLayout(false);
- this.groupBoxEx7.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
- this.groupBoxEx8.ResumeLayout(false);
- this.groupBoxEx8.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.TabPage tabPage1;
- private ComponentLibrary.GroupBoxEx groupBoxEx3;
- private OtherExpansion.SkinControl.SkinButtom sbtnStartup;
- private OtherExpansion.SkinControl.SkinButtom sbtnInstallService;
- private OtherExpansion.SkinControl.SkinButtom sbtnUninstall;
- private OtherExpansion.SkinControl.SkinButtom sbtnStop;
- private ComponentLibrary.PictureBoxEx picExStateDiagram;
- private ComponentLibrary.GroupBoxEx groupBoxEx4;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- private ComponentLibrary.LabelEx labelEx3;
- private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseServer;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxOpen;
- private ComponentLibrary.LabelEx labelEx1;
- private OtherExpansion.SkinControl.SkinTextBox stxtRemoteAddress;
- private OtherExpansion.SkinControl.SkinButtom skinButtomSave;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx6;
- private OtherExpansion.SkinControl.SkinTextBox stxtDataBasePass;
- private ComponentLibrary.LabelEx labelEx5;
- private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseUser;
- private OtherExpansion.SkinControl.SkinTextBox stxtDataBaseName;
- private OtherExpansion.SkinControl.SkinTextBox stxtDataBasePort;
- private ComponentLibrary.GroupBoxEx groupBoxEx5;
- private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxCount;
- private ComponentLibrary.LabelEx labelEx8;
- private OtherExpansion.SkinControl.SkinTextBox skinTextBoxCount;
- private ComponentLibrary.GroupBoxEx groupBoxEx6;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx13;
- private OtherExpansion.SkinControl.SkinTextBox stxtAccountLength;
- private OtherExpansion.SkinControl.SkinTextBox stxtAccountPrefix;
- private System.Windows.Forms.TabPage tabPage2;
- private ComponentLibrary.GroupBoxEx groupBoxEx7;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
- private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.GroupBoxEx groupBoxEx8;
- private OtherExpansion.SkinControl.SkinButtom sbtnUpdatePwd;
- private OtherExpansion.SkinControl.SkinButtom sbtnAddCustomer;
- private ComponentLibrary.GroupBoxEx groupBoxEx9;
- private ComponentLibrary.LabelEx labelEx10;
- private OtherExpansion.SkinControl.SkinTextBox stxtSmsPrice;
- private ComponentLibrary.LabelEx labelEx12;
- private OtherExpansion.SkinControl.SkinTextBox stxtUpwd;
- private OtherExpansion.SkinControl.SkinTextBox stxtUname;
- private ComponentLibrary.LabelEx labelEx15;
- private ComponentLibrary.LabelEx labelEx14;
- private OtherExpansion.SkinControl.SkinButtom skinButtomDel;
- private OtherExpansion.SkinControl.SkinComboBox skinCbPrivilege;
- private ComponentLibrary.LabelEx labelEx16;
- private ComponentLibrary.DataGridViewEx dataGridViewEx1;
- private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownFeng;
- private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownShi;
- private OtherExpansion.SkinControl.SkinCheckBox skinCheckBoxBackup;
- private OtherExpansion.SkinControl.SkinButtom skinButtomBackup;
- private ComponentLibrary.LabelEx labelEx20;
- private ComponentLibrary.LabelEx labelEx19;
- private ComponentLibrary.LabelEx labelEx18;
- private ComponentLibrary.LabelEx labelEx17;
- private OtherExpansion.SkinControl.SkinTextBox skinTextBoxBackup;
- private OtherExpansion.SkinControl.SkinCheckBox sCheckBoxSmsAutomaticDelete;
- private OtherExpansion.SkinControl.SkinNumericUpDown skinNumericUpDownDays;
- private ComponentLibrary.LabelEx labelEx22;
- private ComponentLibrary.LabelEx labelEx21;
-
- }
- }
|