MaintainInterface.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. 
  2. namespace PTMedicalInsurance.Forms.BasicDatas
  3. {
  4. partial class MaintainInterface
  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.rbgInterface = new Sunny.UI.UIRadioButtonGroup();
  35. this.uiPanel1 = new Sunny.UI.UIPanel();
  36. this.dgvInterface = new Sunny.UI.UIDataGridView();
  37. this.uiPanel2 = new Sunny.UI.UIPanel();
  38. this.uiButton1 = new Sunny.UI.UIButton();
  39. this.btnInterfceSave = new Sunny.UI.UIButton();
  40. this.btnInterfaceDelete = new Sunny.UI.UIButton();
  41. this.btnIntefaceQuery = new Sunny.UI.UIButton();
  42. this.btnInterfaceAdd = new Sunny.UI.UIButton();
  43. this.uiPanel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).BeginInit();
  45. this.uiPanel2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // rbgInterface
  49. //
  50. this.rbgInterface.Dock = System.Windows.Forms.DockStyle.Left;
  51. this.rbgInterface.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.rbgInterface.Items.AddRange(new object[] {
  53. "接口"});
  54. this.rbgInterface.Location = new System.Drawing.Point(0, 0);
  55. this.rbgInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  56. this.rbgInterface.MinimumSize = new System.Drawing.Size(1, 1);
  57. this.rbgInterface.Name = "rbgInterface";
  58. this.rbgInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  59. this.rbgInterface.Size = new System.Drawing.Size(151, 549);
  60. this.rbgInterface.TabIndex = 2;
  61. this.rbgInterface.Text = "项目";
  62. this.rbgInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  63. this.rbgInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  64. //
  65. // uiPanel1
  66. //
  67. this.uiPanel1.Controls.Add(this.dgvInterface);
  68. this.uiPanel1.Controls.Add(this.uiPanel2);
  69. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.uiPanel1.Location = new System.Drawing.Point(151, 0);
  72. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.uiPanel1.Name = "uiPanel1";
  75. this.uiPanel1.Size = new System.Drawing.Size(1224, 549);
  76. this.uiPanel1.TabIndex = 6;
  77. this.uiPanel1.Text = null;
  78. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  79. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  80. //
  81. // dgvInterface
  82. //
  83. this.dgvInterface.AllowUserToAddRows = false;
  84. this.dgvInterface.AllowUserToDeleteRows = false;
  85. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  86. this.dgvInterface.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  87. this.dgvInterface.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  88. this.dgvInterface.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvInterface.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  97. this.dgvInterface.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  98. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  99. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  100. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  102. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  103. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  104. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  105. this.dgvInterface.DefaultCellStyle = dataGridViewCellStyle3;
  106. this.dgvInterface.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.dgvInterface.EnableHeadersVisualStyles = false;
  108. this.dgvInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.dgvInterface.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  110. this.dgvInterface.Location = new System.Drawing.Point(0, 0);
  111. this.dgvInterface.Name = "dgvInterface";
  112. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  113. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  114. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  116. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  117. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  118. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  119. this.dgvInterface.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  120. this.dgvInterface.RowHeight = 30;
  121. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  122. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  124. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  125. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  126. this.dgvInterface.RowsDefaultCellStyle = dataGridViewCellStyle5;
  127. this.dgvInterface.RowTemplate.Height = 30;
  128. this.dgvInterface.SelectedIndex = -1;
  129. this.dgvInterface.Size = new System.Drawing.Size(1224, 470);
  130. this.dgvInterface.TabIndex = 1;
  131. this.dgvInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  132. //
  133. // uiPanel2
  134. //
  135. this.uiPanel2.Controls.Add(this.uiButton1);
  136. this.uiPanel2.Controls.Add(this.btnInterfceSave);
  137. this.uiPanel2.Controls.Add(this.btnInterfaceDelete);
  138. this.uiPanel2.Controls.Add(this.btnIntefaceQuery);
  139. this.uiPanel2.Controls.Add(this.btnInterfaceAdd);
  140. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  141. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.uiPanel2.Location = new System.Drawing.Point(0, 470);
  143. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  144. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  145. this.uiPanel2.Name = "uiPanel2";
  146. this.uiPanel2.Size = new System.Drawing.Size(1224, 79);
  147. this.uiPanel2.TabIndex = 0;
  148. this.uiPanel2.Text = null;
  149. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  150. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  151. //
  152. // uiButton1
  153. //
  154. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  156. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.uiButton1.Location = new System.Drawing.Point(670, 15);
  158. this.uiButton1.Margin = new System.Windows.Forms.Padding(4);
  159. this.uiButton1.MinimumSize = new System.Drawing.Size(2, 2);
  160. this.uiButton1.Name = "uiButton1";
  161. this.uiButton1.Size = new System.Drawing.Size(100, 48);
  162. this.uiButton1.TabIndex = 18;
  163. this.uiButton1.Text = "修改";
  164. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  166. //
  167. // btnInterfceSave
  168. //
  169. this.btnInterfceSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  170. this.btnInterfceSave.Cursor = System.Windows.Forms.Cursors.Hand;
  171. this.btnInterfceSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.btnInterfceSave.Location = new System.Drawing.Point(1075, 15);
  173. this.btnInterfceSave.Margin = new System.Windows.Forms.Padding(4);
  174. this.btnInterfceSave.MinimumSize = new System.Drawing.Size(2, 2);
  175. this.btnInterfceSave.Name = "btnInterfceSave";
  176. this.btnInterfceSave.Size = new System.Drawing.Size(100, 48);
  177. this.btnInterfceSave.TabIndex = 17;
  178. this.btnInterfceSave.Text = "保存";
  179. this.btnInterfceSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.btnInterfceSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  181. //
  182. // btnInterfaceDelete
  183. //
  184. this.btnInterfaceDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  185. this.btnInterfaceDelete.Cursor = System.Windows.Forms.Cursors.Hand;
  186. this.btnInterfaceDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.btnInterfaceDelete.Location = new System.Drawing.Point(940, 15);
  188. this.btnInterfaceDelete.Margin = new System.Windows.Forms.Padding(4);
  189. this.btnInterfaceDelete.MinimumSize = new System.Drawing.Size(2, 2);
  190. this.btnInterfaceDelete.Name = "btnInterfaceDelete";
  191. this.btnInterfaceDelete.Size = new System.Drawing.Size(100, 48);
  192. this.btnInterfaceDelete.TabIndex = 16;
  193. this.btnInterfaceDelete.Text = "删除";
  194. this.btnInterfaceDelete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.btnInterfaceDelete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  196. //
  197. // btnIntefaceQuery
  198. //
  199. this.btnIntefaceQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btnIntefaceQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  201. this.btnIntefaceQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.btnIntefaceQuery.Location = new System.Drawing.Point(535, 15);
  203. this.btnIntefaceQuery.Margin = new System.Windows.Forms.Padding(4);
  204. this.btnIntefaceQuery.MinimumSize = new System.Drawing.Size(2, 2);
  205. this.btnIntefaceQuery.Name = "btnIntefaceQuery";
  206. this.btnIntefaceQuery.Size = new System.Drawing.Size(100, 48);
  207. this.btnIntefaceQuery.TabIndex = 15;
  208. this.btnIntefaceQuery.Text = "查询";
  209. this.btnIntefaceQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.btnIntefaceQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. //
  212. // btnInterfaceAdd
  213. //
  214. this.btnInterfaceAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnInterfaceAdd.Cursor = System.Windows.Forms.Cursors.Hand;
  216. this.btnInterfaceAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.btnInterfaceAdd.Location = new System.Drawing.Point(805, 15);
  218. this.btnInterfaceAdd.Margin = new System.Windows.Forms.Padding(4);
  219. this.btnInterfaceAdd.MinimumSize = new System.Drawing.Size(2, 2);
  220. this.btnInterfaceAdd.Name = "btnInterfaceAdd";
  221. this.btnInterfaceAdd.Size = new System.Drawing.Size(100, 48);
  222. this.btnInterfaceAdd.TabIndex = 14;
  223. this.btnInterfaceAdd.Text = "新增";
  224. this.btnInterfaceAdd.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnInterfaceAdd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  226. //
  227. // MaintainInterface
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.ClientSize = new System.Drawing.Size(1375, 549);
  232. this.Controls.Add(this.uiPanel1);
  233. this.Controls.Add(this.rbgInterface);
  234. this.Name = "MaintainInterface";
  235. this.Text = "接口配置";
  236. this.uiPanel1.ResumeLayout(false);
  237. ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).EndInit();
  238. this.uiPanel2.ResumeLayout(false);
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. private Sunny.UI.UIRadioButtonGroup rbgInterface;
  243. private Sunny.UI.UIPanel uiPanel1;
  244. private Sunny.UI.UIDataGridView dgvInterface;
  245. private Sunny.UI.UIPanel uiPanel2;
  246. private Sunny.UI.UIButton uiButton1;
  247. private Sunny.UI.UIButton btnInterfceSave;
  248. private Sunny.UI.UIButton btnInterfaceDelete;
  249. private Sunny.UI.UIButton btnIntefaceQuery;
  250. private Sunny.UI.UIButton btnInterfaceAdd;
  251. }
  252. }