Menu.Designer.cs 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. 
  2. namespace oootorg
  3. {
  4. partial class Menu
  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.components = new System.ComponentModel.Container();
  30. this.oOOTORG_LebedenkoDataSet = new oootorg.OOOTORG_LebedenkoDataSet();
  31. this.view1BindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.view_1TableAdapter = new oootorg.OOOTORG_LebedenkoDataSetTableAdapters.View_1TableAdapter();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.oOOTORG_LebedenkoDataSet)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.view1BindingSource)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // oOOTORG_LebedenkoDataSet
  40. //
  41. this.oOOTORG_LebedenkoDataSet.DataSetName = "OOOTORG_LebedenkoDataSet";
  42. this.oOOTORG_LebedenkoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  43. //
  44. // view1BindingSource
  45. //
  46. this.view1BindingSource.DataMember = "View_1";
  47. this.view1BindingSource.DataSource = this.oOOTORG_LebedenkoDataSet;
  48. //
  49. // view_1TableAdapter
  50. //
  51. this.view_1TableAdapter.ClearBeforeFill = true;
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(253, 107);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(154, 65);
  58. this.button1.TabIndex = 0;
  59. this.button1.Text = "Посмотреть";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.button1_Click);
  62. //
  63. // button2
  64. //
  65. this.button2.Location = new System.Drawing.Point(253, 241);
  66. this.button2.Name = "button2";
  67. this.button2.Size = new System.Drawing.Size(154, 65);
  68. this.button2.TabIndex = 1;
  69. this.button2.Text = "Совершить продажу";
  70. this.button2.UseVisualStyleBackColor = true;
  71. //
  72. // Form2
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(663, 450);
  77. this.Controls.Add(this.button2);
  78. this.Controls.Add(this.button1);
  79. this.Name = "Form2";
  80. this.Text = "Form2";
  81. this.Load += new System.EventHandler(this.Form2_Load);
  82. ((System.ComponentModel.ISupportInitialize)(this.oOOTORG_LebedenkoDataSet)).EndInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.view1BindingSource)).EndInit();
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private OOOTORG_LebedenkoDataSet oOOTORG_LebedenkoDataSet;
  88. private System.Windows.Forms.BindingSource view1BindingSource;
  89. private OOOTORG_LebedenkoDataSetTableAdapters.View_1TableAdapter view_1TableAdapter;
  90. private System.Windows.Forms.Button button1;
  91. private System.Windows.Forms.Button button2;
  92. }
  93. }