FormMain.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. namespace СУБД_Спортивные_товары
  2. {
  3. partial class FormMain
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  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.btnLog = new System.Windows.Forms.Button();
  36. this.tbxLog = new System.Windows.Forms.TextBox();
  37. this.tbxPassw = new System.Windows.Forms.TextBox();
  38. this.btnGostLog = new System.Windows.Forms.Button();
  39. this.sporttovKNYDataSet1 = new СУБД_Спортивные_товары.sporttovKNYDataSet();
  40. this.bsUser = new System.Windows.Forms.BindingSource(this.components);
  41. this.userTableAdapter = new СУБД_Спортивные_товары.sporttovKNYDataSetTableAdapters.UserTableAdapter();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.sporttovKNYDataSet1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  51. this.panel1.Controls.Add(this.label1);
  52. this.panel1.Controls.Add(this.pictureBox1);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panel1.Location = new System.Drawing.Point(0, 0);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(933, 100);
  57. this.panel1.TabIndex = 0;
  58. //
  59. // pictureBox1
  60. //
  61. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  62. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  63. this.pictureBox1.Name = "pictureBox1";
  64. this.pictureBox1.Size = new System.Drawing.Size(116, 100);
  65. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  66. this.pictureBox1.TabIndex = 0;
  67. this.pictureBox1.TabStop = false;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.Location = new System.Drawing.Point(165, 20);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(254, 51);
  76. this.label1.TabIndex = 1;
  77. this.label1.Text = "Авторизация";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(12, 123);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(43, 15);
  85. this.label2.TabIndex = 1;
  86. this.label2.Text = "Логин:";
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Location = new System.Drawing.Point(12, 194);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(51, 15);
  94. this.label3.TabIndex = 2;
  95. this.label3.Text = "Пароль:";
  96. //
  97. // btnLog
  98. //
  99. this.btnLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  100. this.btnLog.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  101. this.btnLog.Location = new System.Drawing.Point(15, 271);
  102. this.btnLog.Name = "btnLog";
  103. this.btnLog.Size = new System.Drawing.Size(100, 23);
  104. this.btnLog.TabIndex = 4;
  105. this.btnLog.Text = "Войти";
  106. this.btnLog.UseVisualStyleBackColor = false;
  107. this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
  108. //
  109. // tbxLog
  110. //
  111. this.tbxLog.Location = new System.Drawing.Point(15, 141);
  112. this.tbxLog.Name = "tbxLog";
  113. this.tbxLog.Size = new System.Drawing.Size(100, 23);
  114. this.tbxLog.TabIndex = 5;
  115. //
  116. // tbxPassw
  117. //
  118. this.tbxPassw.Location = new System.Drawing.Point(15, 212);
  119. this.tbxPassw.Name = "tbxPassw";
  120. this.tbxPassw.Size = new System.Drawing.Size(100, 23);
  121. this.tbxPassw.TabIndex = 6;
  122. this.tbxPassw.UseSystemPasswordChar = true;
  123. //
  124. // btnGostLog
  125. //
  126. this.btnGostLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  127. this.btnGostLog.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  128. this.btnGostLog.Location = new System.Drawing.Point(15, 313);
  129. this.btnGostLog.Name = "btnGostLog";
  130. this.btnGostLog.Size = new System.Drawing.Size(100, 23);
  131. this.btnGostLog.TabIndex = 7;
  132. this.btnGostLog.Text = "Войти как гость";
  133. this.btnGostLog.UseVisualStyleBackColor = false;
  134. //
  135. // sporttovKNYDataSet1
  136. //
  137. this.sporttovKNYDataSet1.DataSetName = "sporttovKNYDataSet";
  138. this.sporttovKNYDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  139. //
  140. // bsUser
  141. //
  142. this.bsUser.DataMember = "User";
  143. this.bsUser.DataSource = this.sporttovKNYDataSet1;
  144. //
  145. // userTableAdapter
  146. //
  147. this.userTableAdapter.ClearBeforeFill = true;
  148. //
  149. // FormMain
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.BackColor = System.Drawing.Color.White;
  154. this.ClientSize = new System.Drawing.Size(933, 519);
  155. this.Controls.Add(this.btnGostLog);
  156. this.Controls.Add(this.tbxPassw);
  157. this.Controls.Add(this.tbxLog);
  158. this.Controls.Add(this.btnLog);
  159. this.Controls.Add(this.label3);
  160. this.Controls.Add(this.label2);
  161. this.Controls.Add(this.panel1);
  162. this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  164. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  165. this.Name = "FormMain";
  166. this.Text = "СУБД \"Спортивные товары\"";
  167. this.Load += new System.EventHandler(this.FormMain_Load);
  168. this.panel1.ResumeLayout(false);
  169. this.panel1.PerformLayout();
  170. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.sporttovKNYDataSet1)).EndInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
  173. this.ResumeLayout(false);
  174. this.PerformLayout();
  175. }
  176. #endregion
  177. private System.Windows.Forms.Panel panel1;
  178. private System.Windows.Forms.Label label1;
  179. private System.Windows.Forms.PictureBox pictureBox1;
  180. private System.Windows.Forms.Label label2;
  181. private System.Windows.Forms.Label label3;
  182. private System.Windows.Forms.Button btnLog;
  183. private System.Windows.Forms.TextBox tbxLog;
  184. private System.Windows.Forms.TextBox tbxPassw;
  185. private System.Windows.Forms.Button btnGostLog;
  186. private sporttovKNYDataSet sporttovKNYDataSet1;
  187. private System.Windows.Forms.BindingSource bsUser;
  188. private sporttovKNYDataSetTableAdapters.UserTableAdapter userTableAdapter;
  189. }
  190. }