Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace pract
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.specializationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.companyesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.unemployedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.vacancyesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.employmentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.поискВакансийToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.label1 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  41. this.menuStrip1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // dataGridView1
  45. //
  46. this.dataGridView1.AllowUserToAddRows = false;
  47. this.dataGridView1.AllowUserToDeleteRows = false;
  48. this.dataGridView1.AllowUserToResizeColumns = false;
  49. this.dataGridView1.AllowUserToResizeRows = false;
  50. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  51. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  52. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  53. this.dataGridView1.GridColor = System.Drawing.SystemColors.ControlLight;
  54. this.dataGridView1.Location = new System.Drawing.Point(12, 30);
  55. this.dataGridView1.MultiSelect = false;
  56. this.dataGridView1.Name = "dataGridView1";
  57. this.dataGridView1.ReadOnly = true;
  58. this.dataGridView1.RowHeadersWidth = 51;
  59. this.dataGridView1.RowTemplate.Height = 24;
  60. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  61. this.dataGridView1.Size = new System.Drawing.Size(776, 408);
  62. this.dataGridView1.TabIndex = 0;
  63. //
  64. // menuStrip1
  65. //
  66. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  67. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.specializationsToolStripMenuItem,
  69. this.companyesToolStripMenuItem,
  70. this.unemployedsToolStripMenuItem,
  71. this.vacancyesToolStripMenuItem,
  72. this.employmentsToolStripMenuItem});
  73. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  74. this.menuStrip1.Name = "menuStrip1";
  75. this.menuStrip1.Size = new System.Drawing.Size(800, 30);
  76. this.menuStrip1.TabIndex = 1;
  77. this.menuStrip1.Text = "menuStrip1";
  78. //
  79. // specializationsToolStripMenuItem
  80. //
  81. this.specializationsToolStripMenuItem.Name = "specializationsToolStripMenuItem";
  82. this.specializationsToolStripMenuItem.Size = new System.Drawing.Size(120, 24);
  83. this.specializationsToolStripMenuItem.Text = "specializations";
  84. this.specializationsToolStripMenuItem.Click += new System.EventHandler(this.specializationsToolStripMenuItem_Click);
  85. //
  86. // companyesToolStripMenuItem
  87. //
  88. this.companyesToolStripMenuItem.Name = "companyesToolStripMenuItem";
  89. this.companyesToolStripMenuItem.Size = new System.Drawing.Size(98, 24);
  90. this.companyesToolStripMenuItem.Text = "companyes";
  91. this.companyesToolStripMenuItem.Click += new System.EventHandler(this.companyesToolStripMenuItem_Click);
  92. //
  93. // unemployedsToolStripMenuItem
  94. //
  95. this.unemployedsToolStripMenuItem.Name = "unemployedsToolStripMenuItem";
  96. this.unemployedsToolStripMenuItem.Size = new System.Drawing.Size(112, 24);
  97. this.unemployedsToolStripMenuItem.Text = "unemployeds";
  98. this.unemployedsToolStripMenuItem.Click += new System.EventHandler(this.unemployedsToolStripMenuItem_Click);
  99. //
  100. // vacancyesToolStripMenuItem
  101. //
  102. this.vacancyesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.поискВакансийToolStripMenuItem});
  104. this.vacancyesToolStripMenuItem.Name = "vacancyesToolStripMenuItem";
  105. this.vacancyesToolStripMenuItem.Size = new System.Drawing.Size(89, 24);
  106. this.vacancyesToolStripMenuItem.Text = "vacancyes";
  107. this.vacancyesToolStripMenuItem.Click += new System.EventHandler(this.vacancyesToolStripMenuItem_Click);
  108. //
  109. // employmentsToolStripMenuItem
  110. //
  111. this.employmentsToolStripMenuItem.Name = "employmentsToolStripMenuItem";
  112. this.employmentsToolStripMenuItem.Size = new System.Drawing.Size(113, 24);
  113. this.employmentsToolStripMenuItem.Text = "employments";
  114. this.employmentsToolStripMenuItem.Click += new System.EventHandler(this.employmentsToolStripMenuItem_Click);
  115. //
  116. // button1
  117. //
  118. this.button1.Location = new System.Drawing.Point(12, 450);
  119. this.button1.Name = "button1";
  120. this.button1.Size = new System.Drawing.Size(132, 39);
  121. this.button1.TabIndex = 2;
  122. this.button1.Text = "add";
  123. this.button1.UseVisualStyleBackColor = true;
  124. this.button1.Click += new System.EventHandler(this.button1_Click);
  125. //
  126. // button2
  127. //
  128. this.button2.Location = new System.Drawing.Point(167, 450);
  129. this.button2.Name = "button2";
  130. this.button2.Size = new System.Drawing.Size(132, 39);
  131. this.button2.TabIndex = 3;
  132. this.button2.Text = "delete";
  133. this.button2.UseVisualStyleBackColor = true;
  134. this.button2.Click += new System.EventHandler(this.button2_Click);
  135. //
  136. // button3
  137. //
  138. this.button3.Location = new System.Drawing.Point(322, 450);
  139. this.button3.Name = "button3";
  140. this.button3.Size = new System.Drawing.Size(132, 39);
  141. this.button3.TabIndex = 4;
  142. this.button3.Text = "update";
  143. this.button3.UseVisualStyleBackColor = true;
  144. this.button3.Click += new System.EventHandler(this.button3_Click);
  145. //
  146. // поискВакансийToolStripMenuItem
  147. //
  148. this.поискВакансийToolStripMenuItem.Name = "поискВакансийToolStripMenuItem";
  149. this.поискВакансийToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
  150. this.поискВакансийToolStripMenuItem.Text = "поиск вакансий";
  151. this.поискВакансийToolStripMenuItem.Click += new System.EventHandler(this.поискВакансийToolStripMenuItem_Click);
  152. //
  153. // label1
  154. //
  155. this.label1.AutoSize = true;
  156. this.label1.Location = new System.Drawing.Point(734, 473);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(0, 16);
  159. this.label1.TabIndex = 5;
  160. //
  161. // Form1
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(800, 501);
  166. this.Controls.Add(this.label1);
  167. this.Controls.Add(this.button3);
  168. this.Controls.Add(this.button2);
  169. this.Controls.Add(this.button1);
  170. this.Controls.Add(this.dataGridView1);
  171. this.Controls.Add(this.menuStrip1);
  172. this.MainMenuStrip = this.menuStrip1;
  173. this.Name = "Form1";
  174. this.Text = "Form1";
  175. this.Load += new System.EventHandler(this.Form1_Load);
  176. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  177. this.menuStrip1.ResumeLayout(false);
  178. this.menuStrip1.PerformLayout();
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. #endregion
  183. private System.Windows.Forms.DataGridView dataGridView1;
  184. private System.Windows.Forms.MenuStrip menuStrip1;
  185. private System.Windows.Forms.ToolStripMenuItem specializationsToolStripMenuItem;
  186. private System.Windows.Forms.ToolStripMenuItem companyesToolStripMenuItem;
  187. private System.Windows.Forms.ToolStripMenuItem unemployedsToolStripMenuItem;
  188. private System.Windows.Forms.ToolStripMenuItem vacancyesToolStripMenuItem;
  189. private System.Windows.Forms.ToolStripMenuItem employmentsToolStripMenuItem;
  190. private System.Windows.Forms.Button button1;
  191. private System.Windows.Forms.Button button2;
  192. private System.Windows.Forms.Button button3;
  193. private System.Windows.Forms.ToolStripMenuItem поискВакансийToolStripMenuItem;
  194. private System.Windows.Forms.Label label1;
  195. }
  196. }