ImportExcel.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class ImportExcel
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportExcel));
  31. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnOpen = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  40. this.panelEx1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx1);
  46. this.plExMainContainer.Size = new System.Drawing.Size(903, 543);
  47. //
  48. // plFormMainContent
  49. //
  50. this.plFormMainContent.Size = new System.Drawing.Size(903, 543);
  51. //
  52. // btnAppFormMaximize
  53. //
  54. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  55. this.btnAppFormMaximize.Location = new System.Drawing.Point(844, 0);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(871, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(817, 0);
  66. //
  67. // dgvData
  68. //
  69. this.dgvData.AllowUserToAddRows = false;
  70. this.dgvData.AllowUserToDeleteRows = false;
  71. this.dgvData.AllowUserToResizeRows = false;
  72. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  76. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  77. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  78. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  79. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  82. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  83. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  84. this.dgvData.ColumnHeadersHeight = 24;
  85. this.dgvData.dgvCurrentColumnOriginalSet = "";
  86. this.dgvData.dgvCurrentColumnWidth = "";
  87. this.dgvData.dgvCurrentHideColumn = null;
  88. this.dgvData.dgvFixedHideColumn = null;
  89. this.dgvData.dgvGuidName = null;
  90. this.dgvData.dgvUserEmployeeID = null;
  91. this.dgvData.EnableHeadersVisualStyles = false;
  92. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  93. this.dgvData.ImageHeight = 15;
  94. this.dgvData.ImageWidth = 15;
  95. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  96. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  97. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  98. this.dgvData.IsCopyCellValue = true;
  99. this.dgvData.IsShowSerialNumber = false;
  100. this.dgvData.IsSortedRedraw = true;
  101. this.dgvData.IsSortMode = false;
  102. this.dgvData.Location = new System.Drawing.Point(5, 5);
  103. this.dgvData.Name = "dgvData";
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  108. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  109. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  112. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  113. this.dgvData.RowHeadersWidth = 25;
  114. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  115. this.dgvData.RowTemplate.Height = 23;
  116. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  117. this.dgvData.Size = new System.Drawing.Size(885, 479);
  118. this.dgvData.TabIndex = 0;
  119. this.dgvData.ViceCount = 1;
  120. //
  121. // panelEx1
  122. //
  123. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  127. this.panelEx1.BorderWidth = 1;
  128. this.panelEx1.Controls.Add(this.btnCancel);
  129. this.panelEx1.Controls.Add(this.btnSave);
  130. this.panelEx1.Controls.Add(this.btnOpen);
  131. this.panelEx1.Controls.Add(this.dgvData);
  132. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  133. this.panelEx1.Name = "panelEx1";
  134. this.panelEx1.Size = new System.Drawing.Size(893, 530);
  135. this.panelEx1.TabIndex = 1;
  136. //
  137. // btnCancel
  138. //
  139. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  140. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  141. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  142. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btnCancel.ForeColor = System.Drawing.Color.White;
  144. this.btnCancel.IsCustomBackImg = false;
  145. this.btnCancel.IsShowText = true;
  146. this.btnCancel.Location = new System.Drawing.Point(518, 492);
  147. this.btnCancel.Name = "btnCancel";
  148. this.btnCancel.Size = new System.Drawing.Size(116, 28);
  149. this.btnCancel.TabIndex = 3;
  150. this.btnCancel.Text = " 取 消";
  151. this.btnCancel.UseVisualStyleBackColor = false;
  152. //
  153. // btnSave
  154. //
  155. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  156. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  157. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  158. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  159. this.btnSave.ForeColor = System.Drawing.Color.White;
  160. this.btnSave.IsCustomBackImg = false;
  161. this.btnSave.IsShowText = true;
  162. this.btnSave.Location = new System.Drawing.Point(375, 492);
  163. this.btnSave.Name = "btnSave";
  164. this.btnSave.Size = new System.Drawing.Size(116, 28);
  165. this.btnSave.TabIndex = 2;
  166. this.btnSave.Text = " 保 存";
  167. this.btnSave.UseVisualStyleBackColor = false;
  168. //
  169. // btnOpen
  170. //
  171. this.btnOpen.BackColor = System.Drawing.Color.Transparent;
  172. this.btnOpen.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpen.BackImg")));
  173. this.btnOpen.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  174. this.btnOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  175. this.btnOpen.ForeColor = System.Drawing.Color.White;
  176. this.btnOpen.IsCustomBackImg = false;
  177. this.btnOpen.IsShowText = true;
  178. this.btnOpen.Location = new System.Drawing.Point(231, 492);
  179. this.btnOpen.Name = "btnOpen";
  180. this.btnOpen.Size = new System.Drawing.Size(116, 28);
  181. this.btnOpen.TabIndex = 1;
  182. this.btnOpen.Text = " 打开Excel文档";
  183. this.btnOpen.UseVisualStyleBackColor = false;
  184. //
  185. // openFileDialog1
  186. //
  187. this.openFileDialog1.Filter = "Excel文件|*.xls";
  188. //
  189. // ImportExcel
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  194. this.ClientSize = new System.Drawing.Size(903, 608);
  195. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  196. this.Name = "ImportExcel";
  197. this.Text = "导入Excel文档";
  198. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  199. this.plExMainContainer.ResumeLayout(false);
  200. this.plFormMainContent.ResumeLayout(false);
  201. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  202. this.panelEx1.ResumeLayout(false);
  203. this.ResumeLayout(false);
  204. }
  205. #endregion
  206. protected internal ComponentLibrary.ButtonEx btnCancel;
  207. protected internal ComponentLibrary.ButtonEx btnSave;
  208. protected internal ComponentLibrary.ButtonEx btnOpen;
  209. protected internal ComponentLibrary.PanelEx panelEx1;
  210. protected internal ComponentLibrary.DataGridViewEc dgvData;
  211. protected internal System.Windows.Forms.OpenFileDialog openFileDialog1;
  212. }
  213. }