FormMain.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormMain
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.TbxLogin = new System.Windows.Forms.TextBox();
  35. this.TbxPassw = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.BtnVhod = new System.Windows.Forms.Button();
  38. this.CbxShowPassw = new System.Windows.Forms.CheckBox();
  39. this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
  40. this.BsEmployee = new System.Windows.Forms.BindingSource(this.components);
  41. this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter();
  42. this.PanelCapcha = new System.Windows.Forms.Panel();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.TbxCapcha = new System.Windows.Forms.TextBox();
  45. this.PCapcha = new System.Windows.Forms.Panel();
  46. this.LblC4 = new System.Windows.Forms.Label();
  47. this.LblC3 = new System.Windows.Forms.Label();
  48. this.LblC2 = new System.Windows.Forms.Label();
  49. this.LblC1 = new System.Windows.Forms.Label();
  50. this.TimerForLogin = new System.Windows.Forms.Timer(this.components);
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).BeginInit();
  55. this.PanelCapcha.SuspendLayout();
  56. this.PCapcha.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // panel1
  60. //
  61. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  62. this.panel1.Controls.Add(this.label1);
  63. this.panel1.Controls.Add(this.pictureBox1);
  64. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.panel1.Location = new System.Drawing.Point(0, 0);
  66. this.panel1.Name = "panel1";
  67. this.panel1.Size = new System.Drawing.Size(495, 100);
  68. this.panel1.TabIndex = 0;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.label1.Location = new System.Drawing.Point(246, 27);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(177, 37);
  77. this.label1.TabIndex = 1;
  78. this.label1.Text = "Авторизация";
  79. //
  80. // pictureBox1
  81. //
  82. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  83. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  84. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  85. this.pictureBox1.Name = "pictureBox1";
  86. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  87. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  88. this.pictureBox1.TabIndex = 0;
  89. this.pictureBox1.TabStop = false;
  90. //
  91. // label2
  92. //
  93. this.label2.AutoSize = true;
  94. this.label2.Location = new System.Drawing.Point(27, 112);
  95. this.label2.Name = "label2";
  96. this.label2.Size = new System.Drawing.Size(33, 16);
  97. this.label2.TabIndex = 1;
  98. this.label2.Text = "Логин";
  99. //
  100. // TbxLogin
  101. //
  102. this.TbxLogin.Location = new System.Drawing.Point(30, 132);
  103. this.TbxLogin.Name = "TbxLogin";
  104. this.TbxLogin.Size = new System.Drawing.Size(157, 21);
  105. this.TbxLogin.TabIndex = 2;
  106. this.TbxLogin.Text = "m";
  107. //
  108. // TbxPassw
  109. //
  110. this.TbxPassw.Location = new System.Drawing.Point(30, 195);
  111. this.TbxPassw.Name = "TbxPassw";
  112. this.TbxPassw.Size = new System.Drawing.Size(157, 21);
  113. this.TbxPassw.TabIndex = 4;
  114. this.TbxPassw.Text = "m";
  115. this.TbxPassw.UseSystemPasswordChar = true;
  116. //
  117. // label3
  118. //
  119. this.label3.AutoSize = true;
  120. this.label3.Location = new System.Drawing.Point(27, 175);
  121. this.label3.Name = "label3";
  122. this.label3.Size = new System.Drawing.Size(41, 16);
  123. this.label3.TabIndex = 3;
  124. this.label3.Text = "Пароль";
  125. //
  126. // BtnVhod
  127. //
  128. this.BtnVhod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  129. this.BtnVhod.ForeColor = System.Drawing.Color.White;
  130. this.BtnVhod.Location = new System.Drawing.Point(30, 259);
  131. this.BtnVhod.Name = "BtnVhod";
  132. this.BtnVhod.Size = new System.Drawing.Size(157, 26);
  133. this.BtnVhod.TabIndex = 5;
  134. this.BtnVhod.Text = "Вход";
  135. this.BtnVhod.UseVisualStyleBackColor = false;
  136. this.BtnVhod.Click += new System.EventHandler(this.BtnVhod_Click);
  137. //
  138. // CbxShowPassw
  139. //
  140. this.CbxShowPassw.AutoSize = true;
  141. this.CbxShowPassw.Location = new System.Drawing.Point(84, 222);
  142. this.CbxShowPassw.Name = "CbxShowPassw";
  143. this.CbxShowPassw.Size = new System.Drawing.Size(103, 20);
  144. this.CbxShowPassw.TabIndex = 6;
  145. this.CbxShowPassw.Text = "Показать пароль";
  146. this.CbxShowPassw.UseVisualStyleBackColor = true;
  147. this.CbxShowPassw.CheckedChanged += new System.EventHandler(this.CbxShowPassw_CheckedChanged);
  148. //
  149. // techServiceBAUDataSet
  150. //
  151. this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
  152. this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  153. //
  154. // BsEmployee
  155. //
  156. this.BsEmployee.DataMember = "Employee";
  157. this.BsEmployee.DataSource = this.techServiceBAUDataSet;
  158. //
  159. // employeeTableAdapter
  160. //
  161. this.employeeTableAdapter.ClearBeforeFill = true;
  162. //
  163. // PanelCapcha
  164. //
  165. this.PanelCapcha.Controls.Add(this.label4);
  166. this.PanelCapcha.Controls.Add(this.TbxCapcha);
  167. this.PanelCapcha.Controls.Add(this.PCapcha);
  168. this.PanelCapcha.Location = new System.Drawing.Point(238, 132);
  169. this.PanelCapcha.Name = "PanelCapcha";
  170. this.PanelCapcha.Size = new System.Drawing.Size(233, 143);
  171. this.PanelCapcha.TabIndex = 7;
  172. this.PanelCapcha.Visible = false;
  173. //
  174. // label4
  175. //
  176. this.label4.AutoSize = true;
  177. this.label4.Location = new System.Drawing.Point(32, 109);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(75, 16);
  180. this.label4.TabIndex = 2;
  181. this.label4.Text = "Введите капчу";
  182. //
  183. // TbxCapcha
  184. //
  185. this.TbxCapcha.Location = new System.Drawing.Point(113, 106);
  186. this.TbxCapcha.Name = "TbxCapcha";
  187. this.TbxCapcha.Size = new System.Drawing.Size(100, 21);
  188. this.TbxCapcha.TabIndex = 1;
  189. //
  190. // PCapcha
  191. //
  192. this.PCapcha.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PCapcha.BackgroundImage")));
  193. this.PCapcha.Controls.Add(this.LblC4);
  194. this.PCapcha.Controls.Add(this.LblC3);
  195. this.PCapcha.Controls.Add(this.LblC2);
  196. this.PCapcha.Controls.Add(this.LblC1);
  197. this.PCapcha.Dock = System.Windows.Forms.DockStyle.Top;
  198. this.PCapcha.Location = new System.Drawing.Point(0, 0);
  199. this.PCapcha.Name = "PCapcha";
  200. this.PCapcha.Size = new System.Drawing.Size(233, 100);
  201. this.PCapcha.TabIndex = 0;
  202. this.PCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.PCapcha_Paint);
  203. //
  204. // LblC4
  205. //
  206. this.LblC4.AutoSize = true;
  207. this.LblC4.BackColor = System.Drawing.Color.Transparent;
  208. this.LblC4.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  209. this.LblC4.Location = new System.Drawing.Point(175, 46);
  210. this.LblC4.Name = "LblC4";
  211. this.LblC4.Size = new System.Drawing.Size(38, 41);
  212. this.LblC4.TabIndex = 3;
  213. this.LblC4.Text = "S";
  214. //
  215. // LblC3
  216. //
  217. this.LblC3.AutoSize = true;
  218. this.LblC3.BackColor = System.Drawing.Color.Transparent;
  219. this.LblC3.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.LblC3.Location = new System.Drawing.Point(116, 18);
  221. this.LblC3.Name = "LblC3";
  222. this.LblC3.Size = new System.Drawing.Size(38, 41);
  223. this.LblC3.TabIndex = 2;
  224. this.LblC3.Text = "S";
  225. //
  226. // LblC2
  227. //
  228. this.LblC2.AutoSize = true;
  229. this.LblC2.BackColor = System.Drawing.Color.Transparent;
  230. this.LblC2.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  231. this.LblC2.Location = new System.Drawing.Point(61, 46);
  232. this.LblC2.Name = "LblC2";
  233. this.LblC2.Size = new System.Drawing.Size(38, 41);
  234. this.LblC2.TabIndex = 1;
  235. this.LblC2.Text = "S";
  236. //
  237. // LblC1
  238. //
  239. this.LblC1.AutoSize = true;
  240. this.LblC1.BackColor = System.Drawing.Color.Transparent;
  241. this.LblC1.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  242. this.LblC1.Location = new System.Drawing.Point(17, 18);
  243. this.LblC1.Name = "LblC1";
  244. this.LblC1.Size = new System.Drawing.Size(38, 41);
  245. this.LblC1.TabIndex = 0;
  246. this.LblC1.Text = "S";
  247. //
  248. // TimerForLogin
  249. //
  250. this.TimerForLogin.Interval = 10000;
  251. this.TimerForLogin.Tick += new System.EventHandler(this.TimerForLogin_Tick);
  252. //
  253. // FormMain
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.BackColor = System.Drawing.Color.White;
  258. this.ClientSize = new System.Drawing.Size(495, 304);
  259. this.Controls.Add(this.PanelCapcha);
  260. this.Controls.Add(this.CbxShowPassw);
  261. this.Controls.Add(this.BtnVhod);
  262. this.Controls.Add(this.TbxPassw);
  263. this.Controls.Add(this.label3);
  264. this.Controls.Add(this.TbxLogin);
  265. this.Controls.Add(this.label2);
  266. this.Controls.Add(this.panel1);
  267. this.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  268. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  269. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  270. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  271. this.MaximizeBox = false;
  272. this.MinimizeBox = false;
  273. this.Name = "FormMain";
  274. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  275. this.Text = "ООО \"Техносервис\"";
  276. this.Load += new System.EventHandler(this.FormMain_Load);
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).EndInit();
  282. this.PanelCapcha.ResumeLayout(false);
  283. this.PanelCapcha.PerformLayout();
  284. this.PCapcha.ResumeLayout(false);
  285. this.PCapcha.PerformLayout();
  286. this.ResumeLayout(false);
  287. this.PerformLayout();
  288. }
  289. #endregion
  290. private System.Windows.Forms.Panel panel1;
  291. private System.Windows.Forms.PictureBox pictureBox1;
  292. private System.Windows.Forms.Label label1;
  293. private System.Windows.Forms.Label label2;
  294. private System.Windows.Forms.TextBox TbxLogin;
  295. private System.Windows.Forms.TextBox TbxPassw;
  296. private System.Windows.Forms.Label label3;
  297. private System.Windows.Forms.Button BtnVhod;
  298. private System.Windows.Forms.CheckBox CbxShowPassw;
  299. private TechServiceBAUDataSet techServiceBAUDataSet;
  300. private System.Windows.Forms.BindingSource BsEmployee;
  301. private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
  302. private System.Windows.Forms.Panel PanelCapcha;
  303. private System.Windows.Forms.Label label4;
  304. private System.Windows.Forms.TextBox TbxCapcha;
  305. private System.Windows.Forms.Panel PCapcha;
  306. private System.Windows.Forms.Label LblC4;
  307. private System.Windows.Forms.Label LblC3;
  308. private System.Windows.Forms.Label LblC2;
  309. private System.Windows.Forms.Label LblC1;
  310. private System.Windows.Forms.Timer TimerForLogin;
  311. }
  312. }