C#编写的windows计算器-源代码(4) #endregion
#region 各控件的属性的方法Windows Form Designer generated code /// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1)); this.txtShow = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.c = new System.Windows.Forms.Button(); this.ce = new System.Windows.Forms.Button(); this.btn_rev = new System.Windows.Forms.Button(); this.btn_dot = new System.Windows.Forms.Button(); this.btn_add = new System.Windows.Forms.Button(); this.btn_equ = new System.Windows.Forms.Button(); this.btn_sign = new System.Windows.Forms.Button(); this.btn_sub = new System.Windows.Forms.Button(); this.btn_mul = new System.Windows.Forms.Button();