SeeOrder.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace Digital_World_08
  2. {
  3. partial class SeeOrder
  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.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  30. this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
  31. this.orderTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.OrderTableAdapter();
  32. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  33. this.order_by_clientsTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter();
  34. this.order_by_clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.order_by_clientsDataGridView = new System.Windows.Forms.DataGridView();
  36. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.button2 = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsDataGridView)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // digital_world_8DataSet1
  50. //
  51. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  52. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  53. //
  54. // orderBindingSource
  55. //
  56. this.orderBindingSource.DataMember = "Order";
  57. this.orderBindingSource.DataSource = this.digital_world_8DataSet1;
  58. //
  59. // orderTableAdapter
  60. //
  61. this.orderTableAdapter.ClearBeforeFill = true;
  62. //
  63. // tableAdapterManager
  64. //
  65. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  66. this.tableAdapterManager.ComponentsTableAdapter = null;
  67. this.tableAdapterManager.computer_assemblyTableAdapter = null;
  68. this.tableAdapterManager.order_by_clientsTableAdapter = this.order_by_clientsTableAdapter;
  69. this.tableAdapterManager.Order_statusTableAdapter = null;
  70. this.tableAdapterManager.OrderTableAdapter = this.orderTableAdapter;
  71. this.tableAdapterManager.Postavka_materialTableAdapter = null;
  72. this.tableAdapterManager.providerTableAdapter = null;
  73. this.tableAdapterManager.RoleTableAdapter = null;
  74. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  75. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  76. this.tableAdapterManager.UsersTableAdapter = null;
  77. //
  78. // order_by_clientsTableAdapter
  79. //
  80. this.order_by_clientsTableAdapter.ClearBeforeFill = true;
  81. //
  82. // order_by_clientsBindingSource
  83. //
  84. this.order_by_clientsBindingSource.DataMember = "order_by_clients";
  85. this.order_by_clientsBindingSource.DataSource = this.digital_world_8DataSet1;
  86. //
  87. // order_by_clientsDataGridView
  88. //
  89. this.order_by_clientsDataGridView.AutoGenerateColumns = false;
  90. this.order_by_clientsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  91. this.order_by_clientsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  92. this.dataGridViewTextBoxColumn1,
  93. this.dataGridViewTextBoxColumn2,
  94. this.dataGridViewTextBoxColumn3});
  95. this.order_by_clientsDataGridView.DataSource = this.order_by_clientsBindingSource;
  96. this.order_by_clientsDataGridView.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.order_by_clientsDataGridView.Location = new System.Drawing.Point(0, 0);
  98. this.order_by_clientsDataGridView.Name = "order_by_clientsDataGridView";
  99. this.order_by_clientsDataGridView.Size = new System.Drawing.Size(363, 220);
  100. this.order_by_clientsDataGridView.TabIndex = 0;
  101. //
  102. // dataGridViewTextBoxColumn1
  103. //
  104. this.dataGridViewTextBoxColumn1.DataPropertyName = "Номер заказа";
  105. this.dataGridViewTextBoxColumn1.HeaderText = "Номер заказа";
  106. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  107. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  108. //
  109. // dataGridViewTextBoxColumn2
  110. //
  111. this.dataGridViewTextBoxColumn2.DataPropertyName = "Пожелания";
  112. this.dataGridViewTextBoxColumn2.HeaderText = "Пожелания";
  113. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  114. //
  115. // dataGridViewTextBoxColumn3
  116. //
  117. this.dataGridViewTextBoxColumn3.DataPropertyName = "Дата";
  118. this.dataGridViewTextBoxColumn3.HeaderText = "Дата";
  119. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  120. //
  121. // textBox1
  122. //
  123. this.textBox1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.textBox1.Location = new System.Drawing.Point(12, 281);
  125. this.textBox1.Name = "textBox1";
  126. this.textBox1.Size = new System.Drawing.Size(339, 32);
  127. this.textBox1.TabIndex = 1;
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  133. this.label1.Location = new System.Drawing.Point(44, 238);
  134. this.label1.Name = "label1";
  135. this.label1.Size = new System.Drawing.Size(295, 23);
  136. this.label1.TabIndex = 2;
  137. this.label1.Text = "Отсортировать по номеру заказа";
  138. //
  139. // button1
  140. //
  141. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.button1.Location = new System.Drawing.Point(64, 330);
  143. this.button1.Name = "button1";
  144. this.button1.Size = new System.Drawing.Size(222, 45);
  145. this.button1.TabIndex = 3;
  146. this.button1.Text = "Отсортировать";
  147. this.button1.UseVisualStyleBackColor = true;
  148. this.button1.Click += new System.EventHandler(this.button1_Click);
  149. //
  150. // button2
  151. //
  152. this.button2.Location = new System.Drawing.Point(103, 382);
  153. this.button2.Name = "button2";
  154. this.button2.Size = new System.Drawing.Size(138, 41);
  155. this.button2.TabIndex = 4;
  156. this.button2.Text = "закрыть";
  157. this.button2.UseVisualStyleBackColor = true;
  158. this.button2.Click += new System.EventHandler(this.button2_Click);
  159. //
  160. // SeeOrder
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.BackColor = System.Drawing.Color.White;
  165. this.ClientSize = new System.Drawing.Size(363, 450);
  166. this.Controls.Add(this.button2);
  167. this.Controls.Add(this.button1);
  168. this.Controls.Add(this.label1);
  169. this.Controls.Add(this.textBox1);
  170. this.Controls.Add(this.order_by_clientsDataGridView);
  171. this.Name = "SeeOrder";
  172. this.Text = "SeeOrder";
  173. this.Load += new System.EventHandler(this.SeeOrder_Load);
  174. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.order_by_clientsDataGridView)).EndInit();
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private digital_world_8DataSet1 digital_world_8DataSet1;
  183. private System.Windows.Forms.BindingSource orderBindingSource;
  184. private digital_world_8DataSet1TableAdapters.OrderTableAdapter orderTableAdapter;
  185. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  186. private digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter order_by_clientsTableAdapter;
  187. private System.Windows.Forms.BindingSource order_by_clientsBindingSource;
  188. private System.Windows.Forms.DataGridView order_by_clientsDataGridView;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  190. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  191. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  192. private System.Windows.Forms.TextBox textBox1;
  193. private System.Windows.Forms.Label label1;
  194. private System.Windows.Forms.Button button1;
  195. private System.Windows.Forms.Button button2;
  196. }
  197. }