Files
csharpcode/omegapro/Omega/frmMain.Designer.cs
2025-08-02 05:20:17 +07:00

438 lines
24 KiB
C#

namespace Omega
{
partial class frmMain
{
/// <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(frmMain));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
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.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
this.Imports = new DevExpress.XtraEditors.SimpleButton();
this.Exit = new DevExpress.XtraEditors.SimpleButton();
this.QuestionBank = new DevExpress.XtraEditors.SimpleButton();
this.QuizMan = new DevExpress.XtraEditors.SimpleButton();
this.QuizCreate = new DevExpress.XtraEditors.SimpleButton();
this.Directory = new DevExpress.XtraEditors.SimpleButton();
this.QuizTemplate = new DevExpress.XtraEditors.SimpleButton();
this.Tools = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.fileNewItem1,
this.fileOpenItem1,
this.fileSaveItem1,
this.fileSaveAsItem1,
this.quickPrintItem1,
this.printItem1,
this.printPreviewItem1,
this.undoItem1,
this.redoItem1,
this.barButtonItem1});
this.barManager1.MaxItemId = 11;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(830, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 416);
this.barDockControlBottom.Size = new System.Drawing.Size(830, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 416);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(830, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 416);
//
// fileNewItem1
//
this.fileNewItem1.Caption = "New";
this.fileNewItem1.Enabled = false;
this.fileNewItem1.Id = 1;
this.fileNewItem1.Name = "fileNewItem1";
//
// fileOpenItem1
//
this.fileOpenItem1.Caption = "Open";
this.fileOpenItem1.Enabled = false;
this.fileOpenItem1.Id = 2;
this.fileOpenItem1.Name = "fileOpenItem1";
//
// fileSaveItem1
//
this.fileSaveItem1.Caption = "Save";
this.fileSaveItem1.Enabled = false;
this.fileSaveItem1.Id = 3;
this.fileSaveItem1.Name = "fileSaveItem1";
//
// fileSaveAsItem1
//
this.fileSaveAsItem1.Caption = "Save As";
this.fileSaveAsItem1.Enabled = false;
this.fileSaveAsItem1.Id = 4;
this.fileSaveAsItem1.Name = "fileSaveAsItem1";
//
// quickPrintItem1
//
this.quickPrintItem1.Caption = "&Quick Print";
this.quickPrintItem1.Enabled = false;
this.quickPrintItem1.Id = 5;
this.quickPrintItem1.Name = "quickPrintItem1";
//
// printItem1
//
this.printItem1.Caption = "&Print";
this.printItem1.Enabled = false;
this.printItem1.Id = 6;
this.printItem1.Name = "printItem1";
//
// printPreviewItem1
//
this.printPreviewItem1.Caption = "Print Pre&view";
this.printPreviewItem1.Enabled = false;
this.printPreviewItem1.Id = 7;
this.printPreviewItem1.Name = "printPreviewItem1";
//
// undoItem1
//
this.undoItem1.Caption = "Undo";
this.undoItem1.Enabled = false;
this.undoItem1.Id = 8;
this.undoItem1.Name = "undoItem1";
//
// redoItem1
//
this.redoItem1.Caption = "Redo";
this.redoItem1.Enabled = false;
this.redoItem1.Id = 9;
this.redoItem1.Name = "redoItem1";
//
// barButtonItem1
//
this.barButtonItem1.Id = 10;
this.barButtonItem1.Name = "barButtonItem1";
//
// richEditBarController1
//
this.richEditBarController1.BarItems.Add(this.fileNewItem1);
this.richEditBarController1.BarItems.Add(this.fileOpenItem1);
this.richEditBarController1.BarItems.Add(this.fileSaveItem1);
this.richEditBarController1.BarItems.Add(this.fileSaveAsItem1);
this.richEditBarController1.BarItems.Add(this.quickPrintItem1);
this.richEditBarController1.BarItems.Add(this.printItem1);
this.richEditBarController1.BarItems.Add(this.printPreviewItem1);
this.richEditBarController1.BarItems.Add(this.undoItem1);
this.richEditBarController1.BarItems.Add(this.redoItem1);
//
// Imports
//
this.Imports.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.Imports.Appearance.BackColor = System.Drawing.Color.White;
this.Imports.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.Imports.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Imports.Appearance.ForeColor = System.Drawing.Color.Blue;
this.Imports.Appearance.Options.UseBackColor = true;
this.Imports.Appearance.Options.UseFont = true;
this.Imports.Appearance.Options.UseForeColor = true;
this.Imports.Appearance.Options.UseTextOptions = true;
this.Imports.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.Imports.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.Imports.Image = ((System.Drawing.Image)(resources.GetObject("Imports.Image")));
this.Imports.Location = new System.Drawing.Point(238, 162);
this.Imports.Name = "Imports";
this.Imports.Size = new System.Drawing.Size(163, 83);
this.Imports.TabIndex = 5;
this.Imports.Text = "NHẬP CÂU HỎI";
this.Imports.Click += new System.EventHandler(this.Imports_Click);
//
// Exit
//
this.Exit.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.Exit.Appearance.BackColor = System.Drawing.Color.White;
this.Exit.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.Exit.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Exit.Appearance.ForeColor = System.Drawing.Color.Blue;
this.Exit.Appearance.Options.UseBackColor = true;
this.Exit.Appearance.Options.UseFont = true;
this.Exit.Appearance.Options.UseForeColor = true;
this.Exit.Appearance.Options.UseTextOptions = true;
this.Exit.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.Exit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.Exit.Image = ((System.Drawing.Image)(resources.GetObject("Exit.Image")));
this.Exit.Location = new System.Drawing.Point(636, 270);
this.Exit.Name = "Exit";
this.Exit.Size = new System.Drawing.Size(163, 83);
this.Exit.TabIndex = 6;
this.Exit.Text = "THOÁT";
this.Exit.Click += new System.EventHandler(this.EXIT_Click);
//
// QuestionBank
//
this.QuestionBank.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.QuestionBank.Appearance.BackColor = System.Drawing.Color.White;
this.QuestionBank.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.QuestionBank.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.QuestionBank.Appearance.ForeColor = System.Drawing.Color.Blue;
this.QuestionBank.Appearance.Options.UseBackColor = true;
this.QuestionBank.Appearance.Options.UseFont = true;
this.QuestionBank.Appearance.Options.UseForeColor = true;
this.QuestionBank.Appearance.Options.UseTextOptions = true;
this.QuestionBank.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.QuestionBank.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.QuestionBank.Image = ((System.Drawing.Image)(resources.GetObject("QuestionBank.Image")));
this.QuestionBank.Location = new System.Drawing.Point(437, 162);
this.QuestionBank.Name = "QuestionBank";
this.QuestionBank.Size = new System.Drawing.Size(163, 83);
this.QuestionBank.TabIndex = 11;
this.QuestionBank.Text = "QUẢN LÝ NGÂN HÀNG CÂU HỎI";
this.QuestionBank.Click += new System.EventHandler(this.QuestionBank_Click);
//
// QuizMan
//
this.QuizMan.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.QuizMan.Appearance.BackColor = System.Drawing.Color.White;
this.QuizMan.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.QuizMan.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.QuizMan.Appearance.ForeColor = System.Drawing.Color.Blue;
this.QuizMan.Appearance.Options.UseBackColor = true;
this.QuizMan.Appearance.Options.UseFont = true;
this.QuizMan.Appearance.Options.UseForeColor = true;
this.QuizMan.Appearance.Options.UseTextOptions = true;
this.QuizMan.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.QuizMan.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.QuizMan.Image = ((System.Drawing.Image)(resources.GetObject("QuizMan.Image")));
this.QuizMan.Location = new System.Drawing.Point(238, 270);
this.QuizMan.Name = "QuizMan";
this.QuizMan.Size = new System.Drawing.Size(163, 83);
this.QuizMan.TabIndex = 12;
this.QuizMan.Text = "QUẢN LÝ ĐỀ THI";
this.QuizMan.Click += new System.EventHandler(this.QuizMan_Click);
//
// QuizCreate
//
this.QuizCreate.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.QuizCreate.Appearance.BackColor = System.Drawing.Color.White;
this.QuizCreate.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.QuizCreate.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.QuizCreate.Appearance.ForeColor = System.Drawing.Color.Blue;
this.QuizCreate.Appearance.Options.UseBackColor = true;
this.QuizCreate.Appearance.Options.UseFont = true;
this.QuizCreate.Appearance.Options.UseForeColor = true;
this.QuizCreate.Appearance.Options.UseTextOptions = true;
this.QuizCreate.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.QuizCreate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.QuizCreate.Image = ((System.Drawing.Image)(resources.GetObject("QuizCreate.Image")));
this.QuizCreate.Location = new System.Drawing.Point(39, 270);
this.QuizCreate.Name = "QuizCreate";
this.QuizCreate.Size = new System.Drawing.Size(163, 83);
this.QuizCreate.TabIndex = 13;
this.QuizCreate.Text = "RA ĐỀ THI";
this.QuizCreate.Click += new System.EventHandler(this.QuizCreate_Click);
//
// Directory
//
this.Directory.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.Directory.Appearance.BackColor = System.Drawing.Color.White;
this.Directory.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.Directory.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Directory.Appearance.ForeColor = System.Drawing.Color.Blue;
this.Directory.Appearance.Options.UseBackColor = true;
this.Directory.Appearance.Options.UseFont = true;
this.Directory.Appearance.Options.UseForeColor = true;
this.Directory.Appearance.Options.UseTextOptions = true;
this.Directory.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.Directory.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.Directory.Image = ((System.Drawing.Image)(resources.GetObject("Directory.Image")));
this.Directory.Location = new System.Drawing.Point(39, 162);
this.Directory.Name = "Directory";
this.Directory.Size = new System.Drawing.Size(163, 83);
this.Directory.TabIndex = 14;
this.Directory.Text = "DANH MỤC";
this.Directory.Click += new System.EventHandler(this.DIRECTORY_Click);
//
// QuizTemplate
//
this.QuizTemplate.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.QuizTemplate.Appearance.BackColor = System.Drawing.Color.White;
this.QuizTemplate.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.QuizTemplate.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.QuizTemplate.Appearance.ForeColor = System.Drawing.Color.Blue;
this.QuizTemplate.Appearance.Options.UseBackColor = true;
this.QuizTemplate.Appearance.Options.UseFont = true;
this.QuizTemplate.Appearance.Options.UseForeColor = true;
this.QuizTemplate.Appearance.Options.UseTextOptions = true;
this.QuizTemplate.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.QuizTemplate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.QuizTemplate.Image = ((System.Drawing.Image)(resources.GetObject("QuizTemplate.Image")));
this.QuizTemplate.Location = new System.Drawing.Point(636, 162);
this.QuizTemplate.Name = "QuizTemplate";
this.QuizTemplate.Size = new System.Drawing.Size(163, 83);
this.QuizTemplate.TabIndex = 19;
this.QuizTemplate.Text = "QUẢN LÝ MẪU ĐỀ THI";
this.QuizTemplate.Click += new System.EventHandler(this.QuizTemplate_Click);
//
// Tools
//
this.Tools.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
this.Tools.Appearance.BackColor = System.Drawing.Color.White;
this.Tools.Appearance.BackColor2 = System.Drawing.SystemColors.Info;
this.Tools.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Tools.Appearance.ForeColor = System.Drawing.Color.Blue;
this.Tools.Appearance.Options.UseBackColor = true;
this.Tools.Appearance.Options.UseFont = true;
this.Tools.Appearance.Options.UseForeColor = true;
this.Tools.Appearance.Options.UseTextOptions = true;
this.Tools.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.Tools.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.Tools.Image = ((System.Drawing.Image)(resources.GetObject("Tools.Image")));
this.Tools.Location = new System.Drawing.Point(437, 270);
this.Tools.Name = "Tools";
this.Tools.Size = new System.Drawing.Size(163, 83);
this.Tools.TabIndex = 20;
this.Tools.Text = "CÔNG CỤ";
this.Tools.Click += new System.EventHandler(this.Tools_Click);
//
// labelControl2
//
this.labelControl2.AllowHtmlString = true;
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
this.labelControl2.Location = new System.Drawing.Point(88, 66);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(663, 39);
this.labelControl2.TabIndex = 26;
this.labelControl2.Text = "PHẦN MỀM QUẢN LÝ NGÂN HÀNG ĐỀ THI";
//
// frmMain
//
this.ActiveGlowColor = System.Drawing.Color.Empty;
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(830, 416);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.Tools);
this.Controls.Add(this.QuizTemplate);
this.Controls.Add(this.Directory);
this.Controls.Add(this.QuizCreate);
this.Controls.Add(this.QuizMan);
this.Controls.Add(this.QuestionBank);
this.Controls.Add(this.Exit);
this.Controls.Add(this.Imports);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.InactiveGlowColor = System.Drawing.Color.Empty;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMain";
this.Text = "Question Bank";
this.Load += new System.EventHandler(this.frmMain_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraRichEdit.UI.FileNewItem fileNewItem1;
private DevExpress.XtraRichEdit.UI.FileOpenItem fileOpenItem1;
private DevExpress.XtraRichEdit.UI.FileSaveItem fileSaveItem1;
private DevExpress.XtraRichEdit.UI.FileSaveAsItem fileSaveAsItem1;
private DevExpress.XtraRichEdit.UI.QuickPrintItem quickPrintItem1;
private DevExpress.XtraRichEdit.UI.PrintItem printItem1;
private DevExpress.XtraRichEdit.UI.PrintPreviewItem printPreviewItem1;
private DevExpress.XtraRichEdit.UI.UndoItem undoItem1;
private DevExpress.XtraRichEdit.UI.RedoItem redoItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraRichEdit.UI.RichEditBarController richEditBarController1;
private DevExpress.XtraEditors.SimpleButton Exit;
private DevExpress.XtraEditors.SimpleButton Imports;
private DevExpress.XtraEditors.SimpleButton QuestionBank;
private DevExpress.XtraEditors.SimpleButton Directory;
private DevExpress.XtraEditors.SimpleButton QuizCreate;
private DevExpress.XtraEditors.SimpleButton QuizMan;
private DevExpress.XtraEditors.SimpleButton QuizTemplate;
private DevExpress.XtraEditors.SimpleButton Tools;
private DevExpress.XtraEditors.LabelControl labelControl2;
}
}