CodeGetter.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. 
  2. namespace PTMedicalInsurance.Forms.GetInsuCode
  3. {
  4. partial class CodeGetter
  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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = 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.uiPanel3 = new Sunny.UI.UIPanel();
  38. this.btnCancel = new Sunny.UI.UIButton();
  39. this.btnOk = new Sunny.UI.UIButton();
  40. this.uiPanel2 = new Sunny.UI.UIPanel();
  41. this.dbAdmdvs = new Sunny.UI.UIDataGridView();
  42. this.uiPanel1.SuspendLayout();
  43. this.uiPanel3.SuspendLayout();
  44. this.uiPanel2.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).BeginInit();
  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(498, 70);
  59. this.uiPanel1.TabIndex = 1;
  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(160, 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. // uiPanel3
  93. //
  94. this.uiPanel3.Controls.Add(this.btnCancel);
  95. this.uiPanel3.Controls.Add(this.btnOk);
  96. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  97. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.uiPanel3.Location = new System.Drawing.Point(0, 332);
  99. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  100. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  101. this.uiPanel3.Name = "uiPanel3";
  102. this.uiPanel3.Size = new System.Drawing.Size(498, 51);
  103. this.uiPanel3.TabIndex = 3;
  104. this.uiPanel3.Text = null;
  105. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  106. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  107. //
  108. // btnCancel
  109. //
  110. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.btnCancel.Location = new System.Drawing.Point(368, 7);
  114. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  115. this.btnCancel.Name = "btnCancel";
  116. this.btnCancel.Size = new System.Drawing.Size(95, 35);
  117. this.btnCancel.TabIndex = 1;
  118. this.btnCancel.Text = "取 消";
  119. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  121. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  122. //
  123. // btnOk
  124. //
  125. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  126. this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand;
  127. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.btnOk.Location = new System.Drawing.Point(245, 7);
  129. this.btnOk.MinimumSize = new System.Drawing.Size(1, 1);
  130. this.btnOk.Name = "btnOk";
  131. this.btnOk.Size = new System.Drawing.Size(95, 35);
  132. this.btnOk.TabIndex = 0;
  133. this.btnOk.Text = "确 定";
  134. this.btnOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  136. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  137. //
  138. // uiPanel2
  139. //
  140. this.uiPanel2.Controls.Add(this.dbAdmdvs);
  141. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.uiPanel2.Location = new System.Drawing.Point(0, 70);
  144. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  145. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  146. this.uiPanel2.Name = "uiPanel2";
  147. this.uiPanel2.Size = new System.Drawing.Size(498, 262);
  148. this.uiPanel2.TabIndex = 4;
  149. this.uiPanel2.Text = null;
  150. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  151. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. //
  153. // dbAdmdvs
  154. //
  155. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  156. this.dbAdmdvs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  157. this.dbAdmdvs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  158. this.dbAdmdvs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  159. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  160. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  161. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  163. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  164. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  165. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  166. this.dbAdmdvs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  167. this.dbAdmdvs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  168. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  169. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  170. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  172. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  173. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  174. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  175. this.dbAdmdvs.DefaultCellStyle = dataGridViewCellStyle13;
  176. this.dbAdmdvs.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.dbAdmdvs.EnableHeadersVisualStyles = false;
  178. this.dbAdmdvs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.dbAdmdvs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  180. this.dbAdmdvs.Location = new System.Drawing.Point(0, 0);
  181. this.dbAdmdvs.Name = "dbAdmdvs";
  182. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  183. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  184. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  186. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  187. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  188. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  189. this.dbAdmdvs.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  190. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  191. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  193. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  194. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  195. this.dbAdmdvs.RowsDefaultCellStyle = dataGridViewCellStyle15;
  196. this.dbAdmdvs.RowTemplate.Height = 23;
  197. this.dbAdmdvs.SelectedIndex = -1;
  198. this.dbAdmdvs.Size = new System.Drawing.Size(498, 262);
  199. this.dbAdmdvs.TabIndex = 0;
  200. this.dbAdmdvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  201. this.dbAdmdvs.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbAdmdvs_CellDoubleClick);
  202. //
  203. // CodeGetter
  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(498, 383);
  208. this.Controls.Add(this.uiPanel2);
  209. this.Controls.Add(this.uiPanel3);
  210. this.Controls.Add(this.uiPanel1);
  211. this.Name = "CodeGetter";
  212. this.Text = "CodeGetter";
  213. this.uiPanel1.ResumeLayout(false);
  214. this.uiPanel3.ResumeLayout(false);
  215. this.uiPanel2.ResumeLayout(false);
  216. ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).EndInit();
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. private Sunny.UI.UIPanel uiPanel1;
  221. private Sunny.UI.UITextBox edt_SearchKey;
  222. private Sunny.UI.UILabel uiLabel1;
  223. private Sunny.UI.UIPanel uiPanel3;
  224. private Sunny.UI.UIButton btnCancel;
  225. private Sunny.UI.UIButton btnOk;
  226. private Sunny.UI.UIPanel uiPanel2;
  227. private Sunny.UI.UIDataGridView dbAdmdvs;
  228. }
  229. }