ImportDataFromExcel.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. 
  2. namespace HuBeiMI.Forms
  3. {
  4. partial class ImportDataFromExcel
  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.pgHISDirect = new Sunny.UI.UIPagination();
  35. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  36. this.dgvHISDirectory = new Sunny.UI.UIDataGridView();
  37. this.uiTextBox1 = new Sunny.UI.UITextBox();
  38. this.btnChooseFile = new Sunny.UI.UIButton();
  39. this.btnImport = new Sunny.UI.UIButton();
  40. this.btnExit = new Sunny.UI.UIButton();
  41. this.uiTitlePanel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // pgHISDirect
  46. //
  47. this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  48. this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.pgHISDirect.Location = new System.Drawing.Point(0, 723);
  50. this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  51. this.pgHISDirect.MinimumSize = new System.Drawing.Size(1, 1);
  52. this.pgHISDirect.Name = "pgHISDirect";
  53. this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  54. this.pgHISDirect.ShowJumpButton = false;
  55. this.pgHISDirect.ShowText = false;
  56. this.pgHISDirect.Size = new System.Drawing.Size(1239, 35);
  57. this.pgHISDirect.TabIndex = 7;
  58. this.pgHISDirect.Text = "uiPagination2";
  59. this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  60. this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  61. //
  62. // uiTitlePanel1
  63. //
  64. this.uiTitlePanel1.Controls.Add(this.btnExit);
  65. this.uiTitlePanel1.Controls.Add(this.btnImport);
  66. this.uiTitlePanel1.Controls.Add(this.btnChooseFile);
  67. this.uiTitlePanel1.Controls.Add(this.uiTextBox1);
  68. this.uiTitlePanel1.Controls.Add(this.dgvHISDirectory);
  69. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  72. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.uiTitlePanel1.Name = "uiTitlePanel1";
  75. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  76. this.uiTitlePanel1.ShowText = false;
  77. this.uiTitlePanel1.Size = new System.Drawing.Size(1239, 723);
  78. this.uiTitlePanel1.TabIndex = 8;
  79. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  80. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  81. //
  82. // dgvHISDirectory
  83. //
  84. this.dgvHISDirectory.AllowUserToAddRows = false;
  85. this.dgvHISDirectory.AllowUserToDeleteRows = false;
  86. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  87. this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  88. this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  89. this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  90. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  91. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  92. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  94. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  95. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  96. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  97. this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  98. this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  99. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  100. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  101. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  103. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  104. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  105. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  106. this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle3;
  107. this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.dgvHISDirectory.EnableHeadersVisualStyles = false;
  109. this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  111. this.dgvHISDirectory.Location = new System.Drawing.Point(0, 35);
  112. this.dgvHISDirectory.Name = "dgvHISDirectory";
  113. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  115. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  119. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  121. this.dgvHISDirectory.RowHeadersWidth = 51;
  122. this.dgvHISDirectory.RowHeight = 25;
  123. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  124. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  126. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  127. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  128. this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;
  129. this.dgvHISDirectory.RowTemplate.Height = 25;
  130. this.dgvHISDirectory.SelectedIndex = -1;
  131. this.dgvHISDirectory.Size = new System.Drawing.Size(1239, 688);
  132. this.dgvHISDirectory.TabIndex = 9;
  133. this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  134. //
  135. // uiTextBox1
  136. //
  137. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  138. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.uiTextBox1.Location = new System.Drawing.Point(3, 4);
  140. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  141. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  142. this.uiTextBox1.Name = "uiTextBox1";
  143. this.uiTextBox1.ShowText = false;
  144. this.uiTextBox1.Size = new System.Drawing.Size(875, 29);
  145. this.uiTextBox1.TabIndex = 10;
  146. this.uiTextBox1.Text = "uiTextBox1";
  147. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  148. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  149. //
  150. // btnChooseFile
  151. //
  152. this.btnChooseFile.Cursor = System.Windows.Forms.Cursors.Hand;
  153. this.btnChooseFile.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.btnChooseFile.Location = new System.Drawing.Point(882, 4);
  155. this.btnChooseFile.MinimumSize = new System.Drawing.Size(1, 1);
  156. this.btnChooseFile.Name = "btnChooseFile";
  157. this.btnChooseFile.Size = new System.Drawing.Size(97, 29);
  158. this.btnChooseFile.TabIndex = 11;
  159. this.btnChooseFile.Text = "文件选择";
  160. this.btnChooseFile.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.btnChooseFile.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  162. //
  163. // btnImport
  164. //
  165. this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  166. this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand;
  167. this.btnImport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnImport.Location = new System.Drawing.Point(1011, 4);
  169. this.btnImport.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.btnImport.Name = "btnImport";
  171. this.btnImport.Size = new System.Drawing.Size(100, 29);
  172. this.btnImport.TabIndex = 12;
  173. this.btnImport.Text = "执行导入";
  174. this.btnImport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.btnImport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  176. //
  177. // btnExit
  178. //
  179. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  180. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  181. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.btnExit.Location = new System.Drawing.Point(1132, 4);
  183. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  184. this.btnExit.Name = "btnExit";
  185. this.btnExit.Size = new System.Drawing.Size(100, 29);
  186. this.btnExit.TabIndex = 13;
  187. this.btnExit.Text = "退 出";
  188. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  190. //
  191. // ImportDataFromExcel
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(1239, 758);
  196. this.Controls.Add(this.uiTitlePanel1);
  197. this.Controls.Add(this.pgHISDirect);
  198. this.Name = "ImportDataFromExcel";
  199. this.Text = "Form1";
  200. this.uiTitlePanel1.ResumeLayout(false);
  201. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
  202. this.ResumeLayout(false);
  203. }
  204. #endregion
  205. private Sunny.UI.UIPagination pgHISDirect;
  206. private Sunny.UI.UITitlePanel uiTitlePanel1;
  207. private Sunny.UI.UIButton btnExit;
  208. private Sunny.UI.UIButton btnImport;
  209. private Sunny.UI.UIButton btnChooseFile;
  210. private Sunny.UI.UITextBox uiTextBox1;
  211. private Sunny.UI.UIDataGridView dgvHISDirectory;
  212. }
  213. }