📄 mainform.designer.cs
字号:
namespace ReadingDirectionsSample {
partial class MainForm {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing) {
if( disposing && ( components != null ) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.ltrRadioButton = new System.Windows.Forms.RadioButton();
this.rtlRadioButton = new System.Windows.Forms.RadioButton();
this.rtlLayoutCheckBox = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// ltrRadioButton
//
resources.ApplyResources(this.ltrRadioButton, "ltrRadioButton");
this.ltrRadioButton.Checked = true;
this.ltrRadioButton.Name = "ltrRadioButton";
this.ltrRadioButton.TabStop = true;
this.ltrRadioButton.CheckedChanged += new System.EventHandler(this.ltrRadioButton_CheckedChanged);
//
// rtlRadioButton
//
resources.ApplyResources(this.rtlRadioButton, "rtlRadioButton");
this.rtlRadioButton.Name = "rtlRadioButton";
this.rtlRadioButton.CheckedChanged += new System.EventHandler(this.rtlRadioButton_CheckedChanged);
//
// rtlLayoutCheckBox
//
resources.ApplyResources(this.rtlLayoutCheckBox, "rtlLayoutCheckBox");
this.rtlLayoutCheckBox.Name = "rtlLayoutCheckBox";
this.rtlLayoutCheckBox.CheckedChanged += new System.EventHandler(this.rtlLayoutCheckBox_CheckedChanged);
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.rtlLayoutCheckBox);
this.Controls.Add(this.rtlRadioButton);
this.Controls.Add(this.ltrRadioButton);
this.Name = "MainForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton ltrRadioButton;
private System.Windows.Forms.RadioButton rtlRadioButton;
private System.Windows.Forms.CheckBox rtlLayoutCheckBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -