|
- namespace HKCardManager.UserPages
- {
- partial class InstitutionalEntryPage
- {
- /// <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.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.DataGridViewButtonColumn();
- this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
- ((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(345, 10);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(92, 28);
- this.button2.TabIndex = 7;
- this.button2.Text = "确认";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // 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(118, 10);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(209, 28);
- this.textBox1.TabIndex = 5;
- //
- // 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(8, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(122, 21);
- this.label1.TabIndex = 4;
- 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.textBox1);
- this.splitContainer1.Panel2.Controls.Add(this.label1);
- this.splitContainer1.Panel2.Controls.Add(this.button2);
- this.splitContainer1.Size = new System.Drawing.Size(1044, 690);
- this.splitContainer1.SplitterDistance = 629;
- this.splitContainer1.TabIndex = 8;
- //
- // 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.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(1044, 629);
- this.dataGridView1.TabIndex = 1;
- //
- // 机构名称
- //
- this.机构名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.机构名称.DataPropertyName = "Name";
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.机构名称.DefaultCellStyle = dataGridViewCellStyle1;
- this.机构名称.HeaderText = "机构名称";
- this.机构名称.Name = "机构名称";
- this.机构名称.ReadOnly = true;
- //
- // 修改名称
- //
- this.修改名称.HeaderText = "修改名称";
- this.修改名称.Name = "修改名称";
- this.修改名称.Width = 150;
- //
- // 修改
- //
- this.修改.DataPropertyName = "ContextName";
- this.修改.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.修改.HeaderText = "修改";
- this.修改.Name = "修改";
- this.修改.ReadOnly = true;
- this.修改.Text = "修改";
- this.修改.UseColumnTextForButtonValue = true;
- //
- // 删除
- //
- this.删除.DataPropertyName = "ContextName";
- this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.删除.HeaderText = "删除";
- this.删除.Name = "删除";
- this.删除.ReadOnly = true;
- this.删除.Text = "删除";
- this.删除.UseColumnTextForButtonValue = true;
- //
- // InstitutionalEntryPage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.splitContainer1);
- this.Name = "InstitutionalEntryPage";
- this.Size = new System.Drawing.Size(1044, 690);
- 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 TextBox textBox1;
- private Label label1;
- private SplitContainer splitContainer1;
- private DataGridView dataGridView1;
- private DataGridViewTextBoxColumn 机构名称;
- private DataGridViewTextBoxColumn 修改名称;
- private DataGridViewButtonColumn 修改;
- private DataGridViewButtonColumn 删除;
- }
- }
|