Form4.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace pract
  2. {
  3. partial class Form4
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.label4 = new System.Windows.Forms.Label();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // dataGridView1
  41. //
  42. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  43. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  44. this.dataGridView1.Location = new System.Drawing.Point(36, 136);
  45. this.dataGridView1.MultiSelect = false;
  46. this.dataGridView1.Name = "dataGridView1";
  47. this.dataGridView1.ReadOnly = true;
  48. this.dataGridView1.RowHeadersWidth = 51;
  49. this.dataGridView1.RowTemplate.Height = 24;
  50. this.dataGridView1.Size = new System.Drawing.Size(581, 290);
  51. this.dataGridView1.TabIndex = 0;
  52. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  53. //
  54. // textBox1
  55. //
  56. this.textBox1.Location = new System.Drawing.Point(73, 48);
  57. this.textBox1.Name = "textBox1";
  58. this.textBox1.Size = new System.Drawing.Size(131, 22);
  59. this.textBox1.TabIndex = 1;
  60. //
  61. // textBox2
  62. //
  63. this.textBox2.Location = new System.Drawing.Point(272, 48);
  64. this.textBox2.Name = "textBox2";
  65. this.textBox2.Size = new System.Drawing.Size(131, 22);
  66. this.textBox2.TabIndex = 1;
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Location = new System.Drawing.Point(43, 54);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(14, 16);
  74. this.label1.TabIndex = 2;
  75. this.label1.Text = "с";
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Location = new System.Drawing.Point(240, 54);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(23, 16);
  83. this.label2.TabIndex = 2;
  84. this.label2.Text = "по";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Location = new System.Drawing.Point(43, 102);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(93, 16);
  92. this.label3.TabIndex = 2;
  93. this.label3.Text = "предприятие";
  94. //
  95. // comboBox1
  96. //
  97. this.comboBox1.FormattingEnabled = true;
  98. this.comboBox1.Location = new System.Drawing.Point(156, 94);
  99. this.comboBox1.Name = "comboBox1";
  100. this.comboBox1.Size = new System.Drawing.Size(154, 24);
  101. this.comboBox1.TabIndex = 3;
  102. //
  103. // button1
  104. //
  105. this.button1.Location = new System.Drawing.Point(36, 457);
  106. this.button1.Name = "button1";
  107. this.button1.Size = new System.Drawing.Size(129, 36);
  108. this.button1.TabIndex = 4;
  109. this.button1.Text = "найти";
  110. this.button1.UseVisualStyleBackColor = true;
  111. this.button1.Click += new System.EventHandler(this.button1_Click);
  112. //
  113. // label4
  114. //
  115. this.label4.AutoSize = true;
  116. this.label4.Location = new System.Drawing.Point(43, 21);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(70, 16);
  119. this.label4.TabIndex = 2;
  120. this.label4.Text = "зарплата";
  121. //
  122. // Form4
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(659, 505);
  127. this.Controls.Add(this.button1);
  128. this.Controls.Add(this.comboBox1);
  129. this.Controls.Add(this.label3);
  130. this.Controls.Add(this.label2);
  131. this.Controls.Add(this.label4);
  132. this.Controls.Add(this.label1);
  133. this.Controls.Add(this.textBox2);
  134. this.Controls.Add(this.textBox1);
  135. this.Controls.Add(this.dataGridView1);
  136. this.Name = "Form4";
  137. this.Text = "Form4";
  138. this.Load += new System.EventHandler(this.Form4_Load);
  139. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  140. this.ResumeLayout(false);
  141. this.PerformLayout();
  142. }
  143. #endregion
  144. private System.Windows.Forms.DataGridView dataGridView1;
  145. private System.Windows.Forms.TextBox textBox1;
  146. private System.Windows.Forms.TextBox textBox2;
  147. private System.Windows.Forms.Label label1;
  148. private System.Windows.Forms.Label label2;
  149. private System.Windows.Forms.Label label3;
  150. private System.Windows.Forms.ComboBox comboBox1;
  151. private System.Windows.Forms.Button button1;
  152. private System.Windows.Forms.Label label4;
  153. }
  154. }