Form3.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 
  2. namespace beautyprog
  3. {
  4. partial class Form3
  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.button1 = new System.Windows.Forms.Button();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this._AstapovYNISP_33DataSet = new beautyprog._AstapovYNISP_33DataSet();
  33. this.serviceclientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.serviceclientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter();
  35. this.услугаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.началооказанияуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.клиентDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // button1
  44. //
  45. this.button1.Location = new System.Drawing.Point(381, 320);
  46. this.button1.Name = "button1";
  47. this.button1.Size = new System.Drawing.Size(75, 23);
  48. this.button1.TabIndex = 0;
  49. this.button1.Text = "Записать";
  50. this.button1.UseVisualStyleBackColor = true;
  51. //
  52. // dataGridView1
  53. //
  54. this.dataGridView1.AutoGenerateColumns = false;
  55. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.услугаDataGridViewTextBoxColumn,
  58. this.началооказанияуслугиDataGridViewTextBoxColumn,
  59. this.клиентDataGridViewTextBoxColumn});
  60. this.dataGridView1.DataSource = this.serviceclientBindingSource;
  61. this.dataGridView1.Location = new System.Drawing.Point(204, 47);
  62. this.dataGridView1.Name = "dataGridView1";
  63. this.dataGridView1.Size = new System.Drawing.Size(402, 229);
  64. this.dataGridView1.TabIndex = 1;
  65. //
  66. // _AstapovYNISP_33DataSet
  67. //
  68. this._AstapovYNISP_33DataSet.DataSetName = "_AstapovYNISP_33DataSet";
  69. this._AstapovYNISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  70. //
  71. // serviceclientBindingSource
  72. //
  73. this.serviceclientBindingSource.DataMember = "serviceclient";
  74. this.serviceclientBindingSource.DataSource = this._AstapovYNISP_33DataSet;
  75. //
  76. // serviceclientTableAdapter
  77. //
  78. this.serviceclientTableAdapter.ClearBeforeFill = true;
  79. //
  80. // услугаDataGridViewTextBoxColumn
  81. //
  82. this.услугаDataGridViewTextBoxColumn.DataPropertyName = "Услуга";
  83. this.услугаDataGridViewTextBoxColumn.HeaderText = "Услуга";
  84. this.услугаDataGridViewTextBoxColumn.Name = "услугаDataGridViewTextBoxColumn";
  85. //
  86. // началооказанияуслугиDataGridViewTextBoxColumn
  87. //
  88. this.началооказанияуслугиDataGridViewTextBoxColumn.DataPropertyName = "Начало_оказания_услуги";
  89. this.началооказанияуслугиDataGridViewTextBoxColumn.HeaderText = "Начало_оказания_услуги";
  90. this.началооказанияуслугиDataGridViewTextBoxColumn.Name = "началооказанияуслугиDataGridViewTextBoxColumn";
  91. //
  92. // клиентDataGridViewTextBoxColumn
  93. //
  94. this.клиентDataGridViewTextBoxColumn.DataPropertyName = "Клиент";
  95. this.клиентDataGridViewTextBoxColumn.HeaderText = "Клиент";
  96. this.клиентDataGridViewTextBoxColumn.Name = "клиентDataGridViewTextBoxColumn";
  97. //
  98. // Form3
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(800, 450);
  103. this.Controls.Add(this.dataGridView1);
  104. this.Controls.Add(this.button1);
  105. this.Name = "Form3";
  106. this.Text = "Form3";
  107. this.Load += new System.EventHandler(this.Form3_Load);
  108. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  109. ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).EndInit();
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private System.Windows.Forms.Button button1;
  115. private System.Windows.Forms.DataGridView dataGridView1;
  116. private _AstapovYNISP_33DataSet _AstapovYNISP_33DataSet;
  117. private System.Windows.Forms.BindingSource serviceclientBindingSource;
  118. private _AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter serviceclientTableAdapter;
  119. private System.Windows.Forms.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn;
  120. private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn;
  121. private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn;
  122. }
  123. }