SearchAdmdvs.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class SearchAdmdvs
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.edt_SearchKey = new Sunny.UI.UITextBox();
  36. this.uiLabel1 = new Sunny.UI.UILabel();
  37. this.uiPanel2 = new Sunny.UI.UIPanel();
  38. this.dbAdmdvs = new Sunny.UI.UIDataGridView();
  39. this.uiPanel3 = new Sunny.UI.UIPanel();
  40. this.btnCancel = new Sunny.UI.UIButton();
  41. this.btnOk = new Sunny.UI.UIButton();
  42. this.uiPanel1.SuspendLayout();
  43. this.uiPanel2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).BeginInit();
  45. this.uiPanel3.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // uiPanel1
  49. //
  50. this.uiPanel1.Controls.Add(this.edt_SearchKey);
  51. this.uiPanel1.Controls.Add(this.uiLabel1);
  52. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  55. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  56. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  57. this.uiPanel1.Name = "uiPanel1";
  58. this.uiPanel1.Size = new System.Drawing.Size(471, 70);
  59. this.uiPanel1.TabIndex = 0;
  60. this.uiPanel1.Text = null;
  61. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  62. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  63. //
  64. // edt_SearchKey
  65. //
  66. this.edt_SearchKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  67. this.edt_SearchKey.Cursor = System.Windows.Forms.Cursors.IBeam;
  68. this.edt_SearchKey.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.edt_SearchKey.Location = new System.Drawing.Point(133, 23);
  70. this.edt_SearchKey.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  71. this.edt_SearchKey.MinimumSize = new System.Drawing.Size(1, 16);
  72. this.edt_SearchKey.Name = "edt_SearchKey";
  73. this.edt_SearchKey.ShowText = false;
  74. this.edt_SearchKey.Size = new System.Drawing.Size(299, 29);
  75. this.edt_SearchKey.TabIndex = 1;
  76. this.edt_SearchKey.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  77. this.edt_SearchKey.Watermark = "请输入参保地名称按下Enter键进行查找";
  78. this.edt_SearchKey.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  79. this.edt_SearchKey.DoEnter += new System.EventHandler(this.edt_SearchKey_DoEnter);
  80. //
  81. // uiLabel1
  82. //
  83. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.uiLabel1.Location = new System.Drawing.Point(28, 25);
  85. this.uiLabel1.Name = "uiLabel1";
  86. this.uiLabel1.Size = new System.Drawing.Size(106, 23);
  87. this.uiLabel1.TabIndex = 0;
  88. this.uiLabel1.Text = "查询关键字:";
  89. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  90. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. //
  92. // uiPanel2
  93. //
  94. this.uiPanel2.Controls.Add(this.dbAdmdvs);
  95. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.uiPanel2.Location = new System.Drawing.Point(0, 70);
  98. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  99. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  100. this.uiPanel2.Name = "uiPanel2";
  101. this.uiPanel2.Size = new System.Drawing.Size(471, 334);
  102. this.uiPanel2.TabIndex = 1;
  103. this.uiPanel2.Text = null;
  104. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  105. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  106. //
  107. // dbAdmdvs
  108. //
  109. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  110. this.dbAdmdvs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  111. this.dbAdmdvs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  112. this.dbAdmdvs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  113. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  114. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  115. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  117. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dbAdmdvs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  121. this.dbAdmdvs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  122. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  123. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  124. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  126. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  127. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  128. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  129. this.dbAdmdvs.DefaultCellStyle = dataGridViewCellStyle3;
  130. this.dbAdmdvs.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.dbAdmdvs.EnableHeadersVisualStyles = false;
  132. this.dbAdmdvs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.dbAdmdvs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  134. this.dbAdmdvs.Location = new System.Drawing.Point(0, 0);
  135. this.dbAdmdvs.Name = "dbAdmdvs";
  136. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  138. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  140. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.dbAdmdvs.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  144. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  145. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  147. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  148. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  149. this.dbAdmdvs.RowsDefaultCellStyle = dataGridViewCellStyle5;
  150. this.dbAdmdvs.RowTemplate.Height = 23;
  151. this.dbAdmdvs.SelectedIndex = -1;
  152. this.dbAdmdvs.Size = new System.Drawing.Size(471, 334);
  153. this.dbAdmdvs.TabIndex = 0;
  154. this.dbAdmdvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  155. this.dbAdmdvs.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbAdmdvs_CellDoubleClick);
  156. //
  157. // uiPanel3
  158. //
  159. this.uiPanel3.Controls.Add(this.btnCancel);
  160. this.uiPanel3.Controls.Add(this.btnOk);
  161. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  162. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.uiPanel3.Location = new System.Drawing.Point(0, 353);
  164. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  165. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  166. this.uiPanel3.Name = "uiPanel3";
  167. this.uiPanel3.Size = new System.Drawing.Size(471, 51);
  168. this.uiPanel3.TabIndex = 2;
  169. this.uiPanel3.Text = null;
  170. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. //
  173. // btnCancel
  174. //
  175. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  176. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  177. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.btnCancel.Location = new System.Drawing.Point(341, 7);
  179. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  180. this.btnCancel.Name = "btnCancel";
  181. this.btnCancel.Size = new System.Drawing.Size(95, 35);
  182. this.btnCancel.TabIndex = 1;
  183. this.btnCancel.Text = "取 消";
  184. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  186. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  187. //
  188. // btnOk
  189. //
  190. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  191. this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand;
  192. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.btnOk.Location = new System.Drawing.Point(218, 7);
  194. this.btnOk.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.btnOk.Name = "btnOk";
  196. this.btnOk.Size = new System.Drawing.Size(95, 35);
  197. this.btnOk.TabIndex = 0;
  198. this.btnOk.Text = "确 定";
  199. this.btnOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.btnOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  201. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  202. //
  203. // SearchAdmdvs
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.ClientSize = new System.Drawing.Size(471, 404);
  208. this.Controls.Add(this.uiPanel3);
  209. this.Controls.Add(this.uiPanel2);
  210. this.Controls.Add(this.uiPanel1);
  211. this.Name = "SearchAdmdvs";
  212. this.Text = "参保地查询";
  213. this.Load += new System.EventHandler(this.FrmInsuplc_Admdvs_Load);
  214. this.uiPanel1.ResumeLayout(false);
  215. this.uiPanel2.ResumeLayout(false);
  216. ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).EndInit();
  217. this.uiPanel3.ResumeLayout(false);
  218. this.ResumeLayout(false);
  219. }
  220. #endregion
  221. private Sunny.UI.UIPanel uiPanel1;
  222. private Sunny.UI.UITextBox edt_SearchKey;
  223. private Sunny.UI.UILabel uiLabel1;
  224. private Sunny.UI.UIPanel uiPanel2;
  225. private Sunny.UI.UIDataGridView dbAdmdvs;
  226. private Sunny.UI.UIPanel uiPanel3;
  227. private Sunny.UI.UIButton btnCancel;
  228. private Sunny.UI.UIButton btnOk;
  229. }
  230. }