InterfaceChooser.designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace PTMedInsuInterface.Forms
  2. {
  3. partial class InterfaceChooser
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlTop = new Sunny.UI.UIPanel();
  29. this.btNext = new Sunny.UI.UIButton();
  30. this.btPrior = new Sunny.UI.UIButton();
  31. this.btFresh = new Sunny.UI.UIButton();
  32. this.tbLocate = new Sunny.UI.UITextBox();
  33. this.uiLabel2 = new Sunny.UI.UILabel();
  34. this.pnlClient = new Sunny.UI.UIPanel();
  35. this.pnlBottom = new Sunny.UI.UIPanel();
  36. this.uiLabel1 = new Sunny.UI.UILabel();
  37. this.pnlTop.SuspendLayout();
  38. this.pnlBottom.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // pnlTop
  42. //
  43. this.pnlTop.Controls.Add(this.btNext);
  44. this.pnlTop.Controls.Add(this.btPrior);
  45. this.pnlTop.Controls.Add(this.btFresh);
  46. this.pnlTop.Controls.Add(this.tbLocate);
  47. this.pnlTop.Controls.Add(this.uiLabel2);
  48. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.pnlTop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  51. this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  52. this.pnlTop.MinimumSize = new System.Drawing.Size(1, 1);
  53. this.pnlTop.Name = "pnlTop";
  54. this.pnlTop.Size = new System.Drawing.Size(631, 43);
  55. this.pnlTop.TabIndex = 0;
  56. this.pnlTop.TabStop = false;
  57. this.pnlTop.Text = null;
  58. this.pnlTop.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  59. this.pnlTop.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  60. //
  61. // btNext
  62. //
  63. this.btNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  64. this.btNext.BackColor = System.Drawing.SystemColors.MenuText;
  65. this.btNext.Cursor = System.Windows.Forms.Cursors.Hand;
  66. this.btNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.btNext.Location = new System.Drawing.Point(519, 3);
  68. this.btNext.MinimumSize = new System.Drawing.Size(1, 1);
  69. this.btNext.Name = "btNext";
  70. this.btNext.Size = new System.Drawing.Size(100, 35);
  71. this.btNext.TabIndex = 4;
  72. this.btNext.TabStop = false;
  73. this.btNext.Text = "下一页";
  74. this.btNext.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btNext.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  76. this.btNext.Click += new System.EventHandler(this.btNext_Click);
  77. //
  78. // btPrior
  79. //
  80. this.btPrior.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  81. this.btPrior.BackColor = System.Drawing.SystemColors.MenuText;
  82. this.btPrior.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.btPrior.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btPrior.Location = new System.Drawing.Point(411, 3);
  85. this.btPrior.MinimumSize = new System.Drawing.Size(1, 1);
  86. this.btPrior.Name = "btPrior";
  87. this.btPrior.Size = new System.Drawing.Size(100, 35);
  88. this.btPrior.TabIndex = 3;
  89. this.btPrior.TabStop = false;
  90. this.btPrior.Text = "上一页";
  91. this.btPrior.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.btPrior.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  93. this.btPrior.Click += new System.EventHandler(this.btPrior_Click);
  94. //
  95. // btFresh
  96. //
  97. this.btFresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  98. this.btFresh.BackColor = System.Drawing.SystemColors.MenuText;
  99. this.btFresh.Cursor = System.Windows.Forms.Cursors.Hand;
  100. this.btFresh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btFresh.Location = new System.Drawing.Point(305, 3);
  102. this.btFresh.MinimumSize = new System.Drawing.Size(1, 1);
  103. this.btFresh.Name = "btFresh";
  104. this.btFresh.Size = new System.Drawing.Size(100, 35);
  105. this.btFresh.TabIndex = 2;
  106. this.btFresh.TabStop = false;
  107. this.btFresh.Text = "刷新";
  108. this.btFresh.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.btFresh.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  110. this.btFresh.Click += new System.EventHandler(this.uiButton1_Click);
  111. //
  112. // tbLocate
  113. //
  114. this.tbLocate.Cursor = System.Windows.Forms.Cursors.IBeam;
  115. this.tbLocate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.tbLocate.Location = new System.Drawing.Point(94, 7);
  117. this.tbLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  118. this.tbLocate.MinimumSize = new System.Drawing.Size(1, 16);
  119. this.tbLocate.Name = "tbLocate";
  120. this.tbLocate.ShowText = false;
  121. this.tbLocate.Size = new System.Drawing.Size(150, 29);
  122. this.tbLocate.TabIndex = 1;
  123. this.tbLocate.TabStop = false;
  124. this.tbLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  125. this.tbLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  126. this.tbLocate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbLocate_KeyPress);
  127. //
  128. // uiLabel2
  129. //
  130. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.uiLabel2.Location = new System.Drawing.Point(12, 9);
  132. this.uiLabel2.Name = "uiLabel2";
  133. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  134. this.uiLabel2.TabIndex = 0;
  135. this.uiLabel2.Text = "快速定位:";
  136. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  137. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  138. //
  139. // pnlClient
  140. //
  141. this.pnlClient.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  142. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.pnlClient.Location = new System.Drawing.Point(0, 43);
  145. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  146. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.pnlClient.Name = "pnlClient";
  148. this.pnlClient.Size = new System.Drawing.Size(631, 395);
  149. this.pnlClient.TabIndex = 1;
  150. this.pnlClient.Text = null;
  151. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  152. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. //
  154. // pnlBottom
  155. //
  156. this.pnlBottom.Controls.Add(this.uiLabel1);
  157. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  158. this.pnlBottom.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  159. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.pnlBottom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  161. this.pnlBottom.Location = new System.Drawing.Point(0, 395);
  162. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  163. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  164. this.pnlBottom.Name = "pnlBottom";
  165. this.pnlBottom.Size = new System.Drawing.Size(631, 43);
  166. this.pnlBottom.Style = Sunny.UI.UIStyle.Custom;
  167. this.pnlBottom.TabIndex = 2;
  168. this.pnlBottom.TabStop = false;
  169. this.pnlBottom.Text = null;
  170. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. //
  173. // uiLabel1
  174. //
  175. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.uiLabel1.Location = new System.Drawing.Point(24, 11);
  177. this.uiLabel1.Name = "uiLabel1";
  178. this.uiLabel1.Size = new System.Drawing.Size(575, 23);
  179. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  180. this.uiLabel1.TabIndex = 0;
  181. this.uiLabel1.Text = "刷新 - Home键 上一页 - PgUp键 下一页 - PgDn键 跳转 - Tab键 选择目录 - 对应的英文字母";
  182. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  183. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. //
  185. // InterfaceChooser
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(631, 438);
  190. this.Controls.Add(this.pnlBottom);
  191. this.Controls.Add(this.pnlClient);
  192. this.Controls.Add(this.pnlTop);
  193. this.KeyPreview = true;
  194. this.Name = "InterfaceChooser";
  195. this.Text = "接口类型选择";
  196. this.Load += new System.EventHandler(this.InterfaceChooser_Load);
  197. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
  198. this.pnlTop.ResumeLayout(false);
  199. this.pnlBottom.ResumeLayout(false);
  200. this.ResumeLayout(false);
  201. }
  202. #endregion
  203. private Sunny.UI.UIPanel pnlTop;
  204. private Sunny.UI.UIPanel pnlClient;
  205. private Sunny.UI.UIPanel pnlBottom;
  206. private Sunny.UI.UILabel uiLabel1;
  207. private Sunny.UI.UITextBox tbLocate;
  208. private Sunny.UI.UILabel uiLabel2;
  209. private Sunny.UI.UIButton btFresh;
  210. private Sunny.UI.UIButton btNext;
  211. private Sunny.UI.UIButton btPrior;
  212. }
  213. }