Main_form.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. this.listBox1 = new System.Windows.Forms.ListBox();
  30. this.session_01DataSet = new Sseessiioonn1.session_01DataSet();
  31. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.serviceTableAdapter = new Sseessiioonn1.session_01DataSetTableAdapters.ServiceTableAdapter();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // listBox1
  40. //
  41. this.listBox1.DataSource = this.serviceBindingSource;
  42. this.listBox1.DisplayMember = "Title";
  43. this.listBox1.FormattingEnabled = true;
  44. this.listBox1.ItemHeight = 16;
  45. this.listBox1.Location = new System.Drawing.Point(42, 169);
  46. this.listBox1.Name = "listBox1";
  47. this.listBox1.Size = new System.Drawing.Size(418, 68);
  48. this.listBox1.TabIndex = 0;
  49. this.listBox1.ValueMember = "Title";
  50. //
  51. // session_01DataSet
  52. //
  53. this.session_01DataSet.DataSetName = "session_01DataSet";
  54. this.session_01DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  55. //
  56. // serviceBindingSource
  57. //
  58. this.serviceBindingSource.DataMember = "Service";
  59. this.serviceBindingSource.DataSource = this.session_01DataSet;
  60. //
  61. // serviceTableAdapter
  62. //
  63. this.serviceTableAdapter.ClearBeforeFill = true;
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. 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)));
  69. this.label1.Location = new System.Drawing.Point(36, 73);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(424, 32);
  72. this.label1.TabIndex = 1;
  73. this.label1.Text = "Услуги предоставляемые в салоне";
  74. //
  75. // button1
  76. //
  77. this.button1.BackColor = System.Drawing.Color.PeachPuff;
  78. this.button1.Location = new System.Drawing.Point(217, 396);
  79. this.button1.Name = "button1";
  80. this.button1.Size = new System.Drawing.Size(91, 44);
  81. this.button1.TabIndex = 2;
  82. this.button1.Text = "button1";
  83. this.button1.UseVisualStyleBackColor = false;
  84. this.button1.Click += new System.EventHandler(this.button1_Click);
  85. //
  86. // Glavnoya_form
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.BackColor = System.Drawing.Color.SeaShell;
  91. this.ClientSize = new System.Drawing.Size(512, 493);
  92. this.Controls.Add(this.button1);
  93. this.Controls.Add(this.label1);
  94. this.Controls.Add(this.listBox1);
  95. this.Name = "Glavnoya_form";
  96. this.Text = "Main_form";
  97. this.Load += new System.EventHandler(this.Glavnoya_form_Load);
  98. ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).EndInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  100. this.ResumeLayout(false);
  101. this.PerformLayout();
  102. }
  103. #endregion
  104. private System.Windows.Forms.ListBox listBox1;
  105. private session_01DataSet session_01DataSet;
  106. private System.Windows.Forms.BindingSource serviceBindingSource;
  107. private session_01DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  108. private System.Windows.Forms.Label label1;
  109. private System.Windows.Forms.Button button1;
  110. }
  111. }