DDQ.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. namespace ddq
  2. {
  3. partial class frmMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbcMain = new System.Windows.Forms.TabControl();
  29. this.tabRequests = new System.Windows.Forms.TabPage();
  30. this.panRequests = new System.Windows.Forms.Panel();
  31. this.panRequestList = new System.Windows.Forms.Panel();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.panRequestsTool = new System.Windows.Forms.Panel();
  34. this.cmbRequestAction = new System.Windows.Forms.ComboBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.btnSearchRequest = new System.Windows.Forms.Button();
  37. this.txtSearchRequest = new System.Windows.Forms.TextBox();
  38. this.tabData = new System.Windows.Forms.TabPage();
  39. this.tbcData = new System.Windows.Forms.TabControl();
  40. this.tabFunds = new System.Windows.Forms.TabPage();
  41. this.panFundList = new System.Windows.Forms.Panel();
  42. this.grdFundList = new System.Windows.Forms.DataGridView();
  43. this.panFundsTool = new System.Windows.Forms.Panel();
  44. this.cmbFundCategory = new System.Windows.Forms.ComboBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.btnSearchFund = new System.Windows.Forms.Button();
  47. this.textBox1 = new System.Windows.Forms.TextBox();
  48. this.tabPeople = new System.Windows.Forms.TabPage();
  49. this.grdPeopleList = new System.Windows.Forms.DataGridView();
  50. this.panPeopleTool = new System.Windows.Forms.Panel();
  51. this.cmbRole = new System.Windows.Forms.ComboBox();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.button1 = new System.Windows.Forms.Button();
  54. this.textBox2 = new System.Windows.Forms.TextBox();
  55. this.tabCompany = new System.Windows.Forms.TabPage();
  56. this.tabSettings = new System.Windows.Forms.TabPage();
  57. this.btnAddPersonn = new System.Windows.Forms.Button();
  58. this.tbcMain.SuspendLayout();
  59. this.tabRequests.SuspendLayout();
  60. this.panRequests.SuspendLayout();
  61. this.panRequestList.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  63. this.panRequestsTool.SuspendLayout();
  64. this.tabData.SuspendLayout();
  65. this.tbcData.SuspendLayout();
  66. this.tabFunds.SuspendLayout();
  67. this.panFundList.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
  69. this.panFundsTool.SuspendLayout();
  70. this.tabPeople.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).BeginInit();
  72. this.panPeopleTool.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // tbcMain
  76. //
  77. this.tbcMain.Controls.Add(this.tabRequests);
  78. this.tbcMain.Controls.Add(this.tabData);
  79. this.tbcMain.Controls.Add(this.tabSettings);
  80. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.tbcMain.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  82. this.tbcMain.ItemSize = new System.Drawing.Size(76, 30);
  83. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  84. this.tbcMain.Name = "tbcMain";
  85. this.tbcMain.SelectedIndex = 0;
  86. this.tbcMain.Size = new System.Drawing.Size(800, 525);
  87. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  88. this.tbcMain.TabIndex = 0;
  89. this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged);
  90. //
  91. // tabRequests
  92. //
  93. this.tabRequests.Controls.Add(this.panRequests);
  94. this.tabRequests.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. this.tabRequests.Location = new System.Drawing.Point(4, 34);
  96. this.tabRequests.Name = "tabRequests";
  97. this.tabRequests.Padding = new System.Windows.Forms.Padding(3);
  98. this.tabRequests.Size = new System.Drawing.Size(792, 487);
  99. this.tabRequests.TabIndex = 0;
  100. this.tabRequests.Text = "Requests";
  101. this.tabRequests.UseVisualStyleBackColor = true;
  102. //
  103. // panRequests
  104. //
  105. this.panRequests.Controls.Add(this.panRequestList);
  106. this.panRequests.Controls.Add(this.panRequestsTool);
  107. this.panRequests.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.panRequests.Location = new System.Drawing.Point(3, 3);
  109. this.panRequests.Name = "panRequests";
  110. this.panRequests.Size = new System.Drawing.Size(786, 481);
  111. this.panRequests.TabIndex = 0;
  112. //
  113. // panRequestList
  114. //
  115. this.panRequestList.Controls.Add(this.dataGridView1);
  116. this.panRequestList.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.panRequestList.Location = new System.Drawing.Point(0, 55);
  118. this.panRequestList.Name = "panRequestList";
  119. this.panRequestList.Size = new System.Drawing.Size(786, 426);
  120. this.panRequestList.TabIndex = 1;
  121. //
  122. // dataGridView1
  123. //
  124. this.dataGridView1.AllowUserToAddRows = false;
  125. this.dataGridView1.AllowUserToDeleteRows = false;
  126. this.dataGridView1.AllowUserToOrderColumns = true;
  127. this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
  128. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  129. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  131. this.dataGridView1.Name = "dataGridView1";
  132. this.dataGridView1.ReadOnly = true;
  133. this.dataGridView1.RowTemplate.Height = 23;
  134. this.dataGridView1.Size = new System.Drawing.Size(786, 426);
  135. this.dataGridView1.TabIndex = 0;
  136. //
  137. // panRequestsTool
  138. //
  139. this.panRequestsTool.Controls.Add(this.cmbRequestAction);
  140. this.panRequestsTool.Controls.Add(this.label1);
  141. this.panRequestsTool.Controls.Add(this.btnSearchRequest);
  142. this.panRequestsTool.Controls.Add(this.txtSearchRequest);
  143. this.panRequestsTool.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.panRequestsTool.Location = new System.Drawing.Point(0, 0);
  145. this.panRequestsTool.Name = "panRequestsTool";
  146. this.panRequestsTool.Size = new System.Drawing.Size(786, 55);
  147. this.panRequestsTool.TabIndex = 0;
  148. //
  149. // cmbRequestAction
  150. //
  151. this.cmbRequestAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  152. this.cmbRequestAction.FormattingEnabled = true;
  153. this.cmbRequestAction.Location = new System.Drawing.Point(594, 13);
  154. this.cmbRequestAction.Name = "cmbRequestAction";
  155. this.cmbRequestAction.Size = new System.Drawing.Size(175, 26);
  156. this.cmbRequestAction.TabIndex = 3;
  157. //
  158. // label1
  159. //
  160. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  161. this.label1.AutoSize = true;
  162. this.label1.Location = new System.Drawing.Point(541, 17);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(47, 18);
  165. this.label1.TabIndex = 2;
  166. this.label1.Text = "Action";
  167. //
  168. // btnSearchRequest
  169. //
  170. this.btnSearchRequest.Location = new System.Drawing.Point(302, 13);
  171. this.btnSearchRequest.Name = "btnSearchRequest";
  172. this.btnSearchRequest.Size = new System.Drawing.Size(75, 26);
  173. this.btnSearchRequest.TabIndex = 1;
  174. this.btnSearchRequest.Text = "Search";
  175. this.btnSearchRequest.UseVisualStyleBackColor = true;
  176. //
  177. // txtSearchRequest
  178. //
  179. this.txtSearchRequest.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  180. this.txtSearchRequest.ForeColor = System.Drawing.SystemColors.GrayText;
  181. this.txtSearchRequest.Location = new System.Drawing.Point(16, 13);
  182. this.txtSearchRequest.Name = "txtSearchRequest";
  183. this.txtSearchRequest.Size = new System.Drawing.Size(279, 26);
  184. this.txtSearchRequest.TabIndex = 0;
  185. this.txtSearchRequest.Text = "Type in name of fund or requestor";
  186. //
  187. // tabData
  188. //
  189. this.tabData.Controls.Add(this.tbcData);
  190. this.tabData.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  191. this.tabData.Location = new System.Drawing.Point(4, 34);
  192. this.tabData.Name = "tabData";
  193. this.tabData.Padding = new System.Windows.Forms.Padding(3);
  194. this.tabData.Size = new System.Drawing.Size(792, 487);
  195. this.tabData.TabIndex = 1;
  196. this.tabData.Text = "Data";
  197. this.tabData.UseVisualStyleBackColor = true;
  198. //
  199. // tbcData
  200. //
  201. this.tbcData.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  202. this.tbcData.Controls.Add(this.tabFunds);
  203. this.tbcData.Controls.Add(this.tabPeople);
  204. this.tbcData.Controls.Add(this.tabCompany);
  205. this.tbcData.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.tbcData.ItemSize = new System.Drawing.Size(70, 23);
  207. this.tbcData.Location = new System.Drawing.Point(3, 3);
  208. this.tbcData.Multiline = true;
  209. this.tbcData.Name = "tbcData";
  210. this.tbcData.SelectedIndex = 0;
  211. this.tbcData.Size = new System.Drawing.Size(786, 481);
  212. this.tbcData.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  213. this.tbcData.TabIndex = 0;
  214. this.tbcData.SelectedIndexChanged += new System.EventHandler(this.tbcData_SelectedIndexChanged);
  215. //
  216. // tabFunds
  217. //
  218. this.tabFunds.Controls.Add(this.panFundList);
  219. this.tabFunds.Controls.Add(this.panFundsTool);
  220. this.tabFunds.Location = new System.Drawing.Point(4, 4);
  221. this.tabFunds.Name = "tabFunds";
  222. this.tabFunds.Padding = new System.Windows.Forms.Padding(3);
  223. this.tabFunds.Size = new System.Drawing.Size(778, 450);
  224. this.tabFunds.TabIndex = 0;
  225. this.tabFunds.Text = "Funds";
  226. this.tabFunds.UseVisualStyleBackColor = true;
  227. //
  228. // panFundList
  229. //
  230. this.panFundList.Controls.Add(this.grdFundList);
  231. this.panFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.panFundList.Location = new System.Drawing.Point(3, 64);
  233. this.panFundList.Name = "panFundList";
  234. this.panFundList.Size = new System.Drawing.Size(772, 383);
  235. this.panFundList.TabIndex = 1;
  236. //
  237. // grdFundList
  238. //
  239. this.grdFundList.AllowUserToAddRows = false;
  240. this.grdFundList.AllowUserToDeleteRows = false;
  241. this.grdFundList.AllowUserToOrderColumns = true;
  242. this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  243. this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  244. this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.grdFundList.Location = new System.Drawing.Point(0, 0);
  246. this.grdFundList.Name = "grdFundList";
  247. this.grdFundList.ReadOnly = true;
  248. this.grdFundList.RowTemplate.Height = 23;
  249. this.grdFundList.Size = new System.Drawing.Size(772, 383);
  250. this.grdFundList.TabIndex = 0;
  251. this.grdFundList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellContentClick);
  252. //
  253. // panFundsTool
  254. //
  255. this.panFundsTool.Controls.Add(this.cmbFundCategory);
  256. this.panFundsTool.Controls.Add(this.label2);
  257. this.panFundsTool.Controls.Add(this.btnSearchFund);
  258. this.panFundsTool.Controls.Add(this.textBox1);
  259. this.panFundsTool.Dock = System.Windows.Forms.DockStyle.Top;
  260. this.panFundsTool.Location = new System.Drawing.Point(3, 3);
  261. this.panFundsTool.Name = "panFundsTool";
  262. this.panFundsTool.Size = new System.Drawing.Size(772, 61);
  263. this.panFundsTool.TabIndex = 0;
  264. //
  265. // cmbFundCategory
  266. //
  267. this.cmbFundCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  268. this.cmbFundCategory.FormattingEnabled = true;
  269. this.cmbFundCategory.Location = new System.Drawing.Point(562, 18);
  270. this.cmbFundCategory.Name = "cmbFundCategory";
  271. this.cmbFundCategory.Size = new System.Drawing.Size(196, 26);
  272. this.cmbFundCategory.TabIndex = 3;
  273. //
  274. // label2
  275. //
  276. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.label2.AutoSize = true;
  278. this.label2.Location = new System.Drawing.Point(493, 22);
  279. this.label2.Name = "label2";
  280. this.label2.Size = new System.Drawing.Size(63, 18);
  281. this.label2.TabIndex = 2;
  282. this.label2.Text = "Category";
  283. //
  284. // btnSearchFund
  285. //
  286. this.btnSearchFund.Location = new System.Drawing.Point(281, 18);
  287. this.btnSearchFund.Name = "btnSearchFund";
  288. this.btnSearchFund.Size = new System.Drawing.Size(75, 26);
  289. this.btnSearchFund.TabIndex = 1;
  290. this.btnSearchFund.Text = "Search";
  291. this.btnSearchFund.UseVisualStyleBackColor = true;
  292. //
  293. // textBox1
  294. //
  295. this.textBox1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  296. this.textBox1.ForeColor = System.Drawing.SystemColors.GrayText;
  297. this.textBox1.Location = new System.Drawing.Point(20, 18);
  298. this.textBox1.Name = "textBox1";
  299. this.textBox1.Size = new System.Drawing.Size(255, 26);
  300. this.textBox1.TabIndex = 0;
  301. this.textBox1.Text = "Type in fund name";
  302. //
  303. // tabPeople
  304. //
  305. this.tabPeople.Controls.Add(this.btnAddPersonn);
  306. this.tabPeople.Controls.Add(this.grdPeopleList);
  307. this.tabPeople.Controls.Add(this.panPeopleTool);
  308. this.tabPeople.Location = new System.Drawing.Point(4, 4);
  309. this.tabPeople.Name = "tabPeople";
  310. this.tabPeople.Padding = new System.Windows.Forms.Padding(3);
  311. this.tabPeople.Size = new System.Drawing.Size(778, 450);
  312. this.tabPeople.TabIndex = 1;
  313. this.tabPeople.Text = "People";
  314. this.tabPeople.UseVisualStyleBackColor = true;
  315. //
  316. // grdPeopleList
  317. //
  318. this.grdPeopleList.AllowUserToAddRows = false;
  319. this.grdPeopleList.AllowUserToDeleteRows = false;
  320. this.grdPeopleList.AllowUserToOrderColumns = true;
  321. this.grdPeopleList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  322. | System.Windows.Forms.AnchorStyles.Right)));
  323. this.grdPeopleList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  324. this.grdPeopleList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  325. this.grdPeopleList.Location = new System.Drawing.Point(3, 116);
  326. this.grdPeopleList.MultiSelect = false;
  327. this.grdPeopleList.Name = "grdPeopleList";
  328. this.grdPeopleList.ReadOnly = true;
  329. this.grdPeopleList.RowTemplate.Height = 23;
  330. this.grdPeopleList.Size = new System.Drawing.Size(772, 331);
  331. this.grdPeopleList.TabIndex = 1;
  332. this.grdPeopleList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdPeopleList_CellClick);
  333. //
  334. // panPeopleTool
  335. //
  336. this.panPeopleTool.Controls.Add(this.cmbRole);
  337. this.panPeopleTool.Controls.Add(this.label3);
  338. this.panPeopleTool.Controls.Add(this.button1);
  339. this.panPeopleTool.Controls.Add(this.textBox2);
  340. this.panPeopleTool.Dock = System.Windows.Forms.DockStyle.Top;
  341. this.panPeopleTool.Location = new System.Drawing.Point(3, 3);
  342. this.panPeopleTool.Name = "panPeopleTool";
  343. this.panPeopleTool.Size = new System.Drawing.Size(772, 61);
  344. this.panPeopleTool.TabIndex = 0;
  345. //
  346. // cmbRole
  347. //
  348. this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  349. this.cmbRole.FormattingEnabled = true;
  350. this.cmbRole.Location = new System.Drawing.Point(559, 18);
  351. this.cmbRole.Name = "cmbRole";
  352. this.cmbRole.Size = new System.Drawing.Size(196, 26);
  353. this.cmbRole.TabIndex = 5;
  354. //
  355. // label3
  356. //
  357. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  358. this.label3.AutoSize = true;
  359. this.label3.Location = new System.Drawing.Point(517, 22);
  360. this.label3.Name = "label3";
  361. this.label3.Size = new System.Drawing.Size(36, 18);
  362. this.label3.TabIndex = 4;
  363. this.label3.Text = "Role";
  364. //
  365. // button1
  366. //
  367. this.button1.Location = new System.Drawing.Point(280, 18);
  368. this.button1.Name = "button1";
  369. this.button1.Size = new System.Drawing.Size(75, 26);
  370. this.button1.TabIndex = 3;
  371. this.button1.Text = "Search";
  372. this.button1.UseVisualStyleBackColor = true;
  373. //
  374. // textBox2
  375. //
  376. this.textBox2.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  377. this.textBox2.ForeColor = System.Drawing.SystemColors.GrayText;
  378. this.textBox2.Location = new System.Drawing.Point(19, 18);
  379. this.textBox2.Name = "textBox2";
  380. this.textBox2.Size = new System.Drawing.Size(255, 26);
  381. this.textBox2.TabIndex = 2;
  382. this.textBox2.Text = "Type in fund name";
  383. //
  384. // tabCompany
  385. //
  386. this.tabCompany.Location = new System.Drawing.Point(4, 4);
  387. this.tabCompany.Name = "tabCompany";
  388. this.tabCompany.Size = new System.Drawing.Size(778, 450);
  389. this.tabCompany.TabIndex = 2;
  390. this.tabCompany.Text = "Company";
  391. this.tabCompany.UseVisualStyleBackColor = true;
  392. //
  393. // tabSettings
  394. //
  395. this.tabSettings.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  396. this.tabSettings.Location = new System.Drawing.Point(4, 34);
  397. this.tabSettings.Name = "tabSettings";
  398. this.tabSettings.Size = new System.Drawing.Size(792, 487);
  399. this.tabSettings.TabIndex = 2;
  400. this.tabSettings.Text = "Settings";
  401. this.tabSettings.UseVisualStyleBackColor = true;
  402. //
  403. // btnAddPersonn
  404. //
  405. this.btnAddPersonn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  406. this.btnAddPersonn.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  407. this.btnAddPersonn.Location = new System.Drawing.Point(644, 78);
  408. this.btnAddPersonn.Name = "btnAddPersonn";
  409. this.btnAddPersonn.Size = new System.Drawing.Size(128, 23);
  410. this.btnAddPersonn.TabIndex = 2;
  411. this.btnAddPersonn.Text = "Add a staff";
  412. this.btnAddPersonn.UseVisualStyleBackColor = true;
  413. this.btnAddPersonn.Click += new System.EventHandler(this.btnAddPersonn_Click);
  414. //
  415. // frmMain
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.ClientSize = new System.Drawing.Size(800, 525);
  420. this.Controls.Add(this.tbcMain);
  421. this.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  422. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  423. this.Name = "frmMain";
  424. this.Text = "Fundit DDQ";
  425. this.tbcMain.ResumeLayout(false);
  426. this.tabRequests.ResumeLayout(false);
  427. this.panRequests.ResumeLayout(false);
  428. this.panRequestList.ResumeLayout(false);
  429. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  430. this.panRequestsTool.ResumeLayout(false);
  431. this.panRequestsTool.PerformLayout();
  432. this.tabData.ResumeLayout(false);
  433. this.tbcData.ResumeLayout(false);
  434. this.tabFunds.ResumeLayout(false);
  435. this.panFundList.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
  437. this.panFundsTool.ResumeLayout(false);
  438. this.panFundsTool.PerformLayout();
  439. this.tabPeople.ResumeLayout(false);
  440. ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).EndInit();
  441. this.panPeopleTool.ResumeLayout(false);
  442. this.panPeopleTool.PerformLayout();
  443. this.ResumeLayout(false);
  444. }
  445. #endregion
  446. private System.Windows.Forms.TabControl tbcMain;
  447. private System.Windows.Forms.TabPage tabRequests;
  448. private System.Windows.Forms.TabPage tabData;
  449. private System.Windows.Forms.TabPage tabSettings;
  450. private System.Windows.Forms.Panel panRequests;
  451. private System.Windows.Forms.Panel panRequestList;
  452. private System.Windows.Forms.Panel panRequestsTool;
  453. private System.Windows.Forms.TextBox txtSearchRequest;
  454. private System.Windows.Forms.DataGridView dataGridView1;
  455. private System.Windows.Forms.ComboBox cmbRequestAction;
  456. private System.Windows.Forms.Label label1;
  457. private System.Windows.Forms.Button btnSearchRequest;
  458. private System.Windows.Forms.TabControl tbcData;
  459. private System.Windows.Forms.TabPage tabFunds;
  460. private System.Windows.Forms.TabPage tabPeople;
  461. private System.Windows.Forms.Panel panFundList;
  462. private System.Windows.Forms.Panel panFundsTool;
  463. private System.Windows.Forms.TextBox textBox1;
  464. private System.Windows.Forms.TabPage tabCompany;
  465. private System.Windows.Forms.DataGridView grdFundList;
  466. private System.Windows.Forms.ComboBox cmbFundCategory;
  467. private System.Windows.Forms.Label label2;
  468. private System.Windows.Forms.Button btnSearchFund;
  469. private System.Windows.Forms.DataGridView grdPeopleList;
  470. private System.Windows.Forms.Panel panPeopleTool;
  471. private System.Windows.Forms.Button button1;
  472. private System.Windows.Forms.TextBox textBox2;
  473. private System.Windows.Forms.ComboBox cmbRole;
  474. private System.Windows.Forms.Label label3;
  475. private System.Windows.Forms.Button btnAddPersonn;
  476. }
  477. }