Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. 
  2. namespace LisPacsDataUpload
  3. {
  4. partial class Form1
  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(Form1));
  31. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.close = new System.Windows.Forms.ToolStripMenuItem();
  34. this.open = new System.Windows.Forms.ToolStripMenuItem();
  35. this.checkBox1 = new System.Windows.Forms.CheckBox();
  36. this.checkBox2 = new System.Windows.Forms.CheckBox();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label_lis = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.lis_count = new System.Windows.Forms.Label();
  45. this.label_pacs = new System.Windows.Forms.Label();
  46. this.pacs_count = new System.Windows.Forms.Label();
  47. this.contextMenuStrip1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // notifyIcon1
  51. //
  52. this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
  53. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  54. this.notifyIcon1.Text = "检查检验数据上传";
  55. this.notifyIcon1.Visible = true;
  56. //
  57. // contextMenuStrip1
  58. //
  59. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  60. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.close,
  62. this.open});
  63. this.contextMenuStrip1.Name = "contextMenuStrip1";
  64. this.contextMenuStrip1.Size = new System.Drawing.Size(154, 52);
  65. //
  66. // close
  67. //
  68. this.close.Name = "close";
  69. this.close.Size = new System.Drawing.Size(153, 24);
  70. this.close.Text = "退出";
  71. this.close.Click += new System.EventHandler(this.close_click);
  72. //
  73. // open
  74. //
  75. this.open.Name = "open";
  76. this.open.Size = new System.Drawing.Size(153, 24);
  77. this.open.Text = "打开主界面";
  78. this.open.Click += new System.EventHandler(this.open_click);
  79. //
  80. // checkBox1
  81. //
  82. this.checkBox1.AutoSize = true;
  83. this.checkBox1.Checked = true;
  84. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  85. this.checkBox1.Location = new System.Drawing.Point(24, 21);
  86. this.checkBox1.Name = "checkBox1";
  87. this.checkBox1.Size = new System.Drawing.Size(89, 19);
  88. this.checkBox1.TabIndex = 1;
  89. this.checkBox1.Text = "是否互认";
  90. this.checkBox1.UseVisualStyleBackColor = true;
  91. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_Click);
  92. //
  93. // checkBox2
  94. //
  95. this.checkBox2.AutoSize = true;
  96. this.checkBox2.Location = new System.Drawing.Point(159, 22);
  97. this.checkBox2.Name = "checkBox2";
  98. this.checkBox2.Size = new System.Drawing.Size(89, 19);
  99. this.checkBox2.TabIndex = 2;
  100. this.checkBox2.Text = "开机启动";
  101. this.checkBox2.UseVisualStyleBackColor = true;
  102. this.checkBox2.Click += new System.EventHandler(this.checkBox2_CheckedChanged);
  103. //
  104. // textBox1
  105. //
  106. this.textBox1.ForeColor = System.Drawing.Color.Red;
  107. this.textBox1.Location = new System.Drawing.Point(27, 131);
  108. this.textBox1.Multiline = true;
  109. this.textBox1.Name = "textBox1";
  110. this.textBox1.Size = new System.Drawing.Size(743, 269);
  111. this.textBox1.TabIndex = 3;
  112. //
  113. // label1
  114. //
  115. this.label1.AutoSize = true;
  116. this.label1.Location = new System.Drawing.Point(24, 99);
  117. this.label1.Name = "label1";
  118. this.label1.Size = new System.Drawing.Size(82, 15);
  119. this.label1.TabIndex = 4;
  120. this.label1.Text = "运行日志:";
  121. //
  122. // label2
  123. //
  124. this.label2.AutoSize = true;
  125. this.label2.Location = new System.Drawing.Point(24, 62);
  126. this.label2.Name = "label2";
  127. this.label2.Size = new System.Drawing.Size(99, 15);
  128. this.label2.TabIndex = 5;
  129. this.label2.Text = "LIS等待上传:";
  130. //
  131. // label_lis
  132. //
  133. this.label_lis.AutoSize = true;
  134. this.label_lis.ForeColor = System.Drawing.Color.Red;
  135. this.label_lis.Location = new System.Drawing.Point(129, 62);
  136. this.label_lis.Name = "label_lis";
  137. this.label_lis.Size = new System.Drawing.Size(30, 15);
  138. this.label_lis.TabIndex = 6;
  139. this.label_lis.Text = "0条";
  140. //
  141. // label4
  142. //
  143. this.label4.AutoSize = true;
  144. this.label4.Location = new System.Drawing.Point(207, 62);
  145. this.label4.Name = "label4";
  146. this.label4.Size = new System.Drawing.Size(114, 15);
  147. this.label4.TabIndex = 7;
  148. this.label4.Text = "今日LIS已上传:";
  149. //
  150. // label5
  151. //
  152. this.label5.AutoSize = true;
  153. this.label5.Location = new System.Drawing.Point(405, 62);
  154. this.label5.Name = "label5";
  155. this.label5.Size = new System.Drawing.Size(107, 15);
  156. this.label5.TabIndex = 5;
  157. this.label5.Text = "PACS等待上传:";
  158. //
  159. // label6
  160. //
  161. this.label6.AutoSize = true;
  162. this.label6.Location = new System.Drawing.Point(596, 62);
  163. this.label6.Name = "label6";
  164. this.label6.Size = new System.Drawing.Size(122, 15);
  165. this.label6.TabIndex = 7;
  166. this.label6.Text = "今日PACS已上传:";
  167. //
  168. // lis_count
  169. //
  170. this.lis_count.AutoSize = true;
  171. this.lis_count.ForeColor = System.Drawing.Color.Red;
  172. this.lis_count.Location = new System.Drawing.Point(327, 62);
  173. this.lis_count.Name = "lis_count";
  174. this.lis_count.Size = new System.Drawing.Size(30, 15);
  175. this.lis_count.TabIndex = 6;
  176. this.lis_count.Text = "0条";
  177. //
  178. // label_pacs
  179. //
  180. this.label_pacs.AutoSize = true;
  181. this.label_pacs.ForeColor = System.Drawing.Color.Red;
  182. this.label_pacs.Location = new System.Drawing.Point(518, 62);
  183. this.label_pacs.Name = "label_pacs";
  184. this.label_pacs.Size = new System.Drawing.Size(30, 15);
  185. this.label_pacs.TabIndex = 6;
  186. this.label_pacs.Text = "0条";
  187. //
  188. // pacs_count
  189. //
  190. this.pacs_count.AutoSize = true;
  191. this.pacs_count.ForeColor = System.Drawing.Color.Red;
  192. this.pacs_count.Location = new System.Drawing.Point(724, 62);
  193. this.pacs_count.Name = "pacs_count";
  194. this.pacs_count.Size = new System.Drawing.Size(30, 15);
  195. this.pacs_count.TabIndex = 6;
  196. this.pacs_count.Text = "0条";
  197. //
  198. // Form1
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(800, 427);
  203. this.Controls.Add(this.label6);
  204. this.Controls.Add(this.label4);
  205. this.Controls.Add(this.pacs_count);
  206. this.Controls.Add(this.label_pacs);
  207. this.Controls.Add(this.lis_count);
  208. this.Controls.Add(this.label_lis);
  209. this.Controls.Add(this.label5);
  210. this.Controls.Add(this.label2);
  211. this.Controls.Add(this.label1);
  212. this.Controls.Add(this.textBox1);
  213. this.Controls.Add(this.checkBox2);
  214. this.Controls.Add(this.checkBox1);
  215. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  216. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  217. this.MaximizeBox = false;
  218. this.Name = "Form1";
  219. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  220. this.Text = "检查检验互认上传";
  221. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  222. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  223. this.Load += new System.EventHandler(this.Form1_Load);
  224. this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
  225. this.contextMenuStrip1.ResumeLayout(false);
  226. this.ResumeLayout(false);
  227. this.PerformLayout();
  228. }
  229. #endregion
  230. private System.Windows.Forms.NotifyIcon notifyIcon1;
  231. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  232. private System.Windows.Forms.ToolStripMenuItem close;
  233. private System.Windows.Forms.CheckBox checkBox1;
  234. private System.Windows.Forms.CheckBox checkBox2;
  235. private System.Windows.Forms.TextBox textBox1;
  236. private System.Windows.Forms.ToolStripMenuItem open;
  237. private System.Windows.Forms.Label label1;
  238. private System.Windows.Forms.Label label2;
  239. private System.Windows.Forms.Label label_lis;
  240. private System.Windows.Forms.Label label4;
  241. private System.Windows.Forms.Label label5;
  242. private System.Windows.Forms.Label label6;
  243. private System.Windows.Forms.Label lis_count;
  244. private System.Windows.Forms.Label label_pacs;
  245. private System.Windows.Forms.Label pacs_count;
  246. }
  247. }