1
0

Form1.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace SUBD_Medical_Staff
  2. {
  3. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.personnelDataSet = new SUBD_Medical_Staff.PersonnelDataSet();
  31. this.medical_staffBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.medical_staffTableAdapter = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.Medical_staffTableAdapter();
  33. this.tableAdapterManager = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.TableAdapterManager();
  34. this.rolesTableAdapter = new SUBD_Medical_Staff.PersonnelDataSetTableAdapters.RolesTableAdapter();
  35. this.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  37. this.cbFindPo = new System.Windows.Forms.ComboBox();
  38. this.lFindPo = new System.Windows.Forms.Label();
  39. this.lFindPol = new System.Windows.Forms.Label();
  40. this.cbFindPol = new System.Windows.Forms.ComboBox();
  41. this.tbFindTxt = new System.Windows.Forms.TextBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.button1 = new System.Windows.Forms.Button();
  47. ((System.ComponentModel.ISupportInitialize)(this.personnelDataSet)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.medical_staffBindingSource)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // personnelDataSet
  55. //
  56. this.personnelDataSet.DataSetName = "PersonnelDataSet";
  57. this.personnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  58. //
  59. // medical_staffBindingSource
  60. //
  61. this.medical_staffBindingSource.DataMember = "Medical_staff";
  62. this.medical_staffBindingSource.DataSource = this.personnelDataSet;
  63. //
  64. // medical_staffTableAdapter
  65. //
  66. this.medical_staffTableAdapter.ClearBeforeFill = true;
  67. //
  68. // tableAdapterManager
  69. //
  70. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  71. this.tableAdapterManager.Medical_staffTableAdapter = this.medical_staffTableAdapter;
  72. this.tableAdapterManager.RolesTableAdapter = this.rolesTableAdapter;
  73. this.tableAdapterManager.UpdateOrder = SUBD_Medical_Staff.PersonnelDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  74. //
  75. // rolesTableAdapter
  76. //
  77. this.rolesTableAdapter.ClearBeforeFill = true;
  78. //
  79. // rolesBindingSource
  80. //
  81. this.rolesBindingSource.DataMember = "Roles";
  82. this.rolesBindingSource.DataSource = this.personnelDataSet;
  83. //
  84. // flowLayoutPanel1
  85. //
  86. this.flowLayoutPanel1.AutoScroll = true;
  87. this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  88. this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 219);
  89. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  90. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  91. this.flowLayoutPanel1.Size = new System.Drawing.Size(990, 431);
  92. this.flowLayoutPanel1.TabIndex = 0;
  93. //
  94. // cbFindPo
  95. //
  96. this.cbFindPo.BackColor = System.Drawing.Color.White;
  97. this.cbFindPo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.cbFindPo.FormattingEnabled = true;
  99. this.cbFindPo.Items.AddRange(new object[] {
  100. "Фамилия",
  101. "Имя",
  102. "Отчество",
  103. "Телефон"});
  104. this.cbFindPo.Location = new System.Drawing.Point(14, 178);
  105. this.cbFindPo.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  106. this.cbFindPo.Name = "cbFindPo";
  107. this.cbFindPo.Size = new System.Drawing.Size(114, 31);
  108. this.cbFindPo.TabIndex = 1;
  109. this.cbFindPo.SelectedIndexChanged += new System.EventHandler(this.cbFindPo_SelectedIndexChanged);
  110. //
  111. // lFindPo
  112. //
  113. this.lFindPo.AutoSize = true;
  114. this.lFindPo.Location = new System.Drawing.Point(14, 154);
  115. this.lFindPo.Name = "lFindPo";
  116. this.lFindPo.Size = new System.Drawing.Size(79, 23);
  117. this.lFindPo.TabIndex = 2;
  118. this.lFindPo.Text = "Поиск по:";
  119. //
  120. // lFindPol
  121. //
  122. this.lFindPol.AutoSize = true;
  123. this.lFindPol.Location = new System.Drawing.Point(141, 154);
  124. this.lFindPol.Name = "lFindPol";
  125. this.lFindPol.Size = new System.Drawing.Size(157, 23);
  126. this.lFindPol.TabIndex = 4;
  127. this.lFindPol.Text = "Фильтрация по полу";
  128. //
  129. // cbFindPol
  130. //
  131. this.cbFindPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  132. this.cbFindPol.FormattingEnabled = true;
  133. this.cbFindPol.Items.AddRange(new object[] {
  134. "Все",
  135. "Женщины",
  136. "Мужчины"});
  137. this.cbFindPol.Location = new System.Drawing.Point(141, 178);
  138. this.cbFindPol.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  139. this.cbFindPol.Name = "cbFindPol";
  140. this.cbFindPol.Size = new System.Drawing.Size(157, 31);
  141. this.cbFindPol.TabIndex = 3;
  142. this.cbFindPol.SelectedIndexChanged += new System.EventHandler(this.cbFindPol_SelectedIndexChanged);
  143. //
  144. // tbFindTxt
  145. //
  146. this.tbFindTxt.Location = new System.Drawing.Point(332, 180);
  147. this.tbFindTxt.Name = "tbFindTxt";
  148. this.tbFindTxt.Size = new System.Drawing.Size(193, 29);
  149. this.tbFindTxt.TabIndex = 5;
  150. this.tbFindTxt.TextChanged += new System.EventHandler(this.tbFindTxt_TextChanged);
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(328, 154);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(197, 23);
  158. this.label1.TabIndex = 6;
  159. this.label1.Text = "Введите текст для поиска";
  160. //
  161. // panel1
  162. //
  163. this.panel1.BackColor = System.Drawing.Color.White;
  164. this.panel1.Controls.Add(this.pictureBox1);
  165. this.panel1.Controls.Add(this.label2);
  166. this.panel1.Location = new System.Drawing.Point(14, 12);
  167. this.panel1.Name = "panel1";
  168. this.panel1.Size = new System.Drawing.Size(992, 139);
  169. this.panel1.TabIndex = 7;
  170. //
  171. // pictureBox1
  172. //
  173. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  174. this.pictureBox1.Location = new System.Drawing.Point(846, 3);
  175. this.pictureBox1.Name = "pictureBox1";
  176. this.pictureBox1.Size = new System.Drawing.Size(143, 136);
  177. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  178. this.pictureBox1.TabIndex = 1;
  179. this.pictureBox1.TabStop = false;
  180. //
  181. // label2
  182. //
  183. this.label2.AutoSize = true;
  184. this.label2.Font = new System.Drawing.Font("Arial", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  185. this.label2.Location = new System.Drawing.Point(15, 12);
  186. this.label2.Name = "label2";
  187. this.label2.Size = new System.Drawing.Size(649, 51);
  188. this.label2.TabIndex = 0;
  189. this.label2.Text = "Отдел кадров \"Heath Center\"";
  190. //
  191. // button1
  192. //
  193. this.button1.BackColor = System.Drawing.Color.White;
  194. this.button1.Location = new System.Drawing.Point(531, 180);
  195. this.button1.Name = "button1";
  196. this.button1.Size = new System.Drawing.Size(220, 29);
  197. this.button1.TabIndex = 36;
  198. this.button1.Text = "Добавить Пользователя";
  199. this.button1.UseVisualStyleBackColor = false;
  200. this.button1.Click += new System.EventHandler(this.button1_Click);
  201. //
  202. // Form1
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.BackColor = System.Drawing.Color.White;
  207. this.ClientSize = new System.Drawing.Size(1018, 653);
  208. this.Controls.Add(this.button1);
  209. this.Controls.Add(this.panel1);
  210. this.Controls.Add(this.label1);
  211. this.Controls.Add(this.tbFindTxt);
  212. this.Controls.Add(this.lFindPol);
  213. this.Controls.Add(this.cbFindPol);
  214. this.Controls.Add(this.lFindPo);
  215. this.Controls.Add(this.cbFindPo);
  216. this.Controls.Add(this.flowLayoutPanel1);
  217. this.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  219. this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  220. this.MaximumSize = new System.Drawing.Size(1036, 700);
  221. this.MinimumSize = new System.Drawing.Size(1036, 700);
  222. this.Name = "Form1";
  223. this.Text = "Form1";
  224. this.Load += new System.EventHandler(this.Form1_Load);
  225. ((System.ComponentModel.ISupportInitialize)(this.personnelDataSet)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.medical_staffBindingSource)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
  228. this.panel1.ResumeLayout(false);
  229. this.panel1.PerformLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  231. this.ResumeLayout(false);
  232. this.PerformLayout();
  233. }
  234. #endregion
  235. private PersonnelDataSet personnelDataSet;
  236. private System.Windows.Forms.BindingSource medical_staffBindingSource;
  237. private PersonnelDataSetTableAdapters.Medical_staffTableAdapter medical_staffTableAdapter;
  238. private PersonnelDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  239. private PersonnelDataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
  240. private System.Windows.Forms.BindingSource rolesBindingSource;
  241. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  242. private System.Windows.Forms.ComboBox cbFindPo;
  243. private System.Windows.Forms.Label lFindPo;
  244. private System.Windows.Forms.Label lFindPol;
  245. private System.Windows.Forms.ComboBox cbFindPol;
  246. private System.Windows.Forms.TextBox tbFindTxt;
  247. private System.Windows.Forms.Label label1;
  248. private System.Windows.Forms.Panel panel1;
  249. private System.Windows.Forms.Label label2;
  250. private System.Windows.Forms.PictureBox pictureBox1;
  251. private System.Windows.Forms.Button button1;
  252. }
  253. }