Form3.Designer.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. 
  2. namespace DB_Danilov_V1
  3. {
  4. partial class Form3
  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.Таблица_Client = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // Таблица_Client
  34. //
  35. this.Таблица_Client.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  36. this.Таблица_Client.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  37. this.Таблица_Client.Location = new System.Drawing.Point(12, 12);
  38. this.Таблица_Client.Name = "Таблица_Client";
  39. this.Таблица_Client.Size = new System.Drawing.Size(189, 69);
  40. this.Таблица_Client.TabIndex = 0;
  41. this.Таблица_Client.Text = "Таблица_Client";
  42. this.Таблица_Client.UseVisualStyleBackColor = true;
  43. //
  44. // button1
  45. //
  46. this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  48. this.button1.Location = new System.Drawing.Point(12, 97);
  49. this.button1.Name = "button1";
  50. this.button1.Size = new System.Drawing.Size(189, 69);
  51. this.button1.TabIndex = 1;
  52. this.button1.Text = "Таблица_ClientService";
  53. this.button1.UseVisualStyleBackColor = true;
  54. //
  55. // Form3
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BackColor = System.Drawing.Color.White;
  60. this.ClientSize = new System.Drawing.Size(212, 450);
  61. this.Controls.Add(this.button1);
  62. this.Controls.Add(this.Таблица_Client);
  63. this.Name = "Form3";
  64. this.Text = "Form3";
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. private System.Windows.Forms.Button Таблица_Client;
  69. private System.Windows.Forms.Button button1;
  70. }
  71. }