⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 大话设计模式源码bigtalkdesignpattern_src
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.axCH3.Size = new System.Drawing.Size(112, 46);
            this.axCH3.TabIndex = 61;
            // 
            // axFH2
            // 
            this.axFH2.Enabled = true;
            this.axFH2.Location = new System.Drawing.Point(415, 308);
            this.axFH2.Name = "axFH2";
            this.axFH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axFH2.OcxState")));
            this.axFH2.Size = new System.Drawing.Size(112, 46);
            this.axFH2.TabIndex = 60;
            // 
            // axBH2
            // 
            this.axBH2.Enabled = true;
            this.axBH2.Location = new System.Drawing.Point(770, 307);
            this.axBH2.Name = "axBH2";
            this.axBH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axBH2.OcxState")));
            this.axBH2.Size = new System.Drawing.Size(112, 46);
            this.axBH2.TabIndex = 59;
            // 
            // axGH2
            // 
            this.axGH2.Enabled = true;
            this.axGH2.Location = new System.Drawing.Point(533, 308);
            this.axGH2.Name = "axGH2";
            this.axGH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGH2.OcxState")));
            this.axGH2.Size = new System.Drawing.Size(112, 46);
            this.axGH2.TabIndex = 58;
            // 
            // axAH2
            // 
            this.axAH2.Enabled = true;
            this.axAH2.Location = new System.Drawing.Point(651, 308);
            this.axAH2.Name = "axAH2";
            this.axAH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAH2.OcxState")));
            this.axAH2.Size = new System.Drawing.Size(112, 46);
            this.axAH2.TabIndex = 57;
            // 
            // axEH2
            // 
            this.axEH2.Enabled = true;
            this.axEH2.Location = new System.Drawing.Point(297, 307);
            this.axEH2.Name = "axEH2";
            this.axEH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axEH2.OcxState")));
            this.axEH2.Size = new System.Drawing.Size(112, 46);
            this.axEH2.TabIndex = 56;
            // 
            // axDH2
            // 
            this.axDH2.Enabled = true;
            this.axDH2.Location = new System.Drawing.Point(179, 307);
            this.axDH2.Name = "axDH2";
            this.axDH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axDH2.OcxState")));
            this.axDH2.Size = new System.Drawing.Size(112, 46);
            this.axDH2.TabIndex = 55;
            // 
            // axCH2
            // 
            this.axCH2.Enabled = true;
            this.axCH2.Location = new System.Drawing.Point(61, 307);
            this.axCH2.Name = "axCH2";
            this.axCH2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axCH2.OcxState")));
            this.axCH2.Size = new System.Drawing.Size(112, 46);
            this.axCH2.TabIndex = 54;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtMain);
            this.groupBox1.Location = new System.Drawing.Point(9, 413);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(435, 121);
            this.groupBox1.TabIndex = 65;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "主旋律";
            // 
            // txtMain
            // 
            this.txtMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtMain.Location = new System.Drawing.Point(3, 17);
            this.txtMain.Multiline = true;
            this.txtMain.Name = "txtMain";
            this.txtMain.Size = new System.Drawing.Size(429, 101);
            this.txtMain.TabIndex = 66;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtChord);
            this.groupBox2.Location = new System.Drawing.Point(447, 413);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(435, 121);
            this.groupBox2.TabIndex = 66;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "伴奏";
            // 
            // txtChord
            // 
            this.txtChord.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtChord.Location = new System.Drawing.Point(3, 17);
            this.txtChord.Multiline = true;
            this.txtChord.Name = "txtChord";
            this.txtChord.Size = new System.Drawing.Size(429, 101);
            this.txtChord.TabIndex = 66;
            // 
            // timerChord
            // 
            this.timerChord.Tick += new System.EventHandler(this.timerChord_Tick);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.SystemColors.Desktop;
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(11, 112);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 21);
            this.label1.TabIndex = 67;
            this.label1.Text = "O 0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.SystemColors.Desktop;
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(11, 165);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(44, 21);
            this.label2.TabIndex = 68;
            this.label2.Text = "O 1";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.SystemColors.Desktop;
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(11, 217);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 21);
            this.label3.TabIndex = 69;
            this.label3.Text = "O 2";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.SystemColors.Desktop;
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.Color.White;
            this.label4.Location = new System.Drawing.Point(11, 269);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(44, 21);
            this.label4.TabIndex = 70;
            this.label4.Text = "O 3";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.SystemColors.Desktop;
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(10, 321);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(44, 21);
            this.label5.TabIndex = 71;
            this.label5.Text = "O 4";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.SystemColors.Desktop;
            this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.ForeColor = System.Drawing.Color.White;
            this.label6.Location = new System.Drawing.Point(11, 373);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(44, 21);
            this.label6.TabIndex = 72;
            this.label6.Text = "O 5";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.SystemColors.Desktop;
            this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ForeColor = System.Drawing.Color.White;
            this.label7.Location = new System.Drawing.Point(106, 68);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(22, 21);
            this.label7.TabIndex = 73;
            this.label7.Text = "C";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.SystemColors.Desktop;
            this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(224, 68);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(22, 21);
            this.label8.TabIndex = 74;
            this.label8.Text = "D";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.SystemColors.Desktop;
            this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.ForeColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(342, 68);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(22, 21);
            this.label9.TabIndex = 75;
            this.label9.Text = "E";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.BackColor = System.Drawing.SystemColors.Desktop;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -