Menyoo import to ymap, Scenario accel grid ExtendedRange bits

This commit is contained in:
dexyfex
2017-09-25 03:45:30 +10:00
Unverified
parent dc9084fc30
commit 1a2af6af9e
8 changed files with 471 additions and 21 deletions
+3 -3
View File
@@ -37,7 +37,7 @@
// OkButton
//
this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.OkButton.Location = new System.Drawing.Point(305, 136);
this.OkButton.Location = new System.Drawing.Point(305, 147);
this.OkButton.Name = "OkButton";
this.OkButton.Size = new System.Drawing.Size(75, 23);
this.OkButton.TabIndex = 0;
@@ -52,7 +52,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(12, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(368, 127);
this.label1.Size = new System.Drawing.Size(368, 138);
this.label1.TabIndex = 1;
this.label1.Text = resources.GetString("label1.Text");
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -73,7 +73,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 171);
this.ClientSize = new System.Drawing.Size(392, 182);
this.Controls.Add(this.label2);
this.Controls.Add(this.OkButton);
this.Controls.Add(this.label1);