You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

285 lines
13 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class PersonnelEntryPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.comboBox2 = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  39. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  40. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.卡状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.手机号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  47. this.splitContainer1.Panel1.SuspendLayout();
  48. this.splitContainer1.Panel2.SuspendLayout();
  49. this.splitContainer1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // button2
  54. //
  55. this.button2.Location = new System.Drawing.Point(844, 13);
  56. this.button2.Name = "button2";
  57. this.button2.Size = new System.Drawing.Size(90, 32);
  58. this.button2.TabIndex = 20;
  59. this.button2.Text = "添加";
  60. this.button2.UseVisualStyleBackColor = true;
  61. this.button2.Click += new System.EventHandler(this.button2_Click);
  62. //
  63. // textBox2
  64. //
  65. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  66. this.textBox2.Location = new System.Drawing.Point(323, 13);
  67. this.textBox2.Name = "textBox2";
  68. this.textBox2.Size = new System.Drawing.Size(136, 28);
  69. this.textBox2.TabIndex = 18;
  70. //
  71. // label4
  72. //
  73. this.label4.AutoSize = true;
  74. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  75. this.label4.Location = new System.Drawing.Point(228, 17);
  76. this.label4.Name = "label4";
  77. this.label4.Size = new System.Drawing.Size(106, 21);
  78. this.label4.TabIndex = 17;
  79. this.label4.Text = "输入手机号:";
  80. //
  81. // comboBox2
  82. //
  83. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  84. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  85. this.comboBox2.FormattingEnabled = true;
  86. this.comboBox2.Items.AddRange(new object[] {
  87. "男",
  88. "女"});
  89. this.comboBox2.Location = new System.Drawing.Point(736, 13);
  90. this.comboBox2.Name = "comboBox2";
  91. this.comboBox2.Size = new System.Drawing.Size(97, 29);
  92. this.comboBox2.TabIndex = 16;
  93. //
  94. // label3
  95. //
  96. this.label3.AutoSize = true;
  97. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  98. this.label3.Location = new System.Drawing.Point(656, 17);
  99. this.label3.Name = "label3";
  100. this.label3.Size = new System.Drawing.Size(90, 21);
  101. this.label3.TabIndex = 15;
  102. this.label3.Text = "选择机构:";
  103. //
  104. // comboBox1
  105. //
  106. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  108. this.comboBox1.FormattingEnabled = true;
  109. this.comboBox1.Items.AddRange(new object[] {
  110. "男",
  111. "女"});
  112. this.comboBox1.Location = new System.Drawing.Point(569, 13);
  113. this.comboBox1.Name = "comboBox1";
  114. this.comboBox1.Size = new System.Drawing.Size(61, 29);
  115. this.comboBox1.TabIndex = 14;
  116. //
  117. // label2
  118. //
  119. this.label2.AutoSize = true;
  120. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  121. this.label2.Location = new System.Drawing.Point(486, 17);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(90, 21);
  124. this.label2.TabIndex = 13;
  125. this.label2.Text = "选择姓别:";
  126. //
  127. // textBox1
  128. //
  129. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  130. this.textBox1.Location = new System.Drawing.Point(90, 13);
  131. this.textBox1.Name = "textBox1";
  132. this.textBox1.Size = new System.Drawing.Size(113, 28);
  133. this.textBox1.TabIndex = 12;
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  139. this.label1.Location = new System.Drawing.Point(10, 17);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(90, 21);
  142. this.label1.TabIndex = 11;
  143. this.label1.Text = "输入姓名:";
  144. //
  145. // splitContainer1
  146. //
  147. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  149. this.splitContainer1.Name = "splitContainer1";
  150. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  151. //
  152. // splitContainer1.Panel1
  153. //
  154. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  155. //
  156. // splitContainer1.Panel2
  157. //
  158. this.splitContainer1.Panel2.Controls.Add(this.textBox2);
  159. this.splitContainer1.Panel2.Controls.Add(this.comboBox2);
  160. this.splitContainer1.Panel2.Controls.Add(this.button2);
  161. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  162. this.splitContainer1.Panel2.Controls.Add(this.label4);
  163. this.splitContainer1.Panel2.Controls.Add(this.comboBox1);
  164. this.splitContainer1.Panel2.Controls.Add(this.label2);
  165. this.splitContainer1.Panel2.Controls.Add(this.label3);
  166. this.splitContainer1.Panel2.Controls.Add(this.label1);
  167. this.splitContainer1.Size = new System.Drawing.Size(947, 561);
  168. this.splitContainer1.SplitterDistance = 499;
  169. this.splitContainer1.TabIndex = 24;
  170. //
  171. // dataGridView1
  172. //
  173. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  174. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  175. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  176. this.名称,
  177. this.卡状态,
  178. this.机构,
  179. this.手机号,
  180. this.卡号,
  181. this.删除});
  182. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  184. this.dataGridView1.Name = "dataGridView1";
  185. this.dataGridView1.RowHeadersVisible = false;
  186. this.dataGridView1.RowTemplate.Height = 25;
  187. this.dataGridView1.Size = new System.Drawing.Size(947, 499);
  188. this.dataGridView1.TabIndex = 0;
  189. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  190. //
  191. // 名称
  192. //
  193. this.名称.DataPropertyName = "UserName";
  194. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  195. this.名称.DefaultCellStyle = dataGridViewCellStyle1;
  196. this.名称.HeaderText = "姓名";
  197. this.名称.Name = "名称";
  198. this.名称.ReadOnly = true;
  199. this.名称.Width = 150;
  200. //
  201. // 卡状态
  202. //
  203. this.卡状态.DataPropertyName = "State";
  204. this.卡状态.HeaderText = "卡状态";
  205. this.卡状态.Name = "卡状态";
  206. this.卡状态.ReadOnly = true;
  207. this.卡状态.Width = 150;
  208. //
  209. // 机构
  210. //
  211. this.机构.DataPropertyName = "OrgName";
  212. this.机构.HeaderText = "机构";
  213. this.机构.Name = "机构";
  214. this.机构.ReadOnly = true;
  215. this.机构.Width = 150;
  216. //
  217. // 手机号
  218. //
  219. this.手机号.DataPropertyName = "Phone";
  220. this.手机号.HeaderText = "手机号";
  221. this.手机号.Name = "手机号";
  222. this.手机号.ReadOnly = true;
  223. this.手机号.Visible = false;
  224. this.手机号.Width = 150;
  225. //
  226. // 卡号
  227. //
  228. this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  229. this.卡号.DataPropertyName = "CardNum";
  230. this.卡号.HeaderText = "卡号";
  231. this.卡号.Name = "卡号";
  232. this.卡号.ReadOnly = true;
  233. //
  234. // 删除
  235. //
  236. this.删除.DataPropertyName = "ContextName";
  237. this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  238. this.删除.HeaderText = "删除";
  239. this.删除.Name = "删除";
  240. this.删除.ReadOnly = true;
  241. this.删除.Text = "删除";
  242. this.删除.UseColumnTextForButtonValue = true;
  243. //
  244. // PersonnelEntryPage
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.Controls.Add(this.splitContainer1);
  249. this.Name = "PersonnelEntryPage";
  250. this.Size = new System.Drawing.Size(947, 561);
  251. this.splitContainer1.Panel1.ResumeLayout(false);
  252. this.splitContainer1.Panel2.ResumeLayout(false);
  253. this.splitContainer1.Panel2.PerformLayout();
  254. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  255. this.splitContainer1.ResumeLayout(false);
  256. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  257. this.ResumeLayout(false);
  258. }
  259. #endregion
  260. private Button button2;
  261. private TextBox textBox2;
  262. private Label label4;
  263. private ComboBox comboBox2;
  264. private Label label3;
  265. private ComboBox comboBox1;
  266. private Label label2;
  267. private TextBox textBox1;
  268. private Label label1;
  269. private SplitContainer splitContainer1;
  270. private DataGridView dataGridView1;
  271. private DataGridViewTextBoxColumn 名称;
  272. private DataGridViewTextBoxColumn 卡状态;
  273. private DataGridViewTextBoxColumn 机构;
  274. private DataGridViewTextBoxColumn 手机号;
  275. private DataGridViewTextBoxColumn 卡号;
  276. private DataGridViewButtonColumn 删除;
  277. }
  278. }