ChineseStandardABCDDS.designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. namespace OTSIncAReportGB
  2. {
  3. partial class ChineseStandardABCDDS
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChineseStandardABCDDS));
  30. this.Gview_gzA = new System.Windows.Forms.DataGridView();
  31. this.contextMenuStrip_A = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  36. this.Gview_gzB = new System.Windows.Forms.DataGridView();
  37. this.contextMenuStrip_B = new System.Windows.Forms.ContextMenuStrip(this.components);
  38. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
  42. this.Gview_gzC = new System.Windows.Forms.DataGridView();
  43. this.contextMenuStrip_C = new System.Windows.Forms.ContextMenuStrip(this.components);
  44. this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
  46. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  47. this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
  48. this.Gview_gzD = new System.Windows.Forms.DataGridView();
  49. this.contextMenuStrip_D = new System.Windows.Forms.ContextMenuStrip(this.components);
  50. this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
  51. this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
  52. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  53. this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
  54. this.Gview_gzDS = new System.Windows.Forms.DataGridView();
  55. this.contextMenuStrip_DS = new System.Windows.Forms.ContextMenuStrip(this.components);
  56. this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
  57. this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
  58. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  59. this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.label2 = new System.Windows.Forms.Label();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.label4 = new System.Windows.Forms.Label();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.panel1 = new System.Windows.Forms.Panel();
  66. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  67. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzA)).BeginInit();
  68. this.contextMenuStrip_A.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzB)).BeginInit();
  70. this.contextMenuStrip_B.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzC)).BeginInit();
  72. this.contextMenuStrip_C.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzD)).BeginInit();
  74. this.contextMenuStrip_D.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzDS)).BeginInit();
  76. this.contextMenuStrip_DS.SuspendLayout();
  77. this.panel1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // Gview_gzA
  82. //
  83. this.Gview_gzA.AllowUserToAddRows = false;
  84. this.Gview_gzA.AllowUserToDeleteRows = false;
  85. this.Gview_gzA.AllowUserToResizeRows = false;
  86. this.Gview_gzA.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  87. this.Gview_gzA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  88. this.Gview_gzA.ContextMenuStrip = this.contextMenuStrip_A;
  89. this.Gview_gzA.Location = new System.Drawing.Point(53, 16);
  90. this.Gview_gzA.Margin = new System.Windows.Forms.Padding(2);
  91. this.Gview_gzA.Name = "Gview_gzA";
  92. this.Gview_gzA.ReadOnly = true;
  93. this.Gview_gzA.RowHeadersVisible = false;
  94. this.Gview_gzA.RowHeadersWidth = 40;
  95. this.Gview_gzA.RowTemplate.Height = 30;
  96. this.Gview_gzA.Size = new System.Drawing.Size(874, 137);
  97. this.Gview_gzA.TabIndex = 1;
  98. //
  99. // contextMenuStrip_A
  100. //
  101. this.contextMenuStrip_A.ImageScalingSize = new System.Drawing.Size(24, 24);
  102. this.contextMenuStrip_A.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.ToolStripMenuItem1,
  104. this.ToolStripMenuItem2,
  105. this.toolStripSeparator1,
  106. this.ToolStripMenuItem3});
  107. this.contextMenuStrip_A.Name = "contextMenuStrip1";
  108. this.contextMenuStrip_A.Size = new System.Drawing.Size(161, 76);
  109. //
  110. // ToolStripMenuItem1
  111. //
  112. this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
  113. this.ToolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
  114. this.ToolStripMenuItem1.Text = "复制整个表";
  115. this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
  116. //
  117. // ToolStripMenuItem2
  118. //
  119. this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
  120. this.ToolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
  121. this.ToolStripMenuItem2.Text = "复制选择区域";
  122. this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
  123. //
  124. // toolStripSeparator1
  125. //
  126. this.toolStripSeparator1.Name = "toolStripSeparator1";
  127. this.toolStripSeparator1.Size = new System.Drawing.Size(157, 6);
  128. //
  129. // ToolStripMenuItem3
  130. //
  131. this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
  132. this.ToolStripMenuItem3.Size = new System.Drawing.Size(160, 22);
  133. this.ToolStripMenuItem3.Text = "恢复至初始状态";
  134. //
  135. // Gview_gzB
  136. //
  137. this.Gview_gzB.AllowUserToAddRows = false;
  138. this.Gview_gzB.AllowUserToDeleteRows = false;
  139. this.Gview_gzB.AllowUserToResizeRows = false;
  140. this.Gview_gzB.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  141. this.Gview_gzB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  142. this.Gview_gzB.ContextMenuStrip = this.contextMenuStrip_B;
  143. this.Gview_gzB.Location = new System.Drawing.Point(53, 173);
  144. this.Gview_gzB.Margin = new System.Windows.Forms.Padding(2);
  145. this.Gview_gzB.Name = "Gview_gzB";
  146. this.Gview_gzB.ReadOnly = true;
  147. this.Gview_gzB.RowHeadersVisible = false;
  148. this.Gview_gzB.RowHeadersWidth = 40;
  149. this.Gview_gzB.RowTemplate.Height = 30;
  150. this.Gview_gzB.Size = new System.Drawing.Size(874, 137);
  151. this.Gview_gzB.TabIndex = 2;
  152. //
  153. // contextMenuStrip_B
  154. //
  155. this.contextMenuStrip_B.ImageScalingSize = new System.Drawing.Size(24, 24);
  156. this.contextMenuStrip_B.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  157. this.toolStripMenuItem4,
  158. this.toolStripMenuItem5,
  159. this.toolStripSeparator2,
  160. this.toolStripMenuItem6});
  161. this.contextMenuStrip_B.Name = "contextMenuStrip1";
  162. this.contextMenuStrip_B.Size = new System.Drawing.Size(161, 76);
  163. //
  164. // toolStripMenuItem4
  165. //
  166. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  167. this.toolStripMenuItem4.Size = new System.Drawing.Size(160, 22);
  168. this.toolStripMenuItem4.Text = "复制整个表";
  169. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  170. //
  171. // toolStripMenuItem5
  172. //
  173. this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  174. this.toolStripMenuItem5.Size = new System.Drawing.Size(160, 22);
  175. this.toolStripMenuItem5.Text = "复制选择区域";
  176. this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
  177. //
  178. // toolStripSeparator2
  179. //
  180. this.toolStripSeparator2.Name = "toolStripSeparator2";
  181. this.toolStripSeparator2.Size = new System.Drawing.Size(157, 6);
  182. //
  183. // toolStripMenuItem6
  184. //
  185. this.toolStripMenuItem6.Name = "toolStripMenuItem6";
  186. this.toolStripMenuItem6.Size = new System.Drawing.Size(160, 22);
  187. this.toolStripMenuItem6.Text = "恢复至初始状态";
  188. //
  189. // Gview_gzC
  190. //
  191. this.Gview_gzC.AllowUserToAddRows = false;
  192. this.Gview_gzC.AllowUserToDeleteRows = false;
  193. this.Gview_gzC.AllowUserToResizeRows = false;
  194. this.Gview_gzC.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  195. this.Gview_gzC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  196. this.Gview_gzC.ContextMenuStrip = this.contextMenuStrip_C;
  197. this.Gview_gzC.Location = new System.Drawing.Point(53, 330);
  198. this.Gview_gzC.Margin = new System.Windows.Forms.Padding(2);
  199. this.Gview_gzC.Name = "Gview_gzC";
  200. this.Gview_gzC.ReadOnly = true;
  201. this.Gview_gzC.RowHeadersVisible = false;
  202. this.Gview_gzC.RowHeadersWidth = 40;
  203. this.Gview_gzC.RowTemplate.Height = 30;
  204. this.Gview_gzC.Size = new System.Drawing.Size(874, 137);
  205. this.Gview_gzC.TabIndex = 3;
  206. //
  207. // contextMenuStrip_C
  208. //
  209. this.contextMenuStrip_C.ImageScalingSize = new System.Drawing.Size(24, 24);
  210. this.contextMenuStrip_C.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  211. this.toolStripMenuItem7,
  212. this.toolStripMenuItem8,
  213. this.toolStripSeparator3,
  214. this.toolStripMenuItem9});
  215. this.contextMenuStrip_C.Name = "contextMenuStrip1";
  216. this.contextMenuStrip_C.Size = new System.Drawing.Size(161, 76);
  217. //
  218. // toolStripMenuItem7
  219. //
  220. this.toolStripMenuItem7.Name = "toolStripMenuItem7";
  221. this.toolStripMenuItem7.Size = new System.Drawing.Size(160, 22);
  222. this.toolStripMenuItem7.Text = "复制整个表";
  223. this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
  224. //
  225. // toolStripMenuItem8
  226. //
  227. this.toolStripMenuItem8.Name = "toolStripMenuItem8";
  228. this.toolStripMenuItem8.Size = new System.Drawing.Size(160, 22);
  229. this.toolStripMenuItem8.Text = "复制选择区域";
  230. this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
  231. //
  232. // toolStripSeparator3
  233. //
  234. this.toolStripSeparator3.Name = "toolStripSeparator3";
  235. this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6);
  236. //
  237. // toolStripMenuItem9
  238. //
  239. this.toolStripMenuItem9.Name = "toolStripMenuItem9";
  240. this.toolStripMenuItem9.Size = new System.Drawing.Size(160, 22);
  241. this.toolStripMenuItem9.Text = "恢复至初始状态";
  242. //
  243. // Gview_gzD
  244. //
  245. this.Gview_gzD.AllowUserToAddRows = false;
  246. this.Gview_gzD.AllowUserToDeleteRows = false;
  247. this.Gview_gzD.AllowUserToResizeRows = false;
  248. this.Gview_gzD.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  249. this.Gview_gzD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  250. this.Gview_gzD.ContextMenuStrip = this.contextMenuStrip_D;
  251. this.Gview_gzD.Location = new System.Drawing.Point(53, 487);
  252. this.Gview_gzD.Margin = new System.Windows.Forms.Padding(2);
  253. this.Gview_gzD.Name = "Gview_gzD";
  254. this.Gview_gzD.ReadOnly = true;
  255. this.Gview_gzD.RowHeadersVisible = false;
  256. this.Gview_gzD.RowHeadersWidth = 40;
  257. this.Gview_gzD.RowTemplate.Height = 30;
  258. this.Gview_gzD.Size = new System.Drawing.Size(874, 137);
  259. this.Gview_gzD.TabIndex = 4;
  260. //
  261. // contextMenuStrip_D
  262. //
  263. this.contextMenuStrip_D.ImageScalingSize = new System.Drawing.Size(24, 24);
  264. this.contextMenuStrip_D.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  265. this.toolStripMenuItem10,
  266. this.toolStripMenuItem11,
  267. this.toolStripSeparator4,
  268. this.toolStripMenuItem12});
  269. this.contextMenuStrip_D.Name = "contextMenuStrip1";
  270. this.contextMenuStrip_D.Size = new System.Drawing.Size(161, 76);
  271. //
  272. // toolStripMenuItem10
  273. //
  274. this.toolStripMenuItem10.Name = "toolStripMenuItem10";
  275. this.toolStripMenuItem10.Size = new System.Drawing.Size(160, 22);
  276. this.toolStripMenuItem10.Text = "复制整个表";
  277. this.toolStripMenuItem10.Click += new System.EventHandler(this.toolStripMenuItem10_Click);
  278. //
  279. // toolStripMenuItem11
  280. //
  281. this.toolStripMenuItem11.Name = "toolStripMenuItem11";
  282. this.toolStripMenuItem11.Size = new System.Drawing.Size(160, 22);
  283. this.toolStripMenuItem11.Text = "复制选择区域";
  284. this.toolStripMenuItem11.Click += new System.EventHandler(this.toolStripMenuItem11_Click);
  285. //
  286. // toolStripSeparator4
  287. //
  288. this.toolStripSeparator4.Name = "toolStripSeparator4";
  289. this.toolStripSeparator4.Size = new System.Drawing.Size(157, 6);
  290. //
  291. // toolStripMenuItem12
  292. //
  293. this.toolStripMenuItem12.Name = "toolStripMenuItem12";
  294. this.toolStripMenuItem12.Size = new System.Drawing.Size(160, 22);
  295. this.toolStripMenuItem12.Text = "恢复至初始状态";
  296. //
  297. // Gview_gzDS
  298. //
  299. this.Gview_gzDS.AllowUserToAddRows = false;
  300. this.Gview_gzDS.AllowUserToDeleteRows = false;
  301. this.Gview_gzDS.AllowUserToResizeRows = false;
  302. this.Gview_gzDS.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  303. this.Gview_gzDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  304. this.Gview_gzDS.ContextMenuStrip = this.contextMenuStrip_DS;
  305. this.Gview_gzDS.Location = new System.Drawing.Point(53, 653);
  306. this.Gview_gzDS.Margin = new System.Windows.Forms.Padding(2);
  307. this.Gview_gzDS.Name = "Gview_gzDS";
  308. this.Gview_gzDS.ReadOnly = true;
  309. this.Gview_gzDS.RowHeadersVisible = false;
  310. this.Gview_gzDS.RowHeadersWidth = 40;
  311. this.Gview_gzDS.RowTemplate.Height = 30;
  312. this.Gview_gzDS.Size = new System.Drawing.Size(874, 137);
  313. this.Gview_gzDS.TabIndex = 5;
  314. //
  315. // contextMenuStrip_DS
  316. //
  317. this.contextMenuStrip_DS.ImageScalingSize = new System.Drawing.Size(24, 24);
  318. this.contextMenuStrip_DS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  319. this.toolStripMenuItem13,
  320. this.toolStripMenuItem14,
  321. this.toolStripSeparator5,
  322. this.toolStripMenuItem15});
  323. this.contextMenuStrip_DS.Name = "contextMenuStrip1";
  324. this.contextMenuStrip_DS.Size = new System.Drawing.Size(161, 76);
  325. //
  326. // toolStripMenuItem13
  327. //
  328. this.toolStripMenuItem13.Name = "toolStripMenuItem13";
  329. this.toolStripMenuItem13.Size = new System.Drawing.Size(160, 22);
  330. this.toolStripMenuItem13.Text = "复制整个表";
  331. this.toolStripMenuItem13.Click += new System.EventHandler(this.toolStripMenuItem13_Click);
  332. //
  333. // toolStripMenuItem14
  334. //
  335. this.toolStripMenuItem14.Name = "toolStripMenuItem14";
  336. this.toolStripMenuItem14.Size = new System.Drawing.Size(160, 22);
  337. this.toolStripMenuItem14.Text = "复制选择区域";
  338. this.toolStripMenuItem14.Click += new System.EventHandler(this.toolStripMenuItem14_Click);
  339. //
  340. // toolStripSeparator5
  341. //
  342. this.toolStripSeparator5.Name = "toolStripSeparator5";
  343. this.toolStripSeparator5.Size = new System.Drawing.Size(157, 6);
  344. //
  345. // toolStripMenuItem15
  346. //
  347. this.toolStripMenuItem15.Name = "toolStripMenuItem15";
  348. this.toolStripMenuItem15.Size = new System.Drawing.Size(160, 22);
  349. this.toolStripMenuItem15.Text = "恢复至初始状态";
  350. //
  351. // label1
  352. //
  353. this.label1.AutoSize = true;
  354. this.label1.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  355. this.label1.Location = new System.Drawing.Point(4, 16);
  356. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  357. this.label1.Name = "label1";
  358. this.label1.Size = new System.Drawing.Size(36, 19);
  359. this.label1.TabIndex = 6;
  360. this.label1.Text = "A类";
  361. //
  362. // label2
  363. //
  364. this.label2.AutoSize = true;
  365. this.label2.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  366. this.label2.Location = new System.Drawing.Point(2, 173);
  367. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  368. this.label2.Name = "label2";
  369. this.label2.Size = new System.Drawing.Size(36, 19);
  370. this.label2.TabIndex = 6;
  371. this.label2.Text = "B类";
  372. //
  373. // label3
  374. //
  375. this.label3.AutoSize = true;
  376. this.label3.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  377. this.label3.Location = new System.Drawing.Point(3, 330);
  378. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  379. this.label3.Name = "label3";
  380. this.label3.Size = new System.Drawing.Size(36, 19);
  381. this.label3.TabIndex = 6;
  382. this.label3.Text = "C类";
  383. //
  384. // label4
  385. //
  386. this.label4.AutoSize = true;
  387. this.label4.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  388. this.label4.Location = new System.Drawing.Point(3, 487);
  389. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  390. this.label4.Name = "label4";
  391. this.label4.Size = new System.Drawing.Size(37, 19);
  392. this.label4.TabIndex = 6;
  393. this.label4.Text = "D类";
  394. //
  395. // label5
  396. //
  397. this.label5.AutoSize = true;
  398. this.label5.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  399. this.label5.Location = new System.Drawing.Point(2, 653);
  400. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  401. this.label5.Name = "label5";
  402. this.label5.Size = new System.Drawing.Size(47, 19);
  403. this.label5.TabIndex = 6;
  404. this.label5.Text = "DS类";
  405. //
  406. // panel1
  407. //
  408. this.panel1.AutoScroll = true;
  409. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  410. this.panel1.Controls.Add(this.pictureBox5);
  411. this.panel1.Controls.Add(this.Gview_gzD);
  412. this.panel1.Controls.Add(this.Gview_gzA);
  413. this.panel1.Controls.Add(this.Gview_gzB);
  414. this.panel1.Controls.Add(this.Gview_gzC);
  415. this.panel1.Controls.Add(this.Gview_gzDS);
  416. this.panel1.Controls.Add(this.label1);
  417. this.panel1.Controls.Add(this.label5);
  418. this.panel1.Controls.Add(this.label2);
  419. this.panel1.Controls.Add(this.label4);
  420. this.panel1.Controls.Add(this.label3);
  421. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.panel1.Location = new System.Drawing.Point(0, 0);
  423. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  424. this.panel1.Name = "panel1";
  425. this.panel1.Size = new System.Drawing.Size(1054, 825);
  426. this.panel1.TabIndex = 12;
  427. //
  428. // pictureBox5
  429. //
  430. this.pictureBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.BackgroundImage")));
  431. this.pictureBox5.Location = new System.Drawing.Point(1235, 774);
  432. this.pictureBox5.Name = "pictureBox5";
  433. this.pictureBox5.Size = new System.Drawing.Size(169, 31);
  434. this.pictureBox5.TabIndex = 11;
  435. this.pictureBox5.TabStop = false;
  436. //
  437. // ChineseStandardABCDDS
  438. //
  439. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  441. this.Controls.Add(this.panel1);
  442. this.Margin = new System.Windows.Forms.Padding(2);
  443. this.Name = "ChineseStandardABCDDS";
  444. this.Size = new System.Drawing.Size(1054, 825);
  445. this.Load += new System.EventHandler(this.ChineseStandardABCDDS_Load);
  446. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzA)).EndInit();
  447. this.contextMenuStrip_A.ResumeLayout(false);
  448. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzB)).EndInit();
  449. this.contextMenuStrip_B.ResumeLayout(false);
  450. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzC)).EndInit();
  451. this.contextMenuStrip_C.ResumeLayout(false);
  452. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzD)).EndInit();
  453. this.contextMenuStrip_D.ResumeLayout(false);
  454. ((System.ComponentModel.ISupportInitialize)(this.Gview_gzDS)).EndInit();
  455. this.contextMenuStrip_DS.ResumeLayout(false);
  456. this.panel1.ResumeLayout(false);
  457. this.panel1.PerformLayout();
  458. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  459. this.ResumeLayout(false);
  460. }
  461. #endregion
  462. public System.Windows.Forms.DataGridView Gview_gzA;
  463. public System.Windows.Forms.DataGridView Gview_gzB;
  464. public System.Windows.Forms.DataGridView Gview_gzC;
  465. public System.Windows.Forms.DataGridView Gview_gzD;
  466. public System.Windows.Forms.DataGridView Gview_gzDS;
  467. private System.Windows.Forms.Label label1;
  468. private System.Windows.Forms.Label label2;
  469. private System.Windows.Forms.Label label3;
  470. private System.Windows.Forms.Label label4;
  471. private System.Windows.Forms.Label label5;
  472. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_A;
  473. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
  474. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
  475. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  476. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
  477. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_B;
  478. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  479. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
  480. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  481. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
  482. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_C;
  483. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
  484. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
  485. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  486. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
  487. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_D;
  488. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
  489. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
  490. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  491. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
  492. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_DS;
  493. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
  494. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
  495. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  496. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
  497. private System.Windows.Forms.Panel panel1;
  498. private System.Windows.Forms.PictureBox pictureBox5;
  499. }
  500. }