/
ucnl
/
UCNLUI
Обзор
Документация
Войти
/
ucnl
/
UCNLUI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
Dialogs/NumEditDialog.designer.cs
113 строк
5 KB
Aleksandr
Add files via upload
29 июн 2018, 23:43
Не верифицирован
29 июн 2018, 23:43
8d7ea8e
Код
Авторство
О чём код?
namespace UCNLUI.Dialogs { partial class NumEditDialog { /// <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 Windows Form 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.okBtn = new System.Windows.Forms.Button(); this.cancelBtn = new System.Windows.Forms.Button(); this.numEdit = new System.Windows.Forms.NumericUpDown(); this.hintLbl = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numEdit)).BeginInit(); this.SuspendLayout(); // // okBtn // this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.okBtn.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.okBtn.Location = new System.Drawing.Point(19, 110); this.okBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.okBtn.Name = "okBtn"; this.okBtn.Size = new System.Drawing.Size(100, 37); this.okBtn.TabIndex = 0; this.okBtn.Text = "OK"; this.okBtn.UseVisualStyleBackColor = true; // // cancelBtn // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cancelBtn.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.cancelBtn.Location = new System.Drawing.Point(151, 110); this.cancelBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(100, 37); this.cancelBtn.TabIndex = 1; this.cancelBtn.Text = "Cancel"; this.cancelBtn.UseVisualStyleBackColor = true; // // numEdit // this.numEdit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.numEdit.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.numEdit.Location = new System.Drawing.Point(16, 55); this.numEdit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.numEdit.Name = "numEdit"; this.numEdit.Size = new System.Drawing.Size(160, 30); this.numEdit.TabIndex = 2; // // hintLbl // this.hintLbl.AutoSize = true; this.hintLbl.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.hintLbl.Location = new System.Drawing.Point(15, 28); this.hintLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.hintLbl.Name = "hintLbl"; this.hintLbl.Size = new System.Drawing.Size(40, 23); this.hintLbl.TabIndex = 3; this.hintLbl.Text = "hint"; // // NumEditDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(267, 162); this.Controls.Add(this.hintLbl); this.Controls.Add(this.numEdit); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.okBtn); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "NumEditDialog"; this.Text = "IntEditDialog"; ((System.ComponentModel.ISupportInitialize)(this.numEdit)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okBtn; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.NumericUpDown numEdit; private System.Windows.Forms.Label hintLbl; } }