You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
11 KiB
C#

namespace Mesnac.Compressor.Unity
{
partial class FrmConnnectFlag
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.pb_Server = new System.Windows.Forms.PictureBox();
this.pb_local = new System.Windows.Forms.PictureBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.pb_change = new System.Windows.Forms.PictureBox();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_Server)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pb_local)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_change)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Yellow;
this.label1.Location = new System.Drawing.Point(55, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(73, 21);
this.label1.TabIndex = 4;
this.label1.Text = "服务器";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Yellow;
this.label2.Location = new System.Drawing.Point(237, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(115, 21);
this.label2.TabIndex = 5;
this.label2.Text = "本地数据库";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Yellow;
this.button1.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(0, -1);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(285, 73);
this.button1.TabIndex = 8;
this.button1.Text = "通信状态";
this.button1.UseVisualStyleBackColor = false;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Aqua;
this.button2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(461, 0);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(201, 73);
this.button2.TabIndex = 9;
this.button2.Text = "返回";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.pb_Server);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.pb_local);
this.panel1.Controls.Add(this.pb_change);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(661, 228);
this.panel1.TabIndex = 12;
//
// pb_Server
//
this.pb_Server.Image = global::Mesnac.Compressor.Unity.Properties.Resources.Red140;
this.pb_Server.Location = new System.Drawing.Point(32, 71);
this.pb_Server.Name = "pb_Server";
this.pb_Server.Size = new System.Drawing.Size(136, 139);
this.pb_Server.TabIndex = 0;
this.pb_Server.TabStop = false;
//
// pb_local
//
this.pb_local.Image = global::Mesnac.Compressor.Unity.Properties.Resources.绿;
this.pb_local.Location = new System.Drawing.Point(230, 71);
this.pb_local.Name = "pb_local";
this.pb_local.Size = new System.Drawing.Size(136, 139);
this.pb_local.TabIndex = 1;
this.pb_local.TabStop = false;
//
// panel2
//
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.button2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 227);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(661, 72);
this.panel2.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Yellow;
this.label5.Location = new System.Drawing.Point(473, 27);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(115, 21);
this.label5.TabIndex = 8;
this.label5.Text = "数据库切换";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Yellow;
this.label6.Location = new System.Drawing.Point(588, 62);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 21);
this.label6.TabIndex = 13;
this.label6.Text = "本地";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.Yellow;
this.label7.Location = new System.Drawing.Point(414, 62);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(73, 21);
this.label7.TabIndex = 14;
this.label7.Text = "服务器";
//
// pb_change
//
this.pb_change.Image = global::Mesnac.Compressor.Unity.Properties.Resources.1;
this.pb_change.Location = new System.Drawing.Point(461, 71);
this.pb_change.Name = "pb_change";
this.pb_change.Size = new System.Drawing.Size(136, 139);
this.pb_change.TabIndex = 8;
this.pb_change.TabStop = false;
this.pb_change.Click += new System.EventHandler(this.pb_change_Click);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 60000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// FrmConnnectFlag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(661, 299);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "FrmConnnectFlag";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Load += new System.EventHandler(this.FrmConnnectFlag_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_Server)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pb_local)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pb_change)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pb_Server;
private System.Windows.Forms.PictureBox pb_local;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox pb_change;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Timer timer2;
}
}