123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace proba
- {
- partial class VidNomenklatury_add
- {
- /// <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.text_description = new System.Windows.Forms.TextBox();
- this.description = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.button_save = new System.Windows.Forms.Button();
- this.button_back = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // text_description
- //
- this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_description.Location = new System.Drawing.Point(272, 101);
- this.text_description.Name = "text_description";
- this.text_description.Size = new System.Drawing.Size(210, 29);
- this.text_description.TabIndex = 17;
- //
- // description
- //
- this.description.AutoSize = true;
- this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.description.Location = new System.Drawing.Point(77, 101);
- this.description.Name = "description";
- this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.description.Size = new System.Drawing.Size(167, 24);
- this.description.TabIndex = 15;
- this.description.Text = "Вид инструмента";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(45, 49);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(456, 26);
- this.label2.TabIndex = 19;
- this.label2.Text = "ДОБАВЛЕНИЕ ВИДА ИНСТРУМЕНТА";
- //
- // button_save
- //
- this.button_save.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
- this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_save.Location = new System.Drawing.Point(348, 179);
- this.button_save.Name = "button_save";
- this.button_save.Size = new System.Drawing.Size(111, 30);
- this.button_save.TabIndex = 21;
- this.button_save.Text = "Сохранить";
- this.button_save.UseVisualStyleBackColor = false;
- this.button_save.Click += new System.EventHandler(this.button_save_Click);
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(81, 179);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(111, 30);
- this.button_back.TabIndex = 20;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // VidNomenklatury_add
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
- this.ClientSize = new System.Drawing.Size(541, 244);
- this.Controls.Add(this.button_save);
- this.Controls.Add(this.button_back);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.text_description);
- this.Controls.Add(this.description);
- this.Name = "VidNomenklatury_add";
- this.Text = "VidNomenklatury_add";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VidNomenklatury_add_FormClosing);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox text_description;
- private System.Windows.Forms.Label description;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button_save;
- private System.Windows.Forms.Button button_back;
- }
- }
|