482 lines
26 KiB
C#
482 lines
26 KiB
C#
namespace Omega.Forms
|
|
{
|
|
partial class frmCreateQuiz
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCreateQuiz));
|
|
this.groupQuizInfo = new System.Windows.Forms.GroupBox();
|
|
this.progressPanel = new DevExpress.XtraWaitForm.ProgressPanel();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.QuizCode = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.QuizTemplate = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.tblQuizTemplateEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.QuizTime = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.QuizYear = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.QuizName = new DevExpress.XtraEditors.TextEdit();
|
|
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.bar1 = new DevExpress.XtraBars.Bar();
|
|
this.Create = new DevExpress.XtraBars.BarButtonItem();
|
|
this.CloseForm = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barSubPrint = new DevExpress.XtraBars.BarSubItem();
|
|
this.Print = new DevExpress.XtraBars.BarButtonItem();
|
|
this.PrintAnswer = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.grdQuiz = new DevExpress.XtraGrid.GridControl();
|
|
this.tblQuizzesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.persistentRepository = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
|
|
this.repoQuizTemplate = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colQuizId = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQuizName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQuizTemplateId = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQuizTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQuizYear = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQuizCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.groupQuizInfo.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizTemplate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblQuizTemplateEntityBindingSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizYear.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdQuiz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblQuizzesBindingSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repoQuizTemplate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupQuizInfo
|
|
//
|
|
this.groupQuizInfo.Controls.Add(this.progressPanel);
|
|
this.groupQuizInfo.Controls.Add(this.labelControl5);
|
|
this.groupQuizInfo.Controls.Add(this.QuizCode);
|
|
this.groupQuizInfo.Controls.Add(this.labelControl4);
|
|
this.groupQuizInfo.Controls.Add(this.QuizTemplate);
|
|
this.groupQuizInfo.Controls.Add(this.labelControl3);
|
|
this.groupQuizInfo.Controls.Add(this.QuizTime);
|
|
this.groupQuizInfo.Controls.Add(this.labelControl2);
|
|
this.groupQuizInfo.Controls.Add(this.QuizYear);
|
|
this.groupQuizInfo.Controls.Add(this.labelControl1);
|
|
this.groupQuizInfo.Controls.Add(this.QuizName);
|
|
this.groupQuizInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.groupQuizInfo.Location = new System.Drawing.Point(12, 53);
|
|
this.groupQuizInfo.Name = "groupQuizInfo";
|
|
this.groupQuizInfo.Size = new System.Drawing.Size(689, 189);
|
|
this.groupQuizInfo.TabIndex = 0;
|
|
this.groupQuizInfo.TabStop = false;
|
|
this.groupQuizInfo.Text = "Thông tin đề thi";
|
|
//
|
|
// progressPanel
|
|
//
|
|
this.progressPanel.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.progressPanel.Appearance.Options.UseBackColor = true;
|
|
this.progressPanel.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.progressPanel.AppearanceCaption.Options.UseFont = true;
|
|
this.progressPanel.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.progressPanel.AppearanceDescription.Options.UseFont = true;
|
|
this.progressPanel.Description = "Calculating...";
|
|
this.progressPanel.Location = new System.Drawing.Point(238, 20);
|
|
this.progressPanel.Name = "progressPanel";
|
|
this.progressPanel.Size = new System.Drawing.Size(299, 66);
|
|
this.progressPanel.TabIndex = 12;
|
|
this.progressPanel.Visible = false;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(13, 147);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(44, 13);
|
|
this.labelControl5.TabIndex = 9;
|
|
this.labelControl5.Text = "Mã đề thi";
|
|
//
|
|
// QuizCode
|
|
//
|
|
this.QuizCode.Location = new System.Drawing.Point(98, 144);
|
|
this.QuizCode.Name = "QuizCode";
|
|
this.QuizCode.Size = new System.Drawing.Size(109, 20);
|
|
this.QuizCode.TabIndex = 8;
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(13, 113);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(20, 13);
|
|
this.labelControl4.TabIndex = 7;
|
|
this.labelControl4.Text = "Mẫu";
|
|
//
|
|
// QuizTemplate
|
|
//
|
|
this.QuizTemplate.Location = new System.Drawing.Point(98, 108);
|
|
this.QuizTemplate.Name = "QuizTemplate";
|
|
this.QuizTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.QuizTemplate.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("QuizTemplateId", "Quiz Template Id", 91, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TemplateQuizName", "Mẫu đề", 108, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
this.QuizTemplate.Properties.DataSource = this.tblQuizTemplateEntityBindingSource;
|
|
this.QuizTemplate.Properties.DisplayMember = "TemplateQuizName";
|
|
this.QuizTemplate.Properties.NullText = "";
|
|
this.QuizTemplate.Properties.ValueMember = "QuizTemplateId";
|
|
this.QuizTemplate.Size = new System.Drawing.Size(531, 20);
|
|
this.QuizTemplate.TabIndex = 6;
|
|
this.QuizTemplate.EditValueChanged += new System.EventHandler(this.QuizTemplate_EditValueChanged);
|
|
//
|
|
// tblQuizTemplateEntityBindingSource
|
|
//
|
|
this.tblQuizTemplateEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblQuizTemplateEntity);
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(13, 85);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(58, 13);
|
|
this.labelControl3.TabIndex = 5;
|
|
this.labelControl3.Text = "Thời gian thi";
|
|
//
|
|
// QuizTime
|
|
//
|
|
this.QuizTime.Location = new System.Drawing.Point(98, 82);
|
|
this.QuizTime.Name = "QuizTime";
|
|
this.QuizTime.Size = new System.Drawing.Size(58, 20);
|
|
this.QuizTime.TabIndex = 4;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(13, 59);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(36, 13);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "Năm thi";
|
|
//
|
|
// QuizYear
|
|
//
|
|
this.QuizYear.Location = new System.Drawing.Point(98, 56);
|
|
this.QuizYear.Name = "QuizYear";
|
|
this.QuizYear.Size = new System.Drawing.Size(58, 20);
|
|
this.QuizYear.TabIndex = 2;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(13, 33);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 13);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "Tên đề thi";
|
|
//
|
|
// QuizName
|
|
//
|
|
this.QuizName.Location = new System.Drawing.Point(98, 30);
|
|
this.QuizName.Name = "QuizName";
|
|
this.QuizName.Size = new System.Drawing.Size(531, 20);
|
|
this.QuizName.TabIndex = 0;
|
|
//
|
|
// barManager
|
|
//
|
|
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|
this.bar1});
|
|
this.barManager.DockControls.Add(this.barDockControlTop);
|
|
this.barManager.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager.DockControls.Add(this.barDockControlRight);
|
|
this.barManager.Form = this;
|
|
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.Create,
|
|
this.CloseForm,
|
|
this.Print,
|
|
this.barSubPrint,
|
|
this.PrintAnswer});
|
|
this.barManager.MaxItemId = 7;
|
|
//
|
|
// bar1
|
|
//
|
|
this.bar1.BarName = "Tools";
|
|
this.bar1.DockCol = 0;
|
|
this.bar1.DockRow = 0;
|
|
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.Create, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.CloseForm, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubPrint, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
|
|
this.bar1.Text = "Tools";
|
|
//
|
|
// Create
|
|
//
|
|
this.Create.Caption = "Tạo đề";
|
|
this.Create.Id = 0;
|
|
this.Create.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("Create.ImageOptions.Image")));
|
|
this.Create.Name = "Create";
|
|
this.Create.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Create_ItemClick);
|
|
//
|
|
// CloseForm
|
|
//
|
|
this.CloseForm.Caption = "Đóng";
|
|
this.CloseForm.Id = 3;
|
|
this.CloseForm.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("CloseForm.ImageOptions.Image")));
|
|
this.CloseForm.Name = "CloseForm";
|
|
this.CloseForm.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.CloseForm_ItemClick);
|
|
//
|
|
// barSubPrint
|
|
//
|
|
this.barSubPrint.Caption = "Print";
|
|
this.barSubPrint.Id = 5;
|
|
this.barSubPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barSubPrint.ImageOptions.Image")));
|
|
this.barSubPrint.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.Print, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.PrintAnswer)});
|
|
this.barSubPrint.Name = "barSubPrint";
|
|
//
|
|
// Print
|
|
//
|
|
this.Print.Caption = "In đề";
|
|
this.Print.Id = 4;
|
|
this.Print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("Print.ImageOptions.Image")));
|
|
this.Print.Name = "Print";
|
|
this.Print.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Print_ItemClick);
|
|
//
|
|
// PrintAnswer
|
|
//
|
|
this.PrintAnswer.Caption = "In đáp án";
|
|
this.PrintAnswer.Id = 6;
|
|
this.PrintAnswer.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("PrintAnswer.ImageOptions.Image")));
|
|
this.PrintAnswer.Name = "PrintAnswer";
|
|
this.PrintAnswer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PrintAnswer_ItemClick);
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = false;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlTop.Manager = this.barManager;
|
|
this.barDockControlTop.Size = new System.Drawing.Size(717, 40);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 440);
|
|
this.barDockControlBottom.Manager = this.barManager;
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(717, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 40);
|
|
this.barDockControlLeft.Manager = this.barManager;
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 400);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(717, 40);
|
|
this.barDockControlRight.Manager = this.barManager;
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 400);
|
|
//
|
|
// grdQuiz
|
|
//
|
|
this.grdQuiz.DataSource = this.tblQuizzesBindingSource;
|
|
this.grdQuiz.ExternalRepository = this.persistentRepository;
|
|
this.grdQuiz.Location = new System.Drawing.Point(12, 248);
|
|
this.grdQuiz.MainView = this.gridView1;
|
|
this.grdQuiz.MenuManager = this.barManager;
|
|
this.grdQuiz.Name = "grdQuiz";
|
|
this.grdQuiz.Size = new System.Drawing.Size(689, 173);
|
|
this.grdQuiz.TabIndex = 5;
|
|
this.grdQuiz.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// tblQuizzesBindingSource
|
|
//
|
|
this.tblQuizzesBindingSource.DataMember = "TblQuizzes";
|
|
this.tblQuizzesBindingSource.DataSource = this.tblQuizTemplateEntityBindingSource;
|
|
//
|
|
// persistentRepository
|
|
//
|
|
this.persistentRepository.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repoQuizTemplate});
|
|
//
|
|
// repoQuizTemplate
|
|
//
|
|
this.repoQuizTemplate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repoQuizTemplate.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("QuizTemplateId", "Quiz Template Id", 91, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TemplateQuizName", "Mẫu đề", 150, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
this.repoQuizTemplate.DataSource = this.tblQuizTemplateEntityBindingSource;
|
|
this.repoQuizTemplate.DisplayMember = "TemplateQuizName";
|
|
this.repoQuizTemplate.Name = "repoQuizTemplate";
|
|
this.repoQuizTemplate.ValueMember = "QuizTemplateId";
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colQuizId,
|
|
this.colQuizName,
|
|
this.colQuizTemplateId,
|
|
this.colQuizTime,
|
|
this.colQuizYear,
|
|
this.colQuizCode});
|
|
this.gridView1.GridControl = this.grdQuiz;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ShowDetailButtons = false;
|
|
this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.OptionsView.ShowViewCaption = true;
|
|
this.gridView1.ViewCaption = "Danh sách đề thi";
|
|
//
|
|
// colQuizId
|
|
//
|
|
this.colQuizId.FieldName = "QuizId";
|
|
this.colQuizId.Name = "colQuizId";
|
|
//
|
|
// colQuizName
|
|
//
|
|
this.colQuizName.Caption = "Tên đề thi";
|
|
this.colQuizName.FieldName = "QuizName";
|
|
this.colQuizName.Name = "colQuizName";
|
|
this.colQuizName.Visible = true;
|
|
this.colQuizName.VisibleIndex = 1;
|
|
//
|
|
// colQuizTemplateId
|
|
//
|
|
this.colQuizTemplateId.Caption = "Mẫu đề thi";
|
|
this.colQuizTemplateId.ColumnEdit = this.repoQuizTemplate;
|
|
this.colQuizTemplateId.FieldName = "QuizTemplateId";
|
|
this.colQuizTemplateId.Name = "colQuizTemplateId";
|
|
this.colQuizTemplateId.Visible = true;
|
|
this.colQuizTemplateId.VisibleIndex = 2;
|
|
//
|
|
// colQuizTime
|
|
//
|
|
this.colQuizTime.Caption = "Thời gian thi";
|
|
this.colQuizTime.FieldName = "QuizTime";
|
|
this.colQuizTime.Name = "colQuizTime";
|
|
this.colQuizTime.Visible = true;
|
|
this.colQuizTime.VisibleIndex = 3;
|
|
//
|
|
// colQuizYear
|
|
//
|
|
this.colQuizYear.Caption = "Năm thi";
|
|
this.colQuizYear.FieldName = "QuizYear";
|
|
this.colQuizYear.Name = "colQuizYear";
|
|
this.colQuizYear.Visible = true;
|
|
this.colQuizYear.VisibleIndex = 4;
|
|
//
|
|
// colQuizCode
|
|
//
|
|
this.colQuizCode.Caption = "Mã đề thi";
|
|
this.colQuizCode.FieldName = "QuizCode";
|
|
this.colQuizCode.Name = "colQuizCode";
|
|
this.colQuizCode.Visible = true;
|
|
this.colQuizCode.VisibleIndex = 0;
|
|
//
|
|
// frmCreateQuiz
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.ClientSize = new System.Drawing.Size(717, 440);
|
|
this.Controls.Add(this.grdQuiz);
|
|
this.Controls.Add(this.groupQuizInfo);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("frmCreateQuiz.IconOptions.Icon")));
|
|
this.Name = "frmCreateQuiz";
|
|
this.Text = "Ra đề thi";
|
|
this.Load += new System.EventHandler(this.frmCreateQuiz_Load);
|
|
this.groupQuizInfo.ResumeLayout(false);
|
|
this.groupQuizInfo.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizTemplate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblQuizTemplateEntityBindingSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizYear.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.QuizName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdQuiz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblQuizzesBindingSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repoQuizTemplate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupQuizInfo;
|
|
private DevExpress.XtraEditors.TextEdit QuizName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.TextEdit QuizTime;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit QuizYear;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LookUpEdit QuizTemplate;
|
|
private System.Windows.Forms.BindingSource tblQuizTemplateEntityBindingSource;
|
|
private DevExpress.XtraBars.BarManager barManager;
|
|
private DevExpress.XtraBars.Bar bar1;
|
|
private DevExpress.XtraBars.BarButtonItem Create;
|
|
private DevExpress.XtraBars.BarButtonItem CloseForm;
|
|
private DevExpress.XtraBars.BarButtonItem Print;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraGrid.GridControl grdQuiz;
|
|
private System.Windows.Forms.BindingSource tblQuizzesBindingSource;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizId;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizTemplateId;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizTime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizYear;
|
|
private DevExpress.XtraEditors.Repository.PersistentRepository persistentRepository;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repoQuizTemplate;
|
|
private DevExpress.XtraWaitForm.ProgressPanel progressPanel;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.TextEdit QuizCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQuizCode;
|
|
private DevExpress.XtraBars.BarSubItem barSubPrint;
|
|
private DevExpress.XtraBars.BarButtonItem PrintAnswer;
|
|
}
|
|
}
|