📄 configure.designer.cs
字号:
this.maskedTextBox1.Size = new System.Drawing.Size(155, 21);
this.maskedTextBox1.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(48, 76);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 3;
this.label6.Text = "label6";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(48, 53);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 2;
this.label5.Text = "label5";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(48, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 1;
this.label4.Text = "label4";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(48, 7);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "label3";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// chkENet
//
this.chkENet.AutoSize = true;
this.chkENet.Location = new System.Drawing.Point(15, 20);
this.chkENet.Name = "chkENet";
this.chkENet.Size = new System.Drawing.Size(108, 16);
this.chkENet.TabIndex = 0;
this.chkENet.Text = "启用代理服务器";
this.chkENet.UseVisualStyleBackColor = true;
this.chkENet.CheckedChanged += new System.EventHandler(this.chkENet_CheckedChanged);
//
// grbLanguage
//
this.grbLanguage.Controls.Add(this.radioButton3);
this.grbLanguage.Controls.Add(this.radioButton2);
this.grbLanguage.Controls.Add(this.rdozhs);
this.grbLanguage.Location = new System.Drawing.Point(12, 278);
this.grbLanguage.Name = "grbLanguage";
this.grbLanguage.Size = new System.Drawing.Size(322, 53);
this.grbLanguage.TabIndex = 0;
this.grbLanguage.TabStop = false;
this.grbLanguage.Text = "语言";
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(214, 23);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(65, 16);
this.radioButton3.TabIndex = 2;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "English";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(102, 23);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(71, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "繁体中文";
this.radioButton2.UseVisualStyleBackColor = true;
//
// rdozhs
//
this.rdozhs.AutoSize = true;
this.rdozhs.Location = new System.Drawing.Point(13, 23);
this.rdozhs.Name = "rdozhs";
this.rdozhs.Size = new System.Drawing.Size(71, 16);
this.rdozhs.TabIndex = 0;
this.rdozhs.TabStop = true;
this.rdozhs.Text = "简体中文";
this.rdozhs.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(155, 340);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(259, 340);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "基本配置.ico");
this.imageList1.Images.SetKeyName(1, "界面语言.ico");
this.imageList1.Images.SetKeyName(2, "网络配置.ico");
//
// Configure
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(346, 373);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.grbNet);
this.Controls.Add(this.grbLanguage);
this.Controls.Add(this.grbBase);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Configure";
this.Text = "新闻快客配置选项";
this.grbBase.ResumeLayout(false);
this.grbBase.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.grbNet.ResumeLayout(false);
this.grbNet.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.grbLanguage.ResumeLayout(false);
this.grbLanguage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox grbBase;
private System.Windows.Forms.GroupBox grbNet;
private System.Windows.Forms.GroupBox grbLanguage;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox chkAutoUpCh;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox chkAutoUpdate;
private System.Windows.Forms.CheckBox chkENet;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.MaskedTextBox maskedTextBox4;
private System.Windows.Forms.MaskedTextBox maskedTextBox3;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton rdozhs;
private System.Windows.Forms.ImageList imageList1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -