MainForm.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace Pms.View
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.mainMenu = new System.Windows.Forms.MenuStrip();
  30. this.菜单 = new System.Windows.Forms.ToolStripMenuItem();
  31. this.panelDgvParent = new System.Windows.Forms.GroupBox();
  32. this.MainDisplayDGV = new System.Windows.Forms.DataGridView();
  33. this.TimerUpdate = new System.Windows.Forms.Timer(this.components);
  34. this.LbTime = new System.Windows.Forms.Label();
  35. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.颜色设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.全屏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.缩小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.mainMenu.SuspendLayout();
  41. this.panelDgvParent.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.MainDisplayDGV)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // mainMenu
  46. //
  47. this.mainMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  48. this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.菜单,
  50. this.设置ToolStripMenuItem});
  51. this.mainMenu.Location = new System.Drawing.Point(0, 0);
  52. this.mainMenu.Name = "mainMenu";
  53. this.mainMenu.Size = new System.Drawing.Size(861, 25);
  54. this.mainMenu.TabIndex = 0;
  55. this.mainMenu.Text = "menuStrip1";
  56. //
  57. // 菜单
  58. //
  59. this.菜单.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.缩小ToolStripMenuItem,
  61. this.全屏ToolStripMenuItem,
  62. this.退出ToolStripMenuItem});
  63. this.菜单.Name = "菜单";
  64. this.菜单.Size = new System.Drawing.Size(44, 21);
  65. this.菜单.Text = "菜单";
  66. //
  67. // panelDgvParent
  68. //
  69. this.panelDgvParent.BackColor = System.Drawing.Color.Transparent;
  70. this.panelDgvParent.Controls.Add(this.MainDisplayDGV);
  71. this.panelDgvParent.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.panelDgvParent.Font = new System.Drawing.Font("微软雅黑", 1.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.panelDgvParent.ForeColor = System.Drawing.Color.Red;
  74. this.panelDgvParent.Location = new System.Drawing.Point(0, 25);
  75. this.panelDgvParent.Name = "panelDgvParent";
  76. this.panelDgvParent.Size = new System.Drawing.Size(861, 465);
  77. this.panelDgvParent.TabIndex = 1;
  78. this.panelDgvParent.TabStop = false;
  79. //
  80. // MainDisplayDGV
  81. //
  82. this.MainDisplayDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  83. this.MainDisplayDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.MainDisplayDGV.Location = new System.Drawing.Point(3, 6);
  85. this.MainDisplayDGV.Name = "MainDisplayDGV";
  86. this.MainDisplayDGV.RowTemplate.Height = 23;
  87. this.MainDisplayDGV.Size = new System.Drawing.Size(855, 456);
  88. this.MainDisplayDGV.TabIndex = 0;
  89. //
  90. // TimerUpdate
  91. //
  92. this.TimerUpdate.Tick += new System.EventHandler(this.TimerUpdate_Tick);
  93. //
  94. // LbTime
  95. //
  96. this.LbTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  97. this.LbTime.AutoSize = true;
  98. this.LbTime.BackColor = System.Drawing.Color.Transparent;
  99. this.LbTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.LbTime.Location = new System.Drawing.Point(723, 5);
  101. this.LbTime.Name = "LbTime";
  102. this.LbTime.Size = new System.Drawing.Size(43, 17);
  103. this.LbTime.TabIndex = 2;
  104. this.LbTime.Text = "label1";
  105. //
  106. // 退出ToolStripMenuItem
  107. //
  108. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  109. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  110. this.退出ToolStripMenuItem.Text = "退出";
  111. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  112. //
  113. // 设置ToolStripMenuItem
  114. //
  115. this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  116. this.颜色设置ToolStripMenuItem});
  117. this.设置ToolStripMenuItem.Enabled = false;
  118. this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  119. this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  120. this.设置ToolStripMenuItem.Text = "设置";
  121. this.设置ToolStripMenuItem.Visible = false;
  122. //
  123. // 颜色设置ToolStripMenuItem
  124. //
  125. this.颜色设置ToolStripMenuItem.Name = "颜色设置ToolStripMenuItem";
  126. this.颜色设置ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  127. this.颜色设置ToolStripMenuItem.Text = "颜色设置";
  128. this.颜色设置ToolStripMenuItem.Click += new System.EventHandler(this.颜色设置ToolStripMenuItem_Click);
  129. //
  130. // 全屏ToolStripMenuItem
  131. //
  132. this.全屏ToolStripMenuItem.Name = "全屏ToolStripMenuItem";
  133. this.全屏ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  134. this.全屏ToolStripMenuItem.Text = "全屏";
  135. this.全屏ToolStripMenuItem.Click += new System.EventHandler(this.全屏ToolStripMenuItem_Click);
  136. //
  137. // 缩小ToolStripMenuItem
  138. //
  139. this.缩小ToolStripMenuItem.Name = "缩小ToolStripMenuItem";
  140. this.缩小ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  141. this.缩小ToolStripMenuItem.Text = "缩小";
  142. this.缩小ToolStripMenuItem.Click += new System.EventHandler(this.缩小ToolStripMenuItem_Click);
  143. //
  144. // MainForm
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.ClientSize = new System.Drawing.Size(861, 490);
  149. this.Controls.Add(this.LbTime);
  150. this.Controls.Add(this.panelDgvParent);
  151. this.Controls.Add(this.mainMenu);
  152. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  153. this.MainMenuStrip = this.mainMenu;
  154. this.MaximizeBox = false;
  155. this.MinimizeBox = false;
  156. this.Name = "MainForm";
  157. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  158. this.Text = "MainForm";
  159. this.Load += new System.EventHandler(this.MainForm_Load);
  160. this.mainMenu.ResumeLayout(false);
  161. this.mainMenu.PerformLayout();
  162. this.panelDgvParent.ResumeLayout(false);
  163. ((System.ComponentModel.ISupportInitialize)(this.MainDisplayDGV)).EndInit();
  164. this.ResumeLayout(false);
  165. this.PerformLayout();
  166. }
  167. #endregion
  168. private System.Windows.Forms.MenuStrip mainMenu;
  169. private System.Windows.Forms.ToolStripMenuItem 菜单;
  170. private System.Windows.Forms.GroupBox panelDgvParent;
  171. private System.Windows.Forms.DataGridView MainDisplayDGV;
  172. private System.Windows.Forms.Timer TimerUpdate;
  173. private System.Windows.Forms.Label LbTime;
  174. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  175. private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  176. private System.Windows.Forms.ToolStripMenuItem 颜色设置ToolStripMenuItem;
  177. private System.Windows.Forms.ToolStripMenuItem 全屏ToolStripMenuItem;
  178. private System.Windows.Forms.ToolStripMenuItem 缩小ToolStripMenuItem;
  179. }
  180. }