protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } #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(); this.btn_0 = new System.Windows.Forms.Button(); this.btn_3 = new System.Windows.Forms.Button(); this.btn_2 = new System.Windows.Forms.Button(); this.btn_1 = new System.Windows.Forms.Button(); this.btn_6 = new System.Windows.Forms.Button(); this.btn_5 = new System.Windows.Forms.Button(); this.btn_4 = new System.Windows.Forms.Button(); this.btn_sqrt = new System.Windows.Forms.Button(); this.btn_div = new System.Windows.Forms.Button(); this.btn_7 = new System.Windows.Forms.Button(); this.btn_8 = new System.Windows.Forms.Button(); this.btn_9 = new System.Windows.Forms.Button(); this.btn_sqr = new System.Windows.Forms.Button(); this.mainMenu1 = new System.Windows.Forms.MainMenu(); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuItem2 = new System.Windows.Forms.MenuItem(); this.menuItem3 = new System.Windows.Forms.MenuItem(); this.menuItem4 = new System.Windows.Forms.MenuItem();
如果您对本文有任何疑问或者建议,请到讨论区发表您的意见:
>>
论坛入口 <<
上一页 1 23 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 下一页
上一篇:C#中实现DataGrid双向排序 下一篇:用C#生成中文汉字验证码的基本原理
|