|
|
|
@ -45,6 +45,7 @@ |
|
|
|
|
this.t1 = new System.Windows.Forms.Label(); |
|
|
|
|
this.t2 = new System.Windows.Forms.Label(); |
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.portNum)).BeginInit(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
@ -128,7 +129,7 @@ |
|
|
|
|
// |
|
|
|
|
this.musicLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
|
this.musicLabel.AutoSize = true; |
|
|
|
|
this.musicLabel.Location = new System.Drawing.Point(13, 182); |
|
|
|
|
this.musicLabel.Location = new System.Drawing.Point(13, 172); |
|
|
|
|
this.musicLabel.Name = "musicLabel"; |
|
|
|
|
this.musicLabel.Size = new System.Drawing.Size(41, 12); |
|
|
|
|
this.musicLabel.TabIndex = 14; |
|
|
|
@ -139,7 +140,7 @@ |
|
|
|
|
this.cbBoss.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
|
this.cbBoss.AutoSize = true; |
|
|
|
|
this.cbBoss.Enabled = false; |
|
|
|
|
this.cbBoss.Location = new System.Drawing.Point(15, 197); |
|
|
|
|
this.cbBoss.Location = new System.Drawing.Point(15, 187); |
|
|
|
|
this.cbBoss.Name = "cbBoss"; |
|
|
|
|
this.cbBoss.Size = new System.Drawing.Size(84, 16); |
|
|
|
|
this.cbBoss.TabIndex = 15; |
|
|
|
@ -186,7 +187,7 @@ |
|
|
|
|
// |
|
|
|
|
this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
this.linkLabel1.AutoSize = true; |
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(293, 201); |
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(301, 191); |
|
|
|
|
this.linkLabel1.Name = "linkLabel1"; |
|
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(41, 12); |
|
|
|
|
this.linkLabel1.TabIndex = 20; |
|
|
|
@ -220,11 +221,22 @@ |
|
|
|
|
this.label1.TabIndex = 23; |
|
|
|
|
this.label1.Text = "DebugArea"; |
|
|
|
|
// |
|
|
|
|
// label4 |
|
|
|
|
// |
|
|
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
|
this.label4.Location = new System.Drawing.Point(253, 191); |
|
|
|
|
this.label4.Name = "label4"; |
|
|
|
|
this.label4.Size = new System.Drawing.Size(41, 12); |
|
|
|
|
this.label4.TabIndex = 24; |
|
|
|
|
this.label4.Text = "v0.0.3"; |
|
|
|
|
// |
|
|
|
|
// Form1 |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(346, 225); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(354, 215); |
|
|
|
|
this.Controls.Add(this.label4); |
|
|
|
|
this.Controls.Add(this.label1); |
|
|
|
|
this.Controls.Add(this.t2); |
|
|
|
|
this.Controls.Add(this.t1); |
|
|
|
@ -267,6 +279,7 @@ |
|
|
|
|
private System.Windows.Forms.Label t1; |
|
|
|
|
private System.Windows.Forms.Label t2; |
|
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|