FrmDRG.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class Frm_DRG
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.uiPanel1 = new Sunny.UI.UIPanel();
  30. this.tbBusinessNO = new Sunny.UI.UITextBox();
  31. this.rtb_InPutPar = new Sunny.UI.UIRichTextBox();
  32. this.tb_JYM = new Sunny.UI.UITextBox();
  33. this.uiHorScrollBar1 = new Sunny.UI.UIHorScrollBar();
  34. this.rtb_OutPar = new Sunny.UI.UIRichTextBox();
  35. this.uiPanel2 = new Sunny.UI.UIPanel();
  36. this.btnChange = new Sunny.UI.UIButton();
  37. this.btnExit = new Sunny.UI.UIButton();
  38. this.btnSign = new Sunny.UI.UIButton();
  39. this.btnBussines = new Sunny.UI.UIButton();
  40. this.btnInit = new Sunny.UI.UIButton();
  41. this.uiPanel1.SuspendLayout();
  42. this.uiPanel2.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // uiPanel1
  46. //
  47. this.uiPanel1.Controls.Add(this.tbBusinessNO);
  48. this.uiPanel1.Controls.Add(this.rtb_InPutPar);
  49. this.uiPanel1.Controls.Add(this.tb_JYM);
  50. this.uiPanel1.Controls.Add(this.uiHorScrollBar1);
  51. this.uiPanel1.Controls.Add(this.rtb_OutPar);
  52. this.uiPanel1.Controls.Add(this.uiPanel2);
  53. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  56. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  57. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  58. this.uiPanel1.Name = "uiPanel1";
  59. this.uiPanel1.Size = new System.Drawing.Size(800, 450);
  60. this.uiPanel1.TabIndex = 3;
  61. this.uiPanel1.Text = null;
  62. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  63. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  64. //
  65. // tbBusinessNO
  66. //
  67. this.tbBusinessNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  68. this.tbBusinessNO.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.tbBusinessNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.tbBusinessNO.Location = new System.Drawing.Point(0, 29);
  71. this.tbBusinessNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  72. this.tbBusinessNO.MinimumSize = new System.Drawing.Size(1, 16);
  73. this.tbBusinessNO.Name = "tbBusinessNO";
  74. this.tbBusinessNO.ShowText = false;
  75. this.tbBusinessNO.Size = new System.Drawing.Size(647, 29);
  76. this.tbBusinessNO.TabIndex = 14;
  77. this.tbBusinessNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  78. this.tbBusinessNO.Watermark = "请输入业务周期号(调用签到成功后返回):";
  79. this.tbBusinessNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  80. //
  81. // rtb_InPutPar
  82. //
  83. this.rtb_InPutPar.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.rtb_InPutPar.FillColor = System.Drawing.Color.White;
  85. this.rtb_InPutPar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.rtb_InPutPar.Location = new System.Drawing.Point(0, 29);
  87. this.rtb_InPutPar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  88. this.rtb_InPutPar.MinimumSize = new System.Drawing.Size(1, 1);
  89. this.rtb_InPutPar.Name = "rtb_InPutPar";
  90. this.rtb_InPutPar.Padding = new System.Windows.Forms.Padding(2);
  91. this.rtb_InPutPar.ShowText = false;
  92. this.rtb_InPutPar.Size = new System.Drawing.Size(647, 234);
  93. this.rtb_InPutPar.TabIndex = 13;
  94. this.rtb_InPutPar.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  95. this.rtb_InPutPar.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  96. //
  97. // tb_JYM
  98. //
  99. this.tb_JYM.Cursor = System.Windows.Forms.Cursors.IBeam;
  100. this.tb_JYM.Dock = System.Windows.Forms.DockStyle.Top;
  101. this.tb_JYM.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tb_JYM.Location = new System.Drawing.Point(0, 0);
  103. this.tb_JYM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  104. this.tb_JYM.MinimumSize = new System.Drawing.Size(1, 16);
  105. this.tb_JYM.Name = "tb_JYM";
  106. this.tb_JYM.ShowText = false;
  107. this.tb_JYM.Size = new System.Drawing.Size(647, 29);
  108. this.tb_JYM.TabIndex = 12;
  109. this.tb_JYM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  110. this.tb_JYM.Watermark = "请输入交易编码:";
  111. this.tb_JYM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  112. //
  113. // uiHorScrollBar1
  114. //
  115. this.uiHorScrollBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
  116. this.uiHorScrollBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.uiHorScrollBar1.Location = new System.Drawing.Point(0, 263);
  118. this.uiHorScrollBar1.MinimumSize = new System.Drawing.Size(1, 1);
  119. this.uiHorScrollBar1.Name = "uiHorScrollBar1";
  120. this.uiHorScrollBar1.Size = new System.Drawing.Size(647, 11);
  121. this.uiHorScrollBar1.TabIndex = 9;
  122. this.uiHorScrollBar1.Text = "uiHorScrollBar1";
  123. this.uiHorScrollBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  124. //
  125. // rtb_OutPar
  126. //
  127. this.rtb_OutPar.Dock = System.Windows.Forms.DockStyle.Bottom;
  128. this.rtb_OutPar.FillColor = System.Drawing.Color.White;
  129. this.rtb_OutPar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.rtb_OutPar.Location = new System.Drawing.Point(0, 274);
  131. this.rtb_OutPar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  132. this.rtb_OutPar.MinimumSize = new System.Drawing.Size(1, 1);
  133. this.rtb_OutPar.Name = "rtb_OutPar";
  134. this.rtb_OutPar.Padding = new System.Windows.Forms.Padding(2);
  135. this.rtb_OutPar.ShowText = false;
  136. this.rtb_OutPar.Size = new System.Drawing.Size(647, 176);
  137. this.rtb_OutPar.TabIndex = 8;
  138. this.rtb_OutPar.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  139. this.rtb_OutPar.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  140. //
  141. // uiPanel2
  142. //
  143. this.uiPanel2.Controls.Add(this.btnChange);
  144. this.uiPanel2.Controls.Add(this.btnExit);
  145. this.uiPanel2.Controls.Add(this.btnSign);
  146. this.uiPanel2.Controls.Add(this.btnBussines);
  147. this.uiPanel2.Controls.Add(this.btnInit);
  148. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Right;
  149. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.uiPanel2.Location = new System.Drawing.Point(647, 0);
  151. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  152. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  153. this.uiPanel2.Name = "uiPanel2";
  154. this.uiPanel2.Size = new System.Drawing.Size(153, 450);
  155. this.uiPanel2.TabIndex = 6;
  156. this.uiPanel2.Text = null;
  157. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  158. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  159. //
  160. // btnChange
  161. //
  162. this.btnChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  163. this.btnChange.Cursor = System.Windows.Forms.Cursors.Hand;
  164. this.btnChange.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.btnChange.Location = new System.Drawing.Point(26, 144);
  166. this.btnChange.MinimumSize = new System.Drawing.Size(1, 1);
  167. this.btnChange.Name = "btnChange";
  168. this.btnChange.Size = new System.Drawing.Size(100, 35);
  169. this.btnChange.TabIndex = 10;
  170. this.btnChange.Text = "转 换";
  171. this.btnChange.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.btnChange.Visible = false;
  173. this.btnChange.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  174. //
  175. // btnExit
  176. //
  177. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  178. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  179. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.btnExit.Location = new System.Drawing.Point(26, 403);
  181. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  182. this.btnExit.Name = "btnExit";
  183. this.btnExit.Size = new System.Drawing.Size(100, 35);
  184. this.btnExit.TabIndex = 9;
  185. this.btnExit.Text = "退 出";
  186. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  189. //
  190. // btnSign
  191. //
  192. this.btnSign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  193. this.btnSign.Cursor = System.Windows.Forms.Cursors.Hand;
  194. this.btnSign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.btnSign.Location = new System.Drawing.Point(26, 56);
  196. this.btnSign.MinimumSize = new System.Drawing.Size(1, 1);
  197. this.btnSign.Name = "btnSign";
  198. this.btnSign.Size = new System.Drawing.Size(100, 35);
  199. this.btnSign.TabIndex = 8;
  200. this.btnSign.Text = "签到";
  201. this.btnSign.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.btnSign.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. this.btnSign.Click += new System.EventHandler(this.btnSign_Click);
  204. //
  205. // btnBussines
  206. //
  207. this.btnBussines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  208. this.btnBussines.Cursor = System.Windows.Forms.Cursors.Hand;
  209. this.btnBussines.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.btnBussines.Location = new System.Drawing.Point(26, 100);
  211. this.btnBussines.MinimumSize = new System.Drawing.Size(1, 1);
  212. this.btnBussines.Name = "btnBussines";
  213. this.btnBussines.Size = new System.Drawing.Size(100, 35);
  214. this.btnBussines.TabIndex = 7;
  215. this.btnBussines.Text = "业务调用";
  216. this.btnBussines.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.btnBussines.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  218. this.btnBussines.Click += new System.EventHandler(this.btnBussines_Click);
  219. //
  220. // btnInit
  221. //
  222. this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  223. this.btnInit.Cursor = System.Windows.Forms.Cursors.Hand;
  224. this.btnInit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnInit.Location = new System.Drawing.Point(26, 12);
  226. this.btnInit.MinimumSize = new System.Drawing.Size(1, 1);
  227. this.btnInit.Name = "btnInit";
  228. this.btnInit.Size = new System.Drawing.Size(100, 35);
  229. this.btnInit.TabIndex = 6;
  230. this.btnInit.Text = "初始化";
  231. this.btnInit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.btnInit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  233. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  234. //
  235. // Frm_DRG
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(800, 450);
  240. this.Controls.Add(this.uiPanel1);
  241. this.Name = "Frm_DRG";
  242. this.Text = "长春市DRG付费管理";
  243. this.uiPanel1.ResumeLayout(false);
  244. this.uiPanel2.ResumeLayout(false);
  245. this.ResumeLayout(false);
  246. }
  247. #endregion
  248. private Sunny.UI.UIPanel uiPanel1;
  249. private Sunny.UI.UIHorScrollBar uiHorScrollBar1;
  250. private Sunny.UI.UIRichTextBox rtb_OutPar;
  251. private Sunny.UI.UIPanel uiPanel2;
  252. private Sunny.UI.UIButton btnExit;
  253. private Sunny.UI.UIButton btnSign;
  254. private Sunny.UI.UIButton btnBussines;
  255. private Sunny.UI.UIButton btnInit;
  256. private Sunny.UI.UIButton btnChange;
  257. private Sunny.UI.UIRichTextBox rtb_InPutPar;
  258. private Sunny.UI.UITextBox tb_JYM;
  259. private Sunny.UI.UITextBox tbBusinessNO;
  260. }
  261. }