Расписание.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace EJ
  2. {
  3. partial class backbb
  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.components = new System.ComponentModel.Container();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.Search = new System.Windows.Forms.Button();
  32. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.датапроведенияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.названиемероприятияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.местопроведенияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.расписаниеBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.eJDataSet2 = new EJ.EJDataSet2();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.расписаниеTableAdapter = new EJ.EJDataSet2TableAdapters.РасписаниеTableAdapter();
  42. this.расписаниеBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.panel1.SuspendLayout();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).BeginInit();
  49. this.panel2.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // panel1
  54. //
  55. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  56. this.panel1.Controls.Add(this.button1);
  57. this.panel1.Controls.Add(this.groupBox1);
  58. this.panel1.Controls.Add(this.dataGridView1);
  59. this.panel1.Controls.Add(this.panel2);
  60. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.panel1.Location = new System.Drawing.Point(0, 0);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(684, 361);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // groupBox1
  67. //
  68. this.groupBox1.Controls.Add(this.Search);
  69. this.groupBox1.Controls.Add(this.dateTimePicker1);
  70. this.groupBox1.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  71. this.groupBox1.Location = new System.Drawing.Point(12, 77);
  72. this.groupBox1.Name = "groupBox1";
  73. this.groupBox1.Size = new System.Drawing.Size(189, 162);
  74. this.groupBox1.TabIndex = 4;
  75. this.groupBox1.TabStop = false;
  76. this.groupBox1.Text = "Инструменты поиска";
  77. //
  78. // Search
  79. //
  80. this.Search.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.Search.Location = new System.Drawing.Point(0, 55);
  82. this.Search.Name = "Search";
  83. this.Search.Size = new System.Drawing.Size(100, 28);
  84. this.Search.TabIndex = 3;
  85. this.Search.Text = "Поиск";
  86. this.Search.UseVisualStyleBackColor = true;
  87. this.Search.Click += new System.EventHandler(this.button1_Click);
  88. //
  89. // dateTimePicker1
  90. //
  91. this.dateTimePicker1.Location = new System.Drawing.Point(0, 24);
  92. this.dateTimePicker1.Name = "dateTimePicker1";
  93. this.dateTimePicker1.Size = new System.Drawing.Size(183, 25);
  94. this.dateTimePicker1.TabIndex = 4;
  95. //
  96. // dataGridView1
  97. //
  98. this.dataGridView1.AutoGenerateColumns = false;
  99. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  100. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  101. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.датапроведенияDataGridViewTextBoxColumn,
  103. this.названиемероприятияDataGridViewTextBoxColumn,
  104. this.местопроведенияDataGridViewTextBoxColumn});
  105. this.dataGridView1.DataSource = this.расписаниеBindingSource;
  106. this.dataGridView1.Location = new System.Drawing.Point(207, 77);
  107. this.dataGridView1.Name = "dataGridView1";
  108. this.dataGridView1.Size = new System.Drawing.Size(465, 162);
  109. this.dataGridView1.TabIndex = 1;
  110. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  111. this.dataGridView1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView1_Scroll);
  112. //
  113. // датапроведенияDataGridViewTextBoxColumn
  114. //
  115. this.датапроведенияDataGridViewTextBoxColumn.DataPropertyName = "Дата_проведения";
  116. this.датапроведенияDataGridViewTextBoxColumn.HeaderText = "Дата_проведения";
  117. this.датапроведенияDataGridViewTextBoxColumn.Name = "датапроведенияDataGridViewTextBoxColumn";
  118. //
  119. // названиемероприятияDataGridViewTextBoxColumn
  120. //
  121. this.названиемероприятияDataGridViewTextBoxColumn.DataPropertyName = "Название_мероприятия";
  122. this.названиемероприятияDataGridViewTextBoxColumn.HeaderText = "Название_мероприятия";
  123. this.названиемероприятияDataGridViewTextBoxColumn.Name = "названиемероприятияDataGridViewTextBoxColumn";
  124. //
  125. // местопроведенияDataGridViewTextBoxColumn
  126. //
  127. this.местопроведенияDataGridViewTextBoxColumn.DataPropertyName = "Место_проведения";
  128. this.местопроведенияDataGridViewTextBoxColumn.HeaderText = "Место_проведения";
  129. this.местопроведенияDataGridViewTextBoxColumn.Name = "местопроведенияDataGridViewTextBoxColumn";
  130. //
  131. // расписаниеBindingSource
  132. //
  133. this.расписаниеBindingSource.DataMember = "Расписание";
  134. this.расписаниеBindingSource.DataSource = this.eJDataSet2;
  135. //
  136. // eJDataSet2
  137. //
  138. this.eJDataSet2.DataSetName = "EJDataSet2";
  139. this.eJDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  140. //
  141. // panel2
  142. //
  143. this.panel2.BackColor = System.Drawing.Color.Azure;
  144. this.panel2.Controls.Add(this.label1);
  145. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  146. this.panel2.Location = new System.Drawing.Point(0, 0);
  147. this.panel2.Name = "panel2";
  148. this.panel2.Size = new System.Drawing.Size(684, 71);
  149. this.panel2.TabIndex = 0;
  150. //
  151. // label1
  152. //
  153. this.label1.AutoSize = true;
  154. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  155. this.label1.Location = new System.Drawing.Point(176, 26);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(341, 22);
  158. this.label1.TabIndex = 0;
  159. this.label1.Text = "Расписание занятий и спортивных мероприяий";
  160. //
  161. // расписаниеTableAdapter
  162. //
  163. this.расписаниеTableAdapter.ClearBeforeFill = true;
  164. //
  165. // расписаниеBindingSource1
  166. //
  167. this.расписаниеBindingSource1.DataMember = "Расписание";
  168. this.расписаниеBindingSource1.DataSource = this.eJDataSet2;
  169. //
  170. // button1
  171. //
  172. this.button1.Location = new System.Drawing.Point(597, 323);
  173. this.button1.Name = "button1";
  174. this.button1.Size = new System.Drawing.Size(75, 26);
  175. this.button1.TabIndex = 5;
  176. this.button1.Text = "Назад";
  177. this.button1.UseVisualStyleBackColor = true;
  178. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  179. //
  180. // backbb
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(684, 361);
  185. this.Controls.Add(this.panel1);
  186. this.Name = "backbb";
  187. this.Text = "Расписание";
  188. this.Load += new System.EventHandler(this.Расписание_Load);
  189. this.panel1.ResumeLayout(false);
  190. this.groupBox1.ResumeLayout(false);
  191. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).EndInit();
  194. this.panel2.ResumeLayout(false);
  195. this.panel2.PerformLayout();
  196. ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource1)).EndInit();
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. private System.Windows.Forms.Panel panel1;
  201. private System.Windows.Forms.Panel panel2;
  202. private System.Windows.Forms.Label label1;
  203. private System.Windows.Forms.DataGridView dataGridView1;
  204. private EJDataSet2 eJDataSet2;
  205. private System.Windows.Forms.BindingSource расписаниеBindingSource;
  206. private EJDataSet2TableAdapters.РасписаниеTableAdapter расписаниеTableAdapter;
  207. private System.Windows.Forms.DataGridViewTextBoxColumn датапроведенияDataGridViewTextBoxColumn;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn названиемероприятияDataGridViewTextBoxColumn;
  209. private System.Windows.Forms.DataGridViewTextBoxColumn местопроведенияDataGridViewTextBoxColumn;
  210. private System.Windows.Forms.Button Search;
  211. private System.Windows.Forms.GroupBox groupBox1;
  212. private System.Windows.Forms.BindingSource расписаниеBindingSource1;
  213. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  214. private System.Windows.Forms.Button button1;
  215. }
  216. }