GLavn.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. 
  2. namespace Дол_Восток
  3. {
  4. partial class GLavn
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.Сотрудники = new System.Windows.Forms.TabPage();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.bt_change = new System.Windows.Forms.Button();
  33. this.bt_delete = new System.Windows.Forms.Button();
  34. this.bt_add = new System.Windows.Forms.Button();
  35. this.Sotrudnici = new System.Windows.Forms.DataGridView();
  36. this.Дети = new System.Windows.Forms.TabPage();
  37. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  38. this.bt_changeChild = new System.Windows.Forms.Button();
  39. this.bt_deleteChild = new System.Windows.Forms.Button();
  40. this.bt_addChild = new System.Windows.Forms.Button();
  41. this.Children = new System.Windows.Forms.DataGridView();
  42. this.tabControl1.SuspendLayout();
  43. this.Сотрудники.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.Sotrudnici)).BeginInit();
  49. this.Дети.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  51. this.splitContainer2.Panel1.SuspendLayout();
  52. this.splitContainer2.Panel2.SuspendLayout();
  53. this.splitContainer2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.Children)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // tabControl1
  58. //
  59. this.tabControl1.Controls.Add(this.Сотрудники);
  60. this.tabControl1.Controls.Add(this.Дети);
  61. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.tabControl1.Font = new System.Drawing.Font("aMavickFont", 12F, System.Drawing.FontStyle.Bold);
  63. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  64. this.tabControl1.Name = "tabControl1";
  65. this.tabControl1.SelectedIndex = 0;
  66. this.tabControl1.Size = new System.Drawing.Size(1090, 450);
  67. this.tabControl1.TabIndex = 0;
  68. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  69. //
  70. // Сотрудники
  71. //
  72. this.Сотрудники.Controls.Add(this.splitContainer1);
  73. this.Сотрудники.Location = new System.Drawing.Point(4, 26);
  74. this.Сотрудники.Name = "Сотрудники";
  75. this.Сотрудники.Padding = new System.Windows.Forms.Padding(3);
  76. this.Сотрудники.Size = new System.Drawing.Size(1082, 420);
  77. this.Сотрудники.TabIndex = 0;
  78. this.Сотрудники.Text = "Сотрудники";
  79. this.Сотрудники.UseVisualStyleBackColor = true;
  80. //
  81. // splitContainer1
  82. //
  83. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.splitContainer1.Location = new System.Drawing.Point(3, 3);
  85. this.splitContainer1.Name = "splitContainer1";
  86. //
  87. // splitContainer1.Panel1
  88. //
  89. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  90. this.splitContainer1.Panel1.Controls.Add(this.bt_change);
  91. this.splitContainer1.Panel1.Controls.Add(this.bt_delete);
  92. this.splitContainer1.Panel1.Controls.Add(this.bt_add);
  93. //
  94. // splitContainer1.Panel2
  95. //
  96. this.splitContainer1.Panel2.Controls.Add(this.Sotrudnici);
  97. this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
  98. this.splitContainer1.Size = new System.Drawing.Size(1076, 414);
  99. this.splitContainer1.SplitterDistance = 114;
  100. this.splitContainer1.TabIndex = 0;
  101. //
  102. // bt_change
  103. //
  104. this.bt_change.BackColor = System.Drawing.SystemColors.Window;
  105. this.bt_change.Font = new System.Drawing.Font("aMavickFont", 12F, System.Drawing.FontStyle.Bold);
  106. this.bt_change.Location = new System.Drawing.Point(5, 225);
  107. this.bt_change.Name = "bt_change";
  108. this.bt_change.Size = new System.Drawing.Size(106, 41);
  109. this.bt_change.TabIndex = 2;
  110. this.bt_change.Text = "Изменить";
  111. this.bt_change.UseVisualStyleBackColor = false;
  112. this.bt_change.Click += new System.EventHandler(this.bt_change_Click);
  113. //
  114. // bt_delete
  115. //
  116. this.bt_delete.BackColor = System.Drawing.SystemColors.Window;
  117. this.bt_delete.Font = new System.Drawing.Font("aMavickFont", 12F, System.Drawing.FontStyle.Bold);
  118. this.bt_delete.Location = new System.Drawing.Point(5, 178);
  119. this.bt_delete.Name = "bt_delete";
  120. this.bt_delete.Size = new System.Drawing.Size(106, 41);
  121. this.bt_delete.TabIndex = 1;
  122. this.bt_delete.Text = "Удалить";
  123. this.bt_delete.UseVisualStyleBackColor = false;
  124. this.bt_delete.Click += new System.EventHandler(this.bt_delete_Click);
  125. //
  126. // bt_add
  127. //
  128. this.bt_add.BackColor = System.Drawing.SystemColors.Window;
  129. this.bt_add.Font = new System.Drawing.Font("aMavickFont", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.bt_add.Location = new System.Drawing.Point(5, 131);
  131. this.bt_add.Name = "bt_add";
  132. this.bt_add.Size = new System.Drawing.Size(106, 41);
  133. this.bt_add.TabIndex = 0;
  134. this.bt_add.Text = "Добавить";
  135. this.bt_add.UseVisualStyleBackColor = false;
  136. this.bt_add.Click += new System.EventHandler(this.bt_add_Click);
  137. //
  138. // Sotrudnici
  139. //
  140. this.Sotrudnici.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  141. this.Sotrudnici.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.Sotrudnici.Location = new System.Drawing.Point(0, 0);
  143. this.Sotrudnici.Name = "Sotrudnici";
  144. this.Sotrudnici.Size = new System.Drawing.Size(958, 414);
  145. this.Sotrudnici.TabIndex = 0;
  146. //
  147. // Дети
  148. //
  149. this.Дети.Controls.Add(this.splitContainer2);
  150. this.Дети.Location = new System.Drawing.Point(4, 26);
  151. this.Дети.Name = "Дети";
  152. this.Дети.Padding = new System.Windows.Forms.Padding(3);
  153. this.Дети.Size = new System.Drawing.Size(1082, 420);
  154. this.Дети.TabIndex = 1;
  155. this.Дети.Text = "Дети";
  156. this.Дети.UseVisualStyleBackColor = true;
  157. //
  158. // splitContainer2
  159. //
  160. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  162. this.splitContainer2.Name = "splitContainer2";
  163. //
  164. // splitContainer2.Panel1
  165. //
  166. this.splitContainer2.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  167. this.splitContainer2.Panel1.Controls.Add(this.bt_changeChild);
  168. this.splitContainer2.Panel1.Controls.Add(this.bt_deleteChild);
  169. this.splitContainer2.Panel1.Controls.Add(this.bt_addChild);
  170. //
  171. // splitContainer2.Panel2
  172. //
  173. this.splitContainer2.Panel2.Controls.Add(this.Children);
  174. this.splitContainer2.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
  175. this.splitContainer2.Size = new System.Drawing.Size(1076, 414);
  176. this.splitContainer2.SplitterDistance = 114;
  177. this.splitContainer2.TabIndex = 1;
  178. //
  179. // bt_changeChild
  180. //
  181. this.bt_changeChild.BackColor = System.Drawing.SystemColors.Window;
  182. this.bt_changeChild.Location = new System.Drawing.Point(5, 241);
  183. this.bt_changeChild.Name = "bt_changeChild";
  184. this.bt_changeChild.Size = new System.Drawing.Size(106, 39);
  185. this.bt_changeChild.TabIndex = 2;
  186. this.bt_changeChild.Text = "Изменить";
  187. this.bt_changeChild.UseVisualStyleBackColor = false;
  188. this.bt_changeChild.Click += new System.EventHandler(this.bt_changeChild_Click);
  189. //
  190. // bt_deleteChild
  191. //
  192. this.bt_deleteChild.BackColor = System.Drawing.SystemColors.Window;
  193. this.bt_deleteChild.Location = new System.Drawing.Point(5, 196);
  194. this.bt_deleteChild.Name = "bt_deleteChild";
  195. this.bt_deleteChild.Size = new System.Drawing.Size(106, 39);
  196. this.bt_deleteChild.TabIndex = 1;
  197. this.bt_deleteChild.Text = "Удалить";
  198. this.bt_deleteChild.UseVisualStyleBackColor = false;
  199. this.bt_deleteChild.Click += new System.EventHandler(this.bt_deleteChild_Click);
  200. //
  201. // bt_addChild
  202. //
  203. this.bt_addChild.BackColor = System.Drawing.SystemColors.Window;
  204. this.bt_addChild.Location = new System.Drawing.Point(5, 151);
  205. this.bt_addChild.Name = "bt_addChild";
  206. this.bt_addChild.Size = new System.Drawing.Size(106, 39);
  207. this.bt_addChild.TabIndex = 0;
  208. this.bt_addChild.Text = "Добавить";
  209. this.bt_addChild.UseVisualStyleBackColor = false;
  210. this.bt_addChild.Click += new System.EventHandler(this.bt_addChild_Click);
  211. //
  212. // Children
  213. //
  214. this.Children.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  215. this.Children.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.Children.Location = new System.Drawing.Point(0, 0);
  217. this.Children.Name = "Children";
  218. this.Children.Size = new System.Drawing.Size(958, 414);
  219. this.Children.TabIndex = 0;
  220. //
  221. // GLavn
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.ClientSize = new System.Drawing.Size(1090, 450);
  226. this.Controls.Add(this.tabControl1);
  227. this.Name = "GLavn";
  228. this.Text = "GLavn";
  229. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GLavn_FormClosing);
  230. this.Load += new System.EventHandler(this.GLavn_Load);
  231. this.tabControl1.ResumeLayout(false);
  232. this.Сотрудники.ResumeLayout(false);
  233. this.splitContainer1.Panel1.ResumeLayout(false);
  234. this.splitContainer1.Panel2.ResumeLayout(false);
  235. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  236. this.splitContainer1.ResumeLayout(false);
  237. ((System.ComponentModel.ISupportInitialize)(this.Sotrudnici)).EndInit();
  238. this.Дети.ResumeLayout(false);
  239. this.splitContainer2.Panel1.ResumeLayout(false);
  240. this.splitContainer2.Panel2.ResumeLayout(false);
  241. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  242. this.splitContainer2.ResumeLayout(false);
  243. ((System.ComponentModel.ISupportInitialize)(this.Children)).EndInit();
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private System.Windows.Forms.TabControl tabControl1;
  248. private System.Windows.Forms.TabPage Сотрудники;
  249. private System.Windows.Forms.SplitContainer splitContainer1;
  250. private System.Windows.Forms.TabPage Дети;
  251. private System.Windows.Forms.Button bt_change;
  252. private System.Windows.Forms.Button bt_delete;
  253. private System.Windows.Forms.Button bt_add;
  254. private System.Windows.Forms.DataGridView Sotrudnici;
  255. private System.Windows.Forms.SplitContainer splitContainer2;
  256. private System.Windows.Forms.Button bt_changeChild;
  257. private System.Windows.Forms.Button bt_deleteChild;
  258. private System.Windows.Forms.Button bt_addChild;
  259. private System.Windows.Forms.DataGridView Children;
  260. }
  261. }