|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- namespace HKCardManager.UserPages
- {
- partial class PersonnelEntryPage
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.button2 = new System.Windows.Forms.Button();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.卡状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.手机号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
- this.button_go = new System.Windows.Forms.Button();
- this.textBox_num = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.comboBox_num = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.comboBox_page = new System.Windows.Forms.ComboBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label_end = new System.Windows.Forms.Label();
- this.label_down = new System.Windows.Forms.Label();
- this.label_up = new System.Windows.Forms.Label();
- this.label_first = new System.Windows.Forms.Label();
- this.label_count = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(460, 56);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(90, 32);
- this.button2.TabIndex = 20;
- this.button2.Text = "添加";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // comboBox2
- //
- this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Items.AddRange(new object[] {
- "男",
- "女"});
- this.comboBox2.Location = new System.Drawing.Point(320, 58);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(97, 29);
- this.comboBox2.TabIndex = 16;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label3.Location = new System.Drawing.Point(240, 62);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(90, 21);
- this.label3.TabIndex = 15;
- this.label3.Text = "选择机构:";
- //
- // textBox1
- //
- this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.textBox1.Location = new System.Drawing.Point(90, 57);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(113, 28);
- this.textBox1.TabIndex = 12;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label1.Location = new System.Drawing.Point(10, 61);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(90, 21);
- this.label1.TabIndex = 11;
- this.label1.Text = "输入姓名:";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.button_go);
- this.splitContainer1.Panel2.Controls.Add(this.textBox_num);
- this.splitContainer1.Panel2.Controls.Add(this.comboBox2);
- this.splitContainer1.Panel2.Controls.Add(this.label12);
- this.splitContainer1.Panel2.Controls.Add(this.button2);
- this.splitContainer1.Panel2.Controls.Add(this.label13);
- this.splitContainer1.Panel2.Controls.Add(this.textBox1);
- this.splitContainer1.Panel2.Controls.Add(this.comboBox_num);
- this.splitContainer1.Panel2.Controls.Add(this.label3);
- this.splitContainer1.Panel2.Controls.Add(this.label10);
- this.splitContainer1.Panel2.Controls.Add(this.label1);
- this.splitContainer1.Panel2.Controls.Add(this.label11);
- this.splitContainer1.Panel2.Controls.Add(this.label_count);
- this.splitContainer1.Panel2.Controls.Add(this.comboBox_page);
- this.splitContainer1.Panel2.Controls.Add(this.label_first);
- this.splitContainer1.Panel2.Controls.Add(this.label9);
- this.splitContainer1.Panel2.Controls.Add(this.label_up);
- this.splitContainer1.Panel2.Controls.Add(this.label8);
- this.splitContainer1.Panel2.Controls.Add(this.label_down);
- this.splitContainer1.Panel2.Controls.Add(this.label_end);
- this.splitContainer1.Size = new System.Drawing.Size(947, 561);
- this.splitContainer1.SplitterDistance = 450;
- this.splitContainer1.TabIndex = 24;
- //
- // dataGridView1
- //
- this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.名称,
- this.卡状态,
- this.机构,
- this.手机号,
- this.卡号,
- this.删除});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 0);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowTemplate.Height = 25;
- this.dataGridView1.Size = new System.Drawing.Size(947, 450);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // 名称
- //
- this.名称.DataPropertyName = "UserName";
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.名称.DefaultCellStyle = dataGridViewCellStyle1;
- this.名称.HeaderText = "姓名";
- this.名称.Name = "名称";
- this.名称.ReadOnly = true;
- this.名称.Width = 150;
- //
- // 卡状态
- //
- this.卡状态.DataPropertyName = "State";
- this.卡状态.HeaderText = "卡状态";
- this.卡状态.Name = "卡状态";
- this.卡状态.ReadOnly = true;
- this.卡状态.Width = 150;
- //
- // 机构
- //
- this.机构.DataPropertyName = "OrgName";
- this.机构.HeaderText = "机构";
- this.机构.Name = "机构";
- this.机构.ReadOnly = true;
- this.机构.Width = 150;
- //
- // 手机号
- //
- this.手机号.DataPropertyName = "Phone";
- this.手机号.HeaderText = "手机号";
- this.手机号.Name = "手机号";
- this.手机号.ReadOnly = true;
- this.手机号.Visible = false;
- this.手机号.Width = 150;
- //
- // 卡号
- //
- this.卡号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.卡号.DataPropertyName = "CardNum";
- this.卡号.HeaderText = "卡号";
- this.卡号.Name = "卡号";
- this.卡号.ReadOnly = true;
- //
- // 删除
- //
- this.删除.DataPropertyName = "ContextName";
- this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.删除.HeaderText = "删除";
- this.删除.Name = "删除";
- this.删除.ReadOnly = true;
- this.删除.Text = "删除";
- this.删除.UseColumnTextForButtonValue = true;
- //
- // button_go
- //
- this.button_go.Location = new System.Drawing.Point(692, 15);
- this.button_go.Name = "button_go";
- this.button_go.Size = new System.Drawing.Size(58, 23);
- this.button_go.TabIndex = 14;
- this.button_go.Text = "跳转";
- this.button_go.UseVisualStyleBackColor = true;
- //
- // textBox_num
- //
- this.textBox_num.Location = new System.Drawing.Point(591, 14);
- this.textBox_num.Name = "textBox_num";
- this.textBox_num.Size = new System.Drawing.Size(59, 23);
- this.textBox_num.TabIndex = 13;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(653, 18);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(20, 17);
- this.label12.TabIndex = 12;
- this.label12.Text = "页";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(567, 18);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(20, 17);
- this.label13.TabIndex = 11;
- this.label13.Text = "第";
- //
- // comboBox_num
- //
- this.comboBox_num.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_num.FormattingEnabled = true;
- this.comboBox_num.Location = new System.Drawing.Point(460, 14);
- this.comboBox_num.Name = "comboBox_num";
- this.comboBox_num.Size = new System.Drawing.Size(66, 25);
- this.comboBox_num.TabIndex = 10;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(528, 18);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(20, 17);
- this.label10.TabIndex = 9;
- this.label10.Text = "条";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(427, 18);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(32, 17);
- this.label11.TabIndex = 8;
- this.label11.Text = "每页";
- //
- // comboBox_page
- //
- this.comboBox_page.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_page.FormattingEnabled = true;
- this.comboBox_page.Location = new System.Drawing.Point(322, 14);
- this.comboBox_page.Name = "comboBox_page";
- this.comboBox_page.Size = new System.Drawing.Size(61, 25);
- this.comboBox_page.TabIndex = 7;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(387, 18);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(20, 17);
- this.label9.TabIndex = 6;
- this.label9.Text = "页";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(303, 18);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(20, 17);
- this.label8.TabIndex = 5;
- this.label8.Text = "第";
- //
- // label_end
- //
- this.label_end.AutoSize = true;
- this.label_end.Location = new System.Drawing.Point(259, 18);
- this.label_end.Name = "label_end";
- this.label_end.Size = new System.Drawing.Size(32, 17);
- this.label_end.TabIndex = 4;
- this.label_end.Text = "尾页";
- //
- // label_down
- //
- this.label_down.AutoSize = true;
- this.label_down.Location = new System.Drawing.Point(208, 18);
- this.label_down.Name = "label_down";
- this.label_down.Size = new System.Drawing.Size(44, 17);
- this.label_down.TabIndex = 3;
- this.label_down.Text = "下一页";
- //
- // label_up
- //
- this.label_up.AutoSize = true;
- this.label_up.Location = new System.Drawing.Point(157, 18);
- this.label_up.Name = "label_up";
- this.label_up.Size = new System.Drawing.Size(44, 17);
- this.label_up.TabIndex = 2;
- this.label_up.Text = "上一页";
- //
- // label_first
- //
- this.label_first.AutoSize = true;
- this.label_first.Location = new System.Drawing.Point(118, 18);
- this.label_first.Name = "label_first";
- this.label_first.Size = new System.Drawing.Size(32, 17);
- this.label_first.TabIndex = 1;
- this.label_first.Text = "首页";
- //
- // label_count
- //
- this.label_count.AutoSize = true;
- this.label_count.Location = new System.Drawing.Point(7, 18);
- this.label_count.Name = "label_count";
- this.label_count.Size = new System.Drawing.Size(105, 17);
- this.label_count.TabIndex = 0;
- this.label_count.Text = "总0000条/0000页";
- //
- // PersonnelEntryPage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.splitContainer1);
- this.Name = "PersonnelEntryPage";
- this.Size = new System.Drawing.Size(947, 561);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private Button button2;
- private ComboBox comboBox2;
- private Label label3;
- private TextBox textBox1;
- private Label label1;
- private SplitContainer splitContainer1;
- private DataGridView dataGridView1;
- private DataGridViewTextBoxColumn 名称;
- private DataGridViewTextBoxColumn 卡状态;
- private DataGridViewTextBoxColumn 机构;
- private DataGridViewTextBoxColumn 手机号;
- private DataGridViewTextBoxColumn 卡号;
- private DataGridViewButtonColumn 删除;
- private Label label_count;
- private Button button_go;
- private TextBox textBox_num;
- private Label label12;
- private Label label13;
- private ComboBox comboBox_num;
- private Label label10;
- private Label label11;
- private ComboBox comboBox_page;
- private Label label9;
- private Label label8;
- private Label label_end;
- private Label label_down;
- private Label label_up;
- private Label label_first;
- }
- }
|