DDQ.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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.tabCompany = new System.Windows.Forms.TabPage();
  50. this.tabSettings = new System.Windows.Forms.TabPage();
  51. this.tbcMain.SuspendLayout();
  52. this.tabRequests.SuspendLayout();
  53. this.panRequests.SuspendLayout();
  54. this.panRequestList.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  56. this.panRequestsTool.SuspendLayout();
  57. this.tabData.SuspendLayout();
  58. this.tbcData.SuspendLayout();
  59. this.tabFunds.SuspendLayout();
  60. this.panFundList.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
  62. this.panFundsTool.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // tbcMain
  66. //
  67. this.tbcMain.Controls.Add(this.tabRequests);
  68. this.tbcMain.Controls.Add(this.tabData);
  69. this.tbcMain.Controls.Add(this.tabSettings);
  70. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.tbcMain.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.tbcMain.ItemSize = new System.Drawing.Size(76, 30);
  73. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  74. this.tbcMain.Name = "tbcMain";
  75. this.tbcMain.SelectedIndex = 0;
  76. this.tbcMain.Size = new System.Drawing.Size(800, 525);
  77. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  78. this.tbcMain.TabIndex = 0;
  79. this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged);
  80. //
  81. // tabRequests
  82. //
  83. this.tabRequests.Controls.Add(this.panRequests);
  84. this.tabRequests.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.tabRequests.Location = new System.Drawing.Point(4, 34);
  86. this.tabRequests.Name = "tabRequests";
  87. this.tabRequests.Padding = new System.Windows.Forms.Padding(3);
  88. this.tabRequests.Size = new System.Drawing.Size(792, 487);
  89. this.tabRequests.TabIndex = 0;
  90. this.tabRequests.Text = "Requests";
  91. this.tabRequests.UseVisualStyleBackColor = true;
  92. //
  93. // panRequests
  94. //
  95. this.panRequests.Controls.Add(this.panRequestList);
  96. this.panRequests.Controls.Add(this.panRequestsTool);
  97. this.panRequests.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panRequests.Location = new System.Drawing.Point(3, 3);
  99. this.panRequests.Name = "panRequests";
  100. this.panRequests.Size = new System.Drawing.Size(786, 481);
  101. this.panRequests.TabIndex = 0;
  102. //
  103. // panRequestList
  104. //
  105. this.panRequestList.Controls.Add(this.dataGridView1);
  106. this.panRequestList.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.panRequestList.Location = new System.Drawing.Point(0, 55);
  108. this.panRequestList.Name = "panRequestList";
  109. this.panRequestList.Size = new System.Drawing.Size(786, 426);
  110. this.panRequestList.TabIndex = 1;
  111. //
  112. // dataGridView1
  113. //
  114. this.dataGridView1.AllowUserToAddRows = false;
  115. this.dataGridView1.AllowUserToDeleteRows = false;
  116. this.dataGridView1.AllowUserToOrderColumns = true;
  117. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  118. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  120. this.dataGridView1.Name = "dataGridView1";
  121. this.dataGridView1.ReadOnly = true;
  122. this.dataGridView1.RowTemplate.Height = 23;
  123. this.dataGridView1.Size = new System.Drawing.Size(786, 426);
  124. this.dataGridView1.TabIndex = 0;
  125. //
  126. // panRequestsTool
  127. //
  128. this.panRequestsTool.Controls.Add(this.cmbRequestAction);
  129. this.panRequestsTool.Controls.Add(this.label1);
  130. this.panRequestsTool.Controls.Add(this.btnSearchRequest);
  131. this.panRequestsTool.Controls.Add(this.txtSearchRequest);
  132. this.panRequestsTool.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.panRequestsTool.Location = new System.Drawing.Point(0, 0);
  134. this.panRequestsTool.Name = "panRequestsTool";
  135. this.panRequestsTool.Size = new System.Drawing.Size(786, 55);
  136. this.panRequestsTool.TabIndex = 0;
  137. //
  138. // cmbRequestAction
  139. //
  140. this.cmbRequestAction.FormattingEnabled = true;
  141. this.cmbRequestAction.Location = new System.Drawing.Point(594, 13);
  142. this.cmbRequestAction.Name = "cmbRequestAction";
  143. this.cmbRequestAction.Size = new System.Drawing.Size(175, 26);
  144. this.cmbRequestAction.TabIndex = 3;
  145. //
  146. // label1
  147. //
  148. this.label1.AutoSize = true;
  149. this.label1.Location = new System.Drawing.Point(541, 17);
  150. this.label1.Name = "label1";
  151. this.label1.Size = new System.Drawing.Size(47, 18);
  152. this.label1.TabIndex = 2;
  153. this.label1.Text = "Action";
  154. //
  155. // btnSearchRequest
  156. //
  157. this.btnSearchRequest.Location = new System.Drawing.Point(302, 13);
  158. this.btnSearchRequest.Name = "btnSearchRequest";
  159. this.btnSearchRequest.Size = new System.Drawing.Size(75, 26);
  160. this.btnSearchRequest.TabIndex = 1;
  161. this.btnSearchRequest.Text = "Search";
  162. this.btnSearchRequest.UseVisualStyleBackColor = true;
  163. //
  164. // txtSearchRequest
  165. //
  166. this.txtSearchRequest.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. this.txtSearchRequest.ForeColor = System.Drawing.SystemColors.GrayText;
  168. this.txtSearchRequest.Location = new System.Drawing.Point(16, 13);
  169. this.txtSearchRequest.Name = "txtSearchRequest";
  170. this.txtSearchRequest.Size = new System.Drawing.Size(279, 26);
  171. this.txtSearchRequest.TabIndex = 0;
  172. this.txtSearchRequest.Text = "Type in name of fund or requestor";
  173. //
  174. // tabData
  175. //
  176. this.tabData.Controls.Add(this.tbcData);
  177. this.tabData.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.tabData.Location = new System.Drawing.Point(4, 34);
  179. this.tabData.Name = "tabData";
  180. this.tabData.Padding = new System.Windows.Forms.Padding(3);
  181. this.tabData.Size = new System.Drawing.Size(792, 487);
  182. this.tabData.TabIndex = 1;
  183. this.tabData.Text = "Data";
  184. this.tabData.UseVisualStyleBackColor = true;
  185. //
  186. // tbcData
  187. //
  188. this.tbcData.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  189. this.tbcData.Controls.Add(this.tabFunds);
  190. this.tbcData.Controls.Add(this.tabPeople);
  191. this.tbcData.Controls.Add(this.tabCompany);
  192. this.tbcData.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.tbcData.ItemSize = new System.Drawing.Size(70, 23);
  194. this.tbcData.Location = new System.Drawing.Point(3, 3);
  195. this.tbcData.Multiline = true;
  196. this.tbcData.Name = "tbcData";
  197. this.tbcData.SelectedIndex = 0;
  198. this.tbcData.Size = new System.Drawing.Size(786, 481);
  199. this.tbcData.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  200. this.tbcData.TabIndex = 0;
  201. //
  202. // tabFunds
  203. //
  204. this.tabFunds.Controls.Add(this.panFundList);
  205. this.tabFunds.Controls.Add(this.panFundsTool);
  206. this.tabFunds.Location = new System.Drawing.Point(4, 4);
  207. this.tabFunds.Name = "tabFunds";
  208. this.tabFunds.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabFunds.Size = new System.Drawing.Size(778, 450);
  210. this.tabFunds.TabIndex = 0;
  211. this.tabFunds.Text = "Funds";
  212. this.tabFunds.UseVisualStyleBackColor = true;
  213. //
  214. // panFundList
  215. //
  216. this.panFundList.Controls.Add(this.grdFundList);
  217. this.panFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.panFundList.Location = new System.Drawing.Point(3, 64);
  219. this.panFundList.Name = "panFundList";
  220. this.panFundList.Size = new System.Drawing.Size(772, 383);
  221. this.panFundList.TabIndex = 1;
  222. //
  223. // grdFundList
  224. //
  225. this.grdFundList.AllowUserToAddRows = false;
  226. this.grdFundList.AllowUserToDeleteRows = false;
  227. this.grdFundList.AllowUserToOrderColumns = true;
  228. this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  229. this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  230. this.grdFundList.Location = new System.Drawing.Point(0, 0);
  231. this.grdFundList.Name = "grdFundList";
  232. this.grdFundList.ReadOnly = true;
  233. this.grdFundList.RowTemplate.Height = 23;
  234. this.grdFundList.Size = new System.Drawing.Size(772, 383);
  235. this.grdFundList.TabIndex = 0;
  236. this.grdFundList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellContentClick);
  237. //
  238. // panFundsTool
  239. //
  240. this.panFundsTool.Controls.Add(this.cmbFundCategory);
  241. this.panFundsTool.Controls.Add(this.label2);
  242. this.panFundsTool.Controls.Add(this.btnSearchFund);
  243. this.panFundsTool.Controls.Add(this.textBox1);
  244. this.panFundsTool.Dock = System.Windows.Forms.DockStyle.Top;
  245. this.panFundsTool.Location = new System.Drawing.Point(3, 3);
  246. this.panFundsTool.Name = "panFundsTool";
  247. this.panFundsTool.Size = new System.Drawing.Size(772, 61);
  248. this.panFundsTool.TabIndex = 0;
  249. //
  250. // cmbFundCategory
  251. //
  252. this.cmbFundCategory.FormattingEnabled = true;
  253. this.cmbFundCategory.Location = new System.Drawing.Point(562, 18);
  254. this.cmbFundCategory.Name = "cmbFundCategory";
  255. this.cmbFundCategory.Size = new System.Drawing.Size(196, 26);
  256. this.cmbFundCategory.TabIndex = 3;
  257. //
  258. // label2
  259. //
  260. this.label2.AutoSize = true;
  261. this.label2.Location = new System.Drawing.Point(493, 22);
  262. this.label2.Name = "label2";
  263. this.label2.Size = new System.Drawing.Size(63, 18);
  264. this.label2.TabIndex = 2;
  265. this.label2.Text = "Category";
  266. //
  267. // btnSearchFund
  268. //
  269. this.btnSearchFund.Location = new System.Drawing.Point(281, 18);
  270. this.btnSearchFund.Name = "btnSearchFund";
  271. this.btnSearchFund.Size = new System.Drawing.Size(75, 26);
  272. this.btnSearchFund.TabIndex = 1;
  273. this.btnSearchFund.Text = "Search";
  274. this.btnSearchFund.UseVisualStyleBackColor = true;
  275. //
  276. // textBox1
  277. //
  278. this.textBox1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  279. this.textBox1.ForeColor = System.Drawing.SystemColors.GrayText;
  280. this.textBox1.Location = new System.Drawing.Point(20, 18);
  281. this.textBox1.Name = "textBox1";
  282. this.textBox1.Size = new System.Drawing.Size(255, 26);
  283. this.textBox1.TabIndex = 0;
  284. this.textBox1.Text = "Type in fund name";
  285. //
  286. // tabPeople
  287. //
  288. this.tabPeople.Location = new System.Drawing.Point(4, 4);
  289. this.tabPeople.Name = "tabPeople";
  290. this.tabPeople.Padding = new System.Windows.Forms.Padding(3);
  291. this.tabPeople.Size = new System.Drawing.Size(778, 450);
  292. this.tabPeople.TabIndex = 1;
  293. this.tabPeople.Text = "People";
  294. this.tabPeople.UseVisualStyleBackColor = true;
  295. //
  296. // tabCompany
  297. //
  298. this.tabCompany.Location = new System.Drawing.Point(4, 4);
  299. this.tabCompany.Name = "tabCompany";
  300. this.tabCompany.Size = new System.Drawing.Size(778, 450);
  301. this.tabCompany.TabIndex = 2;
  302. this.tabCompany.Text = "Company";
  303. this.tabCompany.UseVisualStyleBackColor = true;
  304. //
  305. // tabSettings
  306. //
  307. this.tabSettings.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  308. this.tabSettings.Location = new System.Drawing.Point(4, 34);
  309. this.tabSettings.Name = "tabSettings";
  310. this.tabSettings.Size = new System.Drawing.Size(792, 487);
  311. this.tabSettings.TabIndex = 2;
  312. this.tabSettings.Text = "Settings";
  313. this.tabSettings.UseVisualStyleBackColor = true;
  314. //
  315. // frmMain
  316. //
  317. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  318. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  319. this.ClientSize = new System.Drawing.Size(800, 525);
  320. this.Controls.Add(this.tbcMain);
  321. this.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  322. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  323. this.Name = "frmMain";
  324. this.Text = "Fundit DDQ";
  325. this.tbcMain.ResumeLayout(false);
  326. this.tabRequests.ResumeLayout(false);
  327. this.panRequests.ResumeLayout(false);
  328. this.panRequestList.ResumeLayout(false);
  329. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  330. this.panRequestsTool.ResumeLayout(false);
  331. this.panRequestsTool.PerformLayout();
  332. this.tabData.ResumeLayout(false);
  333. this.tbcData.ResumeLayout(false);
  334. this.tabFunds.ResumeLayout(false);
  335. this.panFundList.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
  337. this.panFundsTool.ResumeLayout(false);
  338. this.panFundsTool.PerformLayout();
  339. this.ResumeLayout(false);
  340. }
  341. #endregion
  342. private System.Windows.Forms.TabControl tbcMain;
  343. private System.Windows.Forms.TabPage tabRequests;
  344. private System.Windows.Forms.TabPage tabData;
  345. private System.Windows.Forms.TabPage tabSettings;
  346. private System.Windows.Forms.Panel panRequests;
  347. private System.Windows.Forms.Panel panRequestList;
  348. private System.Windows.Forms.Panel panRequestsTool;
  349. private System.Windows.Forms.TextBox txtSearchRequest;
  350. private System.Windows.Forms.DataGridView dataGridView1;
  351. private System.Windows.Forms.ComboBox cmbRequestAction;
  352. private System.Windows.Forms.Label label1;
  353. private System.Windows.Forms.Button btnSearchRequest;
  354. private System.Windows.Forms.TabControl tbcData;
  355. private System.Windows.Forms.TabPage tabFunds;
  356. private System.Windows.Forms.TabPage tabPeople;
  357. private System.Windows.Forms.Panel panFundList;
  358. private System.Windows.Forms.Panel panFundsTool;
  359. private System.Windows.Forms.TextBox textBox1;
  360. private System.Windows.Forms.TabPage tabCompany;
  361. private System.Windows.Forms.DataGridView grdFundList;
  362. private System.Windows.Forms.ComboBox cmbFundCategory;
  363. private System.Windows.Forms.Label label2;
  364. private System.Windows.Forms.Button btnSearchFund;
  365. }
  366. }