Form1.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. 
  2. namespace AMONIC_Airlines02
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.t_login = new System.Windows.Forms.TextBox();
  34. this.t_Parol = new System.Windows.Forms.TextBox();
  35. this.LoginField = new System.Windows.Forms.Button();
  36. this.PasswordField = new System.Windows.Forms.Button();
  37. this.countriesTableAdapter1 = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.CountriesTableAdapter();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // pictureBox1
  42. //
  43. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  44. this.pictureBox1.Location = new System.Drawing.Point(195, 46);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(436, 135);
  47. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  48. this.pictureBox1.TabIndex = 0;
  49. this.pictureBox1.TabStop = false;
  50. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Location = new System.Drawing.Point(129, 202);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(58, 13);
  58. this.label1.TabIndex = 1;
  59. this.label1.Text = "Username:";
  60. //
  61. // label2
  62. //
  63. this.label2.AutoSize = true;
  64. this.label2.Location = new System.Drawing.Point(129, 232);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(56, 13);
  67. this.label2.TabIndex = 2;
  68. this.label2.Text = "Password:";
  69. //
  70. // t_login
  71. //
  72. this.t_login.Location = new System.Drawing.Point(195, 199);
  73. this.t_login.Name = "t_login";
  74. this.t_login.Size = new System.Drawing.Size(436, 20);
  75. this.t_login.TabIndex = 3;
  76. //
  77. // t_Parol
  78. //
  79. this.t_Parol.Location = new System.Drawing.Point(195, 232);
  80. this.t_Parol.Name = "t_Parol";
  81. this.t_Parol.Size = new System.Drawing.Size(436, 20);
  82. this.t_Parol.TabIndex = 4;
  83. //
  84. // LoginField
  85. //
  86. this.LoginField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(106)))), ((int)(((byte)(166)))));
  87. this.LoginField.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  88. this.LoginField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  89. this.LoginField.Location = new System.Drawing.Point(195, 271);
  90. this.LoginField.Name = "LoginField";
  91. this.LoginField.Size = new System.Drawing.Size(102, 23);
  92. this.LoginField.TabIndex = 5;
  93. this.LoginField.Text = "Login";
  94. this.LoginField.UseVisualStyleBackColor = false;
  95. this.LoginField.Click += new System.EventHandler(this.button1_Click);
  96. //
  97. // PasswordField
  98. //
  99. this.PasswordField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(148)))), ((int)(((byte)(32)))));
  100. this.PasswordField.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  101. this.PasswordField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  102. this.PasswordField.Location = new System.Drawing.Point(529, 271);
  103. this.PasswordField.Name = "PasswordField";
  104. this.PasswordField.Size = new System.Drawing.Size(102, 23);
  105. this.PasswordField.TabIndex = 6;
  106. this.PasswordField.Text = "Exit";
  107. this.PasswordField.UseVisualStyleBackColor = false;
  108. this.PasswordField.Click += new System.EventHandler(this.button2_Click);
  109. //
  110. // countriesTableAdapter1
  111. //
  112. this.countriesTableAdapter1.ClearBeforeFill = true;
  113. //
  114. // Form1
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(800, 450);
  119. this.Controls.Add(this.PasswordField);
  120. this.Controls.Add(this.LoginField);
  121. this.Controls.Add(this.t_Parol);
  122. this.Controls.Add(this.t_login);
  123. this.Controls.Add(this.label2);
  124. this.Controls.Add(this.label1);
  125. this.Controls.Add(this.pictureBox1);
  126. this.Name = "Form1";
  127. this.Text = "Login";
  128. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  129. this.ResumeLayout(false);
  130. this.PerformLayout();
  131. }
  132. #endregion
  133. private System.Windows.Forms.PictureBox pictureBox1;
  134. private System.Windows.Forms.Label label1;
  135. private System.Windows.Forms.Label label2;
  136. private System.Windows.Forms.TextBox t_login;
  137. private System.Windows.Forms.TextBox t_Parol;
  138. private System.Windows.Forms.Button LoginField;
  139. private System.Windows.Forms.Button PasswordField;
  140. private Session1_02DataSetTableAdapters.CountriesTableAdapter countriesTableAdapter1;
  141. }
  142. }