This commit is contained in:
2025-06-09 16:17:00 +03:00
parent fdbfd85180
commit b4f2ecb18e

View File

@ -323,7 +323,7 @@
tabPage_Main.Location = new Point(4, 24); tabPage_Main.Location = new Point(4, 24);
tabPage_Main.Name = "tabPage_Main"; tabPage_Main.Name = "tabPage_Main";
tabPage_Main.Padding = new Padding(3); tabPage_Main.Padding = new Padding(3);
tabPage_Main.Size = new Size(210, 831); tabPage_Main.Size = new Size(210, 788);
tabPage_Main.TabIndex = 0; tabPage_Main.TabIndex = 0;
tabPage_Main.Tag = "#main"; tabPage_Main.Tag = "#main";
tabPage_Main.Text = "Main"; tabPage_Main.Text = "Main";
@ -1676,7 +1676,7 @@
tabPage_Area.Controls.Add(groupBox3); tabPage_Area.Controls.Add(groupBox3);
tabPage_Area.Location = new Point(4, 24); tabPage_Area.Location = new Point(4, 24);
tabPage_Area.Name = "tabPage_Area"; tabPage_Area.Name = "tabPage_Area";
tabPage_Area.Size = new Size(210, 831); tabPage_Area.Size = new Size(210, 788);
tabPage_Area.TabIndex = 2; tabPage_Area.TabIndex = 2;
tabPage_Area.Tag = "#area"; tabPage_Area.Tag = "#area";
tabPage_Area.Text = "Area"; tabPage_Area.Text = "Area";
@ -1854,6 +1854,8 @@
// checkBox_Area_Wind_Enable // checkBox_Area_Wind_Enable
// //
checkBox_Area_Wind_Enable.AutoSize = true; checkBox_Area_Wind_Enable.AutoSize = true;
checkBox_Area_Wind_Enable.Checked = true;
checkBox_Area_Wind_Enable.CheckState = CheckState.Checked;
checkBox_Area_Wind_Enable.Location = new Point(165, 149); checkBox_Area_Wind_Enable.Location = new Point(165, 149);
checkBox_Area_Wind_Enable.Name = "checkBox_Area_Wind_Enable"; checkBox_Area_Wind_Enable.Name = "checkBox_Area_Wind_Enable";
checkBox_Area_Wind_Enable.Size = new Size(39, 19); checkBox_Area_Wind_Enable.Size = new Size(39, 19);
@ -1925,7 +1927,7 @@
tabPage_GPS.Location = new Point(4, 24); tabPage_GPS.Location = new Point(4, 24);
tabPage_GPS.Name = "tabPage_GPS"; tabPage_GPS.Name = "tabPage_GPS";
tabPage_GPS.Padding = new Padding(3); tabPage_GPS.Padding = new Padding(3);
tabPage_GPS.Size = new Size(210, 831); tabPage_GPS.Size = new Size(210, 788);
tabPage_GPS.TabIndex = 3; tabPage_GPS.TabIndex = 3;
tabPage_GPS.Text = "GPS"; tabPage_GPS.Text = "GPS";
tabPage_GPS.UseVisualStyleBackColor = true; tabPage_GPS.UseVisualStyleBackColor = true;