admin.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. namespace hospital
  2. {
  3. partial class admin
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.Panel2.SuspendLayout();
  36. this.splitContainer1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // splitContainer1
  41. //
  42. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  44. this.splitContainer1.Name = "splitContainer1";
  45. //
  46. // splitContainer1.Panel1
  47. //
  48. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  49. //
  50. // splitContainer1.Panel2
  51. //
  52. this.splitContainer1.Panel2.Controls.Add(this.label1);
  53. this.splitContainer1.Panel2.Controls.Add(this.button1);
  54. this.splitContainer1.Panel2.Controls.Add(this.comboBox1);
  55. this.splitContainer1.Size = new System.Drawing.Size(800, 450);
  56. this.splitContainer1.SplitterDistance = 601;
  57. this.splitContainer1.TabIndex = 0;
  58. //
  59. // dataGridView1
  60. //
  61. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  62. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  64. this.dataGridView1.Name = "dataGridView1";
  65. this.dataGridView1.Size = new System.Drawing.Size(601, 450);
  66. this.dataGridView1.TabIndex = 0;
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label1.Location = new System.Drawing.Point(15, 8);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(165, 18);
  75. this.label1.TabIndex = 4;
  76. this.label1.Text = "Элементы управления";
  77. //
  78. // button1
  79. //
  80. this.button1.Location = new System.Drawing.Point(37, 78);
  81. this.button1.Name = "button1";
  82. this.button1.Size = new System.Drawing.Size(121, 23);
  83. this.button1.TabIndex = 1;
  84. this.button1.Text = "Присвоить роль";
  85. this.button1.UseVisualStyleBackColor = true;
  86. this.button1.Click += new System.EventHandler(this.button1_Click);
  87. //
  88. // comboBox1
  89. //
  90. this.comboBox1.FormattingEnabled = true;
  91. this.comboBox1.Location = new System.Drawing.Point(37, 51);
  92. this.comboBox1.Name = "comboBox1";
  93. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  94. this.comboBox1.TabIndex = 0;
  95. //
  96. // admin
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(800, 450);
  101. this.Controls.Add(this.splitContainer1);
  102. this.MaximumSize = new System.Drawing.Size(816, 489);
  103. this.Name = "admin";
  104. this.Text = "admin";
  105. this.Load += new System.EventHandler(this.admin_Load);
  106. this.splitContainer1.Panel1.ResumeLayout(false);
  107. this.splitContainer1.Panel2.ResumeLayout(false);
  108. this.splitContainer1.Panel2.PerformLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  110. this.splitContainer1.ResumeLayout(false);
  111. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  112. this.ResumeLayout(false);
  113. }
  114. #endregion
  115. private System.Windows.Forms.SplitContainer splitContainer1;
  116. private System.Windows.Forms.DataGridView dataGridView1;
  117. private System.Windows.Forms.Button button1;
  118. private System.Windows.Forms.ComboBox comboBox1;
  119. private System.Windows.Forms.Label label1;
  120. }
  121. }