|
- namespace StuMgmClient
- {
- partial class SetForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblName = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.panel1.Controls.Add(this.comboBox1);
- this.panel1.Controls.Add(this.lblName);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.comboBox2);
- this.panel1.Controls.Add(this.dateTimePicker1);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(-2, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(433, 374);
- this.panel1.TabIndex = 1;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblName.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.lblName.Location = new System.Drawing.Point(222, 30);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(51, 26);
- this.lblName.TabIndex = 12;
- this.lblName.Text = "XXX";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.label3.Location = new System.Drawing.Point(80, 30);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(55, 26);
- this.label3.TabIndex = 11;
- this.label3.Text = "姓名:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.label4.Location = new System.Drawing.Point(80, 92);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(93, 26);
- this.label4.TabIndex = 9;
- this.label4.Text = "任务名称:";
- //
- // comboBox2
- //
- this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Items.AddRange(new object[] {
- "未开始",
- "进行中",
- "待验收",
- "等待验收中",
- "验收中",
- "验收完成",
- "超时",
- "预习"});
- this.comboBox2.Location = new System.Drawing.Point(213, 146);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(124, 32);
- this.comboBox2.TabIndex = 8;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
- this.dateTimePicker1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimePicker1.Location = new System.Drawing.Point(213, 214);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.dateTimePicker1.Size = new System.Drawing.Size(124, 27);
- this.dateTimePicker1.TabIndex = 6;
- this.dateTimePicker1.Value = new System.DateTime(2020, 12, 25, 9, 11, 55, 0);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.AliceBlue;
- this.button2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button2.Location = new System.Drawing.Point(259, 289);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(78, 43);
- this.button2.TabIndex = 5;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.AliceBlue;
- this.button1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(85, 289);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(78, 43);
- this.button1.TabIndex = 4;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.label2.Location = new System.Drawing.Point(80, 214);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(93, 26);
- this.label2.TabIndex = 2;
- this.label2.Text = "开始时间:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.label1.Location = new System.Drawing.Point(80, 146);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(93, 26);
- this.label1.TabIndex = 1;
- this.label1.Text = "任务状态:";
- //
- // comboBox1
- //
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "未开始",
- "进行中",
- "待验收",
- "等待验收中",
- "验收中",
- "验收完成",
- "超时",
- "预习"});
- this.comboBox1.Location = new System.Drawing.Point(213, 86);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(124, 32);
- this.comboBox1.TabIndex = 13;
- //
- // SetForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ClientSize = new System.Drawing.Size(430, 386);
- this.ControlBox = false;
- this.Controls.Add(this.panel1);
- this.DoubleBuffered = true;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.Name = "SetForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "个人详情";
- this.Load += new System.EventHandler(this.SetForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label lblName;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox comboBox1;
- }
- }
|