|
@@ -0,0 +1,140 @@
|
|
|
+namespace DataManager
|
|
|
+{
|
|
|
+ partial class UIPerson
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.panel3 = new System.Windows.Forms.Panel();
|
|
|
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
+ this.btnAddFund = new System.Windows.Forms.Button();
|
|
|
+ this.lblName = new System.Windows.Forms.Label();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.panel2.SuspendLayout();
|
|
|
+ this.panel3.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.panel1.Controls.Add(this.textBox1);
|
|
|
+ this.panel1.Controls.Add(this.lblName);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(800, 192);
|
|
|
+ this.panel1.TabIndex = 0;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.panel2.Controls.Add(this.dataGridView1);
|
|
|
+ this.panel2.Controls.Add(this.panel3);
|
|
|
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel2.Location = new System.Drawing.Point(0, 192);
|
|
|
+ this.panel2.Name = "panel2";
|
|
|
+ this.panel2.Size = new System.Drawing.Size(800, 258);
|
|
|
+ this.panel2.TabIndex = 1;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.panel3.Controls.Add(this.btnAddFund);
|
|
|
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel3.Name = "panel3";
|
|
|
+ this.panel3.Size = new System.Drawing.Size(800, 56);
|
|
|
+ this.panel3.TabIndex = 0;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.dataGridView1.Location = new System.Drawing.Point(0, 56);
|
|
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
|
+ this.dataGridView1.RowTemplate.Height = 23;
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(800, 202);
|
|
|
+ this.dataGridView1.TabIndex = 1;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.btnAddFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnAddFund.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnAddFund.Location = new System.Drawing.Point(667, 15);
|
|
|
+ this.btnAddFund.Name = "btnAddFund";
|
|
|
+ this.btnAddFund.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnAddFund.TabIndex = 2;
|
|
|
+ this.btnAddFund.Text = "添 加 基 金";
|
|
|
+ this.btnAddFund.UseVisualStyleBackColor = false;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lblName.AutoSize = true;
|
|
|
+ this.lblName.Location = new System.Drawing.Point(21, 22);
|
|
|
+ this.lblName.Name = "lblName";
|
|
|
+ this.lblName.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.lblName.TabIndex = 0;
|
|
|
+ this.lblName.Text = "姓名";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(72, 19);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(132, 23);
|
|
|
+ this.textBox1.TabIndex = 1;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.panel2);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Name = "UIPerson";
|
|
|
+ this.Text = "人员";
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.panel2.ResumeLayout(false);
|
|
|
+ this.panel3.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Panel panel2;
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
+ private System.Windows.Forms.Panel panel3;
|
|
|
+ private System.Windows.Forms.Button btnAddFund;
|
|
|
+ private System.Windows.Forms.Label lblName;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ }
|
|
|
+}
|