Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

PersonnelEntryPage.Designer.cs 18 KiB

2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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.comboBox2 = new System.Windows.Forms.ComboBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.卡状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.手机号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
  42. this.button_go = new System.Windows.Forms.Button();
  43. this.textBox_num = new System.Windows.Forms.TextBox();
  44. this.label12 = new System.Windows.Forms.Label();
  45. this.label13 = new System.Windows.Forms.Label();
  46. this.comboBox_num = new System.Windows.Forms.ComboBox();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.comboBox_page = new System.Windows.Forms.ComboBox();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.label8 = new System.Windows.Forms.Label();
  52. this.label_end = new System.Windows.Forms.Label();
  53. this.label_down = new System.Windows.Forms.Label();
  54. this.label_up = new System.Windows.Forms.Label();
  55. this.label_first = new System.Windows.Forms.Label();
  56. this.label_count = new System.Windows.Forms.Label();
  57. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  58. this.splitContainer1.Panel1.SuspendLayout();
  59. this.splitContainer1.Panel2.SuspendLayout();
  60. this.splitContainer1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // button2
  65. //
  66. this.button2.Location = new System.Drawing.Point(460, 56);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(90, 32);
  69. this.button2.TabIndex = 20;
  70. this.button2.Text = "添加";
  71. this.button2.UseVisualStyleBackColor = true;
  72. this.button2.Click += new System.EventHandler(this.button2_Click);
  73. //
  74. // comboBox2
  75. //
  76. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  77. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  78. this.comboBox2.FormattingEnabled = true;
  79. this.comboBox2.Items.AddRange(new object[] {
  80. "男",
  81. "女"});
  82. this.comboBox2.Location = new System.Drawing.Point(320, 58);
  83. this.comboBox2.Name = "comboBox2";
  84. this.comboBox2.Size = new System.Drawing.Size(97, 29);
  85. this.comboBox2.TabIndex = 16;
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  91. this.label3.Location = new System.Drawing.Point(240, 62);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(90, 21);
  94. this.label3.TabIndex = 15;
  95. this.label3.Text = "选择机构:";
  96. //
  97. // textBox1
  98. //
  99. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  100. this.textBox1.Location = new System.Drawing.Point(90, 57);
  101. this.textBox1.Name = "textBox1";
  102. this.textBox1.Size = new System.Drawing.Size(113, 28);
  103. this.textBox1.TabIndex = 12;
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  109. this.label1.Location = new System.Drawing.Point(10, 61);
  110. this.label1.Name = "label1";
  111. this.label1.Size = new System.Drawing.Size(90, 21);
  112. this.label1.TabIndex = 11;
  113. this.label1.Text = "输入姓名:";
  114. //
  115. // splitContainer1
  116. //
  117. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  119. this.splitContainer1.Name = "splitContainer1";
  120. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  121. //
  122. // splitContainer1.Panel1
  123. //
  124. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  125. //
  126. // splitContainer1.Panel2
  127. //
  128. this.splitContainer1.Panel2.Controls.Add(this.button_go);
  129. this.splitContainer1.Panel2.Controls.Add(this.textBox_num);
  130. this.splitContainer1.Panel2.Controls.Add(this.comboBox2);
  131. this.splitContainer1.Panel2.Controls.Add(this.label12);
  132. this.splitContainer1.Panel2.Controls.Add(this.button2);
  133. this.splitContainer1.Panel2.Controls.Add(this.label13);
  134. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  135. this.splitContainer1.Panel2.Controls.Add(this.comboBox_num);
  136. this.splitContainer1.Panel2.Controls.Add(this.label3);
  137. this.splitContainer1.Panel2.Controls.Add(this.label10);
  138. this.splitContainer1.Panel2.Controls.Add(this.label1);
  139. this.splitContainer1.Panel2.Controls.Add(this.label11);
  140. this.splitContainer1.Panel2.Controls.Add(this.label_count);
  141. this.splitContainer1.Panel2.Controls.Add(this.comboBox_page);
  142. this.splitContainer1.Panel2.Controls.Add(this.label_first);
  143. this.splitContainer1.Panel2.Controls.Add(this.label9);
  144. this.splitContainer1.Panel2.Controls.Add(this.label_up);
  145. this.splitContainer1.Panel2.Controls.Add(this.label8);
  146. this.splitContainer1.Panel2.Controls.Add(this.label_down);
  147. this.splitContainer1.Panel2.Controls.Add(this.label_end);
  148. this.splitContainer1.Size = new System.Drawing.Size(947, 561);
  149. this.splitContainer1.SplitterDistance = 450;
  150. this.splitContainer1.TabIndex = 24;
  151. //
  152. // dataGridView1
  153. //
  154. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  155. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  156. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  157. this.名称,
  158. this.卡状态,
  159. this.机构,
  160. this.手机号,
  161. this.卡号,
  162. this.删除});
  163. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  165. this.dataGridView1.Name = "dataGridView1";
  166. this.dataGridView1.RowHeadersVisible = false;
  167. this.dataGridView1.RowTemplate.Height = 25;
  168. this.dataGridView1.Size = new System.Drawing.Size(947, 450);
  169. this.dataGridView1.TabIndex = 0;
  170. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  171. //
  172. // 名称
  173. //
  174. this.名称.DataPropertyName = "UserName";
  175. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  176. this.名称.DefaultCellStyle = dataGridViewCellStyle1;
  177. this.名称.HeaderText = "姓名";
  178. this.名称.Name = "名称";
  179. this.名称.ReadOnly = true;
  180. this.名称.Width = 150;
  181. //
  182. // 卡状态
  183. //
  184. this.卡状态.DataPropertyName = "State";
  185. this.卡状态.HeaderText = "卡状态";
  186. this.卡状态.Name = "卡状态";
  187. this.卡状态.ReadOnly = true;
  188. this.卡状态.Width = 150;
  189. //
  190. // 机构
  191. //
  192. this.机构.DataPropertyName = "OrgName";
  193. this.机构.HeaderText = "机构";
  194. this.机构.Name = "机构";
  195. this.机构.ReadOnly = true;
  196. this.机构.Width = 150;
  197. //
  198. // 手机号
  199. //
  200. this.手机号.DataPropertyName = "Phone";
  201. this.手机号.HeaderText = "手机号";
  202. this.手机号.Name = "手机号";
  203. this.手机号.ReadOnly = true;
  204. this.手机号.Visible = false;
  205. this.手机号.Width = 150;
  206. //
  207. // 卡号
  208. //
  209. this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  210. this.卡号.DataPropertyName = "CardNum";
  211. this.卡号.HeaderText = "卡号";
  212. this.卡号.Name = "卡号";
  213. this.卡号.ReadOnly = true;
  214. //
  215. // 删除
  216. //
  217. this.删除.DataPropertyName = "ContextName";
  218. this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  219. this.删除.HeaderText = "删除";
  220. this.删除.Name = "删除";
  221. this.删除.ReadOnly = true;
  222. this.删除.Text = "删除";
  223. this.删除.UseColumnTextForButtonValue = true;
  224. //
  225. // button_go
  226. //
  227. this.button_go.Location = new System.Drawing.Point(692, 15);
  228. this.button_go.Name = "button_go";
  229. this.button_go.Size = new System.Drawing.Size(58, 23);
  230. this.button_go.TabIndex = 14;
  231. this.button_go.Text = "跳转";
  232. this.button_go.UseVisualStyleBackColor = true;
  233. //
  234. // textBox_num
  235. //
  236. this.textBox_num.Location = new System.Drawing.Point(591, 14);
  237. this.textBox_num.Name = "textBox_num";
  238. this.textBox_num.Size = new System.Drawing.Size(59, 23);
  239. this.textBox_num.TabIndex = 13;
  240. //
  241. // label12
  242. //
  243. this.label12.AutoSize = true;
  244. this.label12.Location = new System.Drawing.Point(653, 18);
  245. this.label12.Name = "label12";
  246. this.label12.Size = new System.Drawing.Size(20, 17);
  247. this.label12.TabIndex = 12;
  248. this.label12.Text = "页";
  249. //
  250. // label13
  251. //
  252. this.label13.AutoSize = true;
  253. this.label13.Location = new System.Drawing.Point(567, 18);
  254. this.label13.Name = "label13";
  255. this.label13.Size = new System.Drawing.Size(20, 17);
  256. this.label13.TabIndex = 11;
  257. this.label13.Text = "第";
  258. //
  259. // comboBox_num
  260. //
  261. this.comboBox_num.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  262. this.comboBox_num.FormattingEnabled = true;
  263. this.comboBox_num.Location = new System.Drawing.Point(460, 14);
  264. this.comboBox_num.Name = "comboBox_num";
  265. this.comboBox_num.Size = new System.Drawing.Size(66, 25);
  266. this.comboBox_num.TabIndex = 10;
  267. //
  268. // label10
  269. //
  270. this.label10.AutoSize = true;
  271. this.label10.Location = new System.Drawing.Point(528, 18);
  272. this.label10.Name = "label10";
  273. this.label10.Size = new System.Drawing.Size(20, 17);
  274. this.label10.TabIndex = 9;
  275. this.label10.Text = "条";
  276. //
  277. // label11
  278. //
  279. this.label11.AutoSize = true;
  280. this.label11.Location = new System.Drawing.Point(427, 18);
  281. this.label11.Name = "label11";
  282. this.label11.Size = new System.Drawing.Size(32, 17);
  283. this.label11.TabIndex = 8;
  284. this.label11.Text = "每页";
  285. //
  286. // comboBox_page
  287. //
  288. this.comboBox_page.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  289. this.comboBox_page.FormattingEnabled = true;
  290. this.comboBox_page.Location = new System.Drawing.Point(322, 14);
  291. this.comboBox_page.Name = "comboBox_page";
  292. this.comboBox_page.Size = new System.Drawing.Size(61, 25);
  293. this.comboBox_page.TabIndex = 7;
  294. //
  295. // label9
  296. //
  297. this.label9.AutoSize = true;
  298. this.label9.Location = new System.Drawing.Point(387, 18);
  299. this.label9.Name = "label9";
  300. this.label9.Size = new System.Drawing.Size(20, 17);
  301. this.label9.TabIndex = 6;
  302. this.label9.Text = "页";
  303. //
  304. // label8
  305. //
  306. this.label8.AutoSize = true;
  307. this.label8.Location = new System.Drawing.Point(303, 18);
  308. this.label8.Name = "label8";
  309. this.label8.Size = new System.Drawing.Size(20, 17);
  310. this.label8.TabIndex = 5;
  311. this.label8.Text = "第";
  312. //
  313. // label_end
  314. //
  315. this.label_end.AutoSize = true;
  316. this.label_end.Location = new System.Drawing.Point(259, 18);
  317. this.label_end.Name = "label_end";
  318. this.label_end.Size = new System.Drawing.Size(32, 17);
  319. this.label_end.TabIndex = 4;
  320. this.label_end.Text = "尾页";
  321. //
  322. // label_down
  323. //
  324. this.label_down.AutoSize = true;
  325. this.label_down.Location = new System.Drawing.Point(208, 18);
  326. this.label_down.Name = "label_down";
  327. this.label_down.Size = new System.Drawing.Size(44, 17);
  328. this.label_down.TabIndex = 3;
  329. this.label_down.Text = "下一页";
  330. //
  331. // label_up
  332. //
  333. this.label_up.AutoSize = true;
  334. this.label_up.Location = new System.Drawing.Point(157, 18);
  335. this.label_up.Name = "label_up";
  336. this.label_up.Size = new System.Drawing.Size(44, 17);
  337. this.label_up.TabIndex = 2;
  338. this.label_up.Text = "上一页";
  339. //
  340. // label_first
  341. //
  342. this.label_first.AutoSize = true;
  343. this.label_first.Location = new System.Drawing.Point(118, 18);
  344. this.label_first.Name = "label_first";
  345. this.label_first.Size = new System.Drawing.Size(32, 17);
  346. this.label_first.TabIndex = 1;
  347. this.label_first.Text = "首页";
  348. //
  349. // label_count
  350. //
  351. this.label_count.AutoSize = true;
  352. this.label_count.Location = new System.Drawing.Point(7, 18);
  353. this.label_count.Name = "label_count";
  354. this.label_count.Size = new System.Drawing.Size(105, 17);
  355. this.label_count.TabIndex = 0;
  356. this.label_count.Text = "总0000条/0000页";
  357. //
  358. // PersonnelEntryPage
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.Controls.Add(this.splitContainer1);
  363. this.Name = "PersonnelEntryPage";
  364. this.Size = new System.Drawing.Size(947, 561);
  365. this.splitContainer1.Panel1.ResumeLayout(false);
  366. this.splitContainer1.Panel2.ResumeLayout(false);
  367. this.splitContainer1.Panel2.PerformLayout();
  368. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  369. this.splitContainer1.ResumeLayout(false);
  370. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  371. this.ResumeLayout(false);
  372. }
  373. #endregion
  374. private Button button2;
  375. private ComboBox comboBox2;
  376. private Label label3;
  377. private TextBox textBox1;
  378. private Label label1;
  379. private SplitContainer splitContainer1;
  380. private DataGridView dataGridView1;
  381. private DataGridViewTextBoxColumn 名称;
  382. private DataGridViewTextBoxColumn 卡状态;
  383. private DataGridViewTextBoxColumn 机构;
  384. private DataGridViewTextBoxColumn 手机号;
  385. private DataGridViewTextBoxColumn 卡号;
  386. private DataGridViewButtonColumn 删除;
  387. private Label label_count;
  388. private Button button_go;
  389. private TextBox textBox_num;
  390. private Label label12;
  391. private Label label13;
  392. private ComboBox comboBox_num;
  393. private Label label10;
  394. private Label label11;
  395. private ComboBox comboBox_page;
  396. private Label label9;
  397. private Label label8;
  398. private Label label_end;
  399. private Label label_down;
  400. private Label label_up;
  401. private Label label_first;
  402. }
  403. }