This commit is contained in:
辉鸭蛋
2024-06-14 23:18:46 +08:00
parent 4de179192d
commit f734a67586
10 changed files with 239 additions and 31 deletions

View File

@@ -63,6 +63,7 @@
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panelNotice = new System.Windows.Forms.Panel();
this.labelNotice = new System.Windows.Forms.Label();
this.rbtQQNT = new System.Windows.Forms.RadioButton();
this.menuStrip1.SuspendLayout();
this.panelNotice.SuspendLayout();
this.SuspendLayout();
@@ -185,7 +186,7 @@
// rbtQQ
//
this.rbtQQ.AutoSize = true;
this.rbtQQ.Location = new System.Drawing.Point(142, 36);
this.rbtQQ.Location = new System.Drawing.Point(190, 36);
this.rbtQQ.Name = "rbtQQ";
this.rbtQQ.Size = new System.Drawing.Size(35, 16);
this.rbtQQ.TabIndex = 13;
@@ -196,7 +197,7 @@
// rbtTIM
//
this.rbtTIM.AutoSize = true;
this.rbtTIM.Location = new System.Drawing.Point(188, 36);
this.rbtTIM.Location = new System.Drawing.Point(236, 36);
this.rbtTIM.Name = "rbtTIM";
this.rbtTIM.Size = new System.Drawing.Size(41, 16);
this.rbtTIM.TabIndex = 14;
@@ -216,7 +217,7 @@
// rbtQQLite
//
this.rbtQQLite.AutoSize = true;
this.rbtQQLite.Location = new System.Drawing.Point(237, 36);
this.rbtQQLite.Location = new System.Drawing.Point(285, 36);
this.rbtQQLite.Name = "rbtQQLite";
this.rbtQQLite.Size = new System.Drawing.Size(71, 16);
this.rbtQQLite.TabIndex = 18;
@@ -372,11 +373,23 @@
this.labelNotice.TabIndex = 0;
this.labelNotice.Text = "测试测试测试测试";
//
// rbtQQNT
//
this.rbtQQNT.AutoSize = true;
this.rbtQQNT.Location = new System.Drawing.Point(135, 36);
this.rbtQQNT.Name = "rbtQQNT";
this.rbtQQNT.Size = new System.Drawing.Size(47, 16);
this.rbtQQNT.TabIndex = 24;
this.rbtQQNT.Text = "QQNT";
this.rbtQQNT.UseVisualStyleBackColor = true;
this.rbtQQNT.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 169);
this.Controls.Add(this.rbtQQNT);
this.Controls.Add(this.panelNotice);
this.Controls.Add(this.panelCategories);
this.Controls.Add(this.lblCategory);
@@ -445,6 +458,7 @@
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Panel panelNotice;
private System.Windows.Forms.Label labelNotice;
private System.Windows.Forms.RadioButton rbtQQNT;
}
}