FormPreSale.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. 
  2. namespace DocManager
  3. {
  4. partial class FormPreSale
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.label8 = new System.Windows.Forms.Label();
  35. this.panel4 = new System.Windows.Forms.Panel();
  36. this.btn_refresh = new System.Windows.Forms.Button();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.tabControl1 = new System.Windows.Forms.TabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.btn_clear = new System.Windows.Forms.Button();
  41. this.btn_query = new System.Windows.Forms.Button();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.cb_prjid = new System.Windows.Forms.ComboBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.cb_prjname = new System.Windows.Forms.ComboBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.cb_contacts = new System.Windows.Forms.ComboBox();
  49. this.cb_type = new System.Windows.Forms.ComboBox();
  50. this.tabPage2 = new System.Windows.Forms.TabPage();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.cb_search = new System.Windows.Forms.ComboBox();
  54. this.cb_px = new System.Windows.Forms.ComboBox();
  55. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  56. this.tsl_querycout = new System.Windows.Forms.ToolStripStatusLabel();
  57. this.dgv_main = new System.Windows.Forms.DataGridView();
  58. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.项目路径 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.项目编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.项目名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.项目联系人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.当前价格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.第1次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.第2次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.第3次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.第4次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.第5次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.第6次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.第7次报价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  73. this.打开所在文件夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  74. this.panel2.SuspendLayout();
  75. this.panel4.SuspendLayout();
  76. this.panel1.SuspendLayout();
  77. this.tabControl1.SuspendLayout();
  78. this.tabPage1.SuspendLayout();
  79. this.tabPage2.SuspendLayout();
  80. this.statusStrip1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgv_main)).BeginInit();
  82. this.contextMenuStrip1.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // panel2
  86. //
  87. this.panel2.Controls.Add(this.label8);
  88. this.panel2.Controls.Add(this.panel4);
  89. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  90. this.panel2.Location = new System.Drawing.Point(0, 0);
  91. this.panel2.Name = "panel2";
  92. this.panel2.Size = new System.Drawing.Size(1362, 62);
  93. this.panel2.TabIndex = 9;
  94. //
  95. // label8
  96. //
  97. this.label8.AutoSize = true;
  98. this.label8.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label8.Location = new System.Drawing.Point(6, 14);
  100. this.label8.Name = "label8";
  101. this.label8.Size = new System.Drawing.Size(253, 29);
  102. this.label8.TabIndex = 8;
  103. this.label8.Text = "PreSale Manager";
  104. //
  105. // panel4
  106. //
  107. this.panel4.Controls.Add(this.btn_refresh);
  108. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  109. this.panel4.Location = new System.Drawing.Point(1036, 0);
  110. this.panel4.Name = "panel4";
  111. this.panel4.Size = new System.Drawing.Size(326, 62);
  112. this.panel4.TabIndex = 1;
  113. //
  114. // btn_refresh
  115. //
  116. this.btn_refresh.Location = new System.Drawing.Point(184, 12);
  117. this.btn_refresh.Name = "btn_refresh";
  118. this.btn_refresh.Size = new System.Drawing.Size(111, 39);
  119. this.btn_refresh.TabIndex = 1;
  120. this.btn_refresh.Text = "刷新";
  121. this.btn_refresh.UseVisualStyleBackColor = true;
  122. this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
  123. //
  124. // panel1
  125. //
  126. this.panel1.Controls.Add(this.tabControl1);
  127. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  128. this.panel1.Location = new System.Drawing.Point(0, 62);
  129. this.panel1.Name = "panel1";
  130. this.panel1.Size = new System.Drawing.Size(1362, 128);
  131. this.panel1.TabIndex = 10;
  132. //
  133. // tabControl1
  134. //
  135. this.tabControl1.Controls.Add(this.tabPage1);
  136. this.tabControl1.Controls.Add(this.tabPage2);
  137. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.tabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  140. this.tabControl1.Name = "tabControl1";
  141. this.tabControl1.SelectedIndex = 0;
  142. this.tabControl1.Size = new System.Drawing.Size(1362, 128);
  143. this.tabControl1.TabIndex = 7;
  144. //
  145. // tabPage1
  146. //
  147. this.tabPage1.Controls.Add(this.btn_clear);
  148. this.tabPage1.Controls.Add(this.btn_query);
  149. this.tabPage1.Controls.Add(this.label7);
  150. this.tabPage1.Controls.Add(this.cb_prjid);
  151. this.tabPage1.Controls.Add(this.label5);
  152. this.tabPage1.Controls.Add(this.cb_prjname);
  153. this.tabPage1.Controls.Add(this.label4);
  154. this.tabPage1.Controls.Add(this.label3);
  155. this.tabPage1.Controls.Add(this.cb_contacts);
  156. this.tabPage1.Controls.Add(this.cb_type);
  157. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  158. this.tabPage1.Name = "tabPage1";
  159. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  160. this.tabPage1.Size = new System.Drawing.Size(1354, 98);
  161. this.tabPage1.TabIndex = 0;
  162. this.tabPage1.Text = "查询条件";
  163. this.tabPage1.UseVisualStyleBackColor = true;
  164. //
  165. // btn_clear
  166. //
  167. this.btn_clear.Location = new System.Drawing.Point(1216, 39);
  168. this.btn_clear.Name = "btn_clear";
  169. this.btn_clear.Size = new System.Drawing.Size(111, 39);
  170. this.btn_clear.TabIndex = 15;
  171. this.btn_clear.Text = "清除条件";
  172. this.btn_clear.UseVisualStyleBackColor = true;
  173. this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
  174. //
  175. // btn_query
  176. //
  177. this.btn_query.Location = new System.Drawing.Point(1099, 39);
  178. this.btn_query.Name = "btn_query";
  179. this.btn_query.Size = new System.Drawing.Size(111, 39);
  180. this.btn_query.TabIndex = 7;
  181. this.btn_query.Text = "查询";
  182. this.btn_query.UseVisualStyleBackColor = true;
  183. this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
  184. //
  185. // label7
  186. //
  187. this.label7.AutoSize = true;
  188. this.label7.Location = new System.Drawing.Point(878, 24);
  189. this.label7.Name = "label7";
  190. this.label7.Size = new System.Drawing.Size(40, 16);
  191. this.label7.TabIndex = 14;
  192. this.label7.Text = "ID:";
  193. //
  194. // cb_prjid
  195. //
  196. this.cb_prjid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.cb_prjid.FormattingEnabled = true;
  198. this.cb_prjid.Location = new System.Drawing.Point(881, 54);
  199. this.cb_prjid.Name = "cb_prjid";
  200. this.cb_prjid.Size = new System.Drawing.Size(176, 24);
  201. this.cb_prjid.TabIndex = 13;
  202. //
  203. // label5
  204. //
  205. this.label5.AutoSize = true;
  206. this.label5.Location = new System.Drawing.Point(447, 24);
  207. this.label5.Name = "label5";
  208. this.label5.Size = new System.Drawing.Size(88, 16);
  209. this.label5.TabIndex = 10;
  210. this.label5.Text = "项目名称:";
  211. //
  212. // cb_prjname
  213. //
  214. this.cb_prjname.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.cb_prjname.FormattingEnabled = true;
  216. this.cb_prjname.Location = new System.Drawing.Point(450, 54);
  217. this.cb_prjname.Name = "cb_prjname";
  218. this.cb_prjname.Size = new System.Drawing.Size(366, 24);
  219. this.cb_prjname.TabIndex = 9;
  220. //
  221. // label4
  222. //
  223. this.label4.AutoSize = true;
  224. this.label4.Location = new System.Drawing.Point(262, 24);
  225. this.label4.Name = "label4";
  226. this.label4.Size = new System.Drawing.Size(104, 16);
  227. this.label4.TabIndex = 8;
  228. this.label4.Text = "项目联系人:";
  229. //
  230. // label3
  231. //
  232. this.label3.AutoSize = true;
  233. this.label3.Location = new System.Drawing.Point(6, 24);
  234. this.label3.Name = "label3";
  235. this.label3.Size = new System.Drawing.Size(56, 16);
  236. this.label3.TabIndex = 7;
  237. this.label3.Text = "类型:";
  238. //
  239. // cb_contacts
  240. //
  241. this.cb_contacts.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.cb_contacts.FormattingEnabled = true;
  243. this.cb_contacts.Location = new System.Drawing.Point(265, 54);
  244. this.cb_contacts.Name = "cb_contacts";
  245. this.cb_contacts.Size = new System.Drawing.Size(157, 24);
  246. this.cb_contacts.TabIndex = 3;
  247. //
  248. // cb_type
  249. //
  250. this.cb_type.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.cb_type.FormattingEnabled = true;
  252. this.cb_type.Location = new System.Drawing.Point(9, 54);
  253. this.cb_type.Name = "cb_type";
  254. this.cb_type.Size = new System.Drawing.Size(236, 24);
  255. this.cb_type.TabIndex = 2;
  256. //
  257. // tabPage2
  258. //
  259. this.tabPage2.Controls.Add(this.label2);
  260. this.tabPage2.Controls.Add(this.label1);
  261. this.tabPage2.Controls.Add(this.cb_search);
  262. this.tabPage2.Controls.Add(this.cb_px);
  263. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  264. this.tabPage2.Name = "tabPage2";
  265. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  266. this.tabPage2.Size = new System.Drawing.Size(1354, 98);
  267. this.tabPage2.TabIndex = 1;
  268. this.tabPage2.Text = "自定义查询";
  269. this.tabPage2.UseVisualStyleBackColor = true;
  270. //
  271. // label2
  272. //
  273. this.label2.AutoSize = true;
  274. this.label2.Location = new System.Drawing.Point(550, 21);
  275. this.label2.Name = "label2";
  276. this.label2.Size = new System.Drawing.Size(56, 16);
  277. this.label2.TabIndex = 7;
  278. this.label2.Text = "排序:";
  279. //
  280. // label1
  281. //
  282. this.label1.AutoSize = true;
  283. this.label1.Location = new System.Drawing.Point(8, 21);
  284. this.label1.Name = "label1";
  285. this.label1.Size = new System.Drawing.Size(56, 16);
  286. this.label1.TabIndex = 6;
  287. this.label1.Text = "条件:";
  288. //
  289. // cb_search
  290. //
  291. this.cb_search.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.cb_search.FormattingEnabled = true;
  293. this.cb_search.Location = new System.Drawing.Point(11, 53);
  294. this.cb_search.Name = "cb_search";
  295. this.cb_search.Size = new System.Drawing.Size(505, 24);
  296. this.cb_search.TabIndex = 1;
  297. this.cb_search.KeyUp += new System.Windows.Forms.KeyEventHandler(this.cb_search_KeyUp);
  298. //
  299. // cb_px
  300. //
  301. this.cb_px.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.cb_px.FormattingEnabled = true;
  303. this.cb_px.Items.AddRange(new object[] {
  304. "",
  305. "id desc",
  306. "id asc"});
  307. this.cb_px.Location = new System.Drawing.Point(553, 53);
  308. this.cb_px.Margin = new System.Windows.Forms.Padding(2);
  309. this.cb_px.Name = "cb_px";
  310. this.cb_px.Size = new System.Drawing.Size(149, 24);
  311. this.cb_px.TabIndex = 5;
  312. //
  313. // statusStrip1
  314. //
  315. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  316. this.tsl_querycout});
  317. this.statusStrip1.Location = new System.Drawing.Point(0, 620);
  318. this.statusStrip1.Name = "statusStrip1";
  319. this.statusStrip1.Size = new System.Drawing.Size(1362, 22);
  320. this.statusStrip1.TabIndex = 11;
  321. this.statusStrip1.Text = "statusStrip1";
  322. //
  323. // tsl_querycout
  324. //
  325. this.tsl_querycout.Name = "tsl_querycout";
  326. this.tsl_querycout.Size = new System.Drawing.Size(17, 17);
  327. this.tsl_querycout.Text = "...";
  328. //
  329. // dgv_main
  330. //
  331. this.dgv_main.AllowUserToAddRows = false;
  332. this.dgv_main.AllowUserToDeleteRows = false;
  333. this.dgv_main.AllowUserToOrderColumns = true;
  334. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  335. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  336. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  338. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  339. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  340. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  341. this.dgv_main.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  342. this.dgv_main.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  343. this.dgv_main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  344. this.ID,
  345. this.项目路径,
  346. this.类型,
  347. this.项目编号,
  348. this.项目名称,
  349. this.项目联系人,
  350. this.当前价格,
  351. this.第1次报价,
  352. this.第2次报价,
  353. this.第3次报价,
  354. this.第4次报价,
  355. this.第5次报价,
  356. this.第6次报价,
  357. this.第7次报价});
  358. this.dgv_main.ContextMenuStrip = this.contextMenuStrip1;
  359. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  360. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  361. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  363. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  364. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  365. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  366. this.dgv_main.DefaultCellStyle = dataGridViewCellStyle2;
  367. this.dgv_main.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.dgv_main.Location = new System.Drawing.Point(0, 190);
  369. this.dgv_main.Name = "dgv_main";
  370. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  371. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  372. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  374. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  375. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  376. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  377. this.dgv_main.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  378. this.dgv_main.RowTemplate.Height = 23;
  379. this.dgv_main.Size = new System.Drawing.Size(1362, 430);
  380. this.dgv_main.TabIndex = 12;
  381. //
  382. // ID
  383. //
  384. this.ID.HeaderText = "ID";
  385. this.ID.Name = "ID";
  386. this.ID.Width = 70;
  387. //
  388. // 项目路径
  389. //
  390. this.项目路径.HeaderText = "项目路径";
  391. this.项目路径.Name = "项目路径";
  392. this.项目路径.Width = 120;
  393. //
  394. // 类型
  395. //
  396. this.类型.HeaderText = "类型";
  397. this.类型.Name = "类型";
  398. this.类型.Width = 120;
  399. //
  400. // 项目编号
  401. //
  402. this.项目编号.HeaderText = "项目编号";
  403. this.项目编号.Name = "项目编号";
  404. //
  405. // 项目名称
  406. //
  407. this.项目名称.HeaderText = "项目名称";
  408. this.项目名称.Name = "项目名称";
  409. this.项目名称.Width = 250;
  410. //
  411. // 项目联系人
  412. //
  413. this.项目联系人.HeaderText = "项目联系人";
  414. this.项目联系人.Name = "项目联系人";
  415. this.项目联系人.Width = 150;
  416. //
  417. // 当前价格
  418. //
  419. this.当前价格.HeaderText = "当前价格";
  420. this.当前价格.Name = "当前价格";
  421. //
  422. // 第1次报价
  423. //
  424. this.第1次报价.HeaderText = "第1次报价";
  425. this.第1次报价.Name = "第1次报价";
  426. //
  427. // 第2次报价
  428. //
  429. this.第2次报价.HeaderText = "第2次报价";
  430. this.第2次报价.Name = "第2次报价";
  431. //
  432. // 第3次报价
  433. //
  434. this.第3次报价.HeaderText = "第3次报价";
  435. this.第3次报价.Name = "第3次报价";
  436. //
  437. // 第4次报价
  438. //
  439. this.第4次报价.HeaderText = "第4次报价";
  440. this.第4次报价.Name = "第4次报价";
  441. //
  442. // 第5次报价
  443. //
  444. this.第5次报价.HeaderText = "第5次报价";
  445. this.第5次报价.Name = "第5次报价";
  446. //
  447. // 第6次报价
  448. //
  449. this.第6次报价.HeaderText = "第6次报价";
  450. this.第6次报价.Name = "第6次报价";
  451. //
  452. // 第7次报价
  453. //
  454. this.第7次报价.HeaderText = "第7次报价";
  455. this.第7次报价.Name = "第7次报价";
  456. //
  457. // contextMenuStrip1
  458. //
  459. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  460. this.打开所在文件夹ToolStripMenuItem});
  461. this.contextMenuStrip1.Name = "contextMenuStrip1";
  462. this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48);
  463. //
  464. // 打开所在文件夹ToolStripMenuItem
  465. //
  466. this.打开所在文件夹ToolStripMenuItem.Name = "打开所在文件夹ToolStripMenuItem";
  467. this.打开所在文件夹ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  468. this.打开所在文件夹ToolStripMenuItem.Text = "打开所在文件夹";
  469. this.打开所在文件夹ToolStripMenuItem.Click += new System.EventHandler(this.打开所在文件夹ToolStripMenuItem_Click);
  470. //
  471. // FormPreSale
  472. //
  473. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  475. this.ClientSize = new System.Drawing.Size(1362, 642);
  476. this.Controls.Add(this.dgv_main);
  477. this.Controls.Add(this.statusStrip1);
  478. this.Controls.Add(this.panel1);
  479. this.Controls.Add(this.panel2);
  480. this.Name = "FormPreSale";
  481. this.Text = "FormPreSale";
  482. this.Load += new System.EventHandler(this.FormPreSale_Load);
  483. this.panel2.ResumeLayout(false);
  484. this.panel2.PerformLayout();
  485. this.panel4.ResumeLayout(false);
  486. this.panel1.ResumeLayout(false);
  487. this.tabControl1.ResumeLayout(false);
  488. this.tabPage1.ResumeLayout(false);
  489. this.tabPage1.PerformLayout();
  490. this.tabPage2.ResumeLayout(false);
  491. this.tabPage2.PerformLayout();
  492. this.statusStrip1.ResumeLayout(false);
  493. this.statusStrip1.PerformLayout();
  494. ((System.ComponentModel.ISupportInitialize)(this.dgv_main)).EndInit();
  495. this.contextMenuStrip1.ResumeLayout(false);
  496. this.ResumeLayout(false);
  497. this.PerformLayout();
  498. }
  499. #endregion
  500. private System.Windows.Forms.Panel panel2;
  501. private System.Windows.Forms.Label label8;
  502. private System.Windows.Forms.Panel panel4;
  503. private System.Windows.Forms.Panel panel1;
  504. private System.Windows.Forms.StatusStrip statusStrip1;
  505. private System.Windows.Forms.DataGridView dgv_main;
  506. private System.Windows.Forms.Button btn_refresh;
  507. private System.Windows.Forms.ToolStripStatusLabel tsl_querycout;
  508. private System.Windows.Forms.TabControl tabControl1;
  509. private System.Windows.Forms.TabPage tabPage1;
  510. private System.Windows.Forms.Button btn_clear;
  511. private System.Windows.Forms.Button btn_query;
  512. private System.Windows.Forms.Label label7;
  513. private System.Windows.Forms.ComboBox cb_prjid;
  514. private System.Windows.Forms.Label label5;
  515. private System.Windows.Forms.ComboBox cb_prjname;
  516. private System.Windows.Forms.Label label4;
  517. private System.Windows.Forms.Label label3;
  518. private System.Windows.Forms.ComboBox cb_contacts;
  519. private System.Windows.Forms.ComboBox cb_type;
  520. private System.Windows.Forms.TabPage tabPage2;
  521. private System.Windows.Forms.Label label2;
  522. private System.Windows.Forms.Label label1;
  523. private System.Windows.Forms.ComboBox cb_search;
  524. private System.Windows.Forms.ComboBox cb_px;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn 项目路径;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn 项目编号;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn 项目名称;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn 项目联系人;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn 当前价格;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn 第1次报价;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn 第2次报价;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn 第3次报价;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn 第4次报价;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn 第5次报价;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn 第6次报价;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn 第7次报价;
  539. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  540. private System.Windows.Forms.ToolStripMenuItem 打开所在文件夹ToolStripMenuItem;
  541. }
  542. }