namespace Nanji_Island { partial class Form4 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.btn_local = new System.Windows.Forms.Button(); this.textBoxLocation = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.button_save = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(46, 311); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "初始化按钮"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // btn_local // this.btn_local.Location = new System.Drawing.Point(416, 311); this.btn_local.Name = "btn_local"; this.btn_local.Size = new System.Drawing.Size(75, 23); this.btn_local.TabIndex = 2; this.btn_local.Text = "选择文件播放"; this.btn_local.UseVisualStyleBackColor = true; this.btn_local.Click += new System.EventHandler(this.btn_local_Click); // // textBoxLocation // this.textBoxLocation.Location = new System.Drawing.Point(127, 311); this.textBoxLocation.Name = "textBoxLocation"; this.textBoxLocation.Size = new System.Drawing.Size(283, 21); this.textBoxLocation.TabIndex = 3; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Location = new System.Drawing.Point(53, 30); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(522, 275); this.panel1.TabIndex = 4; // // button_save // this.button_save.Location = new System.Drawing.Point(416, 376); this.button_save.Name = "button_save"; this.button_save.Size = new System.Drawing.Size(75, 23); this.button_save.TabIndex = 5; this.button_save.Text = "REC"; this.button_save.UseVisualStyleBackColor = true; this.button_save.Click += new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(127, 378); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(283, 21); this.textBox1.TabIndex = 6; // // button2 // this.button2.Location = new System.Drawing.Point(201, 406); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 7; this.button2.Text = "选择路径"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(127, 338); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(283, 21); this.textBox2.TabIndex = 8; // // button3 // this.button3.Location = new System.Drawing.Point(416, 335); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 9; this.button3.Text = "NetWork"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button3); this.Controls.Add(this.textBox2); this.Controls.Add(this.button2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button_save); this.Controls.Add(this.panel1); this.Controls.Add(this.textBoxLocation); this.Controls.Add(this.btn_local); this.Controls.Add(this.button1); this.Name = "Form4"; this.Text = "Form4"; this.Load += new System.EventHandler(this.Form4_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btn_local; private System.Windows.Forms.TextBox textBoxLocation; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button_save; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button3; } }