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

📄 frmmain.designer.cs

📁 java编写的邮件群发软件
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.txtGroupMails.Name = "txtGroupMails";
            this.txtGroupMails.ReadOnly = true;
            this.txtGroupMails.Size = new System.Drawing.Size(140, 21);
            this.txtGroupMails.TabIndex = 6;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 50);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(29, 12);
            this.label10.TabIndex = 5;
            this.label10.Text = "数量";
            // 
            // txtGroupId
            // 
            this.txtGroupId.Location = new System.Drawing.Point(41, 19);
            this.txtGroupId.Name = "txtGroupId";
            this.txtGroupId.ReadOnly = true;
            this.txtGroupId.Size = new System.Drawing.Size(140, 21);
            this.txtGroupId.TabIndex = 6;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 23);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(17, 12);
            this.label7.TabIndex = 5;
            this.label7.Text = "ID";
            // 
            // btnModGroup
            // 
            this.btnModGroup.Location = new System.Drawing.Point(72, 100);
            this.btnModGroup.Name = "btnModGroup";
            this.btnModGroup.Size = new System.Drawing.Size(47, 23);
            this.btnModGroup.TabIndex = 4;
            this.btnModGroup.Text = "保存";
            this.btnModGroup.UseVisualStyleBackColor = true;
            this.btnModGroup.Click += new System.EventHandler(this.btnModGroup_Click);
            // 
            // btnDelGroup
            // 
            this.btnDelGroup.Location = new System.Drawing.Point(125, 100);
            this.btnDelGroup.Name = "btnDelGroup";
            this.btnDelGroup.Size = new System.Drawing.Size(47, 23);
            this.btnDelGroup.TabIndex = 4;
            this.btnDelGroup.Text = "删除";
            this.btnDelGroup.UseVisualStyleBackColor = true;
            this.btnDelGroup.Click += new System.EventHandler(this.btnDelGroup_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(10, 269);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 5;
            this.label8.Text = "导入邮件";
            // 
            // txtImportMails
            // 
            this.txtImportMails.Location = new System.Drawing.Point(69, 266);
            this.txtImportMails.Name = "txtImportMails";
            this.txtImportMails.Size = new System.Drawing.Size(292, 21);
            this.txtImportMails.TabIndex = 1;
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(420, 266);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(47, 23);
            this.button7.TabIndex = 4;
            this.button7.Text = "导入";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(367, 266);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(47, 23);
            this.button6.TabIndex = 4;
            this.button6.Text = "选择";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(10, 37);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 2;
            this.label6.Text = "地址列表";
            // 
            // cbMailGroup
            // 
            this.cbMailGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMailGroup.FormattingEnabled = true;
            this.cbMailGroup.Location = new System.Drawing.Point(69, 10);
            this.cbMailGroup.Name = "cbMailGroup";
            this.cbMailGroup.Size = new System.Drawing.Size(202, 20);
            this.cbMailGroup.TabIndex = 1;
            this.cbMailGroup.SelectedIndexChanged += new System.EventHandler(this.cbMailGroup_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(10, 13);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "邮件组名";
            // 
            // tabSendMails
            // 
            this.tabSendMails.Controls.Add(this.groupBox6);
            this.tabSendMails.Controls.Add(this.sendMailList);
            this.tabSendMails.Location = new System.Drawing.Point(4, 21);
            this.tabSendMails.Name = "tabSendMails";
            this.tabSendMails.Size = new System.Drawing.Size(480, 299);
            this.tabSendMails.TabIndex = 3;
            this.tabSendMails.Text = "发送设置";
            this.tabSendMails.UseVisualStyleBackColor = true;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.button17);
            this.groupBox6.Controls.Add(this.mailPassword);
            this.groupBox6.Controls.Add(this.mailUsername);
            this.groupBox6.Controls.Add(this.mailServer);
            this.groupBox6.Controls.Add(this.mailName);
            this.groupBox6.Controls.Add(this.label14);
            this.groupBox6.Controls.Add(this.label13);
            this.groupBox6.Controls.Add(this.label12);
            this.groupBox6.Controls.Add(this.label11);
            this.groupBox6.Controls.Add(this.btnAddFromMail);
            this.groupBox6.Location = new System.Drawing.Point(3, 177);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(474, 110);
            this.groupBox6.TabIndex = 5;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "编辑邮址";
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(399, 74);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(56, 23);
            this.button17.TabIndex = 16;
            this.button17.Text = "删除";
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // mailPassword
            // 
            this.mailPassword.Location = new System.Drawing.Point(289, 47);
            this.mailPassword.Name = "mailPassword";
            this.mailPassword.Size = new System.Drawing.Size(168, 21);
            this.mailPassword.TabIndex = 15;
            // 
            // mailUsername
            // 
            this.mailUsername.Location = new System.Drawing.Point(62, 47);
            this.mailUsername.Name = "mailUsername";
            this.mailUsername.Size = new System.Drawing.Size(167, 21);
            this.mailUsername.TabIndex = 14;
            // 
            // mailServer
            // 
            this.mailServer.Location = new System.Drawing.Point(289, 20);
            this.mailServer.Name = "mailServer";
            this.mailServer.Size = new System.Drawing.Size(168, 21);
            this.mailServer.TabIndex = 13;
            // 
            // mailName
            // 
            this.mailName.Location = new System.Drawing.Point(62, 20);
            this.mailName.Name = "mailName";
            this.mailName.Size = new System.Drawing.Size(168, 21);
            this.mailName.TabIndex = 12;
            // 
            // label14
            // 
            this.label14.Location = new System.Drawing.Point(236, 50);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(48, 16);
            this.label14.TabIndex = 3;
            this.label14.Text = "密  码";
            // 
            // label13
            // 
            this.label13.Location = new System.Drawing.Point(14, 50);
            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(236, 23);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(48, 16);
            this.label12.TabIndex = 1;
            this.label12.Text = "服务器";
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(14, 23);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(42, 18);
            this.label11.TabIndex = 0;
            this.label11.Text = "邮  址";
            // 
            // btnAddFromMail
            // 
            this.btnAddFromMail.Location = new System.Drawing.Point(337, 74);
            this.btnAddFromMail.Name = "btnAddFromMail";
            this.btnAddFromMail.Size = new System.Drawing.Size(56, 23);
            this.btnAddFromMail.TabIndex = 0;
            this.btnAddFromMail.Text = "保存";
            this.btnAddFromMail.Click += new System.EventHandler(this.btnAddFromMail_Click);
            // 
            // sendMailList
            // 
            this.sendMailList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.cl_MailName,
            this.cl_SendServer,
            this.cl_Username,
            this.cl_Password});
            this.sendMailList.FullRowSelect = true;
            this.sendMailList.GridLines = true;
            this.sendMailList.Location = new System.Drawing.Point(3, 12);
            this.sendMailList.MultiSelect = false;
            this.sendMailList.Name = "sendMailList";
            this.sendMailList.Size = new System.Drawing.Size(474, 159);
            this.sendMailList.TabIndex = 3;
            this.sendMailList.UseCompatibleStateImageBehavior = false;
            this.sendMailList.View = System.Windows.Forms.View.Details;
            this.sendMailList.SelectedIndexChanged += new System.EventHandler(this.sendMailList_SelectedIndexChanged);
            // 
            // cl_MailName
            // 
            this.cl_MailName.Text = "邮址";
            this.cl_MailName.Width = 144;
            // 
            // cl_SendServer
            // 
            this.cl_SendServer.Text = "邮件服务器";
            this.cl_SendServer.Width = 107;

⌨️ 快捷键说明

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