示例#1
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
      this.groupBox1 = new System.Windows.Forms.GroupBox();
      this.editFormat1 = new Yeti.MMedia.EditFormat();
      this.groupBox1.SuspendLayout();
      this.SuspendLayout();
      // 
      // groupBox1
      // 
      this.groupBox1.Controls.Add(this.editFormat1);
      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.groupBox1.Location = new System.Drawing.Point(0, 0);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(312, 208);
      this.groupBox1.TabIndex = 0;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Audio format";
      // 
      // editFormat1
      // 
      this.editFormat1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.editFormat1.Location = new System.Drawing.Point(3, 16);
      this.editFormat1.Name = "editFormat1";
      this.editFormat1.ReadOnly = false;
      this.editFormat1.Size = new System.Drawing.Size(306, 189);
      this.editFormat1.TabIndex = 0;
      this.editFormat1.ConfigChange += new System.EventHandler(this.editFormat1_ConfigChange);
      // 
      // EditWaveWriter
      // 
      this.Controls.Add(this.groupBox1);
      this.Name = "EditWaveWriter";
      this.Size = new System.Drawing.Size(312, 208);
      this.groupBox1.ResumeLayout(false);
      this.ResumeLayout(false);

    }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.editFormat1 = new Yeti.MMedia.EditFormat();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.editFormat1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(312, 208);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Audio format";
     //
     // editFormat1
     //
     this.editFormat1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.editFormat1.Location      = new System.Drawing.Point(3, 16);
     this.editFormat1.Name          = "editFormat1";
     this.editFormat1.ReadOnly      = false;
     this.editFormat1.Size          = new System.Drawing.Size(306, 189);
     this.editFormat1.TabIndex      = 0;
     this.editFormat1.ConfigChange += new System.EventHandler(this.editFormat1_ConfigChange);
     //
     // EditWaveWriter
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "EditWaveWriter";
     this.Size = new System.Drawing.Size(312, 208);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }