/
ucnl
/
UCNLUI
Обзор
Документация
Войти
/
ucnl
/
UCNLUI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
Controls/GeoPlotCartesian.Designer.cs
47 строк
2 KB
Aleksandr
Add files via upload
10 сен 2020, 10:01
Не верифицирован
10 сен 2020, 10:01
47758d0
Код
Авторство
О чём код?
namespace UCNLUI.Controls { partial class GeoPlotCartesian { /// <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 Component 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.SuspendLayout(); // // GeoPlotCartesian // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.DoubleBuffered = true; this.Name = "GeoPlotCartesian"; this.Paint += new System.Windows.Forms.PaintEventHandler(this.MarinePlot_Paint); this.Resize += new System.EventHandler(this.GeoPlotCartesian_Resize); this.ResumeLayout(false); } #endregion } }