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