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

📄 frmmain.designer.cs

📁 java编写的邮件群发软件
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.conMenuUpfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加ToolStripMenuItem,
            this.删除DToolStripMenuItem,
            this.toolStripMenuItem1,
            this.打开OToolStripMenuItem,
            this.toolStripMenuItem2,
            this.排列SToolStripMenuItem});
            this.conMenuUpfile.Name = "conMenuUpfile";
            this.conMenuUpfile.ShowImageMargin = false;
            this.conMenuUpfile.Size = new System.Drawing.Size(112, 104);
            // 
            // 添加ToolStripMenuItem
            // 
            this.添加ToolStripMenuItem.Name = "添加ToolStripMenuItem";
            this.添加ToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.添加ToolStripMenuItem.Text = "添加(&A)";
            this.添加ToolStripMenuItem.Click += new System.EventHandler(this.添加ToolStripMenuItem_Click);
            // 
            // 删除DToolStripMenuItem
            // 
            this.删除DToolStripMenuItem.Name = "删除DToolStripMenuItem";
            this.删除DToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.删除DToolStripMenuItem.Text = "删除(&D)";
            this.删除DToolStripMenuItem.Click += new System.EventHandler(this.删除DToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(108, 6);
            // 
            // 打开OToolStripMenuItem
            // 
            this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
            this.打开OToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.打开OToolStripMenuItem.Text = "打开(&O)";
            this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(108, 6);
            // 
            // 排列SToolStripMenuItem
            // 
            this.排列SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.大图标ToolStripMenuItem,
            this.小图标ToolStripMenuItem,
            this.列表ToolStripMenuItem});
            this.排列SToolStripMenuItem.Name = "排列SToolStripMenuItem";
            this.排列SToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.排列SToolStripMenuItem.Text = "排列图标(&I)";
            // 
            // 大图标ToolStripMenuItem
            // 
            this.大图标ToolStripMenuItem.Name = "大图标ToolStripMenuItem";
            this.大图标ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.大图标ToolStripMenuItem.Text = "大图标";
            this.大图标ToolStripMenuItem.Click += new System.EventHandler(this.大图标ToolStripMenuItem_Click);
            // 
            // 小图标ToolStripMenuItem
            // 
            this.小图标ToolStripMenuItem.Name = "小图标ToolStripMenuItem";
            this.小图标ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.小图标ToolStripMenuItem.Text = "小图标";
            this.小图标ToolStripMenuItem.Click += new System.EventHandler(this.小图标ToolStripMenuItem_Click);
            // 
            // 列表ToolStripMenuItem
            // 
            this.列表ToolStripMenuItem.Name = "列表ToolStripMenuItem";
            this.列表ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.列表ToolStripMenuItem.Text = "列表";
            this.列表ToolStripMenuItem.Click += new System.EventHandler(this.列表ToolStripMenuItem_Click);
            // 
            // rtbMailContent
            // 
            this.rtbMailContent.Location = new System.Drawing.Point(56, 97);
            this.rtbMailContent.Name = "rtbMailContent";
            this.rtbMailContent.Size = new System.Drawing.Size(410, 121);
            this.rtbMailContent.TabIndex = 5;
            this.rtbMailContent.Text = "";
            // 
            // cbMailTitle
            // 
            this.cbMailTitle.FormattingEnabled = true;
            this.cbMailTitle.Location = new System.Drawing.Point(56, 18);
            this.cbMailTitle.Name = "cbMailTitle";
            this.cbMailTitle.Size = new System.Drawing.Size(294, 20);
            this.cbMailTitle.TabIndex = 2;
            this.cbMailTitle.SelectedIndexChanged += new System.EventHandler(this.cbMailTitle_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(21, 224);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "附件";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(21, 100);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "内容";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "标题";
            // 
            // tabReciveMail
            // 
            this.tabReciveMail.Controls.Add(this.groupBox2);
            this.tabReciveMail.Controls.Add(this.lstGroupMails);
            this.tabReciveMail.Controls.Add(this.groupBox1);
            this.tabReciveMail.Controls.Add(this.label8);
            this.tabReciveMail.Controls.Add(this.txtImportMails);
            this.tabReciveMail.Controls.Add(this.button7);
            this.tabReciveMail.Controls.Add(this.button6);
            this.tabReciveMail.Controls.Add(this.label6);
            this.tabReciveMail.Controls.Add(this.cbMailGroup);
            this.tabReciveMail.Controls.Add(this.label5);
            this.tabReciveMail.Location = new System.Drawing.Point(4, 21);
            this.tabReciveMail.Name = "tabReciveMail";
            this.tabReciveMail.Size = new System.Drawing.Size(480, 299);
            this.tabReciveMail.TabIndex = 1;
            this.tabReciveMail.Text = "接收设置";
            this.tabReciveMail.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtMailName);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.button1);
            this.groupBox2.Controls.Add(this.txtMailId);
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Location = new System.Drawing.Point(280, 151);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(187, 106);
            this.groupBox2.TabIndex = 10;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "地址信息";
            // 
            // txtMailName
            // 
            this.txtMailName.Location = new System.Drawing.Point(41, 47);
            this.txtMailName.Name = "txtMailName";
            this.txtMailName.Size = new System.Drawing.Size(140, 21);
            this.txtMailName.TabIndex = 6;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(6, 51);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(29, 12);
            this.label19.TabIndex = 5;
            this.label19.Text = "地址";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(125, 74);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(47, 23);
            this.button1.TabIndex = 4;
            this.button1.Text = "删除";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // txtMailId
            // 
            this.txtMailId.Location = new System.Drawing.Point(41, 20);
            this.txtMailId.Name = "txtMailId";
            this.txtMailId.ReadOnly = true;
            this.txtMailId.Size = new System.Drawing.Size(140, 21);
            this.txtMailId.TabIndex = 6;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(72, 74);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(47, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "保存";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(6, 24);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(17, 12);
            this.label18.TabIndex = 5;
            this.label18.Text = "ID";
            // 
            // lstGroupMails
            // 
            this.lstGroupMails.FormattingEnabled = true;
            this.lstGroupMails.ItemHeight = 12;
            this.lstGroupMails.Location = new System.Drawing.Point(69, 37);
            this.lstGroupMails.Name = "lstGroupMails";
            this.lstGroupMails.Size = new System.Drawing.Size(202, 220);
            this.lstGroupMails.TabIndex = 9;
            this.lstGroupMails.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstGroupMails_MouseDoubleClick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtGroupName);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.txtGroupMails);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.txtGroupId);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.btnModGroup);
            this.groupBox1.Controls.Add(this.btnDelGroup);
            this.groupBox1.Location = new System.Drawing.Point(280, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(187, 132);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "邮件组信息";
            // 
            // txtGroupName
            // 
            this.txtGroupName.Location = new System.Drawing.Point(41, 73);
            this.txtGroupName.Name = "txtGroupName";
            this.txtGroupName.Size = new System.Drawing.Size(140, 21);
            this.txtGroupName.TabIndex = 6;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(6, 77);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(29, 12);
            this.label17.TabIndex = 5;
            this.label17.Text = "名称";
            // 
            // txtGroupMails
            // 
            this.txtGroupMails.Location = new System.Drawing.Point(41, 46);

⌨️ 快捷键说明

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