|
@@ -28,20 +28,90 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
+ this.session_01DataSet = new Sseessiioonn1.session_01DataSet();
|
|
|
+ this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.serviceTableAdapter = new Sseessiioonn1.session_01DataSetTableAdapters.ServiceTableAdapter();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // listBox1
|
|
|
+ //
|
|
|
+ this.listBox1.DataSource = this.serviceBindingSource;
|
|
|
+ this.listBox1.DisplayMember = "Title";
|
|
|
+ this.listBox1.FormattingEnabled = true;
|
|
|
+ this.listBox1.ItemHeight = 16;
|
|
|
+ this.listBox1.Location = new System.Drawing.Point(42, 169);
|
|
|
+ this.listBox1.Name = "listBox1";
|
|
|
+ this.listBox1.Size = new System.Drawing.Size(418, 68);
|
|
|
+ this.listBox1.TabIndex = 0;
|
|
|
+ this.listBox1.ValueMember = "Title";
|
|
|
+ //
|
|
|
+ // session_01DataSet
|
|
|
+ //
|
|
|
+ this.session_01DataSet.DataSetName = "session_01DataSet";
|
|
|
+ this.session_01DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // serviceBindingSource
|
|
|
+ //
|
|
|
+ this.serviceBindingSource.DataMember = "Service";
|
|
|
+ this.serviceBindingSource.DataSource = this.session_01DataSet;
|
|
|
+ //
|
|
|
+ // serviceTableAdapter
|
|
|
+ //
|
|
|
+ this.serviceTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ 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)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(36, 73);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(424, 32);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "Услуги предоставляемые в салоне";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.BackColor = System.Drawing.Color.PeachPuff;
|
|
|
+ this.button1.Location = new System.Drawing.Point(217, 396);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(91, 44);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = false;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
// Glavnoya_form
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.SeaShell;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.ClientSize = new System.Drawing.Size(512, 493);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.listBox1);
|
|
|
this.Name = "Glavnoya_form";
|
|
|
this.Text = "Main_form";
|
|
|
+ this.Load += new System.EventHandler(this.Glavnoya_form_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.session_01DataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.ListBox listBox1;
|
|
|
+ private session_01DataSet session_01DataSet;
|
|
|
+ private System.Windows.Forms.BindingSource serviceBindingSource;
|
|
|
+ private session_01DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
}
|
|
|
}
|