⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 java编写的邮件群发软件
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // 
            // cl_Username
            // 
            this.cl_Username.Text = "用户名";
            this.cl_Username.Width = 94;
            // 
            // cl_Password
            // 
            this.cl_Password.Text = "密码";
            this.cl_Password.Width = 100;
            // 
            // tabSendLog
            // 
            this.tabSendLog.Controls.Add(this.btnClearLog);
            this.tabSendLog.Controls.Add(this.txtSendLog);
            this.tabSendLog.Location = new System.Drawing.Point(4, 21);
            this.tabSendLog.Name = "tabSendLog";
            this.tabSendLog.Padding = new System.Windows.Forms.Padding(3);
            this.tabSendLog.Size = new System.Drawing.Size(480, 299);
            this.tabSendLog.TabIndex = 4;
            this.tabSendLog.Text = "发送日志";
            this.tabSendLog.UseVisualStyleBackColor = true;
            // 
            // statusStrip1
            // 
            this.statusStrip1.AutoSize = false;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statMail});
            this.statusStrip1.Location = new System.Drawing.Point(0, 370);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.statusStrip1.Size = new System.Drawing.Size(512, 24);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // statMail
            // 
            this.statMail.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.statMail.Name = "statMail";
            this.statMail.Size = new System.Drawing.Size(497, 19);
            this.statMail.Spring = true;
            this.statMail.Text = "等待任务...";
            this.statMail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnStartSend
            // 
            this.btnStartSend.Location = new System.Drawing.Point(415, 342);
            this.btnStartSend.Name = "btnStartSend";
            this.btnStartSend.Size = new System.Drawing.Size(75, 23);
            this.btnStartSend.TabIndex = 8;
            this.btnStartSend.Text = "开始发送";
            this.btnStartSend.UseVisualStyleBackColor = true;
            this.btnStartSend.Click += new System.EventHandler(this.btnStartSend_Click);
            // 
            // errPor
            // 
            this.errPor.ContainerControl = this;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "所有文件|*.*";
            // 
            // imglMailUpfile
            // 
            this.imglMailUpfile.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imglMailUpfile.ImageSize = new System.Drawing.Size(16, 16);
            this.imglMailUpfile.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // timer1
            // 
            this.timer1.Interval = 50;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(286, 347);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(77, 12);
            this.label15.TabIndex = 9;
            this.label15.Text = "使用线程数量";
            // 
            // numTreads
            // 
            this.numTreads.Location = new System.Drawing.Point(369, 342);
            this.numTreads.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.numTreads.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numTreads.Name = "numTreads";
            this.numTreads.Size = new System.Drawing.Size(36, 21);
            this.numTreads.TabIndex = 10;
            this.numTreads.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            // 
            // txtSendLog
            // 
            this.txtSendLog.Location = new System.Drawing.Point(6, 6);
            this.txtSendLog.Multiline = true;
            this.txtSendLog.Name = "txtSendLog";
            this.txtSendLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtSendLog.Size = new System.Drawing.Size(468, 261);
            this.txtSendLog.TabIndex = 0;
            // 
            // btnClearLog
            // 
            this.btnClearLog.Location = new System.Drawing.Point(399, 273);
            this.btnClearLog.Name = "btnClearLog";
            this.btnClearLog.Size = new System.Drawing.Size(75, 23);
            this.btnClearLog.TabIndex = 1;
            this.btnClearLog.Text = "清除日志";
            this.btnClearLog.UseVisualStyleBackColor = true;
            this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(512, 394);
            this.Controls.Add(this.numTreads);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.btnStartSend);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "FrmMain";
            this.Text = "小孔子邮件群发系统V1.0";
            this.tabControl1.ResumeLayout(false);
            this.tabContent.ResumeLayout(false);
            this.tabContent.PerformLayout();
            this.conMenuUpfile.ResumeLayout(false);
            this.tabReciveMail.ResumeLayout(false);
            this.tabReciveMail.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabSendMails.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.tabSendLog.ResumeLayout(false);
            this.tabSendLog.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errPor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numTreads)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabContent;
        private System.Windows.Forms.TabPage tabReciveMail;
        private System.Windows.Forms.TabPage tabSendMails;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox cbMailTitle;
        private System.Windows.Forms.RichTextBox rtbMailContent;
        private System.Windows.Forms.ListView lvMailUpfile;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel statMail;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtReceive;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox cbMailGroup;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btnDelGroup;
        private System.Windows.Forms.Button btnModGroup;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txtImportMails;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.ComboBox cbSendMailGroup;
        private System.Windows.Forms.CheckBox chkIsUseGroup;
        private System.Windows.Forms.Button btnStartSend;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Button button17;
        private System.Windows.Forms.TextBox mailPassword;
        private System.Windows.Forms.TextBox mailUsername;
        private System.Windows.Forms.TextBox mailServer;
        private System.Windows.Forms.TextBox mailName;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Button btnAddFromMail;
        private System.Windows.Forms.ListView sendMailList;
        private System.Windows.Forms.ColumnHeader cl_MailName;
        private System.Windows.Forms.ColumnHeader cl_SendServer;
        private System.Windows.Forms.ColumnHeader cl_Username;
        private System.Windows.Forms.ColumnHeader cl_Password;
        private System.Windows.Forms.Button btnSaveMail;
        private System.Windows.Forms.ErrorProvider errPor;
        private System.Windows.Forms.Button btnAddUpfile;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Button btnDelMail;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.ImageList imglMailUpfile;
        private System.Windows.Forms.ContextMenuStrip conMenuUpfile;
        private System.Windows.Forms.ToolStripMenuItem 添加ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除DToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem 排列SToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 大图标ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 小图标ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 列表ToolStripMenuItem;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtGroupId;
        private System.Windows.Forms.TextBox txtGroupMails;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtGroupName;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.ListBox lstGroupMails;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox txtMailName;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox txtMailId;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.NumericUpDown numTreads;
        private System.Windows.Forms.TabPage tabSendLog;
        private System.Windows.Forms.TextBox txtSendLog;
        private System.Windows.Forms.Button btnClearLog;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -