📄 frmmain.cs
字号:
this.btnFresh1.Name = "btnFresh1";
this.btnFresh1.Size = new System.Drawing.Size(64, 24);
this.btnFresh1.TabIndex = 15;
this.btnFresh1.Text = "刷新";
this.btnFresh1.Click += new System.EventHandler(this.btnFresh1_Click);
//
// label14
//
this.label14.Location = new System.Drawing.Point(16, 72);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(56, 16);
this.label14.TabIndex = 14;
this.label14.Text = "数据库:";
//
// txtSqlPWD
//
this.txtSqlPWD.Location = new System.Drawing.Point(248, 56);
this.txtSqlPWD.Name = "txtSqlPWD";
this.txtSqlPWD.Size = new System.Drawing.Size(128, 21);
this.txtSqlPWD.TabIndex = 5;
this.txtSqlPWD.Text = "";
//
// txtSqlName
//
this.txtSqlName.Location = new System.Drawing.Point(248, 24);
this.txtSqlName.Name = "txtSqlName";
this.txtSqlName.Size = new System.Drawing.Size(128, 21);
this.txtSqlName.TabIndex = 4;
this.txtSqlName.Text = "sa";
//
// txtSqlHost
//
this.txtSqlHost.Location = new System.Drawing.Point(16, 40);
this.txtSqlHost.Name = "txtSqlHost";
this.txtSqlHost.Size = new System.Drawing.Size(144, 21);
this.txtSqlHost.TabIndex = 3;
this.txtSqlHost.Text = "(local)";
//
// label13
//
this.label13.Location = new System.Drawing.Point(192, 56);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(48, 16);
this.label13.TabIndex = 2;
this.label13.Text = "口 令";
//
// label12
//
this.label12.Location = new System.Drawing.Point(192, 24);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(56, 16);
this.label12.TabIndex = 1;
this.label12.Text = "用户名";
//
// label11
//
this.label11.Location = new System.Drawing.Point(16, 24);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 24);
this.label11.TabIndex = 0;
this.label11.Text = "服务器:";
//
// btnSrvOption
//
this.btnSrvOption.Location = new System.Drawing.Point(16, 104);
this.btnSrvOption.Name = "btnSrvOption";
this.btnSrvOption.Size = new System.Drawing.Size(104, 24);
this.btnSrvOption.TabIndex = 4;
this.btnSrvOption.Text = "启动服务";
this.btnSrvOption.Click += new System.EventHandler(this.btnSrvOption_Click);
//
// label10
//
this.label10.Location = new System.Drawing.Point(8, 72);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(152, 16);
this.label10.TabIndex = 3;
this.label10.Text = "(单位:秒)[范围:10-999]";
//
// label4
//
this.label4.Location = new System.Drawing.Point(16, 16);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 16);
this.label4.TabIndex = 2;
this.label4.Text = "服务运行周期";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(16, 40);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(120, 21);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "";
//
// TG_MsgSet
//
this.TG_MsgSet.Controls.Add(this.txbJLlogPWD);
this.TG_MsgSet.Controls.Add(this.label9);
this.TG_MsgSet.Controls.Add(this.txbJLlogName);
this.TG_MsgSet.Controls.Add(this.label8);
this.TG_MsgSet.Controls.Add(this.groupBox2);
this.TG_MsgSet.Location = new System.Drawing.Point(4, 21);
this.TG_MsgSet.Name = "TG_MsgSet";
this.TG_MsgSet.Size = new System.Drawing.Size(568, 151);
this.TG_MsgSet.TabIndex = 2;
this.TG_MsgSet.Text = "短信息设置";
//
// txbJLlogPWD
//
this.txbJLlogPWD.Location = new System.Drawing.Point(160, 32);
this.txbJLlogPWD.Name = "txbJLlogPWD";
this.txbJLlogPWD.PasswordChar = '*';
this.txbJLlogPWD.Size = new System.Drawing.Size(176, 21);
this.txbJLlogPWD.TabIndex = 4;
this.txbJLlogPWD.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(64, 40);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(112, 16);
this.label9.TabIndex = 3;
this.label9.Text = "巨澜登录密码";
//
// txbJLlogName
//
this.txbJLlogName.Location = new System.Drawing.Point(160, 8);
this.txbJLlogName.Name = "txbJLlogName";
this.txbJLlogName.Size = new System.Drawing.Size(176, 21);
this.txbJLlogName.TabIndex = 2;
this.txbJLlogName.Text = "";
//
// label8
//
this.label8.Location = new System.Drawing.Point(64, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(136, 16);
this.label8.TabIndex = 1;
this.label8.Text = "巨澜登录用户名";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.chkHaveCadreman);
this.groupBox2.Controls.Add(this.chkCheckRemind);
this.groupBox2.Controls.Add(this.chkFestival);
this.groupBox2.Controls.Add(this.chkBirthday);
this.groupBox2.Controls.Add(this.chkLogistics);
this.groupBox2.Controls.Add(this.chkBottleNeck);
this.groupBox2.Controls.Add(this.chkDawnMarginRemind);
this.groupBox2.Controls.Add(this.chkNewAdd);
this.groupBox2.Location = new System.Drawing.Point(32, 72);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(512, 72);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "短信息有效范围设置";
//
// chkHaveCadreman
//
this.chkHaveCadreman.Location = new System.Drawing.Point(16, 40);
this.chkHaveCadreman.Name = "chkHaveCadreman";
this.chkHaveCadreman.Size = new System.Drawing.Size(136, 24);
this.chkHaveCadreman.TabIndex = 7;
this.chkHaveCadreman.Text = "获取骨干奖权数祝福";
//
// chkCheckRemind
//
this.chkCheckRemind.Location = new System.Drawing.Point(400, 40);
this.chkCheckRemind.Name = "chkCheckRemind";
this.chkCheckRemind.Size = new System.Drawing.Size(80, 24);
this.chkCheckRemind.TabIndex = 6;
this.chkCheckRemind.Text = "考核提醒";
//
// chkFestival
//
this.chkFestival.Location = new System.Drawing.Point(288, 40);
this.chkFestival.Name = "chkFestival";
this.chkFestival.Size = new System.Drawing.Size(88, 24);
this.chkFestival.TabIndex = 5;
this.chkFestival.Text = "节日祝福";
//
// chkBirthday
//
this.chkBirthday.Location = new System.Drawing.Point(168, 40);
this.chkBirthday.Name = "chkBirthday";
this.chkBirthday.Size = new System.Drawing.Size(96, 24);
this.chkBirthday.TabIndex = 4;
this.chkBirthday.Text = "生日祝福";
//
// chkLogistics
//
this.chkLogistics.Location = new System.Drawing.Point(400, 16);
this.chkLogistics.Name = "chkLogistics";
this.chkLogistics.Size = new System.Drawing.Size(96, 24);
this.chkLogistics.TabIndex = 3;
this.chkLogistics.Text = "物流提醒";
//
// chkBottleNeck
//
this.chkBottleNeck.Location = new System.Drawing.Point(288, 16);
this.chkBottleNeck.Name = "chkBottleNeck";
this.chkBottleNeck.Size = new System.Drawing.Size(96, 24);
this.chkBottleNeck.TabIndex = 2;
this.chkBottleNeck.Text = "瓶颈期提醒";
//
// chkDawnMarginRemind
//
this.chkDawnMarginRemind.Location = new System.Drawing.Point(168, 16);
this.chkDawnMarginRemind.Name = "chkDawnMarginRemind";
this.chkDawnMarginRemind.Size = new System.Drawing.Size(96, 24);
this.chkDawnMarginRemind.TabIndex = 1;
this.chkDawnMarginRemind.Text = "冲刺前提醒";
//
// chkNewAdd
//
this.chkNewAdd.Location = new System.Drawing.Point(16, 16);
this.chkNewAdd.Name = "chkNewAdd";
this.chkNewAdd.Size = new System.Drawing.Size(112, 24);
this.chkNewAdd.TabIndex = 0;
this.chkNewAdd.Text = "新加入欢迎致词";
//
// TG_Database
//
this.TG_Database.Controls.Add(this.groupBox1);
this.TG_Database.Location = new System.Drawing.Point(4, 21);
this.TG_Database.Name = "TG_Database";
this.TG_Database.Size = new System.Drawing.Size(568, 151);
this.TG_Database.TabIndex = 1;
this.TG_Database.Text = "数据库";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboDataBase);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.btnUnCompress);
this.groupBox1.Controls.Add(this.btnRestore);
this.groupBox1.Controls.Add(this.button8);
this.groupBox1.Controls.Add(this.btnCompress);
this.groupBox1.Controls.Add(this.btnBakcup);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.txbResPath);
this.groupBox1.Controls.Add(this.btnFresh);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txbBakPath);
this.groupBox1.Location = new System.Drawing.Point(8, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(560, 128);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "备份与恢复";
//
// cboDataBase
//
this.cboDataBase.Location = new System.Drawing.Point(60, 32);
this.cboDataBase.Name = "cboDataBase";
this.cboDataBase.Size = new System.Drawing.Size(144, 20);
this.cboDataBase.TabIndex = 13;
//
// label3
//
this.label3.Location = new System.Drawing.Point(4, 100);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 16);
this.label3.TabIndex = 12;
this.label3.Text = "恢复路径";
//
// label2
//
this.label2.Location = new System.Drawing.Point(4, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 11;
this.label2.Text = "备份路径";
//
// btnUnCompress
//
this.btnUnCompress.Location = new System.Drawing.Point(512, 96);
this.btnUnCompress.Name = "btnUnCompress";
this.btnUnCompress.Size = new System.Drawing.Size(40, 24);
this.btnUnCompress.TabIndex = 10;
this.btnUnCompress.Text = "解压";
this.btnUnCompress.Click += new System.EventHandler(this.btnUnCompress_Click);
//
// btnRestore
//
this.btnRestore.Location = new System.Drawing.Point(442, 96);
this.btnRestore.Name = "btnRestore";
this.btnRestore.Size = new System.Drawing.Size(64, 24);
this.btnRestore.TabIndex = 9;
this.btnRestore.Text = "开始恢复";
this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(388, 96);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(48, 24);
this.button8.TabIndex = 8;
this.button8.Text = "浏览";
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// btnCompress
//
this.btnCompress.Location = new System.Drawing.Point(512, 64);
this.btnCompress.Name = "btnCompress";
this.btnCompress.Size = new System.Drawing.Size(40, 24);
this.btnCompress.TabIndex = 7;
this.btnCompress.Text = "压缩";
this.btnCompress.Click += new System.EventHandler(this.btnCompress_Click);
//
// btnBakcup
//
this.btnBakcup.Location = new System.Drawing.Point(442, 64);
this.btnBakcup.Name = "btnBakcup";
this.btnBakcup.Size = new System.Drawing.Size(64, 24);
this.btnBakcup.TabIndex = 6;
this.btnBakcup.Text = "开始备份";
this.btnBakcup.Click += new System.EventHandler(this.btnBakcup_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(388, 64);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(48, 24);
this.button5.TabIndex = 5;
this.button5.Text = "浏览";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// txbResPath
//
this.txbResPath.Location = new System.Drawing.Point(60, 96);
this.txbResPath.Name = "txbResPath";
this.txbResPath.Size = new System.Drawing.Size(324, 21);
this.txbResPath.TabIndex = 4;
this.txbResPath.Text = "";
//
// btnFresh
//
this.btnFresh.Location = new System.Drawing.Point(208, 32);
this.btnFresh.Name = "btnFresh";
this.btnFresh.Size = new System.Drawing.Size(64, 24);
this.btnFresh.TabIndex = 3;
this.btnFresh.Text = "刷新";
this.btnFresh.Click += new System.EventHandler(this.btnFresh_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(4, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 1;
this.label1.Text = "数据库:";
//
// txbBakPath
//
this.txbBakPath.Location = new System.Drawing.Point(60, 64);
this.txbBakPath.Name = "txbBakPath";
this.txbBakPath.Size = new System.Drawing.Size(324, 21);
this.txbBakPath.TabIndex = 0;
this.txbBakPath.Text = "";
//
// TG_MsgContent
//
this.TG_MsgContent.Controls.Add(this.btnMsgFresh);
this.TG_MsgContent.Controls.Add(this.label7);
this.TG_MsgContent.Controls.Add(this.btnModify);
this.TG_MsgContent.Controls.Add(this.btnNew);
this.TG_MsgContent.Controls.Add(this.txbMsgContent);
this.TG_MsgContent.Controls.Add(this.cmbMsgType);
this.TG_MsgContent.Controls.Add(this.label6);
this.TG_MsgContent.Controls.Add(this.label5);
this.TG_MsgContent.Location = new System.Drawing.Point(4, 21);
this.TG_MsgContent.Name = "TG_MsgContent";
this.TG_MsgContent.Size = new System.Drawing.Size(568, 151);
this.TG_MsgContent.TabIndex = 3;
this.TG_MsgContent.Text = "短信内容设置";
//
// btnMsgFresh
//
this.btnMsgFresh.Location = new System.Drawing.Point(472, 16);
this.btnMsgFresh.Name = "btnMsgFresh";
this.btnMsgFresh.Size = new System.Drawing.Size(80, 24);
this.btnMsgFresh.TabIndex = 7;
this.btnMsgFresh.Text = "刷新";
this.btnMsgFresh.Click += new System.EventHandler(this.btnMsgFresh_Click);
//
// label7
//
this.label7.Location = new System.Drawing.Point(16, 72);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 16);
this.label7.TabIndex = 6;
this.label7.Text = "(70汉字以内)";
//
// btnModify
//
this.btnModify.Location = new System.Drawing.Point(472, 80);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -