fMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. 
  2. namespace SUBD
  3. {
  4. partial class fMain
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pbPhoto = new System.Windows.Forms.PictureBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.CmbCountLines = new System.Windows.Forms.ComboBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.CmbGender = new System.Windows.Forms.ComboBox();
  38. this.TbxFind = new System.Windows.Forms.TextBox();
  39. this.CmbFind = new System.Windows.Forms.ComboBox();
  40. this.MainPanel = new System.Windows.Forms.FlowLayoutPanel();
  41. this.lNext = new System.Windows.Forms.Label();
  42. this.lback = new System.Windows.Forms.Label();
  43. this.PanelPages = new System.Windows.Forms.Panel();
  44. this.bDelUser = new System.Windows.Forms.Button();
  45. this.bAddUser = new System.Windows.Forms.Button();
  46. this.panel1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // panel1
  51. //
  52. this.panel1.BackColor = System.Drawing.Color.LightGray;
  53. this.panel1.Controls.Add(this.label1);
  54. this.panel1.Controls.Add(this.pbPhoto);
  55. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  56. this.panel1.Location = new System.Drawing.Point(0, 0);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(856, 85);
  59. this.panel1.TabIndex = 2;
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Font = new System.Drawing.Font("Courier New", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.label1.Location = new System.Drawing.Point(246, 26);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(321, 34);
  68. this.label1.TabIndex = 1;
  69. this.label1.Text = "Список работников";
  70. //
  71. // pbPhoto
  72. //
  73. this.pbPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  74. this.pbPhoto.Location = new System.Drawing.Point(737, 0);
  75. this.pbPhoto.Name = "pbPhoto";
  76. this.pbPhoto.Size = new System.Drawing.Size(119, 85);
  77. this.pbPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  78. this.pbPhoto.TabIndex = 0;
  79. this.pbPhoto.TabStop = false;
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Font = new System.Drawing.Font("Courier New", 9F);
  85. this.label2.Location = new System.Drawing.Point(609, 110);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(143, 17);
  88. this.label2.TabIndex = 36;
  89. this.label2.Text = "Кол-во записей:";
  90. //
  91. // CmbCountLines
  92. //
  93. this.CmbCountLines.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.CmbCountLines.Font = new System.Drawing.Font("Courier New", 9F);
  95. this.CmbCountLines.FormattingEnabled = true;
  96. this.CmbCountLines.Items.AddRange(new object[] {
  97. "5",
  98. "7",
  99. "все"});
  100. this.CmbCountLines.Location = new System.Drawing.Point(609, 129);
  101. this.CmbCountLines.Name = "CmbCountLines";
  102. this.CmbCountLines.Size = new System.Drawing.Size(161, 25);
  103. this.CmbCountLines.TabIndex = 35;
  104. this.CmbCountLines.SelectedIndexChanged += new System.EventHandler(this.CmbCountLines_SelectedIndexChanged);
  105. //
  106. // label5
  107. //
  108. this.label5.AutoSize = true;
  109. this.label5.Font = new System.Drawing.Font("Courier New", 9F);
  110. this.label5.Location = new System.Drawing.Point(420, 110);
  111. this.label5.Name = "label5";
  112. this.label5.Size = new System.Drawing.Size(179, 17);
  113. this.label5.TabIndex = 34;
  114. this.label5.Text = "Фильтрация по полу:";
  115. //
  116. // label4
  117. //
  118. this.label4.AutoSize = true;
  119. this.label4.Font = new System.Drawing.Font("Courier New", 9F);
  120. this.label4.Location = new System.Drawing.Point(143, 109);
  121. this.label4.Name = "label4";
  122. this.label4.Size = new System.Drawing.Size(233, 17);
  123. this.label4.TabIndex = 33;
  124. this.label4.Text = "Введите текст для поиска:";
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.label3.Location = new System.Drawing.Point(9, 108);
  131. this.label3.Name = "label3";
  132. this.label3.Size = new System.Drawing.Size(89, 17);
  133. this.label3.TabIndex = 32;
  134. this.label3.Text = "Поиск по:";
  135. //
  136. // CmbGender
  137. //
  138. this.CmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  139. this.CmbGender.FormattingEnabled = true;
  140. this.CmbGender.Items.AddRange(new object[] {
  141. "все",
  142. "мужской",
  143. "женский"});
  144. this.CmbGender.Location = new System.Drawing.Point(420, 129);
  145. this.CmbGender.Name = "CmbGender";
  146. this.CmbGender.Size = new System.Drawing.Size(160, 25);
  147. this.CmbGender.TabIndex = 31;
  148. this.CmbGender.SelectedIndexChanged += new System.EventHandler(this.CmbGender_SelectedIndexChanged);
  149. //
  150. // TbxFind
  151. //
  152. this.TbxFind.Location = new System.Drawing.Point(146, 129);
  153. this.TbxFind.Name = "TbxFind";
  154. this.TbxFind.Size = new System.Drawing.Size(253, 24);
  155. this.TbxFind.TabIndex = 30;
  156. this.TbxFind.TextChanged += new System.EventHandler(this.TbxFind_TextChanged);
  157. //
  158. // CmbFind
  159. //
  160. this.CmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161. this.CmbFind.FormattingEnabled = true;
  162. this.CmbFind.Items.AddRange(new object[] {
  163. "фамилии",
  164. "имени",
  165. "отчеству"});
  166. this.CmbFind.Location = new System.Drawing.Point(12, 127);
  167. this.CmbFind.Name = "CmbFind";
  168. this.CmbFind.Size = new System.Drawing.Size(107, 25);
  169. this.CmbFind.TabIndex = 29;
  170. this.CmbFind.SelectedIndexChanged += new System.EventHandler(this.CmbFind_SelectedIndexChanged);
  171. //
  172. // MainPanel
  173. //
  174. this.MainPanel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  175. this.MainPanel.AutoScroll = true;
  176. this.MainPanel.BackColor = System.Drawing.Color.White;
  177. this.MainPanel.Location = new System.Drawing.Point(26, 168);
  178. this.MainPanel.Name = "MainPanel";
  179. this.MainPanel.Size = new System.Drawing.Size(808, 408);
  180. this.MainPanel.TabIndex = 37;
  181. //
  182. // lNext
  183. //
  184. this.lNext.AutoSize = true;
  185. this.lNext.Location = new System.Drawing.Point(61, 621);
  186. this.lNext.Name = "lNext";
  187. this.lNext.Size = new System.Drawing.Size(17, 17);
  188. this.lNext.TabIndex = 40;
  189. this.lNext.Text = ">";
  190. this.lNext.Click += new System.EventHandler(this.lNext_Click);
  191. //
  192. // lback
  193. //
  194. this.lback.AutoSize = true;
  195. this.lback.Location = new System.Drawing.Point(12, 621);
  196. this.lback.Name = "lback";
  197. this.lback.Size = new System.Drawing.Size(17, 17);
  198. this.lback.TabIndex = 39;
  199. this.lback.Text = "<";
  200. this.lback.Click += new System.EventHandler(this.lback_Click);
  201. //
  202. // PanelPages
  203. //
  204. this.PanelPages.Dock = System.Windows.Forms.DockStyle.Bottom;
  205. this.PanelPages.Location = new System.Drawing.Point(0, 641);
  206. this.PanelPages.Name = "PanelPages";
  207. this.PanelPages.Size = new System.Drawing.Size(856, 42);
  208. this.PanelPages.TabIndex = 38;
  209. //
  210. // bDelUser
  211. //
  212. this.bDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  213. this.bDelUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  214. this.bDelUser.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  215. this.bDelUser.ForeColor = System.Drawing.Color.White;
  216. this.bDelUser.Location = new System.Drawing.Point(630, 593);
  217. this.bDelUser.Name = "bDelUser";
  218. this.bDelUser.Size = new System.Drawing.Size(204, 42);
  219. this.bDelUser.TabIndex = 42;
  220. this.bDelUser.Text = "Удалить пользователя";
  221. this.bDelUser.UseVisualStyleBackColor = false;
  222. this.bDelUser.Click += new System.EventHandler(this.bDelUser_Click);
  223. //
  224. // bAddUser
  225. //
  226. this.bAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  227. this.bAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  228. this.bAddUser.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  229. this.bAddUser.ForeColor = System.Drawing.Color.White;
  230. this.bAddUser.Location = new System.Drawing.Point(398, 593);
  231. this.bAddUser.Name = "bAddUser";
  232. this.bAddUser.Size = new System.Drawing.Size(225, 42);
  233. this.bAddUser.TabIndex = 41;
  234. this.bAddUser.Text = "Добавить пользователя";
  235. this.bAddUser.UseVisualStyleBackColor = false;
  236. this.bAddUser.Click += new System.EventHandler(this.bAddUser_Click);
  237. //
  238. // fMain
  239. //
  240. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
  241. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  242. this.BackColor = System.Drawing.Color.White;
  243. this.ClientSize = new System.Drawing.Size(856, 683);
  244. this.Controls.Add(this.bDelUser);
  245. this.Controls.Add(this.bAddUser);
  246. this.Controls.Add(this.lNext);
  247. this.Controls.Add(this.lback);
  248. this.Controls.Add(this.PanelPages);
  249. this.Controls.Add(this.MainPanel);
  250. this.Controls.Add(this.label2);
  251. this.Controls.Add(this.CmbCountLines);
  252. this.Controls.Add(this.label5);
  253. this.Controls.Add(this.label4);
  254. this.Controls.Add(this.label3);
  255. this.Controls.Add(this.CmbGender);
  256. this.Controls.Add(this.TbxFind);
  257. this.Controls.Add(this.CmbFind);
  258. this.Controls.Add(this.panel1);
  259. this.Font = new System.Drawing.Font("Courier New", 9F);
  260. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  261. this.MaximizeBox = false;
  262. this.Name = "fMain";
  263. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  264. this.Text = "СУБД Кадры";
  265. this.Load += new System.EventHandler(this.fMain_Load);
  266. this.panel1.ResumeLayout(false);
  267. this.panel1.PerformLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).EndInit();
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private System.Windows.Forms.Panel panel1;
  274. private System.Windows.Forms.Label label1;
  275. private System.Windows.Forms.PictureBox pbPhoto;
  276. private System.Windows.Forms.Label label2;
  277. private System.Windows.Forms.ComboBox CmbCountLines;
  278. private System.Windows.Forms.Label label5;
  279. private System.Windows.Forms.Label label4;
  280. private System.Windows.Forms.Label label3;
  281. private System.Windows.Forms.ComboBox CmbGender;
  282. private System.Windows.Forms.TextBox TbxFind;
  283. private System.Windows.Forms.ComboBox CmbFind;
  284. private System.Windows.Forms.FlowLayoutPanel MainPanel;
  285. private System.Windows.Forms.Label lNext;
  286. private System.Windows.Forms.Label lback;
  287. private System.Windows.Forms.Panel PanelPages;
  288. private System.Windows.Forms.Button bDelUser;
  289. private System.Windows.Forms.Button bAddUser;
  290. }
  291. }