FeeUpload.designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class FeeUpload
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.pbDetail = new Sunny.UI.UIProcessBar();
  30. this.lbDetail = new Sunny.UI.UILabel();
  31. this.pbFee = new Sunny.UI.UIProcessBar();
  32. this.lbFee = new Sunny.UI.UILabel();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.btStop = new Sunny.UI.UIButton();
  35. this.btPause = new Sunny.UI.UIButton();
  36. this.btUpload = new Sunny.UI.UIButton();
  37. this.btExit = new Sunny.UI.UIButton();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.rtbRecord = new Sunny.UI.UIRichTextBox();
  40. this.bgWorker1 = new System.ComponentModel.BackgroundWorker();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. this.panel3.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.Controls.Add(this.pbDetail);
  49. this.panel1.Controls.Add(this.lbDetail);
  50. this.panel1.Controls.Add(this.pbFee);
  51. this.panel1.Controls.Add(this.lbFee);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(534, 131);
  56. this.panel1.TabIndex = 0;
  57. //
  58. // pbDetail
  59. //
  60. this.pbDetail.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  61. this.pbDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.pbDetail.Location = new System.Drawing.Point(0, 91);
  63. this.pbDetail.Maximum = 3;
  64. this.pbDetail.MinimumSize = new System.Drawing.Size(70, 3);
  65. this.pbDetail.Name = "pbDetail";
  66. this.pbDetail.Size = new System.Drawing.Size(534, 36);
  67. this.pbDetail.TabIndex = 3;
  68. this.pbDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  69. //
  70. // lbDetail
  71. //
  72. this.lbDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.lbDetail.Location = new System.Drawing.Point(-3, 65);
  74. this.lbDetail.Name = "lbDetail";
  75. this.lbDetail.Size = new System.Drawing.Size(534, 23);
  76. this.lbDetail.TabIndex = 2;
  77. this.lbDetail.Text = "当前明细进度";
  78. this.lbDetail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  79. this.lbDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  80. //
  81. // pbFee
  82. //
  83. this.pbFee.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  84. this.pbFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.pbFee.Location = new System.Drawing.Point(-3, 26);
  86. this.pbFee.MinimumSize = new System.Drawing.Size(70, 3);
  87. this.pbFee.Name = "pbFee";
  88. this.pbFee.Size = new System.Drawing.Size(534, 36);
  89. this.pbFee.TabIndex = 1;
  90. this.pbFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. //
  92. // lbFee
  93. //
  94. this.lbFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lbFee.Location = new System.Drawing.Point(0, 0);
  96. this.lbFee.Name = "lbFee";
  97. this.lbFee.Size = new System.Drawing.Size(534, 23);
  98. this.lbFee.TabIndex = 0;
  99. this.lbFee.Text = "当前总进度";
  100. this.lbFee.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  101. this.lbFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  102. //
  103. // panel2
  104. //
  105. this.panel2.Controls.Add(this.btStop);
  106. this.panel2.Controls.Add(this.btPause);
  107. this.panel2.Controls.Add(this.btUpload);
  108. this.panel2.Controls.Add(this.btExit);
  109. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  110. this.panel2.Location = new System.Drawing.Point(0, 425);
  111. this.panel2.Name = "panel2";
  112. this.panel2.Size = new System.Drawing.Size(534, 46);
  113. this.panel2.TabIndex = 1;
  114. //
  115. // btStop
  116. //
  117. this.btStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  118. this.btStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  119. this.btStop.Cursor = System.Windows.Forms.Cursors.Hand;
  120. this.btStop.Font = new System.Drawing.Font("微软雅黑", 12F);
  121. this.btStop.Location = new System.Drawing.Point(315, 3);
  122. this.btStop.MinimumSize = new System.Drawing.Size(1, 1);
  123. this.btStop.Name = "btStop";
  124. this.btStop.Radius = 35;
  125. this.btStop.Size = new System.Drawing.Size(100, 35);
  126. this.btStop.StyleCustomMode = true;
  127. this.btStop.TabIndex = 76;
  128. this.btStop.Text = "停止";
  129. this.btStop.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btStop.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  131. this.btStop.Click += new System.EventHandler(this.btStop_Click);
  132. //
  133. // btPause
  134. //
  135. this.btPause.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  137. this.btPause.Cursor = System.Windows.Forms.Cursors.Hand;
  138. this.btPause.Font = new System.Drawing.Font("微软雅黑", 12F);
  139. this.btPause.Location = new System.Drawing.Point(212, 3);
  140. this.btPause.MinimumSize = new System.Drawing.Size(1, 1);
  141. this.btPause.Name = "btPause";
  142. this.btPause.Radius = 35;
  143. this.btPause.Size = new System.Drawing.Size(100, 35);
  144. this.btPause.StyleCustomMode = true;
  145. this.btPause.TabIndex = 75;
  146. this.btPause.Text = "暂停";
  147. this.btPause.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.btPause.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  149. this.btPause.Click += new System.EventHandler(this.btPause_Click);
  150. //
  151. // btUpload
  152. //
  153. this.btUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  154. this.btUpload.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  155. this.btUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  156. this.btUpload.Font = new System.Drawing.Font("微软雅黑", 12F);
  157. this.btUpload.Location = new System.Drawing.Point(109, 3);
  158. this.btUpload.MinimumSize = new System.Drawing.Size(1, 1);
  159. this.btUpload.Name = "btUpload";
  160. this.btUpload.Radius = 35;
  161. this.btUpload.Size = new System.Drawing.Size(100, 35);
  162. this.btUpload.StyleCustomMode = true;
  163. this.btUpload.TabIndex = 74;
  164. this.btUpload.Text = "上传";
  165. this.btUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.btUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  167. this.btUpload.Click += new System.EventHandler(this.btUpload_Click);
  168. //
  169. // btExit
  170. //
  171. this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  172. this.btExit.Cursor = System.Windows.Forms.Cursors.Hand;
  173. this.btExit.Font = new System.Drawing.Font("微软雅黑", 12F);
  174. this.btExit.Location = new System.Drawing.Point(418, 3);
  175. this.btExit.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.btExit.Name = "btExit";
  177. this.btExit.Radius = 35;
  178. this.btExit.Size = new System.Drawing.Size(100, 35);
  179. this.btExit.StyleCustomMode = true;
  180. this.btExit.TabIndex = 73;
  181. this.btExit.Text = "退出";
  182. this.btExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. this.btExit.Click += new System.EventHandler(this.btExit_Click);
  185. //
  186. // panel3
  187. //
  188. this.panel3.Controls.Add(this.rtbRecord);
  189. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.panel3.Location = new System.Drawing.Point(0, 131);
  191. this.panel3.Name = "panel3";
  192. this.panel3.Size = new System.Drawing.Size(534, 294);
  193. this.panel3.TabIndex = 2;
  194. //
  195. // rtbRecord
  196. //
  197. this.rtbRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.rtbRecord.FillColor = System.Drawing.Color.White;
  199. this.rtbRecord.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.rtbRecord.Location = new System.Drawing.Point(0, 0);
  201. this.rtbRecord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  202. this.rtbRecord.MinimumSize = new System.Drawing.Size(1, 1);
  203. this.rtbRecord.Name = "rtbRecord";
  204. this.rtbRecord.Padding = new System.Windows.Forms.Padding(2);
  205. this.rtbRecord.ShowText = false;
  206. this.rtbRecord.Size = new System.Drawing.Size(534, 294);
  207. this.rtbRecord.Style = Sunny.UI.UIStyle.Custom;
  208. this.rtbRecord.TabIndex = 0;
  209. this.rtbRecord.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  210. this.rtbRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. this.rtbRecord.TextChanged += new System.EventHandler(this.rtbRecord_TextChanged);
  212. //
  213. // bgWorker1
  214. //
  215. this.bgWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker1_DoWork);
  216. this.bgWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker1_ProgressChanged);
  217. this.bgWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker1_RunWorkerCompleted);
  218. //
  219. // FeeUpload
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.ClientSize = new System.Drawing.Size(534, 471);
  224. this.Controls.Add(this.panel3);
  225. this.Controls.Add(this.panel2);
  226. this.Controls.Add(this.panel1);
  227. this.Name = "FeeUpload";
  228. this.Text = "费用上传";
  229. this.Load += new System.EventHandler(this.ProgressBar_Load);
  230. this.panel1.ResumeLayout(false);
  231. this.panel2.ResumeLayout(false);
  232. this.panel3.ResumeLayout(false);
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. private System.Windows.Forms.Panel panel1;
  237. private Sunny.UI.UIProcessBar pbFee;
  238. private Sunny.UI.UILabel lbFee;
  239. private System.Windows.Forms.Panel panel2;
  240. private Sunny.UI.UIButton btExit;
  241. private System.Windows.Forms.Panel panel3;
  242. private Sunny.UI.UIRichTextBox rtbRecord;
  243. private System.ComponentModel.BackgroundWorker bgWorker1;
  244. private Sunny.UI.UIProcessBar pbDetail;
  245. private Sunny.UI.UILabel lbDetail;
  246. private Sunny.UI.UIButton btUpload;
  247. private Sunny.UI.UIButton btPause;
  248. private Sunny.UI.UIButton btStop;
  249. }
  250. }