namespace PolyclinicView { partial class FormDiagnose { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { buttonCancel = new Button(); buttonApply = new Button(); labelName = new Label(); labelComment = new Label(); textBoxName = new TextBox(); textBoxComment = new TextBox(); SuspendLayout(); // // buttonCancel // buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonCancel.Location = new Point(356, 182); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 3; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; // // buttonApply // buttonApply.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonApply.Location = new Point(256, 182); buttonApply.Name = "buttonApply"; buttonApply.Size = new Size(94, 29); buttonApply.TabIndex = 2; buttonApply.Text = "Сохранить"; buttonApply.UseVisualStyleBackColor = true; // // labelName // labelName.AutoSize = true; labelName.Location = new Point(12, 9); labelName.Name = "labelName"; labelName.Size = new Size(77, 20); labelName.TabIndex = 4; labelName.Text = "Название"; // // labelComment // labelComment.AutoSize = true; labelComment.Location = new Point(12, 46); labelComment.Name = "labelComment"; labelComment.Size = new Size(107, 20); labelComment.TabIndex = 5; labelComment.Text = "Комментарий"; // // textBoxName // textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; textBoxName.Location = new Point(95, 6); textBoxName.Name = "textBoxName"; textBoxName.Size = new Size(355, 27); textBoxName.TabIndex = 6; // // textBoxComment // textBoxComment.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxComment.Location = new Point(12, 69); textBoxComment.Multiline = true; textBoxComment.Name = "textBoxComment"; textBoxComment.Size = new Size(438, 107); textBoxComment.TabIndex = 7; // // FormDiagnose // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(462, 223); Controls.Add(textBoxComment); Controls.Add(textBoxName); Controls.Add(labelComment); Controls.Add(labelName); Controls.Add(buttonCancel); Controls.Add(buttonApply); MinimumSize = new Size(480, 270); Name = "FormDiagnose"; Text = "Редактировать болезнь"; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonCancel; private Button buttonApply; private Label labelName; private Label labelComment; private TextBox textBoxName; private TextBox textBoxComment; } }