1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
-
- namespace oootorg
- {
- partial class Menu
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.oOOTORG_LebedenkoDataSet = new oootorg.OOOTORG_LebedenkoDataSet();
- this.view1BindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.view_1TableAdapter = new oootorg.OOOTORG_LebedenkoDataSetTableAdapters.View_1TableAdapter();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.oOOTORG_LebedenkoDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.view1BindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // oOOTORG_LebedenkoDataSet
- //
- this.oOOTORG_LebedenkoDataSet.DataSetName = "OOOTORG_LebedenkoDataSet";
- this.oOOTORG_LebedenkoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // view1BindingSource
- //
- this.view1BindingSource.DataMember = "View_1";
- this.view1BindingSource.DataSource = this.oOOTORG_LebedenkoDataSet;
- //
- // view_1TableAdapter
- //
- this.view_1TableAdapter.ClearBeforeFill = true;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(253, 107);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(154, 65);
- this.button1.TabIndex = 0;
- this.button1.Text = "Посмотреть";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(253, 241);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(154, 65);
- this.button2.TabIndex = 1;
- this.button2.Text = "Совершить продажу";
- this.button2.UseVisualStyleBackColor = true;
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(663, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Name = "Form2";
- this.Text = "Form2";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.oOOTORG_LebedenkoDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.view1BindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private OOOTORG_LebedenkoDataSet oOOTORG_LebedenkoDataSet;
- private System.Windows.Forms.BindingSource view1BindingSource;
- private OOOTORG_LebedenkoDataSetTableAdapters.View_1TableAdapter view_1TableAdapter;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- }
- }
|