FrmMain.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. //http://www.codesc.net
  2. namespace TimeSync
  3. {
  4. partial class FrmMain
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
  31. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.显示主窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.参数设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.服务器参数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.设置为自启动ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.取消自启动ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  44. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.groupBox1 = new System.Windows.Forms.GroupBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.textBox2 = new System.Windows.Forms.TextBox();
  53. this.textBox1 = new System.Windows.Forms.TextBox();
  54. this.btnGetNetTime = new System.Windows.Forms.Button();
  55. this.btnStartSet = new System.Windows.Forms.Button();
  56. this.groupBox2 = new System.Windows.Forms.GroupBox();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.textBox3 = new System.Windows.Forms.TextBox();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.comboBox1 = new System.Windows.Forms.ComboBox();
  62. this.timerLocal = new System.Windows.Forms.Timer(this.components);
  63. this.timerNet = new System.Windows.Forms.Timer(this.components);
  64. this.contextMenuStrip1.SuspendLayout();
  65. this.menuStrip1.SuspendLayout();
  66. this.statusStrip1.SuspendLayout();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // notifyIcon1
  72. //
  73. this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
  74. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  75. this.notifyIcon1.Text = "小飞时间同步";
  76. this.notifyIcon1.Visible = true;
  77. this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  78. //
  79. // contextMenuStrip1
  80. //
  81. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82. this.显示主窗体ToolStripMenuItem,
  83. this.退出ToolStripMenuItem});
  84. this.contextMenuStrip1.Name = "contextMenuStrip1";
  85. this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
  86. //
  87. // 显示主窗体ToolStripMenuItem
  88. //
  89. this.显示主窗体ToolStripMenuItem.Name = "显示主窗体ToolStripMenuItem";
  90. this.显示主窗体ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  91. this.显示主窗体ToolStripMenuItem.Text = "显示主窗体";
  92. this.显示主窗体ToolStripMenuItem.Click += new System.EventHandler(this.显示主窗体ToolStripMenuItem_Click);
  93. //
  94. // 退出ToolStripMenuItem
  95. //
  96. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  97. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  98. this.退出ToolStripMenuItem.Text = "退出";
  99. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  100. //
  101. // menuStrip1
  102. //
  103. this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  105. this.参数设置ToolStripMenuItem,
  106. this.系统设置ToolStripMenuItem,
  107. this.关于ToolStripMenuItem});
  108. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  109. this.menuStrip1.Name = "menuStrip1";
  110. this.menuStrip1.Size = new System.Drawing.Size(316, 28);
  111. this.menuStrip1.TabIndex = 0;
  112. this.menuStrip1.Text = "menuStrip1";
  113. //
  114. // 参数设置ToolStripMenuItem
  115. //
  116. this.参数设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.服务器参数ToolStripMenuItem,
  118. this.设置为自启动ToolStripMenuItem1,
  119. this.取消自启动ToolStripMenuItem1});
  120. this.参数设置ToolStripMenuItem.Name = "参数设置ToolStripMenuItem";
  121. this.参数设置ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
  122. this.参数设置ToolStripMenuItem.Text = "参数设置";
  123. //
  124. // 服务器参数ToolStripMenuItem
  125. //
  126. this.服务器参数ToolStripMenuItem.Name = "服务器参数ToolStripMenuItem";
  127. this.服务器参数ToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
  128. this.服务器参数ToolStripMenuItem.Text = "设置";
  129. this.服务器参数ToolStripMenuItem.Click += new System.EventHandler(this.服务器参数ToolStripMenuItem_Click);
  130. //
  131. // 设置为自启动ToolStripMenuItem1
  132. //
  133. this.设置为自启动ToolStripMenuItem1.Name = "设置为自启动ToolStripMenuItem1";
  134. this.设置为自启动ToolStripMenuItem1.Size = new System.Drawing.Size(162, 24);
  135. this.设置为自启动ToolStripMenuItem1.Text = "设置为自启动";
  136. this.设置为自启动ToolStripMenuItem1.Click += new System.EventHandler(this.设置为自启动ToolStripMenuItem1_Click);
  137. //
  138. // 取消自启动ToolStripMenuItem1
  139. //
  140. this.取消自启动ToolStripMenuItem1.Name = "取消自启动ToolStripMenuItem1";
  141. this.取消自启动ToolStripMenuItem1.Size = new System.Drawing.Size(162, 24);
  142. this.取消自启动ToolStripMenuItem1.Text = "取消自启动";
  143. this.取消自启动ToolStripMenuItem1.Click += new System.EventHandler(this.取消自启动ToolStripMenuItem1_Click);
  144. //
  145. // 系统设置ToolStripMenuItem
  146. //
  147. this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  148. this.退出系统ToolStripMenuItem});
  149. this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
  150. this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
  151. this.系统设置ToolStripMenuItem.Text = "系统设置";
  152. //
  153. // 退出系统ToolStripMenuItem
  154. //
  155. this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
  156. this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
  157. this.退出系统ToolStripMenuItem.Text = "退出系统";
  158. this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
  159. //
  160. // 关于ToolStripMenuItem
  161. //
  162. this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
  163. this.关于ToolStripMenuItem.Size = new System.Drawing.Size(49, 24);
  164. this.关于ToolStripMenuItem.Text = "关于";
  165. //
  166. // statusStrip1
  167. //
  168. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  169. this.toolStripStatusLabel1,
  170. this.toolStripStatusLabel2,
  171. this.toolStripStatusLabel3});
  172. this.statusStrip1.Location = new System.Drawing.Point(0, 379);
  173. this.statusStrip1.Name = "statusStrip1";
  174. this.statusStrip1.Size = new System.Drawing.Size(316, 22);
  175. this.statusStrip1.TabIndex = 2;
  176. this.statusStrip1.Text = "statusStrip1";
  177. //
  178. // toolStripStatusLabel1
  179. //
  180. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  181. this.toolStripStatusLabel1.Size = new System.Drawing.Size(68, 17);
  182. this.toolStripStatusLabel1.Text = "同步时间:";
  183. //
  184. // toolStripStatusLabel2
  185. //
  186. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  187. this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
  188. //
  189. // toolStripStatusLabel3
  190. //
  191. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  192. this.toolStripStatusLabel3.Size = new System.Drawing.Size(0, 17);
  193. //
  194. // groupBox1
  195. //
  196. this.groupBox1.Controls.Add(this.label5);
  197. this.groupBox1.Controls.Add(this.label2);
  198. this.groupBox1.Controls.Add(this.label1);
  199. this.groupBox1.Controls.Add(this.label4);
  200. this.groupBox1.Controls.Add(this.textBox2);
  201. this.groupBox1.Controls.Add(this.textBox1);
  202. this.groupBox1.Controls.Add(this.btnGetNetTime);
  203. this.groupBox1.Controls.Add(this.btnStartSet);
  204. this.groupBox1.Location = new System.Drawing.Point(0, 28);
  205. this.groupBox1.Name = "groupBox1";
  206. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  207. this.groupBox1.Size = new System.Drawing.Size(314, 189);
  208. this.groupBox1.TabIndex = 3;
  209. this.groupBox1.TabStop = false;
  210. //
  211. // label5
  212. //
  213. this.label5.AutoSize = true;
  214. this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.label5.Location = new System.Drawing.Point(97, 154);
  216. this.label5.Name = "label5";
  217. this.label5.Size = new System.Drawing.Size(32, 16);
  218. this.label5.TabIndex = 7;
  219. this.label5.Text = "00S";
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.label2.Location = new System.Drawing.Point(12, 63);
  226. this.label2.Name = "label2";
  227. this.label2.Size = new System.Drawing.Size(80, 16);
  228. this.label2.TabIndex = 5;
  229. this.label2.Text = "本机时间:";
  230. //
  231. // label1
  232. //
  233. this.label1.AutoSize = true;
  234. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.label1.Location = new System.Drawing.Point(12, 19);
  236. this.label1.Name = "label1";
  237. this.label1.Size = new System.Drawing.Size(80, 16);
  238. this.label1.TabIndex = 4;
  239. this.label1.Text = "网络时间:";
  240. //
  241. // label4
  242. //
  243. this.label4.AutoSize = true;
  244. this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.label4.Location = new System.Drawing.Point(37, 154);
  246. this.label4.Name = "label4";
  247. this.label4.Size = new System.Drawing.Size(64, 16);
  248. this.label4.TabIndex = 6;
  249. this.label4.Text = "时间差:";
  250. //
  251. // textBox2
  252. //
  253. this.textBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.textBox2.Location = new System.Drawing.Point(95, 56);
  255. this.textBox2.Multiline = true;
  256. this.textBox2.Name = "textBox2";
  257. this.textBox2.Size = new System.Drawing.Size(201, 29);
  258. this.textBox2.TabIndex = 3;
  259. //
  260. // textBox1
  261. //
  262. this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.textBox1.Location = new System.Drawing.Point(95, 13);
  264. this.textBox1.Multiline = true;
  265. this.textBox1.Name = "textBox1";
  266. this.textBox1.Size = new System.Drawing.Size(201, 29);
  267. this.textBox1.TabIndex = 2;
  268. //
  269. // btnGetNetTime
  270. //
  271. this.btnGetNetTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.btnGetNetTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.btnGetNetTime.ForeColor = System.Drawing.SystemColors.WindowText;
  274. this.btnGetNetTime.Location = new System.Drawing.Point(40, 110);
  275. this.btnGetNetTime.Margin = new System.Windows.Forms.Padding(1);
  276. this.btnGetNetTime.Name = "btnGetNetTime";
  277. this.btnGetNetTime.Size = new System.Drawing.Size(85, 30);
  278. this.btnGetNetTime.TabIndex = 0;
  279. this.btnGetNetTime.Text = "网络时间";
  280. this.btnGetNetTime.UseVisualStyleBackColor = true;
  281. this.btnGetNetTime.Click += new System.EventHandler(this.button1_Click);
  282. //
  283. // btnStartSet
  284. //
  285. this.btnStartSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  286. this.btnStartSet.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.btnStartSet.ForeColor = System.Drawing.SystemColors.WindowText;
  288. this.btnStartSet.Location = new System.Drawing.Point(184, 110);
  289. this.btnStartSet.Margin = new System.Windows.Forms.Padding(1);
  290. this.btnStartSet.Name = "btnStartSet";
  291. this.btnStartSet.Size = new System.Drawing.Size(85, 30);
  292. this.btnStartSet.TabIndex = 1;
  293. this.btnStartSet.Text = "开始校准";
  294. this.btnStartSet.UseVisualStyleBackColor = true;
  295. this.btnStartSet.Click += new System.EventHandler(this.btnStartSet_Click);
  296. //
  297. // groupBox2
  298. //
  299. this.groupBox2.Controls.Add(this.label7);
  300. this.groupBox2.Controls.Add(this.textBox3);
  301. this.groupBox2.Controls.Add(this.label6);
  302. this.groupBox2.Controls.Add(this.label3);
  303. this.groupBox2.Controls.Add(this.comboBox1);
  304. this.groupBox2.Location = new System.Drawing.Point(0, 233);
  305. this.groupBox2.Name = "groupBox2";
  306. this.groupBox2.Size = new System.Drawing.Size(314, 119);
  307. this.groupBox2.TabIndex = 4;
  308. this.groupBox2.TabStop = false;
  309. this.groupBox2.Text = "时间服务器";
  310. //
  311. // label7
  312. //
  313. this.label7.AutoSize = true;
  314. this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.label7.Location = new System.Drawing.Point(237, 71);
  316. this.label7.Name = "label7";
  317. this.label7.Size = new System.Drawing.Size(40, 16);
  318. this.label7.TabIndex = 8;
  319. this.label7.Text = "分钟";
  320. //
  321. // textBox3
  322. //
  323. this.textBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.textBox3.Location = new System.Drawing.Point(127, 67);
  325. this.textBox3.MaxLength = 2;
  326. this.textBox3.Multiline = true;
  327. this.textBox3.Name = "textBox3";
  328. this.textBox3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  329. this.textBox3.Size = new System.Drawing.Size(104, 31);
  330. this.textBox3.TabIndex = 8;
  331. //
  332. // label6
  333. //
  334. this.label6.AutoSize = true;
  335. this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.label6.Location = new System.Drawing.Point(10, 71);
  337. this.label6.Name = "label6";
  338. this.label6.Size = new System.Drawing.Size(112, 16);
  339. this.label6.TabIndex = 7;
  340. this.label6.Text = "同步间隔时间:";
  341. //
  342. // label3
  343. //
  344. this.label3.AutoSize = true;
  345. this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.label3.Location = new System.Drawing.Point(10, 26);
  347. this.label3.Name = "label3";
  348. this.label3.Size = new System.Drawing.Size(96, 16);
  349. this.label3.TabIndex = 6;
  350. this.label3.Text = "时间服务器:";
  351. //
  352. // comboBox1
  353. //
  354. this.comboBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.comboBox1.FormattingEnabled = true;
  356. this.comboBox1.Location = new System.Drawing.Point(112, 25);
  357. this.comboBox1.Name = "comboBox1";
  358. this.comboBox1.Size = new System.Drawing.Size(182, 24);
  359. this.comboBox1.TabIndex = 0;
  360. //
  361. // timerLocal
  362. //
  363. this.timerLocal.Interval = 1000;
  364. this.timerLocal.Tick += new System.EventHandler(this.timerLocal_Tick);
  365. //
  366. // timerNet
  367. //
  368. this.timerNet.Interval = 1000;
  369. this.timerNet.Tick += new System.EventHandler(this.timerNet_Tick);
  370. //
  371. // FrmMain
  372. //
  373. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  374. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  375. this.ClientSize = new System.Drawing.Size(316, 401);
  376. this.Controls.Add(this.groupBox2);
  377. this.Controls.Add(this.groupBox1);
  378. this.Controls.Add(this.statusStrip1);
  379. this.Controls.Add(this.menuStrip1);
  380. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  381. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  382. this.MainMenuStrip = this.menuStrip1;
  383. this.MaximizeBox = false;
  384. this.Name = "FrmMain";
  385. this.Text = "小飞时间同步";
  386. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
  387. this.SizeChanged += new System.EventHandler(this.FrmMain_SizeChanged);
  388. this.contextMenuStrip1.ResumeLayout(false);
  389. this.menuStrip1.ResumeLayout(false);
  390. this.menuStrip1.PerformLayout();
  391. this.statusStrip1.ResumeLayout(false);
  392. this.statusStrip1.PerformLayout();
  393. this.groupBox1.ResumeLayout(false);
  394. this.groupBox1.PerformLayout();
  395. this.groupBox2.ResumeLayout(false);
  396. this.groupBox2.PerformLayout();
  397. this.ResumeLayout(false);
  398. this.PerformLayout();
  399. }
  400. #endregion
  401. private System.Windows.Forms.NotifyIcon notifyIcon1;
  402. private System.Windows.Forms.MenuStrip menuStrip1;
  403. private System.Windows.Forms.ToolStripMenuItem 参数设置ToolStripMenuItem;
  404. private System.Windows.Forms.ToolStripMenuItem 服务器参数ToolStripMenuItem;
  405. private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem;
  406. private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
  407. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  408. private System.Windows.Forms.StatusStrip statusStrip1;
  409. private System.Windows.Forms.GroupBox groupBox1;
  410. private System.Windows.Forms.Button btnGetNetTime;
  411. private System.Windows.Forms.Button btnStartSet;
  412. private System.Windows.Forms.TextBox textBox2;
  413. private System.Windows.Forms.TextBox textBox1;
  414. private System.Windows.Forms.Label label2;
  415. private System.Windows.Forms.Label label1;
  416. private System.Windows.Forms.GroupBox groupBox2;
  417. private System.Windows.Forms.Label label3;
  418. private System.Windows.Forms.ComboBox comboBox1;
  419. private System.Windows.Forms.Label label4;
  420. private System.Windows.Forms.Label label5;
  421. private System.Windows.Forms.TextBox textBox3;
  422. private System.Windows.Forms.Label label6;
  423. private System.Windows.Forms.Label label7;
  424. private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem;
  425. private System.Windows.Forms.ToolStripMenuItem 显示主窗体ToolStripMenuItem;
  426. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  427. private System.Windows.Forms.Timer timerLocal;
  428. private System.Windows.Forms.Timer timerNet;
  429. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  430. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  431. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  432. private System.Windows.Forms.ToolStripMenuItem 设置为自启动ToolStripMenuItem1;
  433. private System.Windows.Forms.ToolStripMenuItem 取消自启动ToolStripMenuItem1;
  434. }
  435. }