Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. 
  2. namespace _02Trade
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.Клиент = new System.Windows.Forms.RadioButton();
  33. this.radioButton1 = new System.Windows.Forms.RadioButton();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  39. this.roleTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.roleTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.RoleTableTableAdapter();
  41. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  42. this.userTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.UserTableTableAdapter();
  43. this.userTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.panel1.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.roleTableBindingSource)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.userTableBindingSource)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // panel1
  53. //
  54. this.panel1.Controls.Add(this.Клиент);
  55. this.panel1.Controls.Add(this.radioButton1);
  56. this.panel1.Controls.Add(this.button1);
  57. this.panel1.Controls.Add(this.panel2);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.panel1.Location = new System.Drawing.Point(0, 0);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(800, 590);
  62. this.panel1.TabIndex = 0;
  63. //
  64. // Клиент
  65. //
  66. this.Клиент.AutoSize = true;
  67. this.Клиент.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.Клиент.Location = new System.Drawing.Point(318, 252);
  69. this.Клиент.Name = "Клиент";
  70. this.Клиент.Size = new System.Drawing.Size(140, 43);
  71. this.Клиент.TabIndex = 9;
  72. this.Клиент.TabStop = true;
  73. this.Клиент.Text = "Клиент";
  74. this.Клиент.UseVisualStyleBackColor = true;
  75. //
  76. // radioButton1
  77. //
  78. this.radioButton1.AutoSize = true;
  79. this.radioButton1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.radioButton1.Location = new System.Drawing.Point(318, 172);
  81. this.radioButton1.Name = "radioButton1";
  82. this.radioButton1.Size = new System.Drawing.Size(261, 43);
  83. this.radioButton1.TabIndex = 8;
  84. this.radioButton1.TabStop = true;
  85. this.radioButton1.Text = "Администратор";
  86. this.radioButton1.UseVisualStyleBackColor = true;
  87. //
  88. // button1
  89. //
  90. this.button1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.button1.Location = new System.Drawing.Point(354, 455);
  92. this.button1.Name = "button1";
  93. this.button1.Size = new System.Drawing.Size(104, 47);
  94. this.button1.TabIndex = 5;
  95. this.button1.Text = "Войти";
  96. this.button1.UseVisualStyleBackColor = true;
  97. this.button1.Click += new System.EventHandler(this.button1_Click);
  98. //
  99. // panel2
  100. //
  101. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  102. this.panel2.Controls.Add(this.label1);
  103. this.panel2.Controls.Add(this.pictureBox1);
  104. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.panel2.Location = new System.Drawing.Point(0, 0);
  106. this.panel2.Name = "panel2";
  107. this.panel2.Size = new System.Drawing.Size(800, 128);
  108. this.panel2.TabIndex = 0;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.label1.Location = new System.Drawing.Point(311, 44);
  115. this.label1.Name = "label1";
  116. this.label1.Size = new System.Drawing.Size(206, 39);
  117. this.label1.TabIndex = 1;
  118. this.label1.Text = "Авторизация";
  119. //
  120. // pictureBox1
  121. //
  122. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  123. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  124. this.pictureBox1.Name = "pictureBox1";
  125. this.pictureBox1.Size = new System.Drawing.Size(153, 121);
  126. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  127. this.pictureBox1.TabIndex = 0;
  128. this.pictureBox1.TabStop = false;
  129. //
  130. // _02TradeDataSet
  131. //
  132. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  133. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  134. //
  135. // roleTableBindingSource
  136. //
  137. this.roleTableBindingSource.DataMember = "RoleTable";
  138. this.roleTableBindingSource.DataSource = this._02TradeDataSet;
  139. //
  140. // roleTableTableAdapter
  141. //
  142. this.roleTableTableAdapter.ClearBeforeFill = true;
  143. //
  144. // tableAdapterManager
  145. //
  146. this.tableAdapterManager.AttachedProductTableAdapter = null;
  147. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  148. this.tableAdapterManager.ClientServiceTableAdapter = null;
  149. this.tableAdapterManager.ClientTableTableAdapter = null;
  150. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  151. this.tableAdapterManager.GenderTableAdapter = null;
  152. this.tableAdapterManager.ManufacturerTableAdapter = null;
  153. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  154. this.tableAdapterManager.ProductSaleTableAdapter = null;
  155. this.tableAdapterManager.ProductTableAdapter = null;
  156. this.tableAdapterManager.RoleTableTableAdapter = this.roleTableTableAdapter;
  157. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  158. this.tableAdapterManager.ServiceTableAdapter = null;
  159. this.tableAdapterManager.TagOfClientTableAdapter = null;
  160. this.tableAdapterManager.TagTableAdapter = null;
  161. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  162. this.tableAdapterManager.UserTableTableAdapter = this.userTableTableAdapter;
  163. //
  164. // userTableTableAdapter
  165. //
  166. this.userTableTableAdapter.ClearBeforeFill = true;
  167. //
  168. // userTableBindingSource
  169. //
  170. this.userTableBindingSource.DataMember = "UserTable";
  171. this.userTableBindingSource.DataSource = this._02TradeDataSet;
  172. //
  173. // Form1
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(800, 590);
  178. this.Controls.Add(this.panel1);
  179. this.Name = "Form1";
  180. this.Text = "Form1";
  181. this.Load += new System.EventHandler(this.Form1_Load);
  182. this.panel1.ResumeLayout(false);
  183. this.panel1.PerformLayout();
  184. this.panel2.ResumeLayout(false);
  185. this.panel2.PerformLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.roleTableBindingSource)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.userTableBindingSource)).EndInit();
  190. this.ResumeLayout(false);
  191. }
  192. #endregion
  193. private System.Windows.Forms.Panel panel1;
  194. private System.Windows.Forms.Panel panel2;
  195. private System.Windows.Forms.PictureBox pictureBox1;
  196. private System.Windows.Forms.Label label1;
  197. private System.Windows.Forms.Button button1;
  198. private _02TradeDataSet _02TradeDataSet;
  199. private System.Windows.Forms.BindingSource roleTableBindingSource;
  200. private _02TradeDataSetTableAdapters.RoleTableTableAdapter roleTableTableAdapter;
  201. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  202. private _02TradeDataSetTableAdapters.UserTableTableAdapter userTableTableAdapter;
  203. private System.Windows.Forms.BindingSource userTableBindingSource;
  204. private System.Windows.Forms.RadioButton radioButton1;
  205. private System.Windows.Forms.RadioButton Клиент;
  206. }
  207. }