Add_Order_by_Client.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. 
  2. namespace Digital_World_08
  3. {
  4. partial class Add_order_by_Client
  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. System.Windows.Forms.Label пожеланияLabel;
  31. System.Windows.Forms.Label датаLabel;
  32. this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  33. this.order_by_clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.order_by_clientsTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter();
  35. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  36. this.пожеланияTextBox = new System.Windows.Forms.TextBox();
  37. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.button2 = new System.Windows.Forms.Button();
  41. пожеланияLabel = new System.Windows.Forms.Label();
  42. датаLabel = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // пожеланияLabel
  48. //
  49. пожеланияLabel.AutoSize = true;
  50. пожеланияLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. пожеланияLabel.Location = new System.Drawing.Point(24, 158);
  52. пожеланияLabel.Name = "пожеланияLabel";
  53. пожеланияLabel.Size = new System.Drawing.Size(104, 21);
  54. пожеланияLabel.TabIndex = 1;
  55. пожеланияLabel.Text = "Пожелания:";
  56. //
  57. // датаLabel
  58. //
  59. датаLabel.AutoSize = true;
  60. датаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. датаLabel.Location = new System.Drawing.Point(37, 220);
  62. датаLabel.Name = "датаLabel";
  63. датаLabel.Size = new System.Drawing.Size(51, 21);
  64. датаLabel.TabIndex = 3;
  65. датаLabel.Text = "Дата:";
  66. //
  67. // digital_world_8DataSet1
  68. //
  69. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  70. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  71. //
  72. // order_by_clientsBindingSource
  73. //
  74. this.order_by_clientsBindingSource.DataMember = "order_by_clients";
  75. this.order_by_clientsBindingSource.DataSource = this.digital_world_8DataSet1;
  76. //
  77. // order_by_clientsTableAdapter
  78. //
  79. this.order_by_clientsTableAdapter.ClearBeforeFill = true;
  80. //
  81. // tableAdapterManager
  82. //
  83. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  84. this.tableAdapterManager.ComponentsTableAdapter = null;
  85. this.tableAdapterManager.computer_assemblyTableAdapter = null;
  86. this.tableAdapterManager.order_by_clientsTableAdapter = this.order_by_clientsTableAdapter;
  87. this.tableAdapterManager.Order_statusTableAdapter = null;
  88. this.tableAdapterManager.OrderTableAdapter = null;
  89. this.tableAdapterManager.Postavka_materialTableAdapter = null;
  90. this.tableAdapterManager.providerTableAdapter = null;
  91. this.tableAdapterManager.RoleTableAdapter = null;
  92. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  93. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  94. this.tableAdapterManager.UsersTableAdapter = null;
  95. //
  96. // пожеланияTextBox
  97. //
  98. this.пожеланияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.order_by_clientsBindingSource, "Пожелания", true));
  99. this.пожеланияTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. this.пожеланияTextBox.Location = new System.Drawing.Point(145, 155);
  101. this.пожеланияTextBox.Name = "пожеланияTextBox";
  102. this.пожеланияTextBox.Size = new System.Drawing.Size(205, 29);
  103. this.пожеланияTextBox.TabIndex = 2;
  104. //
  105. // датаDateTimePicker
  106. //
  107. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.order_by_clientsBindingSource, "Дата", true));
  108. this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.датаDateTimePicker.Location = new System.Drawing.Point(145, 212);
  110. this.датаDateTimePicker.Name = "датаDateTimePicker";
  111. this.датаDateTimePicker.Size = new System.Drawing.Size(200, 29);
  112. this.датаDateTimePicker.TabIndex = 4;
  113. //
  114. // button1
  115. //
  116. this.button1.Location = new System.Drawing.Point(118, 305);
  117. this.button1.Name = "button1";
  118. this.button1.Size = new System.Drawing.Size(126, 50);
  119. this.button1.TabIndex = 5;
  120. this.button1.Text = "Добавить";
  121. this.button1.UseVisualStyleBackColor = true;
  122. this.button1.Click += new System.EventHandler(this.button1_Click);
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.label1.Location = new System.Drawing.Point(35, 34);
  129. this.label1.Name = "label1";
  130. this.label1.Size = new System.Drawing.Size(346, 33);
  131. this.label1.TabIndex = 6;
  132. this.label1.Text = "Добавление заказа клиента";
  133. //
  134. // button2
  135. //
  136. this.button2.Location = new System.Drawing.Point(118, 361);
  137. this.button2.Name = "button2";
  138. this.button2.Size = new System.Drawing.Size(126, 61);
  139. this.button2.TabIndex = 7;
  140. this.button2.Text = "закрыть";
  141. this.button2.UseVisualStyleBackColor = true;
  142. this.button2.Click += new System.EventHandler(this.button2_Click);
  143. //
  144. // Add_order_by_Client
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.BackColor = System.Drawing.Color.White;
  149. this.ClientSize = new System.Drawing.Size(401, 450);
  150. this.Controls.Add(this.button2);
  151. this.Controls.Add(this.label1);
  152. this.Controls.Add(this.button1);
  153. this.Controls.Add(датаLabel);
  154. this.Controls.Add(this.датаDateTimePicker);
  155. this.Controls.Add(пожеланияLabel);
  156. this.Controls.Add(this.пожеланияTextBox);
  157. this.Name = "Add_order_by_Client";
  158. this.Text = "Add_order_by_Client";
  159. this.Load += new System.EventHandler(this.Add_order_by_Client_Load);
  160. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).EndInit();
  162. this.ResumeLayout(false);
  163. this.PerformLayout();
  164. }
  165. #endregion
  166. private digital_world_8DataSet1 digital_world_8DataSet1;
  167. private System.Windows.Forms.BindingSource order_by_clientsBindingSource;
  168. private digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter order_by_clientsTableAdapter;
  169. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  170. private System.Windows.Forms.TextBox пожеланияTextBox;
  171. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  172. private System.Windows.Forms.Button button1;
  173. private System.Windows.Forms.Label label1;
  174. private System.Windows.Forms.Button button2;
  175. }
  176. }