namespace SunVoteARSPPT
{
partial class FrmUploadServerXD
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.cboSchool = new System.Windows.Forms.ComboBox();
this.lblSchool = new System.Windows.Forms.Label();
this.cboTeacher = new System.Windows.Forms.ComboBox();
this.lblTeacher = new System.Windows.Forms.Label();
this.cboGrade = new System.Windows.Forms.ComboBox();
this.lblGrade = new System.Windows.Forms.Label();
this.cboClass = new System.Windows.Forms.ComboBox();
this.lblClass = new System.Windows.Forms.Label();
this.cboCourse = new System.Windows.Forms.ComboBox();
this.lblCourse = new System.Windows.Forms.Label();
this.btnSubmit = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnLoad = new System.Windows.Forms.Button();
this.txtData = new System.Windows.Forms.TextBox();
this.dgvQuestionPoint = new System.Windows.Forms.DataGridView();
this.colSlideNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colSlideInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPoint = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.comboBox1 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dgvQuestionPoint)).BeginInit();
this.SuspendLayout();
//
// cboSchool
//
this.cboSchool.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSchool.FormattingEnabled = true;
this.cboSchool.Location = new System.Drawing.Point(474, 51);
this.cboSchool.Name = "cboSchool";
this.cboSchool.Size = new System.Drawing.Size(224, 20);
this.cboSchool.TabIndex = 1;
this.cboSchool.SelectedIndexChanged += new System.EventHandler(this.cboSchool_SelectedIndexChanged);
//
// lblSchool
//
this.lblSchool.AutoSize = true;
this.lblSchool.Location = new System.Drawing.Point(475, 36);
this.lblSchool.Name = "lblSchool";
this.lblSchool.Size = new System.Drawing.Size(29, 12);
this.lblSchool.TabIndex = 1;
this.lblSchool.Text = "学校";
//
// cboTeacher
//
this.cboTeacher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboTeacher.FormattingEnabled = true;
this.cboTeacher.Location = new System.Drawing.Point(474, 92);
this.cboTeacher.Name = "cboTeacher";
this.cboTeacher.Size = new System.Drawing.Size(224, 20);
this.cboTeacher.TabIndex = 2;
this.cboTeacher.SelectedIndexChanged += new System.EventHandler(this.cboTeacher_SelectedIndexChanged);
//
// lblTeacher
//
this.lblTeacher.AutoSize = true;
this.lblTeacher.Location = new System.Drawing.Point(475, 77);
this.lblTeacher.Name = "lblTeacher";
this.lblTeacher.Size = new System.Drawing.Size(29, 12);
this.lblTeacher.TabIndex = 1;
this.lblTeacher.Text = "老师";
//
// cboGrade
//
this.cboGrade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGrade.FormattingEnabled = true;
this.cboGrade.Location = new System.Drawing.Point(474, 133);
this.cboGrade.Name = "cboGrade";
this.cboGrade.Size = new System.Drawing.Size(224, 20);
this.cboGrade.TabIndex = 3;
this.cboGrade.SelectedIndexChanged += new System.EventHandler(this.cboGrade_SelectedIndexChanged);
//
// lblGrade
//
this.lblGrade.AutoSize = true;
this.lblGrade.Location = new System.Drawing.Point(475, 118);
this.lblGrade.Name = "lblGrade";
this.lblGrade.Size = new System.Drawing.Size(29, 12);
this.lblGrade.TabIndex = 1;
this.lblGrade.Text = "年级";
//
// cboClass
//
this.cboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboClass.FormattingEnabled = true;
this.cboClass.Location = new System.Drawing.Point(474, 174);
this.cboClass.Name = "cboClass";
this.cboClass.Size = new System.Drawing.Size(224, 20);
this.cboClass.TabIndex = 4;
this.cboClass.SelectedIndexChanged += new System.EventHandler(this.cboClass_SelectedIndexChanged);
//
// lblClass
//
this.lblClass.AutoSize = true;
this.lblClass.Location = new System.Drawing.Point(475, 159);
this.lblClass.Name = "lblClass";
this.lblClass.Size = new System.Drawing.Size(29, 12);
this.lblClass.TabIndex = 1;
this.lblClass.Text = "班级";
//
// cboCourse
//
this.cboCourse.FormattingEnabled = true;
this.cboCourse.Location = new System.Drawing.Point(474, 215);
this.cboCourse.Name = "cboCourse";
this.cboCourse.Size = new System.Drawing.Size(224, 20);
this.cboCourse.TabIndex = 5;
this.cboCourse.SelectedIndexChanged += new System.EventHandler(this.cboCourse_SelectedIndexChanged);
this.cboCourse.TextChanged += new System.EventHandler(this.cboCourse_TextChanged);
//
// lblCourse
//
this.lblCourse.AutoSize = true;
this.lblCourse.Location = new System.Drawing.Point(475, 200);
this.lblCourse.Name = "lblCourse";
this.lblCourse.Size = new System.Drawing.Size(29, 12);
this.lblCourse.TabIndex = 1;
this.lblCourse.Text = "课程";
//
// btnSubmit
//
this.btnSubmit.AutoSize = true;
this.btnSubmit.Location = new System.Drawing.Point(474, 440);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(131, 23);
this.btnSubmit.TabIndex = 6;
this.btnSubmit.Text = "提交数据";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// btnExit
//
this.btnExit.AutoSize = true;
this.btnExit.Location = new System.Drawing.Point(611, 440);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(87, 23);
this.btnExit.TabIndex = 7;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnLoad
//
this.btnLoad.AutoSize = true;
this.btnLoad.Location = new System.Drawing.Point(474, 256);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(94, 23);
this.btnLoad.TabIndex = 8;
this.btnLoad.Text = "重新获取";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// txtData
//
this.txtData.Location = new System.Drawing.Point(17, 476);
this.txtData.Multiline = true;
this.txtData.Name = "txtData";
this.txtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtData.Size = new System.Drawing.Size(677, 270);
this.txtData.TabIndex = 9;
//
// dgvQuestionPoint
//
this.dgvQuestionPoint.AllowUserToAddRows = false;
this.dgvQuestionPoint.AllowUserToDeleteRows = false;
this.dgvQuestionPoint.AllowUserToResizeRows = false;
this.dgvQuestionPoint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvQuestionPoint.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colSlideNo,
this.colSlideInfo,
this.colPoint});
this.dgvQuestionPoint.Location = new System.Drawing.Point(17, 12);
this.dgvQuestionPoint.Name = "dgvQuestionPoint";
this.dgvQuestionPoint.RowHeadersVisible = false;
this.dgvQuestionPoint.RowTemplate.Height = 23;
this.dgvQuestionPoint.Size = new System.Drawing.Size(439, 451);
this.dgvQuestionPoint.TabIndex = 0;
this.dgvQuestionPoint.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQuestionPoint_CellDoubleClick);
this.dgvQuestionPoint.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQuestionPoint_CellEndEdit);
//
// colSlideNo
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.colSlideNo.DefaultCellStyle = dataGridViewCellStyle1;
this.colSlideNo.HeaderText = "序号";
this.colSlideNo.Name = "colSlideNo";
this.colSlideNo.ReadOnly = true;
this.colSlideNo.Width = 60;
//
// colSlideInfo
//
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.colSlideInfo.DefaultCellStyle = dataGridViewCellStyle2;
this.colSlideInfo.HeaderText = "内容";
this.colSlideInfo.Name = "colSlideInfo";
this.colSlideInfo.ReadOnly = true;
this.colSlideInfo.Width = 230;
//
// colPoint
//
this.colPoint.HeaderText = "知识点";
this.colPoint.Name = "colPoint";
this.colPoint.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.colPoint.Width = 120;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(474, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(224, 20);
this.comboBox1.TabIndex = 10;
this.comboBox1.Visible = false;
//
// FrmUploadServerXD
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(715, 758);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.dgvQuestionPoint);
this.Controls.Add(this.txtData);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSubmit);
this.Controls.Add(this.cboCourse);
this.Controls.Add(this.cboClass);
this.Controls.Add(this.cboGrade);
this.Controls.Add(this.cboTeacher);
this.Controls.Add(this.cboSchool);
this.Controls.Add(this.lblCourse);
this.Controls.Add(this.lblClass);
this.Controls.Add(this.lblGrade);
this.Controls.Add(this.lblTeacher);
this.Controls.Add(this.lblSchool);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmUploadServerXD";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "提交数据到服务器";
this.Load += new System.EventHandler(this.FrmUploadServerXD_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmUploadServerXD_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.dgvQuestionPoint)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cboSchool;
private System.Windows.Forms.Label lblSchool;
private System.Windows.Forms.ComboBox cboTeacher;
private System.Windows.Forms.Label lblTeacher;
private System.Windows.Forms.ComboBox cboGrade;
private System.Windows.Forms.Label lblGrade;
private System.Windows.Forms.ComboBox cboClass;
private System.Windows.Forms.Label lblClass;
private System.Windows.Forms.ComboBox cboCourse;
private System.Windows.Forms.Label lblCourse;
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.TextBox txtData;
private System.Windows.Forms.DataGridView dgvQuestionPoint;
private System.Windows.Forms.DataGridViewTextBoxColumn colSlideNo;
private System.Windows.Forms.DataGridViewTextBoxColumn colSlideInfo;
private System.Windows.Forms.DataGridViewTextBoxColumn colPoint;
private System.Windows.Forms.ComboBox comboBox1;
}
}