Gotovo.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace Blanki_ekzamena.Izmenie
  2. {
  3. partial class Gotovo
  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.button1 = new System.Windows.Forms.Button();
  29. this.btn_soxr = new System.Windows.Forms.Button();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label12 = new System.Windows.Forms.Label();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // button1
  46. //
  47. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  48. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  49. this.button1.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  50. this.button1.ForeColor = System.Drawing.Color.White;
  51. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  52. this.button1.Location = new System.Drawing.Point(67, 240);
  53. this.button1.Margin = new System.Windows.Forms.Padding(4);
  54. this.button1.Name = "button1";
  55. this.button1.Size = new System.Drawing.Size(99, 30);
  56. this.button1.TabIndex = 103;
  57. this.button1.Text = "Готово";
  58. this.button1.UseVisualStyleBackColor = false;
  59. this.button1.Click += new System.EventHandler(this.button1_Click);
  60. //
  61. // btn_soxr
  62. //
  63. this.btn_soxr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  64. this.btn_soxr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  65. this.btn_soxr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  66. this.btn_soxr.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.btn_soxr.ForeColor = System.Drawing.Color.White;
  68. this.btn_soxr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  69. this.btn_soxr.Location = new System.Drawing.Point(316, 240);
  70. this.btn_soxr.Margin = new System.Windows.Forms.Padding(4);
  71. this.btn_soxr.Name = "btn_soxr";
  72. this.btn_soxr.Size = new System.Drawing.Size(99, 30);
  73. this.btn_soxr.TabIndex = 102;
  74. this.btn_soxr.Text = "Назад";
  75. this.btn_soxr.UseVisualStyleBackColor = false;
  76. this.btn_soxr.Click += new System.EventHandler(this.btn_soxr_Click);
  77. //
  78. // label4
  79. //
  80. this.label4.AutoSize = true;
  81. this.label4.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  83. this.label4.Location = new System.Drawing.Point(120, 56);
  84. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.label4.Name = "label4";
  86. this.label4.Size = new System.Drawing.Size(77, 22);
  87. this.label4.TabIndex = 101;
  88. this.label4.Text = "Предмет";
  89. this.label4.Click += new System.EventHandler(this.label4_Click);
  90. //
  91. // label10
  92. //
  93. this.label10.AutoSize = true;
  94. this.label10.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.label10.ForeColor = System.Drawing.Color.DodgerBlue;
  96. this.label10.Location = new System.Drawing.Point(18, 56);
  97. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.label10.Name = "label10";
  99. this.label10.Size = new System.Drawing.Size(94, 24);
  100. this.label10.TabIndex = 100;
  101. this.label10.Text = "Предмет:";
  102. this.label10.Click += new System.EventHandler(this.label10_Click);
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Font = new System.Drawing.Font("Calibri", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  108. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  109. this.label1.Location = new System.Drawing.Point(199, 9);
  110. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(79, 35);
  113. this.label1.TabIndex = 104;
  114. this.label1.Text = "Заказ";
  115. //
  116. // label2
  117. //
  118. this.label2.AutoSize = true;
  119. this.label2.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  121. this.label2.Location = new System.Drawing.Point(93, 94);
  122. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(54, 22);
  125. this.label2.TabIndex = 106;
  126. this.label2.Text = "Город";
  127. //
  128. // label3
  129. //
  130. this.label3.AutoSize = true;
  131. this.label3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.label3.ForeColor = System.Drawing.Color.DodgerBlue;
  133. this.label3.Location = new System.Drawing.Point(17, 92);
  134. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label3.Name = "label3";
  136. this.label3.Size = new System.Drawing.Size(68, 24);
  137. this.label3.TabIndex = 105;
  138. this.label3.Text = "Город:";
  139. //
  140. // label5
  141. //
  142. this.label5.AutoSize = true;
  143. this.label5.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  145. this.label5.Location = new System.Drawing.Point(240, 168);
  146. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.label5.Name = "label5";
  148. this.label5.Size = new System.Drawing.Size(62, 22);
  149. this.label5.TabIndex = 110;
  150. this.label5.Text = "Школа";
  151. this.label5.Click += new System.EventHandler(this.label5_Click);
  152. //
  153. // label6
  154. //
  155. this.label6.AutoSize = true;
  156. this.label6.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  157. this.label6.ForeColor = System.Drawing.Color.DodgerBlue;
  158. this.label6.Location = new System.Drawing.Point(18, 166);
  159. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.label6.Name = "label6";
  161. this.label6.Size = new System.Drawing.Size(214, 24);
  162. this.label6.TabIndex = 109;
  163. this.label6.Text = "Учебное учереждение:";
  164. this.label6.Click += new System.EventHandler(this.label6_Click);
  165. //
  166. // label7
  167. //
  168. this.label7.AutoSize = true;
  169. this.label7.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  170. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  171. this.label7.Location = new System.Drawing.Point(93, 130);
  172. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.label7.Name = "label7";
  174. this.label7.Size = new System.Drawing.Size(58, 22);
  175. this.label7.TabIndex = 108;
  176. this.label7.Text = "Район";
  177. //
  178. // label8
  179. //
  180. this.label8.AutoSize = true;
  181. this.label8.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. this.label8.ForeColor = System.Drawing.Color.DodgerBlue;
  183. this.label8.Location = new System.Drawing.Point(15, 130);
  184. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  185. this.label8.Name = "label8";
  186. this.label8.Size = new System.Drawing.Size(70, 24);
  187. this.label8.TabIndex = 107;
  188. this.label8.Text = "Район:";
  189. //
  190. // label9
  191. //
  192. this.label9.AutoSize = true;
  193. this.label9.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  194. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  195. this.label9.Location = new System.Drawing.Point(390, 202);
  196. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.label9.Name = "label9";
  198. this.label9.Size = new System.Drawing.Size(58, 22);
  199. this.label9.TabIndex = 114;
  200. this.label9.Text = "Район";
  201. //
  202. // label11
  203. //
  204. this.label11.AutoSize = true;
  205. this.label11.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.label11.ForeColor = System.Drawing.Color.DodgerBlue;
  207. this.label11.Location = new System.Drawing.Point(312, 202);
  208. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  209. this.label11.Name = "label11";
  210. this.label11.Size = new System.Drawing.Size(76, 24);
  211. this.label11.TabIndex = 113;
  212. this.label11.Text = "Кол-во:";
  213. //
  214. // label12
  215. //
  216. this.label12.AutoSize = true;
  217. this.label12.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  219. this.label12.Location = new System.Drawing.Point(135, 202);
  220. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  221. this.label12.Name = "label12";
  222. this.label12.Size = new System.Drawing.Size(144, 22);
  223. this.label12.TabIndex = 112;
  224. this.label12.Text = "Название бланка";
  225. //
  226. // label13
  227. //
  228. this.label13.AutoSize = true;
  229. this.label13.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  230. this.label13.ForeColor = System.Drawing.Color.DodgerBlue;
  231. this.label13.Location = new System.Drawing.Point(18, 200);
  232. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  233. this.label13.Name = "label13";
  234. this.label13.Size = new System.Drawing.Size(118, 24);
  235. this.label13.TabIndex = 111;
  236. this.label13.Text = "Вид бланка:";
  237. //
  238. // Gotovo
  239. //
  240. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  241. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  242. this.BackColor = System.Drawing.Color.AliceBlue;
  243. this.ClientSize = new System.Drawing.Size(509, 284);
  244. this.Controls.Add(this.label9);
  245. this.Controls.Add(this.label11);
  246. this.Controls.Add(this.label12);
  247. this.Controls.Add(this.label13);
  248. this.Controls.Add(this.label5);
  249. this.Controls.Add(this.label6);
  250. this.Controls.Add(this.label7);
  251. this.Controls.Add(this.label8);
  252. this.Controls.Add(this.label2);
  253. this.Controls.Add(this.label3);
  254. this.Controls.Add(this.label1);
  255. this.Controls.Add(this.button1);
  256. this.Controls.Add(this.btn_soxr);
  257. this.Controls.Add(this.label4);
  258. this.Controls.Add(this.label10);
  259. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  260. this.Name = "Gotovo";
  261. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  262. this.Text = "Gotovo";
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private System.Windows.Forms.Button button1;
  268. private System.Windows.Forms.Button btn_soxr;
  269. private System.Windows.Forms.Label label4;
  270. private System.Windows.Forms.Label label10;
  271. private System.Windows.Forms.Label label1;
  272. private System.Windows.Forms.Label label2;
  273. private System.Windows.Forms.Label label3;
  274. private System.Windows.Forms.Label label5;
  275. private System.Windows.Forms.Label label6;
  276. private System.Windows.Forms.Label label7;
  277. private System.Windows.Forms.Label label8;
  278. private System.Windows.Forms.Label label9;
  279. private System.Windows.Forms.Label label11;
  280. private System.Windows.Forms.Label label12;
  281. private System.Windows.Forms.Label label13;
  282. }
  283. }