Main_form.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. namespace Sseessiioonn1
  2. {
  3. partial class Glavnoya_form
  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(Glavnoya_form));
  30. this.listBox1 = new System.Windows.Forms.ListBox();
  31. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.session_01DataSet = new Sseessiioonn1.session_01DataSet();
  33. this.serviceTableAdapter = new Sseessiioonn1.session_01DataSetTableAdapters.ServiceTableAdapter();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.button_Back = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // listBox1
  43. //
  44. this.listBox1.DataSource = this.serviceBindingSource;
  45. this.listBox1.DisplayMember = "Title";
  46. this.listBox1.FormattingEnabled = true;
  47. this.listBox1.Location = new System.Drawing.Point(20, 49);
  48. this.listBox1.Margin = new System.Windows.Forms.Padding(2);
  49. this.listBox1.Name = "listBox1";
  50. this.listBox1.Size = new System.Drawing.Size(345, 186);
  51. this.listBox1.TabIndex = 0;
  52. this.listBox1.ValueMember = "Title";
  53. //
  54. // serviceBindingSource
  55. //
  56. this.serviceBindingSource.DataMember = "Service";
  57. this.serviceBindingSource.DataSource = this.session_01DataSet;
  58. //
  59. // session_01DataSet
  60. //
  61. this.session_01DataSet.DataSetName = "session_01DataSet";
  62. this.session_01DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  63. //
  64. // serviceTableAdapter
  65. //
  66. this.serviceTableAdapter.ClearBeforeFill = true;
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 13.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label1.Location = new System.Drawing.Point(15, 9);
  73. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(350, 27);
  76. this.label1.TabIndex = 1;
  77. this.label1.Text = "Услуги предоставляемые в салоне";
  78. //
  79. // button_Back
  80. //
  81. this.button_Back.BackColor = System.Drawing.Color.PeachPuff;
  82. this.button_Back.Location = new System.Drawing.Point(164, 361);
  83. this.button_Back.Margin = new System.Windows.Forms.Padding(2);
  84. this.button_Back.Name = "button_Back";
  85. this.button_Back.Size = new System.Drawing.Size(54, 29);
  86. this.button_Back.TabIndex = 2;
  87. this.button_Back.Text = "Back";
  88. this.button_Back.UseVisualStyleBackColor = false;
  89. this.button_Back.Click += new System.EventHandler(this.button1_Click);
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.Image = global::Sseessiioonn1.Properties.Resources.profile_female_user_icon_251458;
  94. this.pictureBox1.Location = new System.Drawing.Point(127, 237);
  95. this.pictureBox1.Name = "pictureBox1";
  96. this.pictureBox1.Size = new System.Drawing.Size(133, 119);
  97. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  98. this.pictureBox1.TabIndex = 3;
  99. this.pictureBox1.TabStop = false;
  100. //
  101. // Glavnoya_form
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.BackColor = System.Drawing.Color.SeaShell;
  106. this.ClientSize = new System.Drawing.Size(384, 401);
  107. this.Controls.Add(this.pictureBox1);
  108. this.Controls.Add(this.button_Back);
  109. this.Controls.Add(this.label1);
  110. this.Controls.Add(this.listBox1);
  111. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  112. this.Margin = new System.Windows.Forms.Padding(2);
  113. this.Name = "Glavnoya_form";
  114. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  115. this.Text = "Пользователь";
  116. this.Load += new System.EventHandler(this.Glavnoya_form_Load);
  117. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).EndInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.ListBox listBox1;
  125. private session_01DataSet session_01DataSet;
  126. private System.Windows.Forms.BindingSource serviceBindingSource;
  127. private session_01DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  128. private System.Windows.Forms.Label label1;
  129. private System.Windows.Forms.Button button_Back;
  130. private System.Windows.Forms.PictureBox pictureBox1;
  131. }
  132. }