mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-15 00:29:15 +08:00
removed waypoints and include only translation
This commit is contained in:
parent
c186f47aa9
commit
a16cdca41d
182
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
182
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
@ -229,20 +229,6 @@ namespace GrasscutterTools.Forms
|
||||
this.ChkIncludeUID = new System.Windows.Forms.CheckBox();
|
||||
this.LblDefaultUid = new System.Windows.Forms.Label();
|
||||
this.TCMain = new System.Windows.Forms.TabControl();
|
||||
this.TPWaypoints = new System.Windows.Forms.TabPage();
|
||||
this.WaypointX = new System.Windows.Forms.Label();
|
||||
this.NUDWaypointZ = new System.Windows.Forms.NumericUpDown();
|
||||
this.WaypointZ = new System.Windows.Forms.Label();
|
||||
this.NUDWaypointY = new System.Windows.Forms.NumericUpDown();
|
||||
this.NUDWaypointX = new System.Windows.Forms.NumericUpDown();
|
||||
this.WaypointName = new System.Windows.Forms.Label();
|
||||
this.WaypointY = new System.Windows.Forms.Label();
|
||||
this.WaypointsGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.LnkResetWaypoints = new System.Windows.Forms.LinkLabel();
|
||||
this.FLPWaypointsList = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.DeleteWaypoint = new System.Windows.Forms.Button();
|
||||
this.CreateWaypoint = new System.Windows.Forms.Button();
|
||||
this.WaypointNameInput = new System.Windows.Forms.TextBox();
|
||||
this.GrpCommand.SuspendLayout();
|
||||
this.TPRemoteCall.SuspendLayout();
|
||||
this.GrpServerStatus.SuspendLayout();
|
||||
@ -300,11 +286,6 @@ namespace GrasscutterTools.Forms
|
||||
this.GrpSettings.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit();
|
||||
this.TCMain.SuspendLayout();
|
||||
this.TPWaypoints.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointZ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointY)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointX)).BeginInit();
|
||||
this.WaypointsGroupBox.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// TxtCommand
|
||||
@ -2037,154 +2018,12 @@ namespace GrasscutterTools.Forms
|
||||
this.TCMain.Controls.Add(this.TPWeapon);
|
||||
this.TCMain.Controls.Add(this.TPItem);
|
||||
this.TCMain.Controls.Add(this.TPScene);
|
||||
this.TCMain.Controls.Add(this.TPWaypoints);
|
||||
this.TCMain.Controls.Add(this.TPManage);
|
||||
this.TCMain.Controls.Add(this.TPAbout);
|
||||
this.TCMain.Controls.Add(this.TPRemoteCall);
|
||||
this.TCMain.Name = "TCMain";
|
||||
this.TCMain.SelectedIndex = 0;
|
||||
//
|
||||
// TPWaypoints
|
||||
//
|
||||
this.TPWaypoints.Controls.Add(this.WaypointX);
|
||||
this.TPWaypoints.Controls.Add(this.NUDWaypointZ);
|
||||
this.TPWaypoints.Controls.Add(this.WaypointZ);
|
||||
this.TPWaypoints.Controls.Add(this.NUDWaypointY);
|
||||
this.TPWaypoints.Controls.Add(this.NUDWaypointX);
|
||||
this.TPWaypoints.Controls.Add(this.WaypointName);
|
||||
this.TPWaypoints.Controls.Add(this.WaypointY);
|
||||
this.TPWaypoints.Controls.Add(this.WaypointsGroupBox);
|
||||
this.TPWaypoints.Controls.Add(this.DeleteWaypoint);
|
||||
this.TPWaypoints.Controls.Add(this.CreateWaypoint);
|
||||
this.TPWaypoints.Controls.Add(this.WaypointNameInput);
|
||||
resources.ApplyResources(this.TPWaypoints, "TPWaypoints");
|
||||
this.TPWaypoints.Name = "TPWaypoints";
|
||||
this.TPWaypoints.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// WaypointX
|
||||
//
|
||||
resources.ApplyResources(this.WaypointX, "WaypointX");
|
||||
this.WaypointX.Name = "WaypointX";
|
||||
//
|
||||
// NUDWaypointZ
|
||||
//
|
||||
resources.ApplyResources(this.NUDWaypointZ, "NUDWaypointZ");
|
||||
this.NUDWaypointZ.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointZ.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointZ.Minimum = new decimal(new int[] {
|
||||
-2147483648,
|
||||
0,
|
||||
0,
|
||||
-2147483648});
|
||||
this.NUDWaypointZ.Name = "NUDWaypointZ";
|
||||
//
|
||||
// WaypointZ
|
||||
//
|
||||
resources.ApplyResources(this.WaypointZ, "WaypointZ");
|
||||
this.WaypointZ.Name = "WaypointZ";
|
||||
//
|
||||
// NUDWaypointY
|
||||
//
|
||||
resources.ApplyResources(this.NUDWaypointY, "NUDWaypointY");
|
||||
this.NUDWaypointY.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointY.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointY.Minimum = new decimal(new int[] {
|
||||
-2147483648,
|
||||
0,
|
||||
0,
|
||||
-2147483648});
|
||||
this.NUDWaypointY.Name = "NUDWaypointY";
|
||||
this.NUDWaypointY.Value = new decimal(new int[] {
|
||||
300,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// NUDWaypointX
|
||||
//
|
||||
resources.ApplyResources(this.NUDWaypointX, "NUDWaypointX");
|
||||
this.NUDWaypointX.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointX.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUDWaypointX.Minimum = new decimal(new int[] {
|
||||
-2147483648,
|
||||
0,
|
||||
0,
|
||||
-2147483648});
|
||||
this.NUDWaypointX.Name = "NUDWaypointX";
|
||||
//
|
||||
// WaypointName
|
||||
//
|
||||
resources.ApplyResources(this.WaypointName, "WaypointName");
|
||||
this.WaypointName.Name = "WaypointName";
|
||||
//
|
||||
// WaypointY
|
||||
//
|
||||
resources.ApplyResources(this.WaypointY, "WaypointY");
|
||||
this.WaypointY.Name = "WaypointY";
|
||||
//
|
||||
// WaypointsGroupBox
|
||||
//
|
||||
resources.ApplyResources(this.WaypointsGroupBox, "WaypointsGroupBox");
|
||||
this.WaypointsGroupBox.Controls.Add(this.LnkResetWaypoints);
|
||||
this.WaypointsGroupBox.Controls.Add(this.FLPWaypointsList);
|
||||
this.WaypointsGroupBox.Name = "WaypointsGroupBox";
|
||||
this.WaypointsGroupBox.TabStop = false;
|
||||
//
|
||||
// LnkResetWaypoints
|
||||
//
|
||||
resources.ApplyResources(this.LnkResetWaypoints, "LnkResetWaypoints");
|
||||
this.LnkResetWaypoints.Name = "LnkResetWaypoints";
|
||||
this.LnkResetWaypoints.TabStop = true;
|
||||
this.LnkResetWaypoints.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkResetWaypoints_LinkClicked);
|
||||
//
|
||||
// FLPWaypointsList
|
||||
//
|
||||
resources.ApplyResources(this.FLPWaypointsList, "FLPWaypointsList");
|
||||
this.FLPWaypointsList.Name = "FLPWaypointsList";
|
||||
//
|
||||
// DeleteWaypoint
|
||||
//
|
||||
resources.ApplyResources(this.DeleteWaypoint, "DeleteWaypoint");
|
||||
this.DeleteWaypoint.Name = "DeleteWaypoint";
|
||||
this.DeleteWaypoint.UseVisualStyleBackColor = true;
|
||||
this.DeleteWaypoint.Click += new System.EventHandler(this.DeleteWaypoint_Click);
|
||||
//
|
||||
// CreateWaypoint
|
||||
//
|
||||
resources.ApplyResources(this.CreateWaypoint, "CreateWaypoint");
|
||||
this.CreateWaypoint.Name = "CreateWaypoint";
|
||||
this.CreateWaypoint.UseVisualStyleBackColor = true;
|
||||
this.CreateWaypoint.Click += new System.EventHandler(this.CreateWaypoint_Click);
|
||||
//
|
||||
// WaypointNameInput
|
||||
//
|
||||
resources.ApplyResources(this.WaypointNameInput, "WaypointNameInput");
|
||||
this.WaypointNameInput.Name = "WaypointNameInput";
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@ -2278,13 +2117,6 @@ namespace GrasscutterTools.Forms
|
||||
this.GrpSettings.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit();
|
||||
this.TCMain.ResumeLayout(false);
|
||||
this.TPWaypoints.ResumeLayout(false);
|
||||
this.TPWaypoints.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointZ)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointY)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDWaypointX)).EndInit();
|
||||
this.WaypointsGroupBox.ResumeLayout(false);
|
||||
this.WaypointsGroupBox.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@ -2492,19 +2324,5 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.LinkLabel LnkNewVersion;
|
||||
private System.Windows.Forms.Button BtnGiveAllWeapons;
|
||||
private System.Windows.Forms.CheckBox ChkInfiniteHP;
|
||||
private System.Windows.Forms.TabPage TPWaypoints;
|
||||
private System.Windows.Forms.Label WaypointName;
|
||||
private System.Windows.Forms.GroupBox WaypointsGroupBox;
|
||||
private System.Windows.Forms.LinkLabel LnkResetWaypoints;
|
||||
private System.Windows.Forms.FlowLayoutPanel FLPWaypointsList;
|
||||
private System.Windows.Forms.Button DeleteWaypoint;
|
||||
private System.Windows.Forms.Button CreateWaypoint;
|
||||
private System.Windows.Forms.TextBox WaypointNameInput;
|
||||
private System.Windows.Forms.NumericUpDown NUDWaypointX;
|
||||
private System.Windows.Forms.NumericUpDown NUDWaypointY;
|
||||
private System.Windows.Forms.NumericUpDown NUDWaypointZ;
|
||||
private System.Windows.Forms.Label WaypointX;
|
||||
private System.Windows.Forms.Label WaypointY;
|
||||
private System.Windows.Forms.Label WaypointZ;
|
||||
}
|
||||
}
|
||||
|
@ -870,25 +870,4 @@ Therefore, the quest can be added and finished, but not necessarily work.</value
|
||||
<data name="ChkIncludeUID.Text" xml:space="preserve">
|
||||
<value>Include UID</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Text" xml:space="preserve">
|
||||
<value>Add</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.Text" xml:space="preserve">
|
||||
<value>Reset</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.Text" xml:space="preserve">
|
||||
<value>Waypoints</value>
|
||||
</data>
|
||||
<data name="WaypointName.Text" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="WaypointNotFound" xml:space="preserve">
|
||||
<value>Waypoint not found</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Text" xml:space="preserve">
|
||||
<value>Waypoints list</value>
|
||||
</data>
|
||||
</root>
|
@ -1002,7 +1002,7 @@
|
||||
<data name=">>LnkRCHelp.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>LnkRCHelp.Parent" xml:space="preserve">
|
||||
<data name=">>TPPlayerCheck.Name" xml:space="preserve">
|
||||
<value>TPPlayerCheck</value>
|
||||
</data>
|
||||
<data name=">>LnkRCHelp.ZOrder" xml:space="preserve">
|
||||
@ -1314,6 +1314,51 @@
|
||||
<data name=">>TxtToken.Name" xml:space="preserve">
|
||||
<value>TxtToken</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>29, 15</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>30, 17</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="LblRemotePlayerId.Text" xml:space="preserve">
|
||||
<value>UID</value>
|
||||
</data>
|
||||
<data name=">>LblRemotePlayerId.Name" xml:space="preserve">
|
||||
<value>LblRemotePlayerId</value>
|
||||
</data>
|
||||
<data name=">>LblRemotePlayerId.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>LblRemotePlayerId.Parent" xml:space="preserve">
|
||||
<value>TPPlayerCheck</value>
|
||||
</data>
|
||||
<data name=">>LblRemotePlayerId.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>BtnConsoleConnect.Name" xml:space="preserve">
|
||||
<value>BtnConsoleConnect</value>
|
||||
</data>
|
||||
<data name=">>BtnConsoleConnect.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>BtnConsoleConnect.Parent" xml:space="preserve">
|
||||
<value>TPConsoleCheck</value>
|
||||
</data>
|
||||
<data name=">>BtnConsoleConnect.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>TxtToken.Name" xml:space="preserve">
|
||||
<value>TxtToken</value>
|
||||
</data>
|
||||
<data name=">>TxtToken.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
@ -1555,6 +1600,15 @@
|
||||
<data name="LblHost.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="LblHost.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>70, 39</value>
|
||||
</data>
|
||||
<data name="LblHost.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>68, 17</value>
|
||||
</data>
|
||||
<data name="LblHost.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="LblHost.Text" xml:space="preserve">
|
||||
<value>服务器地址</value>
|
||||
</data>
|
||||
@ -4336,6 +4390,9 @@
|
||||
<data name=">>CmbStat.Name" xml:space="preserve">
|
||||
<value>CmbStat</value>
|
||||
</data>
|
||||
<data name=">>CmbStat.Name" xml:space="preserve">
|
||||
<value>CmbStat</value>
|
||||
</data>
|
||||
<data name=">>CmbStat.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
@ -4558,6 +4615,18 @@
|
||||
<data name=">>LnkTalentQ.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>LnkTalentQ.Name" xml:space="preserve">
|
||||
<value>LnkTalentQ</value>
|
||||
</data>
|
||||
<data name=">>LnkTalentQ.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>LnkTalentQ.Parent" xml:space="preserve">
|
||||
<value>GrpTalentLevel</value>
|
||||
</data>
|
||||
<data name=">>LnkTalentQ.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>LnkTalentNormalATK.Name" xml:space="preserve">
|
||||
<value>LnkTalentNormalATK</value>
|
||||
</data>
|
||||
@ -4756,8 +4825,8 @@
|
||||
<data name=">>BtnGiveAllChar.Parent" xml:space="preserve">
|
||||
<value>TPAvatar</value>
|
||||
</data>
|
||||
<data name=">>BtnGiveAllChar.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
<data name="LnkTalentNormalATK.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>56, 17</value>
|
||||
</data>
|
||||
<data name=">>LblAvatarConstellation.Name" xml:space="preserve">
|
||||
<value>LblAvatarConstellation</value>
|
||||
@ -4852,7 +4921,7 @@
|
||||
<data name="TPAvatar.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>652, 245</value>
|
||||
</data>
|
||||
<data name="TPAvatar.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name=">>LblAvatarLevel.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="TPAvatar.Text" xml:space="preserve">
|
||||
@ -5632,8 +5701,8 @@
|
||||
<data name="LblEntityAmount.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>32, 17</value>
|
||||
</data>
|
||||
<data name="LblEntityAmount.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
<data name=">>ChkInfiniteHP.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="LblEntityAmount.Text" xml:space="preserve">
|
||||
<value>数量</value>
|
||||
@ -6103,8 +6172,8 @@
|
||||
<data name="LblQuestDescription.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>6, 6</value>
|
||||
</data>
|
||||
<data name="LblQuestDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>346, 100</value>
|
||||
<data name=">>RbEntityMonster.Name" xml:space="preserve">
|
||||
<value>RbEntityMonster</value>
|
||||
</data>
|
||||
<data name="LblQuestDescription.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
@ -6678,8 +6747,8 @@
|
||||
<data name=">>CmbSubAttributionValue.Name" xml:space="preserve">
|
||||
<value>CmbSubAttributionValue</value>
|
||||
</data>
|
||||
<data name=">>CmbSubAttributionValue.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name=">>LblQuestDescription.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>CmbSubAttributionValue.Parent" xml:space="preserve">
|
||||
<value>TPArtifact</value>
|
||||
@ -7137,8 +7206,8 @@
|
||||
<data name=">>BtnLoadCustomCommands.Name" xml:space="preserve">
|
||||
<value>BtnLoadCustomCommands</value>
|
||||
</data>
|
||||
<data name=">>BtnLoadCustomCommands.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name=">>LblArtifactPart.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>BtnLoadCustomCommands.Parent" xml:space="preserve">
|
||||
<value>TPCustom</value>
|
||||
@ -7215,8 +7284,8 @@
|
||||
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>列表</value>
|
||||
<data name=">>NUDSubAttributionTimes.Name" xml:space="preserve">
|
||||
<value>NUDSubAttributionTimes</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Name" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
@ -7356,8 +7425,8 @@
|
||||
<data name="TxtCustomName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>355, 23</value>
|
||||
</data>
|
||||
<data name="TxtCustomName.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
<data name=">>LblMainAttribution.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>TxtCustomName.Name" xml:space="preserve">
|
||||
<value>TxtCustomName</value>
|
||||
@ -7668,8 +7737,8 @@
|
||||
<data name=">>ChkTopMost.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>CmbLanguage.Name" xml:space="preserve">
|
||||
<value>CmbLanguage</value>
|
||||
<data name=">>FLPCustomCommands.Name" xml:space="preserve">
|
||||
<value>FLPCustomCommands</value>
|
||||
</data>
|
||||
<data name=">>CmbLanguage.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
@ -7707,8 +7776,8 @@
|
||||
<data name=">>ChkIncludeUID.Name" xml:space="preserve">
|
||||
<value>ChkIncludeUID</value>
|
||||
</data>
|
||||
<data name=">>ChkIncludeUID.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name=">>FLPCustomCommands.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>ChkIncludeUID.Parent" xml:space="preserve">
|
||||
<value>GrpSettings</value>
|
||||
@ -7962,375 +8031,13 @@
|
||||
<data name=">>LblDefaultUid.Parent" xml:space="preserve">
|
||||
<value>GrpSettings</value>
|
||||
</data>
|
||||
<data name=">>LblDefaultUid.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
<data name=">>BtnOpenTextMap.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="TCMain.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="WaypointX.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="WaypointX.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="WaypointX.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="WaypointX.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>297, 218</value>
|
||||
</data>
|
||||
<data name="WaypointX.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>14, 17</value>
|
||||
</data>
|
||||
<data name="WaypointX.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>18</value>
|
||||
</data>
|
||||
<data name="WaypointX.Text" xml:space="preserve">
|
||||
<value>x</value>
|
||||
</data>
|
||||
<data name=">>WaypointX.Name" xml:space="preserve">
|
||||
<value>WaypointX</value>
|
||||
</data>
|
||||
<data name=">>WaypointX.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointX.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointX.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="NUDWaypointZ.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="NUDWaypointZ.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>453, 216</value>
|
||||
</data>
|
||||
<data name="NUDWaypointZ.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>48, 23</value>
|
||||
</data>
|
||||
<data name="NUDWaypointZ.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointZ.Name" xml:space="preserve">
|
||||
<value>NUDWaypointZ</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointZ.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointZ.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointZ.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="WaypointZ.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="WaypointZ.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="WaypointZ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="WaypointZ.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>437, 218</value>
|
||||
</data>
|
||||
<data name="WaypointZ.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>14, 17</value>
|
||||
</data>
|
||||
<data name="WaypointZ.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>20</value>
|
||||
</data>
|
||||
<data name="WaypointZ.Text" xml:space="preserve">
|
||||
<value>z</value>
|
||||
</data>
|
||||
<data name=">>WaypointZ.Name" xml:space="preserve">
|
||||
<value>WaypointZ</value>
|
||||
</data>
|
||||
<data name=">>WaypointZ.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointZ.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointZ.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="NUDWaypointY.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="NUDWaypointY.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>383, 216</value>
|
||||
</data>
|
||||
<data name="NUDWaypointY.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>50, 23</value>
|
||||
</data>
|
||||
<data name="NUDWaypointY.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>16</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointY.Name" xml:space="preserve">
|
||||
<value>NUDWaypointY</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointY.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointY.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointY.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="NUDWaypointX.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="NUDWaypointX.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>314, 216</value>
|
||||
</data>
|
||||
<data name="NUDWaypointX.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>47, 23</value>
|
||||
</data>
|
||||
<data name="NUDWaypointX.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointX.Name" xml:space="preserve">
|
||||
<value>NUDWaypointX</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointX.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointX.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>NUDWaypointX.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="WaypointName.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="WaypointName.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="WaypointName.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="WaypointName.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>6, 219</value>
|
||||
</data>
|
||||
<data name="WaypointName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>32, 17</value>
|
||||
</data>
|
||||
<data name="WaypointName.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="WaypointName.Text" xml:space="preserve">
|
||||
<value>名称</value>
|
||||
</data>
|
||||
<data name=">>WaypointName.Name" xml:space="preserve">
|
||||
<value>WaypointName</value>
|
||||
</data>
|
||||
<data name=">>WaypointName.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointName.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointName.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="WaypointY.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="WaypointY.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="WaypointY.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="WaypointY.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>367, 218</value>
|
||||
</data>
|
||||
<data name="WaypointY.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>14, 17</value>
|
||||
</data>
|
||||
<data name="WaypointY.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>19</value>
|
||||
</data>
|
||||
<data name="WaypointY.Text" xml:space="preserve">
|
||||
<value>y</value>
|
||||
</data>
|
||||
<data name=">>WaypointY.Name" xml:space="preserve">
|
||||
<value>WaypointY</value>
|
||||
</data>
|
||||
<data name=">>WaypointY.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointY.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointY.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Name" xml:space="preserve">
|
||||
<value>LnkResetWaypoints</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Parent" xml:space="preserve">
|
||||
<value>WaypointsGroupBox</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Name" xml:space="preserve">
|
||||
<value>FLPWaypointsList</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Parent" xml:space="preserve">
|
||||
<value>WaypointsGroupBox</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>6, 6</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>640, 204</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Text" xml:space="preserve">
|
||||
<value>航点列表</value>
|
||||
</data>
|
||||
<data name=">>WaypointsGroupBox.Name" xml:space="preserve">
|
||||
<value>WaypointsGroupBox</value>
|
||||
</data>
|
||||
<data name=">>WaypointsGroupBox.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointsGroupBox.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointsGroupBox.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Right</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>573, 216</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>70, 23</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Text" xml:space="preserve">
|
||||
<value>删除</value>
|
||||
</data>
|
||||
<data name=">>DeleteWaypoint.Name" xml:space="preserve">
|
||||
<value>DeleteWaypoint</value>
|
||||
</data>
|
||||
<data name=">>DeleteWaypoint.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>DeleteWaypoint.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>DeleteWaypoint.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Right</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>507, 216</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>60, 23</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Text" xml:space="preserve">
|
||||
<value>增加</value>
|
||||
</data>
|
||||
<data name=">>CreateWaypoint.Name" xml:space="preserve">
|
||||
<value>CreateWaypoint</value>
|
||||
</data>
|
||||
<data name=">>CreateWaypoint.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>CreateWaypoint.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>CreateWaypoint.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="WaypointNameInput.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="WaypointNameInput.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>55, 216</value>
|
||||
</data>
|
||||
<data name="WaypointNameInput.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>242, 23</value>
|
||||
</data>
|
||||
<data name="WaypointNameInput.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name=">>WaypointNameInput.Name" xml:space="preserve">
|
||||
<value>WaypointNameInput</value>
|
||||
</data>
|
||||
<data name=">>WaypointNameInput.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>WaypointNameInput.Parent" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>WaypointNameInput.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>4, 26</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>652, 245</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>16</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.Text" xml:space="preserve">
|
||||
<value>航点</value>
|
||||
</data>
|
||||
<data name=">>TPWaypoints.Name" xml:space="preserve">
|
||||
<value>TPWaypoints</value>
|
||||
</data>
|
||||
<data name=">>TPWaypoints.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>TPWaypoints.Parent" xml:space="preserve">
|
||||
<value>TCMain</value>
|
||||
</data>
|
||||
<data name=">>TPWaypoints.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
|
||||
<data name="TCMain.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 12</value>
|
||||
</data>
|
||||
@ -8355,63 +8062,6 @@
|
||||
<data name=">>TCMain.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>552, -1</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>32, 17</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.Text" xml:space="preserve">
|
||||
<value>重置</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Name" xml:space="preserve">
|
||||
<value>LnkResetWaypoints</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.Parent" xml:space="preserve">
|
||||
<value>WaypointsGroupBox</value>
|
||||
</data>
|
||||
<data name=">>LnkResetWaypoints.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="FLPWaypointsList.AutoScroll" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="FLPWaypointsList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="FLPWaypointsList.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 19</value>
|
||||
</data>
|
||||
<data name="FLPWaypointsList.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>634, 182</value>
|
||||
</data>
|
||||
<data name="FLPWaypointsList.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Name" xml:space="preserve">
|
||||
<value>FLPWaypointsList</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.Parent" xml:space="preserve">
|
||||
<value>WaypointsGroupBox</value>
|
||||
</data>
|
||||
<data name=">>FLPWaypointsList.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
@ -8442,4 +8092,31 @@
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>7, 17</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>684, 361</value>
|
||||
</data>
|
||||
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft YaHei UI, 9pt</value>
|
||||
</data>
|
||||
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 4, 3, 4</value>
|
||||
</data>
|
||||
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>700, 400</value>
|
||||
</data>
|
||||
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||
<value>CenterScreen</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>GrasscutterTools</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>FormMain</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
@ -276,7 +276,7 @@
|
||||
</data>
|
||||
<data name="LblConsoleTip.Text" xml:space="preserve">
|
||||
<value>Обратите внимание, что обычные команды в состоянии консоли должны указывать цель
|
||||
(установите галочку "Включить UID")</value>
|
||||
(установите галочку галочку "Включить UID")</value>
|
||||
</data>
|
||||
<data name="TxtHost.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>111, 36</value>
|
||||
@ -315,7 +315,7 @@
|
||||
есть запрос на новую функцию,
|
||||
вы можете написать в Issues на Github.
|
||||
|
||||
Спасибо: Dhar_Jinxed
|
||||
Спасибо: Dhar_Jinxed
|
||||
</value>
|
||||
</data>
|
||||
<data name="TPManage.Text" xml:space="preserve">
|
||||
@ -1086,25 +1086,4 @@
|
||||
<data name="ChkIncludeUID.Text" xml:space="preserve">
|
||||
<value>Включить UID</value>
|
||||
</data>
|
||||
<data name="LnkResetWaypoints.Text" xml:space="preserve">
|
||||
<value>Сбросить</value>
|
||||
</data>
|
||||
<data name="TPWaypoints.Text" xml:space="preserve">
|
||||
<value>Метки</value>
|
||||
</data>
|
||||
<data name="WaypointName.Text" xml:space="preserve">
|
||||
<value>Имя</value>
|
||||
</data>
|
||||
<data name="WaypointsGroupBox.Text" xml:space="preserve">
|
||||
<value>Список меток</value>
|
||||
</data>
|
||||
<data name="CreateWaypoint.Text" xml:space="preserve">
|
||||
<value>Сохр.</value>
|
||||
</data>
|
||||
<data name="DeleteWaypoint.Text" xml:space="preserve">
|
||||
<value>Удалить</value>
|
||||
</data>
|
||||
<data name="WaypointNotFound" xml:space="preserve">
|
||||
<value>Метка не найдена</value>
|
||||
</data>
|
||||
</root>
|
@ -224,12 +224,6 @@
|
||||
</data>
|
||||
<data name="RestoreCustomCommands" xml:space="preserve">
|
||||
<value>Вы уверены, что хотите восстановить пользовательские команды по умолчанию?</value>
|
||||
</data>
|
||||
<data name="ResetWaypoints" xml:space="preserve">
|
||||
<value>Вы уверены, что хотите сбросить метки?</value>
|
||||
</data>
|
||||
<data name="WaypointNotFound" xml:space="preserve">
|
||||
<value>Метка не найдена</value>
|
||||
</data>
|
||||
<data name="Scene" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ru-ru\Scene.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
|
Loading…
Reference in New Issue
Block a user