CHANGE_TEXT.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:7k
源码类别:

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class CHANGE_TEXT
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  29.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  31.             this.button3 = new System.Windows.Forms.Button();
  32.             this.button2 = new System.Windows.Forms.Button();
  33.             this.button1 = new System.Windows.Forms.Button();
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.groupBox1.SuspendLayout();
  36.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  37.             this.groupBox2.SuspendLayout();
  38.             this.SuspendLayout();
  39.             // 
  40.             // groupBox1
  41.             // 
  42.             this.groupBox1.Controls.Add(this.dataGridView1);
  43.             this.groupBox1.Location = new System.Drawing.Point(1, 1);
  44.             this.groupBox1.Name = "groupBox1";
  45.             this.groupBox1.Size = new System.Drawing.Size(565, 269);
  46.             this.groupBox1.TabIndex = 0;
  47.             this.groupBox1.TabStop = false;
  48.             // 
  49.             // dataGridView1
  50.             // 
  51.             this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  52.             this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  53.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  54.             this.dataGridView1.Location = new System.Drawing.Point(6, 11);
  55.             this.dataGridView1.Name = "dataGridView1";
  56.             this.dataGridView1.RowHeadersWidth = 80;
  57.             this.dataGridView1.RowTemplate.Height = 23;
  58.             this.dataGridView1.Size = new System.Drawing.Size(553, 252);
  59.             this.dataGridView1.TabIndex = 0;
  60.             // 
  61.             // groupBox2
  62.             // 
  63.             this.groupBox2.Controls.Add(this.label1);
  64.             this.groupBox2.Controls.Add(this.button3);
  65.             this.groupBox2.Controls.Add(this.button2);
  66.             this.groupBox2.Controls.Add(this.button1);
  67.             this.groupBox2.Location = new System.Drawing.Point(1, 276);
  68.             this.groupBox2.Name = "groupBox2";
  69.             this.groupBox2.Size = new System.Drawing.Size(565, 91);
  70.             this.groupBox2.TabIndex = 1;
  71.             this.groupBox2.TabStop = false;
  72.             // 
  73.             // button3
  74.             // 
  75.             this.button3.Location = new System.Drawing.Point(255, 35);
  76.             this.button3.Name = "button3";
  77.             this.button3.Size = new System.Drawing.Size(93, 23);
  78.             this.button3.TabIndex = 1;
  79.             this.button3.Text = "*清空所有信息";
  80.             this.button3.UseVisualStyleBackColor = true;
  81.             this.button3.Click += new System.EventHandler(this.button3_Click);
  82.             // 
  83.             // button2
  84.             // 
  85.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  86.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87.             this.button2.Location = new System.Drawing.Point(426, 35);
  88.             this.button2.Name = "button2";
  89.             this.button2.Size = new System.Drawing.Size(75, 23);
  90.             this.button2.TabIndex = 0;
  91.             this.button2.Text = "返回";
  92.             this.button2.UseVisualStyleBackColor = true;
  93.             this.button2.Click += new System.EventHandler(this.button2_Click);
  94.             // 
  95.             // button1
  96.             // 
  97.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  98.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99.             this.button1.Location = new System.Drawing.Point(38, 35);
  100.             this.button1.Name = "button1";
  101.             this.button1.Size = new System.Drawing.Size(140, 23);
  102.             this.button1.TabIndex = 0;
  103.             this.button1.Text = "刷新人事变动记录";
  104.             this.button1.UseVisualStyleBackColor = true;
  105.             this.button1.Click += new System.EventHandler(this.button1_Click);
  106.             // 
  107.             // label1
  108.             // 
  109.             this.label1.AutoSize = true;
  110.             this.label1.Location = new System.Drawing.Point(474, 65);
  111.             this.label1.Name = "label1";
  112.             this.label1.Size = new System.Drawing.Size(41, 12);
  113.             this.label1.TabIndex = 2;
  114.             this.label1.Text = "label1";
  115.             this.label1.Visible = false;
  116.             // 
  117.             // CHANGE_TEXT
  118.             // 
  119.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  120.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  122.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  123.             this.ClientSize = new System.Drawing.Size(569, 373);
  124.             this.Controls.Add(this.groupBox2);
  125.             this.Controls.Add(this.groupBox1);
  126.             this.MaximizeBox = false;
  127.             this.Name = "CHANGE_TEXT";
  128.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  129.             this.Text = "人事变动记录查询";
  130.             this.Load += new System.EventHandler(this.CHANGE_TEXT_Load);
  131.             this.groupBox1.ResumeLayout(false);
  132.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  133.             this.groupBox2.ResumeLayout(false);
  134.             this.groupBox2.PerformLayout();
  135.             this.ResumeLayout(false);
  136.         }
  137.         #endregion
  138.         private System.Windows.Forms.GroupBox groupBox1;
  139.         private System.Windows.Forms.DataGridView dataGridView1;
  140.         private System.Windows.Forms.GroupBox groupBox2;
  141.         private System.Windows.Forms.Button button2;
  142.         private System.Windows.Forms.Button button1;
  143.         private System.Windows.Forms.Button button3;
  144.         public System.Windows.Forms.Label label1;
  145.     }
  146. }