frmRxCheck.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class frmRxCheck
  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.uiPanel2 = new Sunny.UI.UIPanel();
  30. this.btn_CanCel = new Sunny.UI.UIButton();
  31. this.btn_Ok = new Sunny.UI.UIButton();
  32. this.rbg_rxChkStasCodg = new Sunny.UI.UIRadioButtonGroup();
  33. this.uiPanel1 = new Sunny.UI.UIPanel();
  34. this.cbx_DocInfo = new PTControl.DBLookupCombox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  37. this.rtb_RxCheckAdvice = new Sunny.UI.UIRichTextBox();
  38. this.uiPanel2.SuspendLayout();
  39. this.uiPanel1.SuspendLayout();
  40. this.uiTitlePanel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // uiPanel2
  44. //
  45. this.uiPanel2.Controls.Add(this.btn_CanCel);
  46. this.uiPanel2.Controls.Add(this.btn_Ok);
  47. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  48. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.uiPanel2.Location = new System.Drawing.Point(0, 353);
  50. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  51. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  52. this.uiPanel2.Name = "uiPanel2";
  53. this.uiPanel2.Size = new System.Drawing.Size(407, 68);
  54. this.uiPanel2.TabIndex = 1;
  55. this.uiPanel2.Text = null;
  56. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  57. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  58. //
  59. // btn_CanCel
  60. //
  61. this.btn_CanCel.Cursor = System.Windows.Forms.Cursors.Hand;
  62. this.btn_CanCel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.btn_CanCel.Location = new System.Drawing.Point(301, 12);
  64. this.btn_CanCel.MinimumSize = new System.Drawing.Size(1, 1);
  65. this.btn_CanCel.Name = "btn_CanCel";
  66. this.btn_CanCel.Size = new System.Drawing.Size(100, 44);
  67. this.btn_CanCel.TabIndex = 1;
  68. this.btn_CanCel.Text = "放 弃";
  69. this.btn_CanCel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.btn_CanCel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  71. this.btn_CanCel.Click += new System.EventHandler(this.btn_CanCel_Click);
  72. //
  73. // btn_Ok
  74. //
  75. this.btn_Ok.Cursor = System.Windows.Forms.Cursors.Hand;
  76. this.btn_Ok.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btn_Ok.Location = new System.Drawing.Point(197, 12);
  78. this.btn_Ok.MinimumSize = new System.Drawing.Size(1, 1);
  79. this.btn_Ok.Name = "btn_Ok";
  80. this.btn_Ok.Size = new System.Drawing.Size(100, 44);
  81. this.btn_Ok.TabIndex = 0;
  82. this.btn_Ok.Text = "确 定";
  83. this.btn_Ok.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btn_Ok.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  85. this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
  86. //
  87. // rbg_rxChkStasCodg
  88. //
  89. this.rbg_rxChkStasCodg.ColumnCount = 3;
  90. this.rbg_rxChkStasCodg.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.rbg_rxChkStasCodg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.rbg_rxChkStasCodg.Items.AddRange(new object[] {
  93. "0-待审核\t",
  94. "1-审核通过",
  95. "2-审核不通过\t\t"});
  96. this.rbg_rxChkStasCodg.ItemSize = new System.Drawing.Size(128, 45);
  97. this.rbg_rxChkStasCodg.Location = new System.Drawing.Point(0, 0);
  98. this.rbg_rxChkStasCodg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  99. this.rbg_rxChkStasCodg.MinimumSize = new System.Drawing.Size(1, 1);
  100. this.rbg_rxChkStasCodg.Name = "rbg_rxChkStasCodg";
  101. this.rbg_rxChkStasCodg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  102. this.rbg_rxChkStasCodg.Size = new System.Drawing.Size(407, 80);
  103. this.rbg_rxChkStasCodg.TabIndex = 52;
  104. this.rbg_rxChkStasCodg.Text = "医保电子处方审核状态";
  105. this.rbg_rxChkStasCodg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  106. this.rbg_rxChkStasCodg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  107. //
  108. // uiPanel1
  109. //
  110. this.uiPanel1.Controls.Add(this.cbx_DocInfo);
  111. this.uiPanel1.Controls.Add(this.label4);
  112. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.uiPanel1.Location = new System.Drawing.Point(0, 80);
  115. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  116. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  117. this.uiPanel1.Name = "uiPanel1";
  118. this.uiPanel1.Size = new System.Drawing.Size(407, 71);
  119. this.uiPanel1.TabIndex = 53;
  120. this.uiPanel1.Text = null;
  121. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  122. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  123. //
  124. // cbx_DocInfo
  125. //
  126. this.cbx_DocInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  127. this.cbx_DocInfo.FormattingEnabled = true;
  128. this.cbx_DocInfo.Location = new System.Drawing.Point(120, 23);
  129. this.cbx_DocInfo.Name = "cbx_DocInfo";
  130. this.cbx_DocInfo.NullValue = "";
  131. this.cbx_DocInfo.PopupGridAutoSize = false;
  132. this.cbx_DocInfo.RowFilterVisible = false;
  133. this.cbx_DocInfo.sDisplayField = "";
  134. this.cbx_DocInfo.sDisplayMember = "";
  135. this.cbx_DocInfo.SeparatorChar = "|";
  136. this.cbx_DocInfo.Size = new System.Drawing.Size(230, 29);
  137. this.cbx_DocInfo.sKeyWords = "";
  138. this.cbx_DocInfo.sValueMember = "";
  139. this.cbx_DocInfo.TabIndex = 45;
  140. this.cbx_DocInfo.Value = "";
  141. this.cbx_DocInfo.AfterSelector += new PTControl.AfterSelectorEventHandler(this.cbx_DocInfo_AfterSelector);
  142. //
  143. // label4
  144. //
  145. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  146. this.label4.AutoSize = true;
  147. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  148. this.label4.Location = new System.Drawing.Point(23, 26);
  149. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.label4.Name = "label4";
  151. this.label4.Size = new System.Drawing.Size(90, 21);
  152. this.label4.TabIndex = 44;
  153. this.label4.Text = "审方医师:";
  154. //
  155. // uiTitlePanel1
  156. //
  157. this.uiTitlePanel1.Controls.Add(this.rtb_RxCheckAdvice);
  158. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 151);
  161. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  163. this.uiTitlePanel1.Name = "uiTitlePanel1";
  164. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  165. this.uiTitlePanel1.ShowText = false;
  166. this.uiTitlePanel1.Size = new System.Drawing.Size(407, 202);
  167. this.uiTitlePanel1.TabIndex = 54;
  168. this.uiTitlePanel1.Text = "处方审核意见";
  169. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  170. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  171. //
  172. // rtb_RxCheckAdvice
  173. //
  174. this.rtb_RxCheckAdvice.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.rtb_RxCheckAdvice.FillColor = System.Drawing.Color.White;
  176. this.rtb_RxCheckAdvice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.rtb_RxCheckAdvice.Location = new System.Drawing.Point(0, 35);
  178. this.rtb_RxCheckAdvice.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  179. this.rtb_RxCheckAdvice.MinimumSize = new System.Drawing.Size(1, 1);
  180. this.rtb_RxCheckAdvice.Name = "rtb_RxCheckAdvice";
  181. this.rtb_RxCheckAdvice.Padding = new System.Windows.Forms.Padding(2);
  182. this.rtb_RxCheckAdvice.ShowText = false;
  183. this.rtb_RxCheckAdvice.Size = new System.Drawing.Size(407, 167);
  184. this.rtb_RxCheckAdvice.TabIndex = 0;
  185. this.rtb_RxCheckAdvice.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  186. this.rtb_RxCheckAdvice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  187. //
  188. // frmRxCheck
  189. //
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.ClientSize = new System.Drawing.Size(407, 421);
  193. this.Controls.Add(this.uiTitlePanel1);
  194. this.Controls.Add(this.uiPanel1);
  195. this.Controls.Add(this.rbg_rxChkStasCodg);
  196. this.Controls.Add(this.uiPanel2);
  197. this.Name = "frmRxCheck";
  198. this.Text = "电子处方医保医师审方";
  199. this.Shown += new System.EventHandler(this.frmRxCheck_Shown);
  200. this.uiPanel2.ResumeLayout(false);
  201. this.uiPanel1.ResumeLayout(false);
  202. this.uiPanel1.PerformLayout();
  203. this.uiTitlePanel1.ResumeLayout(false);
  204. this.ResumeLayout(false);
  205. }
  206. #endregion
  207. private Sunny.UI.UIPanel uiPanel2;
  208. private Sunny.UI.UIButton btn_CanCel;
  209. private Sunny.UI.UIButton btn_Ok;
  210. private Sunny.UI.UIRadioButtonGroup rbg_rxChkStasCodg;
  211. private Sunny.UI.UIPanel uiPanel1;
  212. public PTControl.DBLookupCombox cbx_DocInfo;
  213. private System.Windows.Forms.Label label4;
  214. private Sunny.UI.UITitlePanel uiTitlePanel1;
  215. private Sunny.UI.UIRichTextBox rtb_RxCheckAdvice;
  216. }
  217. }