frmPrescQrCode.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class frmPrescQrCode
  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.uiLabel1 = new Sunny.UI.UILabel();
  31. this.btn_Cancel = new Sunny.UI.UIButton();
  32. this.btn_Ok = new Sunny.UI.UIButton();
  33. this.tb_QrCode = new Sunny.UI.UITextBox();
  34. this.uiPanel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // uiPanel1
  38. //
  39. this.uiPanel1.Controls.Add(this.uiLabel1);
  40. this.uiPanel1.Controls.Add(this.btn_Cancel);
  41. this.uiPanel1.Controls.Add(this.btn_Ok);
  42. this.uiPanel1.Controls.Add(this.tb_QrCode);
  43. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  46. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  47. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  48. this.uiPanel1.Name = "uiPanel1";
  49. this.uiPanel1.Size = new System.Drawing.Size(529, 156);
  50. this.uiPanel1.TabIndex = 0;
  51. this.uiPanel1.Text = null;
  52. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  53. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  54. //
  55. // uiLabel1
  56. //
  57. this.uiLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  58. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.uiLabel1.Location = new System.Drawing.Point(13, 15);
  60. this.uiLabel1.Name = "uiLabel1";
  61. this.uiLabel1.Size = new System.Drawing.Size(239, 23);
  62. this.uiLabel1.TabIndex = 3;
  63. this.uiLabel1.Text = "请使用电子处方二维码扫码:";
  64. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  65. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  66. //
  67. // btn_Cancel
  68. //
  69. this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  70. this.btn_Cancel.Cursor = System.Windows.Forms.Cursors.Hand;
  71. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.btn_Cancel.Location = new System.Drawing.Point(407, 102);
  73. this.btn_Cancel.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.btn_Cancel.Name = "btn_Cancel";
  75. this.btn_Cancel.Size = new System.Drawing.Size(107, 42);
  76. this.btn_Cancel.TabIndex = 2;
  77. this.btn_Cancel.Text = "取 消";
  78. this.btn_Cancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.btn_Cancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  80. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  81. //
  82. // btn_Ok
  83. //
  84. this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.btn_Ok.Cursor = System.Windows.Forms.Cursors.Hand;
  86. this.btn_Ok.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.btn_Ok.Location = new System.Drawing.Point(285, 102);
  88. this.btn_Ok.MinimumSize = new System.Drawing.Size(1, 1);
  89. this.btn_Ok.Name = "btn_Ok";
  90. this.btn_Ok.Size = new System.Drawing.Size(107, 42);
  91. this.btn_Ok.TabIndex = 1;
  92. this.btn_Ok.Text = "确 定";
  93. this.btn_Ok.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.btn_Ok.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  95. this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
  96. //
  97. // tb_QrCode
  98. //
  99. this.tb_QrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  100. this.tb_QrCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  101. this.tb_QrCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tb_QrCode.Location = new System.Drawing.Point(13, 55);
  103. this.tb_QrCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  104. this.tb_QrCode.MinimumSize = new System.Drawing.Size(1, 16);
  105. this.tb_QrCode.Name = "tb_QrCode";
  106. this.tb_QrCode.ShowText = false;
  107. this.tb_QrCode.Size = new System.Drawing.Size(503, 29);
  108. this.tb_QrCode.TabIndex = 0;
  109. this.tb_QrCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  110. this.tb_QrCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  111. this.tb_QrCode.TextChanged += new System.EventHandler(this.tb_QrCode_TextChanged);
  112. //
  113. // frmPrescQrCode
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.ClientSize = new System.Drawing.Size(529, 156);
  118. this.Controls.Add(this.uiPanel1);
  119. this.Name = "frmPrescQrCode";
  120. this.Text = "电子处方二维码扫码";
  121. this.Shown += new System.EventHandler(this.frmPrescQrCode_Shown);
  122. this.uiPanel1.ResumeLayout(false);
  123. this.ResumeLayout(false);
  124. }
  125. #endregion
  126. private Sunny.UI.UIPanel uiPanel1;
  127. private Sunny.UI.UILabel uiLabel1;
  128. private Sunny.UI.UIButton btn_Cancel;
  129. private Sunny.UI.UIButton btn_Ok;
  130. public Sunny.UI.UITextBox tb_QrCode;
  131. }
  132. }