DDQ.Designer.cs 19 KB

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