private void riSections_EditValueChanged(object sender, EventArgs e)
        {
            DevExpress.XtraEditors.RadioGroup editor = (sender as DevExpress.XtraEditors.RadioGroup);
            //TheSectionsText = editor.Properties.GetDisplayText(editor.EditValue);
            TheSectionsText = editor.SelectedIndex.ToString();

            if (TheSectionsText == "0")
            {
                iSectionSingle.Enabled = true;
                iSectionSelect.Enabled = false;
            }
            else if (TheSectionsText == "1")
            {
                iSectionSingle.Enabled = false;
                iSectionSelect.Enabled = true;
            }
        }
 private void riPeriod_EditValueChanged(object sender, EventArgs e)
 {
     DevExpress.XtraEditors.RadioGroup editor = (sender as DevExpress.XtraEditors.RadioGroup);
     ThePeriodText = editor.SelectedIndex.ToString();
     pgProblemAnalysis.PostEditor();
     if (ThePeriodText == "0")
     {
         iFromProdmonth.Visible = true;
         iToProdmonth.Visible   = true;
         iFromDate.Visible      = false;
         iToDate.Visible        = false;
     }
     else if (ThePeriodText == "1")
     {
         iFromProdmonth.Visible = false;
         iToProdmonth.Visible   = false;
         iFromDate.Visible      = true;
         iToDate.Visible        = true;
     }
 }
Exemple #3
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(GardenInfo));
			this.groupControl_GardenInfo = new DevExpress.XtraEditors.GroupControl();
			this.pictureEdit_GardenImage = new DevExpress.XtraEditors.PictureEdit();
			this.barManager1 = new DevExpress.XtraBars.BarManager();
			this.popupMenu1 = new DevExpress.XtraBars.PopupMenu();
			this.barButtonItem1 = 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.textEdit_GardenFeature = new DevExpress.XtraEditors.TextEdit();
			this.textEdit_GardenRegCode = new DevExpress.XtraEditors.TextEdit();
			this.notePanel2 = new DevExpress.Utils.Frames.NotePanel();
			this.label_ReqOfGarName = new System.Windows.Forms.Label();
			this.simpleButton_GardenInfoSave = new DevExpress.XtraEditors.SimpleButton();
			this.textEdit_GardenName = new DevExpress.XtraEditors.TextEdit();
			this.pnlHint_GardenName = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GardenAddress = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GardenContact = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GardenRemark = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GardenInfoTitle = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_GardenAddress = new DevExpress.XtraEditors.TextEdit();
			this.textEdit_GardenContact = new DevExpress.XtraEditors.TextEdit();
			this.simpleButton_GardenInfoReset = new DevExpress.XtraEditors.SimpleButton();
			this.splitContainerControl_GradeClassInfo = new DevExpress.XtraEditors.SplitContainerControl();
			this.xtraTabControl_GradeInfo = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPage_AddGrade = new DevExpress.XtraTab.XtraTabPage();
			this.label3 = new System.Windows.Forms.Label();
			this.comboBoxEdit_gradeNumber = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_gradeNumber = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_GradeRemark = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel5 = new DevExpress.Utils.Frames.NotePanel();
			this.radioGroup_Grade = new DevExpress.XtraEditors.RadioGroup();
			this.label_ReqOfGadeName = new System.Windows.Forms.Label();
			this.simpleButton_GradeInfoSave = new DevExpress.XtraEditors.SimpleButton();
			this.textEdit_GradeName = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_GradeName = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GradeRemark = new DevExpress.Utils.Frames.NotePanel();
			this.simpleButton_GradeInfoReset = new DevExpress.XtraEditors.SimpleButton();
			this.xtraTabPage_GradeModify = new DevExpress.XtraTab.XtraTabPage();
			this.comboBoxEdit_GradeRemarkModify = new DevExpress.XtraEditors.ComboBoxEdit();
			this.label_ReqOfGadeMdiName = new System.Windows.Forms.Label();
			this.simpleButton_GradeModify = new DevExpress.XtraEditors.SimpleButton();
			this.simpleButton_GradeModiReset = new DevExpress.XtraEditors.SimpleButton();
			this.comboBoxEdit_GradeModify = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_GradeNameModify = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GradeModify = new DevExpress.Utils.Frames.NotePanel();
			this.simpleButton_DeleteGrade = new DevExpress.XtraEditors.SimpleButton();
			this.xtraTabPage_Machine = new DevExpress.XtraTab.XtraTabPage();
			this.smbDelete = new DevExpress.XtraEditors.SimpleButton();
			this.smbSave = new DevExpress.XtraEditors.SimpleButton();
			this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
			this.gdMachineInfo = new DevExpress.XtraGrid.GridControl();
			this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.txtVol = new DevExpress.XtraEditors.TextEdit();
			this.notePanel8 = new DevExpress.Utils.Frames.NotePanel();
			this.txtTerminal = new DevExpress.XtraEditors.TextEdit();
			this.notePanel7 = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel1 = new DevExpress.Utils.Frames.NotePanel();
			this.xtraTabControl_ClassInfo = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPage_ClassAdd = new DevExpress.XtraTab.XtraTabPage();
			this.label4 = new System.Windows.Forms.Label();
			this.comboBoxEdit_classNumber = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_classNumber = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel6 = new DevExpress.Utils.Frames.NotePanel();
			this.label_ReqOfClassName = new System.Windows.Forms.Label();
			this.simpleButton_ClassSave = new DevExpress.XtraEditors.SimpleButton();
			this.textEdit_ClassName = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_ClassRemark = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_ClassRemark = new DevExpress.XtraEditors.TextEdit();
			this.simpleButton_ClassReSet = new DevExpress.XtraEditors.SimpleButton();
			this.notePanel_ClassName = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_GradeForClass = new DevExpress.Utils.Frames.NotePanel();
			this.label1 = new System.Windows.Forms.Label();
			this.radioGroup_Class = new DevExpress.XtraEditors.RadioGroup();
			this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
			this.xtraTabPage_ClassModify = new DevExpress.XtraTab.XtraTabPage();
			this.comboBoxEdit_GradeForClass = new DevExpress.XtraEditors.ComboBoxEdit();
			this.label_ReqOfClassMdiName = new System.Windows.Forms.Label();
			this.simpleButton_ClassModi = new DevExpress.XtraEditors.SimpleButton();
			this.simpleButton_ClassModiReset = new DevExpress.XtraEditors.SimpleButton();
			this.textEdit_ClassModifyRemark = new DevExpress.XtraEditors.TextEdit();
			this.comboBoxEdit_ClassNameModify = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_ClassModifyName = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_ClassModifyRemark = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel3 = new DevExpress.Utils.Frames.NotePanel();
			this.label2 = new System.Windows.Forms.Label();
			this.simpleButton_DeleteClass = new DevExpress.XtraEditors.SimpleButton();
			this.notePanel4 = new DevExpress.Utils.Frames.NotePanel();
			this.openFileDialog_SaveImage = new System.Windows.Forms.OpenFileDialog();
			this.helpProvider_GardenInfo = new System.Windows.Forms.HelpProvider();
			((System.ComponentModel.ISupportInitialize)(this.groupControl_GardenInfo)).BeginInit();
			this.groupControl_GardenInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureEdit_GardenImage.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenFeature.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenRegCode.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenName.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenAddress.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenContact.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl_GradeClassInfo)).BeginInit();
			this.splitContainerControl_GradeClassInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_GradeInfo)).BeginInit();
			this.xtraTabControl_GradeInfo.SuspendLayout();
			this.xtraTabPage_AddGrade.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_gradeNumber.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeRemark.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_Grade.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GradeName.Properties)).BeginInit();
			this.xtraTabPage_GradeModify.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeRemarkModify.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeModify.Properties)).BeginInit();
			this.xtraTabPage_Machine.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
			this.groupControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.gdMachineInfo)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtVol.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtTerminal.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_ClassInfo)).BeginInit();
			this.xtraTabControl_ClassInfo.SuspendLayout();
			this.xtraTabPage_ClassAdd.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_classNumber.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassName.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassRemark.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_Class.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
			this.xtraTabPage_ClassModify.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeForClass.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassModifyRemark.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_ClassNameModify.Properties)).BeginInit();
			this.SuspendLayout();
			// 
			// groupControl_GardenInfo
			// 
			this.groupControl_GardenInfo.Controls.Add(this.pictureEdit_GardenImage);
			this.groupControl_GardenInfo.Controls.Add(this.textEdit_GardenFeature);
			this.groupControl_GardenInfo.Controls.Add(this.textEdit_GardenRegCode);
			this.groupControl_GardenInfo.Controls.Add(this.notePanel2);
			this.groupControl_GardenInfo.Controls.Add(this.label_ReqOfGarName);
			this.groupControl_GardenInfo.Controls.Add(this.simpleButton_GardenInfoSave);
			this.groupControl_GardenInfo.Controls.Add(this.textEdit_GardenName);
			this.groupControl_GardenInfo.Controls.Add(this.pnlHint_GardenName);
			this.groupControl_GardenInfo.Controls.Add(this.notePanel_GardenAddress);
			this.groupControl_GardenInfo.Controls.Add(this.notePanel_GardenContact);
			this.groupControl_GardenInfo.Controls.Add(this.notePanel_GardenRemark);
			this.groupControl_GardenInfo.Controls.Add(this.notePanel_GardenInfoTitle);
			this.groupControl_GardenInfo.Controls.Add(this.textEdit_GardenAddress);
			this.groupControl_GardenInfo.Controls.Add(this.textEdit_GardenContact);
			this.groupControl_GardenInfo.Controls.Add(this.simpleButton_GardenInfoReset);
			this.groupControl_GardenInfo.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupControl_GardenInfo.Location = new System.Drawing.Point(0, 0);
			this.groupControl_GardenInfo.Name = "groupControl_GardenInfo";
			this.groupControl_GardenInfo.Size = new System.Drawing.Size(772, 256);
			this.groupControl_GardenInfo.TabIndex = 0;
			this.groupControl_GardenInfo.Text = "请录入园所基本信息";
			// 
			// pictureEdit_GardenImage
			// 
			this.pictureEdit_GardenImage.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.pictureEdit_GardenImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureEdit_GardenImage.BackgroundImage")));
			this.pictureEdit_GardenImage.Location = new System.Drawing.Point(536, 56);
			this.pictureEdit_GardenImage.MenuManager = this.barManager1;
			this.pictureEdit_GardenImage.Name = "pictureEdit_GardenImage";
			this.barManager1.SetPopupContextMenu(this.pictureEdit_GardenImage, this.popupMenu1);
			// 
			// pictureEdit_GardenImage.Properties
			// 
			this.pictureEdit_GardenImage.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
			this.pictureEdit_GardenImage.Properties.Appearance.Options.UseBackColor = true;
			this.pictureEdit_GardenImage.Properties.NullText = "指定位置没有找到园所图片";
			this.pictureEdit_GardenImage.Size = new System.Drawing.Size(192, 152);
			this.pictureEdit_GardenImage.TabIndex = 9;
			// 
			// 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.barButtonItem1});
			this.barManager1.MaxItemId = 1;
			// 
			// popupMenu1
			// 
			this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																									new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
			this.popupMenu1.Manager = this.barManager1;
			this.popupMenu1.Name = "popupMenu1";
			// 
			// barButtonItem1
			// 
			this.barButtonItem1.Caption = " 加载图片";
			this.barButtonItem1.Id = 0;
			this.barButtonItem1.Name = "barButtonItem1";
			this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
			// 
			// textEdit_GardenFeature
			// 
			this.textEdit_GardenFeature.EditValue = "";
			this.textEdit_GardenFeature.Location = new System.Drawing.Point(120, 184);
			this.textEdit_GardenFeature.Name = "textEdit_GardenFeature";
			this.textEdit_GardenFeature.Size = new System.Drawing.Size(392, 23);
			this.textEdit_GardenFeature.TabIndex = 8;
			// 
			// textEdit_GardenRegCode
			// 
			this.textEdit_GardenRegCode.EditValue = "";
			this.textEdit_GardenRegCode.Location = new System.Drawing.Point(120, 88);
			this.textEdit_GardenRegCode.Name = "textEdit_GardenRegCode";
			this.textEdit_GardenRegCode.Size = new System.Drawing.Size(392, 23);
			this.textEdit_GardenRegCode.TabIndex = 7;
			// 
			// notePanel2
			// 
			this.notePanel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel2.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel2.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel2.ForeColor = System.Drawing.Color.Black;
			this.notePanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel2.Location = new System.Drawing.Point(24, 88);
			this.notePanel2.MaxRows = 5;
			this.notePanel2.Name = "notePanel2";
			this.notePanel2.ParentAutoHeight = true;
			this.notePanel2.Size = new System.Drawing.Size(80, 22);
			this.notePanel2.TabIndex = 6;
			this.notePanel2.TabStop = false;
			this.notePanel2.Text = "园所代码:";
			// 
			// label_ReqOfGarName
			// 
			this.label_ReqOfGarName.ForeColor = System.Drawing.Color.Red;
			this.label_ReqOfGarName.Location = new System.Drawing.Point(8, 56);
			this.label_ReqOfGarName.Name = "label_ReqOfGarName";
			this.label_ReqOfGarName.Size = new System.Drawing.Size(16, 16);
			this.label_ReqOfGarName.TabIndex = 5;
			this.label_ReqOfGarName.Text = "*";
			this.label_ReqOfGarName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_GardenInfoSave
			// 
			this.simpleButton_GardenInfoSave.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.simpleButton_GardenInfoSave.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GardenInfoSave.Appearance.Options.UseFont = true;
			this.simpleButton_GardenInfoSave.Location = new System.Drawing.Point(552, 216);
			this.simpleButton_GardenInfoSave.Name = "simpleButton_GardenInfoSave";
			this.simpleButton_GardenInfoSave.Size = new System.Drawing.Size(72, 24);
			this.simpleButton_GardenInfoSave.TabIndex = 4;
			this.simpleButton_GardenInfoSave.Text = "保存";
			this.simpleButton_GardenInfoSave.Click += new System.EventHandler(this.simpleButton_GardenInfoSave_Click);
			// 
			// textEdit_GardenName
			// 
			this.textEdit_GardenName.EditValue = "";
			this.textEdit_GardenName.Location = new System.Drawing.Point(120, 56);
			this.textEdit_GardenName.Name = "textEdit_GardenName";
			this.textEdit_GardenName.Size = new System.Drawing.Size(392, 23);
			this.textEdit_GardenName.TabIndex = 2;
			// 
			// pnlHint_GardenName
			// 
			this.pnlHint_GardenName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.pnlHint_GardenName.BackColor2 = System.Drawing.Color.DarkGray;
			this.pnlHint_GardenName.Font = new System.Drawing.Font("Tahoma", 8F);
			this.pnlHint_GardenName.ForeColor = System.Drawing.Color.Black;
			this.pnlHint_GardenName.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.pnlHint_GardenName.Location = new System.Drawing.Point(24, 56);
			this.pnlHint_GardenName.MaxRows = 5;
			this.pnlHint_GardenName.Name = "pnlHint_GardenName";
			this.pnlHint_GardenName.ParentAutoHeight = true;
			this.pnlHint_GardenName.Size = new System.Drawing.Size(80, 22);
			this.pnlHint_GardenName.TabIndex = 1;
			this.pnlHint_GardenName.TabStop = false;
			this.pnlHint_GardenName.Text = "园所名称:";
			// 
			// notePanel_GardenAddress
			// 
			this.notePanel_GardenAddress.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GardenAddress.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GardenAddress.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GardenAddress.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GardenAddress.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GardenAddress.Location = new System.Drawing.Point(24, 120);
			this.notePanel_GardenAddress.MaxRows = 5;
			this.notePanel_GardenAddress.Name = "notePanel_GardenAddress";
			this.notePanel_GardenAddress.ParentAutoHeight = true;
			this.notePanel_GardenAddress.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GardenAddress.TabIndex = 1;
			this.notePanel_GardenAddress.TabStop = false;
			this.notePanel_GardenAddress.Text = "园所地址:";
			// 
			// notePanel_GardenContact
			// 
			this.notePanel_GardenContact.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GardenContact.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GardenContact.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GardenContact.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GardenContact.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GardenContact.Location = new System.Drawing.Point(24, 152);
			this.notePanel_GardenContact.MaxRows = 5;
			this.notePanel_GardenContact.Name = "notePanel_GardenContact";
			this.notePanel_GardenContact.ParentAutoHeight = true;
			this.notePanel_GardenContact.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GardenContact.TabIndex = 1;
			this.notePanel_GardenContact.TabStop = false;
			this.notePanel_GardenContact.Text = "联系方式:";
			// 
			// notePanel_GardenRemark
			// 
			this.notePanel_GardenRemark.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GardenRemark.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GardenRemark.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GardenRemark.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GardenRemark.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GardenRemark.Location = new System.Drawing.Point(24, 184);
			this.notePanel_GardenRemark.MaxRows = 5;
			this.notePanel_GardenRemark.Name = "notePanel_GardenRemark";
			this.notePanel_GardenRemark.ParentAutoHeight = true;
			this.notePanel_GardenRemark.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.notePanel_GardenRemark.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GardenRemark.TabIndex = 1;
			this.notePanel_GardenRemark.TabStop = false;
			this.notePanel_GardenRemark.Text = "园所特色";
			// 
			// notePanel_GardenInfoTitle
			// 
			this.notePanel_GardenInfoTitle.BackColor = System.Drawing.Color.LightGoldenrodYellow;
			this.notePanel_GardenInfoTitle.Dock = System.Windows.Forms.DockStyle.Top;
			this.notePanel_GardenInfoTitle.ForeColor = System.Drawing.Color.OrangeRed;
			this.notePanel_GardenInfoTitle.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GardenInfoTitle.Location = new System.Drawing.Point(3, 18);
			this.notePanel_GardenInfoTitle.MaxRows = 5;
			this.notePanel_GardenInfoTitle.Name = "notePanel_GardenInfoTitle";
			this.notePanel_GardenInfoTitle.ParentAutoHeight = true;
			this.notePanel_GardenInfoTitle.Size = new System.Drawing.Size(766, 23);
			this.notePanel_GardenInfoTitle.TabIndex = 1;
			this.notePanel_GardenInfoTitle.TabStop = false;
			this.notePanel_GardenInfoTitle.Text = "请仔细填写资料,以便我们的客服人员能更好的为您服务.谢谢合作!";
			// 
			// textEdit_GardenAddress
			// 
			this.textEdit_GardenAddress.EditValue = "";
			this.textEdit_GardenAddress.Location = new System.Drawing.Point(120, 120);
			this.textEdit_GardenAddress.Name = "textEdit_GardenAddress";
			this.textEdit_GardenAddress.Size = new System.Drawing.Size(392, 23);
			this.textEdit_GardenAddress.TabIndex = 2;
			// 
			// textEdit_GardenContact
			// 
			this.textEdit_GardenContact.EditValue = "";
			this.textEdit_GardenContact.Location = new System.Drawing.Point(120, 152);
			this.textEdit_GardenContact.Name = "textEdit_GardenContact";
			this.textEdit_GardenContact.Size = new System.Drawing.Size(392, 23);
			this.textEdit_GardenContact.TabIndex = 2;
			// 
			// simpleButton_GardenInfoReset
			// 
			this.simpleButton_GardenInfoReset.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.simpleButton_GardenInfoReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GardenInfoReset.Appearance.Options.UseFont = true;
			this.simpleButton_GardenInfoReset.Location = new System.Drawing.Point(640, 216);
			this.simpleButton_GardenInfoReset.Name = "simpleButton_GardenInfoReset";
			this.simpleButton_GardenInfoReset.Size = new System.Drawing.Size(72, 24);
			this.simpleButton_GardenInfoReset.TabIndex = 4;
			this.simpleButton_GardenInfoReset.Text = "重置";
			this.simpleButton_GardenInfoReset.Click += new System.EventHandler(this.simpleButton_GardenInfoReset_Click);
			// 
			// splitContainerControl_GradeClassInfo
			// 
			this.splitContainerControl_GradeClassInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl_GradeClassInfo.Location = new System.Drawing.Point(0, 256);
			this.splitContainerControl_GradeClassInfo.Name = "splitContainerControl_GradeClassInfo";
			this.splitContainerControl_GradeClassInfo.Panel1.Controls.Add(this.xtraTabControl_GradeInfo);
			this.splitContainerControl_GradeClassInfo.Panel1.Controls.Add(this.notePanel1);
			this.splitContainerControl_GradeClassInfo.Panel1.Text = "splitContainerControl1_Panel1";
			this.splitContainerControl_GradeClassInfo.Panel2.Controls.Add(this.xtraTabControl_ClassInfo);
			this.splitContainerControl_GradeClassInfo.Panel2.Controls.Add(this.notePanel4);
			this.splitContainerControl_GradeClassInfo.Panel2.Text = "splitContainerControl1_Panel2";
			this.splitContainerControl_GradeClassInfo.Size = new System.Drawing.Size(772, 284);
			this.splitContainerControl_GradeClassInfo.SplitterPosition = 364;
			this.splitContainerControl_GradeClassInfo.TabIndex = 1;
			this.splitContainerControl_GradeClassInfo.Text = "splitContainerControl1";
			// 
			// xtraTabControl_GradeInfo
			// 
			this.xtraTabControl_GradeInfo.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabControl_GradeInfo.Appearance.Options.UseBackColor = true;
			this.xtraTabControl_GradeInfo.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
			this.xtraTabControl_GradeInfo.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.DarkOrange;
			this.xtraTabControl_GradeInfo.AppearancePage.HeaderActive.Options.UseFont = true;
			this.xtraTabControl_GradeInfo.AppearancePage.HeaderActive.Options.UseForeColor = true;
			this.xtraTabControl_GradeInfo.Controls.Add(this.xtraTabPage_AddGrade);
			this.xtraTabControl_GradeInfo.Controls.Add(this.xtraTabPage_GradeModify);
			this.xtraTabControl_GradeInfo.Controls.Add(this.xtraTabPage_Machine);
			this.xtraTabControl_GradeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl_GradeInfo.Location = new System.Drawing.Point(0, 23);
			this.xtraTabControl_GradeInfo.Name = "xtraTabControl_GradeInfo";
			this.xtraTabControl_GradeInfo.SelectedTabPage = this.xtraTabPage_Machine;
			this.xtraTabControl_GradeInfo.Size = new System.Drawing.Size(358, 255);
			this.xtraTabControl_GradeInfo.TabIndex = 6;
			this.xtraTabControl_GradeInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
																									 this.xtraTabPage_AddGrade,
																									 this.xtraTabPage_GradeModify,
																									 this.xtraTabPage_Machine});
			this.xtraTabControl_GradeInfo.Text = "年级资料";
			// 
			// xtraTabPage_AddGrade
			// 
			this.xtraTabPage_AddGrade.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage_AddGrade.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage_AddGrade.Controls.Add(this.label3);
			this.xtraTabPage_AddGrade.Controls.Add(this.comboBoxEdit_gradeNumber);
			this.xtraTabPage_AddGrade.Controls.Add(this.notePanel_gradeNumber);
			this.xtraTabPage_AddGrade.Controls.Add(this.comboBoxEdit_GradeRemark);
			this.xtraTabPage_AddGrade.Controls.Add(this.notePanel5);
			this.xtraTabPage_AddGrade.Controls.Add(this.radioGroup_Grade);
			this.xtraTabPage_AddGrade.Controls.Add(this.label_ReqOfGadeName);
			this.xtraTabPage_AddGrade.Controls.Add(this.simpleButton_GradeInfoSave);
			this.xtraTabPage_AddGrade.Controls.Add(this.textEdit_GradeName);
			this.xtraTabPage_AddGrade.Controls.Add(this.notePanel_GradeName);
			this.xtraTabPage_AddGrade.Controls.Add(this.notePanel_GradeRemark);
			this.xtraTabPage_AddGrade.Controls.Add(this.simpleButton_GradeInfoReset);
			this.xtraTabPage_AddGrade.Name = "xtraTabPage_AddGrade";
			this.xtraTabPage_AddGrade.Size = new System.Drawing.Size(354, 230);
			this.xtraTabPage_AddGrade.Text = "添加年级信息";
			// 
			// label3
			// 
			this.label3.ForeColor = System.Drawing.Color.Red;
			this.label3.Location = new System.Drawing.Point(32, 64);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(16, 16);
			this.label3.TabIndex = 26;
			this.label3.Text = "*";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// comboBoxEdit_gradeNumber
			// 
			this.comboBoxEdit_gradeNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_gradeNumber.EditValue = "";
			this.comboBoxEdit_gradeNumber.Location = new System.Drawing.Point(144, 64);
			this.comboBoxEdit_gradeNumber.Name = "comboBoxEdit_gradeNumber";
			// 
			// comboBoxEdit_gradeNumber.Properties
			// 
			this.comboBoxEdit_gradeNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																															 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_gradeNumber.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_gradeNumber.Size = new System.Drawing.Size(171, 23);
			this.comboBoxEdit_gradeNumber.TabIndex = 25;
			// 
			// notePanel_gradeNumber
			// 
			this.notePanel_gradeNumber.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_gradeNumber.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_gradeNumber.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_gradeNumber.ForeColor = System.Drawing.Color.Black;
			this.notePanel_gradeNumber.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_gradeNumber.Location = new System.Drawing.Point(48, 64);
			this.notePanel_gradeNumber.MaxRows = 5;
			this.notePanel_gradeNumber.Name = "notePanel_gradeNumber";
			this.notePanel_gradeNumber.ParentAutoHeight = true;
			this.notePanel_gradeNumber.Size = new System.Drawing.Size(80, 22);
			this.notePanel_gradeNumber.TabIndex = 24;
			this.notePanel_gradeNumber.TabStop = false;
			this.notePanel_gradeNumber.Text = "可用编号";
			// 
			// comboBoxEdit_GradeRemark
			// 
			this.comboBoxEdit_GradeRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_GradeRemark.EditValue = "托班";
			this.comboBoxEdit_GradeRemark.Location = new System.Drawing.Point(144, 96);
			this.comboBoxEdit_GradeRemark.Name = "comboBoxEdit_GradeRemark";
			// 
			// comboBoxEdit_GradeRemark.Properties
			// 
			this.comboBoxEdit_GradeRemark.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																															 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_GradeRemark.Properties.Items.AddRange(new object[] {
																					 "托班",
																					 "小班",
																					 "中班",
																					 "大班",
																					 "特色班"});
			this.comboBoxEdit_GradeRemark.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_GradeRemark.Size = new System.Drawing.Size(171, 23);
			this.comboBoxEdit_GradeRemark.TabIndex = 23;
			this.comboBoxEdit_GradeRemark.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_GradeRemark_SelectedIndexChanged);
			// 
			// notePanel5
			// 
			this.notePanel5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel5.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel5.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel5.ForeColor = System.Drawing.Color.Black;
			this.notePanel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel5.Location = new System.Drawing.Point(48, 128);
			this.notePanel5.MaxRows = 5;
			this.notePanel5.Name = "notePanel5";
			this.notePanel5.ParentAutoHeight = true;
			this.notePanel5.Size = new System.Drawing.Size(80, 22);
			this.notePanel5.TabIndex = 8;
			this.notePanel5.TabStop = false;
			this.notePanel5.Text = "选择类型";
			// 
			// radioGroup_Grade
			// 
			this.radioGroup_Grade.EditValue = "0";
			this.radioGroup_Grade.Location = new System.Drawing.Point(144, 128);
			this.radioGroup_Grade.Name = "radioGroup_Grade";
			// 
			// radioGroup_Grade.Properties
			// 
			this.radioGroup_Grade.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
																													 new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "学生年级"),
																													 new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "教师部门")});
			this.radioGroup_Grade.Size = new System.Drawing.Size(168, 32);
			this.radioGroup_Grade.TabIndex = 7;
			this.radioGroup_Grade.SelectedIndexChanged += new System.EventHandler(this.radioGroup_Grade_SelectedIndexChanged);
			// 
			// label_ReqOfGadeName
			// 
			this.label_ReqOfGadeName.ForeColor = System.Drawing.Color.Red;
			this.label_ReqOfGadeName.Location = new System.Drawing.Point(32, 32);
			this.label_ReqOfGadeName.Name = "label_ReqOfGadeName";
			this.label_ReqOfGadeName.Size = new System.Drawing.Size(16, 16);
			this.label_ReqOfGadeName.TabIndex = 6;
			this.label_ReqOfGadeName.Text = "*";
			this.label_ReqOfGadeName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_GradeInfoSave
			// 
			this.simpleButton_GradeInfoSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_GradeInfoSave.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GradeInfoSave.Appearance.Options.UseFont = true;
			this.simpleButton_GradeInfoSave.Location = new System.Drawing.Point(243, 168);
			this.simpleButton_GradeInfoSave.Name = "simpleButton_GradeInfoSave";
			this.simpleButton_GradeInfoSave.Size = new System.Drawing.Size(72, 24);
			this.simpleButton_GradeInfoSave.TabIndex = 5;
			this.simpleButton_GradeInfoSave.Text = "保存";
			this.simpleButton_GradeInfoSave.Click += new System.EventHandler(this.simpleButton_GradeInfoSave_Click);
			// 
			// textEdit_GradeName
			// 
			this.textEdit_GradeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textEdit_GradeName.EditValue = "";
			this.textEdit_GradeName.Location = new System.Drawing.Point(144, 32);
			this.textEdit_GradeName.Name = "textEdit_GradeName";
			this.textEdit_GradeName.Size = new System.Drawing.Size(171, 23);
			this.textEdit_GradeName.TabIndex = 4;
			// 
			// notePanel_GradeName
			// 
			this.notePanel_GradeName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GradeName.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GradeName.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GradeName.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GradeName.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GradeName.Location = new System.Drawing.Point(48, 32);
			this.notePanel_GradeName.MaxRows = 5;
			this.notePanel_GradeName.Name = "notePanel_GradeName";
			this.notePanel_GradeName.ParentAutoHeight = true;
			this.notePanel_GradeName.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GradeName.TabIndex = 3;
			this.notePanel_GradeName.TabStop = false;
			this.notePanel_GradeName.Text = "年级名称";
			// 
			// notePanel_GradeRemark
			// 
			this.notePanel_GradeRemark.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GradeRemark.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GradeRemark.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GradeRemark.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GradeRemark.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GradeRemark.Location = new System.Drawing.Point(48, 96);
			this.notePanel_GradeRemark.MaxRows = 5;
			this.notePanel_GradeRemark.Name = "notePanel_GradeRemark";
			this.notePanel_GradeRemark.ParentAutoHeight = true;
			this.notePanel_GradeRemark.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GradeRemark.TabIndex = 2;
			this.notePanel_GradeRemark.TabStop = false;
			this.notePanel_GradeRemark.Text = "备        注";
			// 
			// simpleButton_GradeInfoReset
			// 
			this.simpleButton_GradeInfoReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_GradeInfoReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GradeInfoReset.Appearance.Options.UseFont = true;
			this.simpleButton_GradeInfoReset.Location = new System.Drawing.Point(243, 200);
			this.simpleButton_GradeInfoReset.Name = "simpleButton_GradeInfoReset";
			this.simpleButton_GradeInfoReset.Size = new System.Drawing.Size(72, 24);
			this.simpleButton_GradeInfoReset.TabIndex = 5;
			this.simpleButton_GradeInfoReset.Text = "重置";
			this.simpleButton_GradeInfoReset.Visible = false;
			this.simpleButton_GradeInfoReset.Click += new System.EventHandler(this.simpleButton_GradeInfoReset_Click);
			// 
			// xtraTabPage_GradeModify
			// 
			this.xtraTabPage_GradeModify.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage_GradeModify.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage_GradeModify.Controls.Add(this.comboBoxEdit_GradeRemarkModify);
			this.xtraTabPage_GradeModify.Controls.Add(this.label_ReqOfGadeMdiName);
			this.xtraTabPage_GradeModify.Controls.Add(this.simpleButton_GradeModify);
			this.xtraTabPage_GradeModify.Controls.Add(this.simpleButton_GradeModiReset);
			this.xtraTabPage_GradeModify.Controls.Add(this.comboBoxEdit_GradeModify);
			this.xtraTabPage_GradeModify.Controls.Add(this.notePanel_GradeNameModify);
			this.xtraTabPage_GradeModify.Controls.Add(this.notePanel_GradeModify);
			this.xtraTabPage_GradeModify.Controls.Add(this.simpleButton_DeleteGrade);
			this.xtraTabPage_GradeModify.Name = "xtraTabPage_GradeModify";
			this.xtraTabPage_GradeModify.Size = new System.Drawing.Size(354, 230);
			this.xtraTabPage_GradeModify.Text = "修改年级信息";
			// 
			// comboBoxEdit_GradeRemarkModify
			// 
			this.comboBoxEdit_GradeRemarkModify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_GradeRemarkModify.EditValue = "托班";
			this.comboBoxEdit_GradeRemarkModify.Location = new System.Drawing.Point(144, 72);
			this.comboBoxEdit_GradeRemarkModify.Name = "comboBoxEdit_GradeRemarkModify";
			// 
			// comboBoxEdit_GradeRemarkModify.Properties
			// 
			this.comboBoxEdit_GradeRemarkModify.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																																   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_GradeRemarkModify.Properties.Items.AddRange(new object[] {
																						   "托班",
																						   "小班",
																						   "中班",
																						   "大班",
																						   "特色班"});
			this.comboBoxEdit_GradeRemarkModify.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_GradeRemarkModify.Size = new System.Drawing.Size(171, 23);
			this.comboBoxEdit_GradeRemarkModify.TabIndex = 23;
			// 
			// label_ReqOfGadeMdiName
			// 
			this.label_ReqOfGadeMdiName.ForeColor = System.Drawing.Color.Red;
			this.label_ReqOfGadeMdiName.Location = new System.Drawing.Point(32, 40);
			this.label_ReqOfGadeMdiName.Name = "label_ReqOfGadeMdiName";
			this.label_ReqOfGadeMdiName.Size = new System.Drawing.Size(16, 16);
			this.label_ReqOfGadeMdiName.TabIndex = 20;
			this.label_ReqOfGadeMdiName.Text = "*";
			this.label_ReqOfGadeMdiName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_GradeModify
			// 
			this.simpleButton_GradeModify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_GradeModify.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GradeModify.Appearance.Options.UseFont = true;
			this.simpleButton_GradeModify.Location = new System.Drawing.Point(251, 104);
			this.simpleButton_GradeModify.Name = "simpleButton_GradeModify";
			this.simpleButton_GradeModify.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_GradeModify.TabIndex = 19;
			this.simpleButton_GradeModify.Text = "修改";
			this.simpleButton_GradeModify.Click += new System.EventHandler(this.simpleButton_GradeModify_Click);
			// 
			// simpleButton_GradeModiReset
			// 
			this.simpleButton_GradeModiReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_GradeModiReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_GradeModiReset.Appearance.Options.UseFont = true;
			this.simpleButton_GradeModiReset.Location = new System.Drawing.Point(251, 136);
			this.simpleButton_GradeModiReset.Name = "simpleButton_GradeModiReset";
			this.simpleButton_GradeModiReset.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_GradeModiReset.TabIndex = 18;
			this.simpleButton_GradeModiReset.Text = "重置";
			this.simpleButton_GradeModiReset.Visible = false;
			this.simpleButton_GradeModiReset.Click += new System.EventHandler(this.simpleButton_GradeModiReset_Click);
			// 
			// comboBoxEdit_GradeModify
			// 
			this.comboBoxEdit_GradeModify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_GradeModify.EditValue = "";
			this.comboBoxEdit_GradeModify.Location = new System.Drawing.Point(144, 40);
			this.comboBoxEdit_GradeModify.Name = "comboBoxEdit_GradeModify";
			// 
			// comboBoxEdit_GradeModify.Properties
			// 
			this.comboBoxEdit_GradeModify.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																															 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_GradeModify.Size = new System.Drawing.Size(171, 23);
			this.comboBoxEdit_GradeModify.TabIndex = 15;
			this.comboBoxEdit_GradeModify.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_GradeModify_SelectedIndexChanged);
			// 
			// notePanel_GradeNameModify
			// 
			this.notePanel_GradeNameModify.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GradeNameModify.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GradeNameModify.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GradeNameModify.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GradeNameModify.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GradeNameModify.Location = new System.Drawing.Point(48, 40);
			this.notePanel_GradeNameModify.MaxRows = 5;
			this.notePanel_GradeNameModify.Name = "notePanel_GradeNameModify";
			this.notePanel_GradeNameModify.ParentAutoHeight = true;
			this.notePanel_GradeNameModify.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GradeNameModify.TabIndex = 14;
			this.notePanel_GradeNameModify.TabStop = false;
			this.notePanel_GradeNameModify.Text = "年级名称";
			// 
			// notePanel_GradeModify
			// 
			this.notePanel_GradeModify.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GradeModify.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GradeModify.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GradeModify.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GradeModify.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GradeModify.Location = new System.Drawing.Point(48, 72);
			this.notePanel_GradeModify.MaxRows = 5;
			this.notePanel_GradeModify.Name = "notePanel_GradeModify";
			this.notePanel_GradeModify.ParentAutoHeight = true;
			this.notePanel_GradeModify.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GradeModify.TabIndex = 14;
			this.notePanel_GradeModify.TabStop = false;
			this.notePanel_GradeModify.Text = "备       注";
			// 
			// simpleButton_DeleteGrade
			// 
			this.simpleButton_DeleteGrade.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_DeleteGrade.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_DeleteGrade.Appearance.Options.UseFont = true;
			this.simpleButton_DeleteGrade.Location = new System.Drawing.Point(179, 136);
			this.simpleButton_DeleteGrade.Name = "simpleButton_DeleteGrade";
			this.simpleButton_DeleteGrade.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_DeleteGrade.TabIndex = 19;
			this.simpleButton_DeleteGrade.Text = "删除";
			this.simpleButton_DeleteGrade.Visible = false;
			this.simpleButton_DeleteGrade.Click += new System.EventHandler(this.simpleButton_DeleteGrade_Click);
			// 
			// xtraTabPage_Machine
			// 
			this.xtraTabPage_Machine.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage_Machine.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage_Machine.Controls.Add(this.smbDelete);
			this.xtraTabPage_Machine.Controls.Add(this.smbSave);
			this.xtraTabPage_Machine.Controls.Add(this.groupControl1);
			this.xtraTabPage_Machine.Controls.Add(this.txtVol);
			this.xtraTabPage_Machine.Controls.Add(this.notePanel8);
			this.xtraTabPage_Machine.Controls.Add(this.txtTerminal);
			this.xtraTabPage_Machine.Controls.Add(this.notePanel7);
			this.xtraTabPage_Machine.Name = "xtraTabPage_Machine";
			this.xtraTabPage_Machine.Size = new System.Drawing.Size(354, 230);
			this.xtraTabPage_Machine.Text = "门口机设定";
			// 
			// smbDelete
			// 
			this.smbDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.smbDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.smbDelete.Appearance.Options.UseFont = true;
			this.smbDelete.Location = new System.Drawing.Point(88, 56);
			this.smbDelete.Name = "smbDelete";
			this.smbDelete.Size = new System.Drawing.Size(56, 24);
			this.smbDelete.TabIndex = 32;
			this.smbDelete.Text = "删除";
			this.smbDelete.Click += new System.EventHandler(this.smbDelete_Click);
			// 
			// smbSave
			// 
			this.smbSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.smbSave.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.smbSave.Appearance.Options.UseFont = true;
			this.smbSave.Location = new System.Drawing.Point(24, 56);
			this.smbSave.Name = "smbSave";
			this.smbSave.Size = new System.Drawing.Size(56, 24);
			this.smbSave.TabIndex = 31;
			this.smbSave.Text = "保存";
			this.smbSave.Click += new System.EventHandler(this.smbSave_Click);
			// 
			// groupControl1
			// 
			this.groupControl1.Controls.Add(this.gdMachineInfo);
			this.groupControl1.Location = new System.Drawing.Point(181, 11);
			this.groupControl1.Name = "groupControl1";
			this.groupControl1.Size = new System.Drawing.Size(160, 208);
			this.groupControl1.TabIndex = 30;
			this.groupControl1.Text = "显示";
			// 
			// gdMachineInfo
			// 
			this.gdMachineInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			// 
			// gdMachineInfo.EmbeddedNavigator
			// 
			this.gdMachineInfo.EmbeddedNavigator.Name = "";
			this.gdMachineInfo.Location = new System.Drawing.Point(3, 18);
			this.gdMachineInfo.MainView = this.gridView1;
			this.gdMachineInfo.Name = "gdMachineInfo";
			this.gdMachineInfo.Size = new System.Drawing.Size(154, 187);
			this.gdMachineInfo.TabIndex = 0;
			this.gdMachineInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
																										 this.gridView1});
			// 
			// gridView1
			// 
			this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
																							 this.gridColumn1});
			this.gridView1.GridControl = this.gdMachineInfo;
			this.gridView1.Name = "gridView1";
			this.gridView1.OptionsCustomization.AllowFilter = false;
			this.gridView1.OptionsView.ShowFilterPanel = false;
			this.gridView1.OptionsView.ShowGroupPanel = false;
			// 
			// gridColumn1
			// 
			this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
			this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.gridColumn1.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
			this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
			this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.gridColumn1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
			this.gridColumn1.Caption = "已分配的门口机地址";
			this.gridColumn1.FieldName = "machine_address";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.OptionsColumn.AllowEdit = false;
			this.gridColumn1.OptionsColumn.AllowFocus = false;
			this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
			this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
			this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
			this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
			this.gridColumn1.OptionsColumn.FixedWidth = true;
			this.gridColumn1.OptionsColumn.ReadOnly = true;
			this.gridColumn1.OptionsColumn.ShowInCustomizationForm = false;
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			// 
			// txtVol
			// 
			this.txtVol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.txtVol.EditValue = "70";
			this.txtVol.Location = new System.Drawing.Point(88, 104);
			this.txtVol.Name = "txtVol";
			this.txtVol.Size = new System.Drawing.Size(75, 23);
			this.txtVol.TabIndex = 29;
			this.txtVol.Visible = false;
			// 
			// notePanel8
			// 
			this.notePanel8.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel8.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel8.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel8.ForeColor = System.Drawing.Color.Black;
			this.notePanel8.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel8.Location = new System.Drawing.Point(8, 104);
			this.notePanel8.MaxRows = 5;
			this.notePanel8.Name = "notePanel8";
			this.notePanel8.ParentAutoHeight = true;
			this.notePanel8.Size = new System.Drawing.Size(72, 22);
			this.notePanel8.TabIndex = 28;
			this.notePanel8.TabStop = false;
			this.notePanel8.Text = "容   量";
			this.notePanel8.Visible = false;
			// 
			// txtTerminal
			// 
			this.txtTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.txtTerminal.EditValue = "";
			this.txtTerminal.Location = new System.Drawing.Point(93, 19);
			this.txtTerminal.Name = "txtTerminal";
			this.txtTerminal.Size = new System.Drawing.Size(75, 23);
			this.txtTerminal.TabIndex = 27;
			// 
			// notePanel7
			// 
			this.notePanel7.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel7.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel7.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel7.ForeColor = System.Drawing.Color.Black;
			this.notePanel7.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel7.Location = new System.Drawing.Point(13, 19);
			this.notePanel7.MaxRows = 5;
			this.notePanel7.Name = "notePanel7";
			this.notePanel7.ParentAutoHeight = true;
			this.notePanel7.Size = new System.Drawing.Size(72, 22);
			this.notePanel7.TabIndex = 26;
			this.notePanel7.TabStop = false;
			this.notePanel7.Text = "门口机";
			// 
			// notePanel1
			// 
			this.notePanel1.BackColor = System.Drawing.Color.LightGoldenrodYellow;
			this.notePanel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.notePanel1.ForeColor = System.Drawing.Color.OrangeRed;
			this.notePanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel1.Location = new System.Drawing.Point(0, 0);
			this.notePanel1.MaxRows = 5;
			this.notePanel1.Name = "notePanel1";
			this.notePanel1.ParentAutoHeight = true;
			this.notePanel1.Size = new System.Drawing.Size(358, 23);
			this.notePanel1.TabIndex = 2;
			this.notePanel1.TabStop = false;
			this.notePanel1.Text = "年级资料(*为必须填写)";
			// 
			// xtraTabControl_ClassInfo
			// 
			this.xtraTabControl_ClassInfo.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabControl_ClassInfo.Appearance.Options.UseBackColor = true;
			this.xtraTabControl_ClassInfo.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
			this.xtraTabControl_ClassInfo.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.DarkOrange;
			this.xtraTabControl_ClassInfo.AppearancePage.HeaderActive.Options.UseFont = true;
			this.xtraTabControl_ClassInfo.AppearancePage.HeaderActive.Options.UseForeColor = true;
			this.xtraTabControl_ClassInfo.Controls.Add(this.xtraTabPage_ClassAdd);
			this.xtraTabControl_ClassInfo.Controls.Add(this.xtraTabPage_ClassModify);
			this.xtraTabControl_ClassInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl_ClassInfo.Location = new System.Drawing.Point(0, 23);
			this.xtraTabControl_ClassInfo.Name = "xtraTabControl_ClassInfo";
			this.xtraTabControl_ClassInfo.SelectedTabPage = this.xtraTabPage_ClassAdd;
			this.xtraTabControl_ClassInfo.Size = new System.Drawing.Size(398, 255);
			this.xtraTabControl_ClassInfo.TabIndex = 4;
			this.xtraTabControl_ClassInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
																									 this.xtraTabPage_ClassAdd,
																									 this.xtraTabPage_ClassModify});
			this.xtraTabControl_ClassInfo.Text = "班级资料";
			// 
			// xtraTabPage_ClassAdd
			// 
			this.xtraTabPage_ClassAdd.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage_ClassAdd.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage_ClassAdd.Controls.Add(this.label4);
			this.xtraTabPage_ClassAdd.Controls.Add(this.comboBoxEdit_classNumber);
			this.xtraTabPage_ClassAdd.Controls.Add(this.notePanel_classNumber);
			this.xtraTabPage_ClassAdd.Controls.Add(this.notePanel6);
			this.xtraTabPage_ClassAdd.Controls.Add(this.label_ReqOfClassName);
			this.xtraTabPage_ClassAdd.Controls.Add(this.simpleButton_ClassSave);
			this.xtraTabPage_ClassAdd.Controls.Add(this.textEdit_ClassName);
			this.xtraTabPage_ClassAdd.Controls.Add(this.notePanel_ClassRemark);
			this.xtraTabPage_ClassAdd.Controls.Add(this.textEdit_ClassRemark);
			this.xtraTabPage_ClassAdd.Controls.Add(this.simpleButton_ClassReSet);
			this.xtraTabPage_ClassAdd.Controls.Add(this.notePanel_ClassName);
			this.xtraTabPage_ClassAdd.Controls.Add(this.notePanel_GradeForClass);
			this.xtraTabPage_ClassAdd.Controls.Add(this.label1);
			this.xtraTabPage_ClassAdd.Controls.Add(this.radioGroup_Class);
			this.xtraTabPage_ClassAdd.Controls.Add(this.comboBoxEdit1);
			this.xtraTabPage_ClassAdd.Name = "xtraTabPage_ClassAdd";
			this.xtraTabPage_ClassAdd.Size = new System.Drawing.Size(394, 230);
			this.xtraTabPage_ClassAdd.Text = "添加班级信息";
			// 
			// label4
			// 
			this.label4.ForeColor = System.Drawing.Color.Red;
			this.label4.Location = new System.Drawing.Point(48, 96);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(16, 16);
			this.label4.TabIndex = 28;
			this.label4.Text = "*";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// comboBoxEdit_classNumber
			// 
			this.comboBoxEdit_classNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_classNumber.EditValue = "";
			this.comboBoxEdit_classNumber.Location = new System.Drawing.Point(162, 96);
			this.comboBoxEdit_classNumber.Name = "comboBoxEdit_classNumber";
			// 
			// comboBoxEdit_classNumber.Properties
			// 
			this.comboBoxEdit_classNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																															 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_classNumber.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_classNumber.Size = new System.Drawing.Size(179, 23);
			this.comboBoxEdit_classNumber.TabIndex = 27;
			// 
			// notePanel_classNumber
			// 
			this.notePanel_classNumber.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_classNumber.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_classNumber.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_classNumber.ForeColor = System.Drawing.Color.Black;
			this.notePanel_classNumber.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_classNumber.Location = new System.Drawing.Point(66, 96);
			this.notePanel_classNumber.MaxRows = 5;
			this.notePanel_classNumber.Name = "notePanel_classNumber";
			this.notePanel_classNumber.ParentAutoHeight = true;
			this.notePanel_classNumber.Size = new System.Drawing.Size(80, 22);
			this.notePanel_classNumber.TabIndex = 26;
			this.notePanel_classNumber.TabStop = false;
			this.notePanel_classNumber.Text = "可用编号";
			// 
			// notePanel6
			// 
			this.notePanel6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel6.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel6.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel6.ForeColor = System.Drawing.Color.Black;
			this.notePanel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel6.Location = new System.Drawing.Point(64, 160);
			this.notePanel6.MaxRows = 5;
			this.notePanel6.Name = "notePanel6";
			this.notePanel6.ParentAutoHeight = true;
			this.notePanel6.Size = new System.Drawing.Size(80, 22);
			this.notePanel6.TabIndex = 20;
			this.notePanel6.TabStop = false;
			this.notePanel6.Text = "选择类型";
			// 
			// label_ReqOfClassName
			// 
			this.label_ReqOfClassName.ForeColor = System.Drawing.Color.Red;
			this.label_ReqOfClassName.Location = new System.Drawing.Point(48, 64);
			this.label_ReqOfClassName.Name = "label_ReqOfClassName";
			this.label_ReqOfClassName.Size = new System.Drawing.Size(16, 16);
			this.label_ReqOfClassName.TabIndex = 18;
			this.label_ReqOfClassName.Text = "*";
			this.label_ReqOfClassName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_ClassSave
			// 
			this.simpleButton_ClassSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_ClassSave.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_ClassSave.Appearance.Options.UseFont = true;
			this.simpleButton_ClassSave.Location = new System.Drawing.Point(277, 200);
			this.simpleButton_ClassSave.Name = "simpleButton_ClassSave";
			this.simpleButton_ClassSave.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_ClassSave.TabIndex = 17;
			this.simpleButton_ClassSave.Text = "保存";
			this.simpleButton_ClassSave.Click += new System.EventHandler(this.simpleButton_ClassSave_Click);
			// 
			// textEdit_ClassName
			// 
			this.textEdit_ClassName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textEdit_ClassName.EditValue = "";
			this.textEdit_ClassName.Location = new System.Drawing.Point(160, 64);
			this.textEdit_ClassName.Name = "textEdit_ClassName";
			this.textEdit_ClassName.Size = new System.Drawing.Size(181, 23);
			this.textEdit_ClassName.TabIndex = 15;
			// 
			// notePanel_ClassRemark
			// 
			this.notePanel_ClassRemark.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_ClassRemark.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_ClassRemark.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_ClassRemark.ForeColor = System.Drawing.Color.Black;
			this.notePanel_ClassRemark.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_ClassRemark.Location = new System.Drawing.Point(64, 128);
			this.notePanel_ClassRemark.MaxRows = 5;
			this.notePanel_ClassRemark.Name = "notePanel_ClassRemark";
			this.notePanel_ClassRemark.ParentAutoHeight = true;
			this.notePanel_ClassRemark.Size = new System.Drawing.Size(80, 22);
			this.notePanel_ClassRemark.TabIndex = 12;
			this.notePanel_ClassRemark.TabStop = false;
			this.notePanel_ClassRemark.Text = "班级备注";
			// 
			// textEdit_ClassRemark
			// 
			this.textEdit_ClassRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textEdit_ClassRemark.EditValue = "";
			this.textEdit_ClassRemark.Location = new System.Drawing.Point(160, 128);
			this.textEdit_ClassRemark.Name = "textEdit_ClassRemark";
			this.textEdit_ClassRemark.Size = new System.Drawing.Size(181, 23);
			this.textEdit_ClassRemark.TabIndex = 14;
			// 
			// simpleButton_ClassReSet
			// 
			this.simpleButton_ClassReSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_ClassReSet.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_ClassReSet.Appearance.Options.UseFont = true;
			this.simpleButton_ClassReSet.Location = new System.Drawing.Point(61, 200);
			this.simpleButton_ClassReSet.Name = "simpleButton_ClassReSet";
			this.simpleButton_ClassReSet.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_ClassReSet.TabIndex = 16;
			this.simpleButton_ClassReSet.Text = "重置";
			this.simpleButton_ClassReSet.Visible = false;
			this.simpleButton_ClassReSet.Click += new System.EventHandler(this.simpleButton_ClassReSet_Click);
			// 
			// notePanel_ClassName
			// 
			this.notePanel_ClassName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_ClassName.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_ClassName.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_ClassName.ForeColor = System.Drawing.Color.Black;
			this.notePanel_ClassName.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_ClassName.Location = new System.Drawing.Point(64, 64);
			this.notePanel_ClassName.MaxRows = 5;
			this.notePanel_ClassName.Name = "notePanel_ClassName";
			this.notePanel_ClassName.ParentAutoHeight = true;
			this.notePanel_ClassName.Size = new System.Drawing.Size(80, 22);
			this.notePanel_ClassName.TabIndex = 13;
			this.notePanel_ClassName.TabStop = false;
			this.notePanel_ClassName.Text = "班级名称";
			// 
			// notePanel_GradeForClass
			// 
			this.notePanel_GradeForClass.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_GradeForClass.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_GradeForClass.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_GradeForClass.ForeColor = System.Drawing.Color.Black;
			this.notePanel_GradeForClass.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_GradeForClass.Location = new System.Drawing.Point(64, 32);
			this.notePanel_GradeForClass.MaxRows = 5;
			this.notePanel_GradeForClass.Name = "notePanel_GradeForClass";
			this.notePanel_GradeForClass.ParentAutoHeight = true;
			this.notePanel_GradeForClass.Size = new System.Drawing.Size(80, 22);
			this.notePanel_GradeForClass.TabIndex = 13;
			this.notePanel_GradeForClass.TabStop = false;
			this.notePanel_GradeForClass.Text = "所在年级";
			// 
			// label1
			// 
			this.label1.ForeColor = System.Drawing.Color.Red;
			this.label1.Location = new System.Drawing.Point(48, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(16, 16);
			this.label1.TabIndex = 18;
			this.label1.Text = "*";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// radioGroup_Class
			// 
			this.radioGroup_Class.EditValue = "0";
			this.radioGroup_Class.Location = new System.Drawing.Point(160, 160);
			this.radioGroup_Class.Name = "radioGroup_Class";
			// 
			// radioGroup_Class.Properties
			// 
			this.radioGroup_Class.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
																													 new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "学生班级"),
																													 new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "教师岗位")});
			this.radioGroup_Class.Size = new System.Drawing.Size(184, 32);
			this.radioGroup_Class.TabIndex = 7;
			this.radioGroup_Class.SelectedIndexChanged += new System.EventHandler(this.radioGroup_Class_SelectedIndexChanged);
			// 
			// comboBoxEdit1
			// 
			this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit1.EditValue = "";
			this.comboBoxEdit1.Location = new System.Drawing.Point(160, 32);
			this.comboBoxEdit1.Name = "comboBoxEdit1";
			// 
			// comboBoxEdit1.Properties
			// 
			this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit1.Size = new System.Drawing.Size(181, 23);
			this.comboBoxEdit1.TabIndex = 22;
			this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
			// 
			// xtraTabPage_ClassModify
			// 
			this.xtraTabPage_ClassModify.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage_ClassModify.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage_ClassModify.Controls.Add(this.comboBoxEdit_GradeForClass);
			this.xtraTabPage_ClassModify.Controls.Add(this.label_ReqOfClassMdiName);
			this.xtraTabPage_ClassModify.Controls.Add(this.simpleButton_ClassModi);
			this.xtraTabPage_ClassModify.Controls.Add(this.simpleButton_ClassModiReset);
			this.xtraTabPage_ClassModify.Controls.Add(this.textEdit_ClassModifyRemark);
			this.xtraTabPage_ClassModify.Controls.Add(this.comboBoxEdit_ClassNameModify);
			this.xtraTabPage_ClassModify.Controls.Add(this.notePanel_ClassModifyName);
			this.xtraTabPage_ClassModify.Controls.Add(this.notePanel_ClassModifyRemark);
			this.xtraTabPage_ClassModify.Controls.Add(this.notePanel3);
			this.xtraTabPage_ClassModify.Controls.Add(this.label2);
			this.xtraTabPage_ClassModify.Controls.Add(this.simpleButton_DeleteClass);
			this.xtraTabPage_ClassModify.Name = "xtraTabPage_ClassModify";
			this.xtraTabPage_ClassModify.Size = new System.Drawing.Size(394, 230);
			this.xtraTabPage_ClassModify.Text = "修改班级信息";
			// 
			// comboBoxEdit_GradeForClass
			// 
			this.comboBoxEdit_GradeForClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_GradeForClass.EditValue = "";
			this.comboBoxEdit_GradeForClass.Location = new System.Drawing.Point(160, 40);
			this.comboBoxEdit_GradeForClass.Name = "comboBoxEdit_GradeForClass";
			// 
			// comboBoxEdit_GradeForClass.Properties
			// 
			this.comboBoxEdit_GradeForClass.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																															   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_GradeForClass.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_GradeForClass.Size = new System.Drawing.Size(197, 23);
			this.comboBoxEdit_GradeForClass.TabIndex = 27;
			this.comboBoxEdit_GradeForClass.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_GradeForClass_SelectedIndexChanged);
			// 
			// label_ReqOfClassMdiName
			// 
			this.label_ReqOfClassMdiName.ForeColor = System.Drawing.Color.Red;
			this.label_ReqOfClassMdiName.Location = new System.Drawing.Point(48, 72);
			this.label_ReqOfClassMdiName.Name = "label_ReqOfClassMdiName";
			this.label_ReqOfClassMdiName.Size = new System.Drawing.Size(16, 16);
			this.label_ReqOfClassMdiName.TabIndex = 26;
			this.label_ReqOfClassMdiName.Text = "*";
			this.label_ReqOfClassMdiName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_ClassModi
			// 
			this.simpleButton_ClassModi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_ClassModi.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_ClassModi.Appearance.Options.UseFont = true;
			this.simpleButton_ClassModi.Location = new System.Drawing.Point(293, 136);
			this.simpleButton_ClassModi.Name = "simpleButton_ClassModi";
			this.simpleButton_ClassModi.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_ClassModi.TabIndex = 25;
			this.simpleButton_ClassModi.Text = "修改";
			this.simpleButton_ClassModi.Click += new System.EventHandler(this.simpleButton_ClassModi_Click);
			// 
			// simpleButton_ClassModiReset
			// 
			this.simpleButton_ClassModiReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_ClassModiReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_ClassModiReset.Appearance.Options.UseFont = true;
			this.simpleButton_ClassModiReset.Location = new System.Drawing.Point(181, 192);
			this.simpleButton_ClassModiReset.Name = "simpleButton_ClassModiReset";
			this.simpleButton_ClassModiReset.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_ClassModiReset.TabIndex = 24;
			this.simpleButton_ClassModiReset.Text = "重置";
			this.simpleButton_ClassModiReset.Visible = false;
			this.simpleButton_ClassModiReset.Click += new System.EventHandler(this.simpleButton_ClassModiReset_Click);
			// 
			// textEdit_ClassModifyRemark
			// 
			this.textEdit_ClassModifyRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textEdit_ClassModifyRemark.EditValue = "";
			this.textEdit_ClassModifyRemark.Location = new System.Drawing.Point(160, 104);
			this.textEdit_ClassModifyRemark.Name = "textEdit_ClassModifyRemark";
			this.textEdit_ClassModifyRemark.Size = new System.Drawing.Size(197, 23);
			this.textEdit_ClassModifyRemark.TabIndex = 23;
			// 
			// comboBoxEdit_ClassNameModify
			// 
			this.comboBoxEdit_ClassNameModify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEdit_ClassNameModify.EditValue = "";
			this.comboBoxEdit_ClassNameModify.Location = new System.Drawing.Point(160, 72);
			this.comboBoxEdit_ClassNameModify.Name = "comboBoxEdit_ClassNameModify";
			// 
			// comboBoxEdit_ClassNameModify.Properties
			// 
			this.comboBoxEdit_ClassNameModify.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																																 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_ClassNameModify.Size = new System.Drawing.Size(197, 23);
			this.comboBoxEdit_ClassNameModify.TabIndex = 22;
			this.comboBoxEdit_ClassNameModify.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_ClassNameModify_SelectedIndexChanged);
			// 
			// notePanel_ClassModifyName
			// 
			this.notePanel_ClassModifyName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_ClassModifyName.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_ClassModifyName.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_ClassModifyName.ForeColor = System.Drawing.Color.Black;
			this.notePanel_ClassModifyName.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_ClassModifyName.Location = new System.Drawing.Point(64, 72);
			this.notePanel_ClassModifyName.MaxRows = 5;
			this.notePanel_ClassModifyName.Name = "notePanel_ClassModifyName";
			this.notePanel_ClassModifyName.ParentAutoHeight = true;
			this.notePanel_ClassModifyName.Size = new System.Drawing.Size(80, 22);
			this.notePanel_ClassModifyName.TabIndex = 20;
			this.notePanel_ClassModifyName.TabStop = false;
			this.notePanel_ClassModifyName.Text = "班级名称";
			// 
			// notePanel_ClassModifyRemark
			// 
			this.notePanel_ClassModifyRemark.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_ClassModifyRemark.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_ClassModifyRemark.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_ClassModifyRemark.ForeColor = System.Drawing.Color.Black;
			this.notePanel_ClassModifyRemark.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_ClassModifyRemark.Location = new System.Drawing.Point(64, 104);
			this.notePanel_ClassModifyRemark.MaxRows = 5;
			this.notePanel_ClassModifyRemark.Name = "notePanel_ClassModifyRemark";
			this.notePanel_ClassModifyRemark.ParentAutoHeight = true;
			this.notePanel_ClassModifyRemark.Size = new System.Drawing.Size(80, 22);
			this.notePanel_ClassModifyRemark.TabIndex = 21;
			this.notePanel_ClassModifyRemark.TabStop = false;
			this.notePanel_ClassModifyRemark.Text = "班级备注";
			// 
			// notePanel3
			// 
			this.notePanel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel3.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel3.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel3.ForeColor = System.Drawing.Color.Black;
			this.notePanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel3.Location = new System.Drawing.Point(64, 40);
			this.notePanel3.MaxRows = 5;
			this.notePanel3.Name = "notePanel3";
			this.notePanel3.ParentAutoHeight = true;
			this.notePanel3.Size = new System.Drawing.Size(80, 22);
			this.notePanel3.TabIndex = 20;
			this.notePanel3.TabStop = false;
			this.notePanel3.Text = "所在年级";
			// 
			// label2
			// 
			this.label2.ForeColor = System.Drawing.Color.Red;
			this.label2.Location = new System.Drawing.Point(48, 40);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(16, 16);
			this.label2.TabIndex = 26;
			this.label2.Text = "*";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// simpleButton_DeleteClass
			// 
			this.simpleButton_DeleteClass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.simpleButton_DeleteClass.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
			this.simpleButton_DeleteClass.Appearance.Options.UseFont = true;
			this.simpleButton_DeleteClass.Location = new System.Drawing.Point(69, 136);
			this.simpleButton_DeleteClass.Name = "simpleButton_DeleteClass";
			this.simpleButton_DeleteClass.Size = new System.Drawing.Size(64, 24);
			this.simpleButton_DeleteClass.TabIndex = 25;
			this.simpleButton_DeleteClass.Text = "删除";
			this.simpleButton_DeleteClass.Visible = false;
			this.simpleButton_DeleteClass.Click += new System.EventHandler(this.simpleButton_DeleteClass_Click);
			// 
			// notePanel4
			// 
			this.notePanel4.BackColor = System.Drawing.Color.LightGoldenrodYellow;
			this.notePanel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.notePanel4.ForeColor = System.Drawing.Color.OrangeRed;
			this.notePanel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel4.Location = new System.Drawing.Point(0, 0);
			this.notePanel4.MaxRows = 5;
			this.notePanel4.Name = "notePanel4";
			this.notePanel4.ParentAutoHeight = true;
			this.notePanel4.Size = new System.Drawing.Size(398, 23);
			this.notePanel4.TabIndex = 3;
			this.notePanel4.TabStop = false;
			this.notePanel4.Text = "班级资料(*为必须填写)";
			// 
			// GardenInfo
			// 
			this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.Appearance.Options.UseBackColor = true;
			this.Controls.Add(this.splitContainerControl_GradeClassInfo);
			this.Controls.Add(this.groupControl_GardenInfo);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.Name = "GardenInfo";
			this.Size = new System.Drawing.Size(772, 540);
			((System.ComponentModel.ISupportInitialize)(this.groupControl_GardenInfo)).EndInit();
			this.groupControl_GardenInfo.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureEdit_GardenImage.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenFeature.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenRegCode.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenName.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenAddress.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GardenContact.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl_GradeClassInfo)).EndInit();
			this.splitContainerControl_GradeClassInfo.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_GradeInfo)).EndInit();
			this.xtraTabControl_GradeInfo.ResumeLayout(false);
			this.xtraTabPage_AddGrade.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_gradeNumber.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeRemark.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_Grade.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_GradeName.Properties)).EndInit();
			this.xtraTabPage_GradeModify.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeRemarkModify.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeModify.Properties)).EndInit();
			this.xtraTabPage_Machine.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
			this.groupControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.gdMachineInfo)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.txtVol.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.txtTerminal.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_ClassInfo)).EndInit();
			this.xtraTabControl_ClassInfo.ResumeLayout(false);
			this.xtraTabPage_ClassAdd.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_classNumber.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassName.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassRemark.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_Class.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
			this.xtraTabPage_ClassModify.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeForClass.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassModifyRemark.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_ClassNameModify.Properties)).EndInit();
			this.ResumeLayout(false);

		}
Exemple #4
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
			this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
			this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
			this.btnConfirm = new DevExpress.XtraEditors.SimpleButton();
			this.radioGroup_mode = new DevExpress.XtraEditors.RadioGroup();
			this.notePanel1 = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_template = new DevExpress.XtraEditors.ComboBoxEdit();
			this.groupControl_FinanQuery = new DevExpress.XtraEditors.GroupControl();
			this.dateEdit_BalanceMonth = new DevExpress.XtraEditors.DateEdit();
			this.notePanel_BalanceMonth = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_Class = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_Class = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_Grade = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel_Grade = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_FinanQuery = new DevExpress.Utils.Frames.NotePanel();
			this.gridControl1 = new DevExpress.XtraGrid.GridControl();
			this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
			this.btnReport = new DevExpress.XtraEditors.SimpleButton();
			this.btnStat = new DevExpress.XtraEditors.SimpleButton();
			this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
			this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
			this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
			this.notePanel6 = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_template2 = new DevExpress.XtraEditors.ComboBoxEdit();
			this.dateEdit_BalanceMonth2 = new DevExpress.XtraEditors.DateEdit();
			this.notePanel2 = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_class2 = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel3 = new DevExpress.Utils.Frames.NotePanel();
			this.comboBoxEdit_grade2 = new DevExpress.XtraEditors.ComboBoxEdit();
			this.notePanel4 = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel5 = new DevExpress.Utils.Frames.NotePanel();
			this.gridControl2 = new DevExpress.XtraGrid.GridControl();
			this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
			this.btnReport2 = new DevExpress.XtraEditors.SimpleButton();
			this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
			this.memoEdit_Remark = new DevExpress.XtraEditors.MemoEdit();
			this.textEdit_ExtraCharge = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_ExtraCharge = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_CommCharge = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_CommCharge = new DevExpress.XtraEditors.TextEdit();
			this.textEdit_MilkCharge = new DevExpress.XtraEditors.TextEdit();
			this.textEdit_NightCharge = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_MilkCharge = new DevExpress.Utils.Frames.NotePanel();
			this.notePanel_NightCharge = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_AdmCharge = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_AdmCharge = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_MessCharge = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_MessCharge = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_AdmRestoreDays = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_AdmRestoreDays = new DevExpress.Utils.Frames.NotePanel();
			this.textEdit_MessRestoreDays = new DevExpress.XtraEditors.TextEdit();
			this.notePanel_MessRestoreDays = new DevExpress.Utils.Frames.NotePanel();
			this.groupControl_FinanInfo = new DevExpress.XtraEditors.GroupControl();
			this.barManager1 = new DevExpress.XtraBars.BarManager();
			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.saveFileDialog_Report = new System.Windows.Forms.SaveFileDialog();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
			this.xtraTabControl1.SuspendLayout();
			this.xtraTabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
			this.groupControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_mode.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_template.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl_FinanQuery)).BeginInit();
			this.groupControl_FinanQuery.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dateEdit_BalanceMonth.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Class.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Grade.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
			this.panelControl2.SuspendLayout();
			this.xtraTabPage2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
			this.splitContainerControl2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
			this.groupControl2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_template2.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEdit_BalanceMonth2.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_class2.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_grade2.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
			this.panelControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.memoEdit_Remark.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ExtraCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_CommCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MilkCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_NightCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_AdmCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MessCharge.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_AdmRestoreDays.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MessRestoreDays.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl_FinanInfo)).BeginInit();
			this.groupControl_FinanInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
			this.SuspendLayout();
			// 
			// xtraTabControl1
			// 
			this.xtraTabControl1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabControl1.Appearance.Options.UseBackColor = true;
			this.xtraTabControl1.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.DarkOrange;
			this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseForeColor = true;
			this.xtraTabControl1.Controls.Add(this.xtraTabPage1);
			this.xtraTabControl1.Controls.Add(this.xtraTabPage2);
			this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
			this.xtraTabControl1.Name = "xtraTabControl1";
			this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
			this.xtraTabControl1.Size = new System.Drawing.Size(772, 540);
			this.xtraTabControl1.TabIndex = 0;
			this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
																							this.xtraTabPage1,
																							this.xtraTabPage2});
			this.xtraTabControl1.Text = "xtraTabControl1";
			// 
			// xtraTabPage1
			// 
			this.xtraTabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage1.Controls.Add(this.splitContainerControl1);
			this.xtraTabPage1.Name = "xtraTabPage1";
			this.xtraTabPage1.Size = new System.Drawing.Size(768, 515);
			this.xtraTabPage1.Text = "财务统计";
			// 
			// splitContainerControl1
			// 
			this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.groupControl1);
			this.splitContainerControl1.Panel1.Controls.Add(this.groupControl_FinanQuery);
			this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
			this.splitContainerControl1.Panel2.Controls.Add(this.panelControl2);
			this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(768, 515);
			this.splitContainerControl1.SplitterPosition = 202;
			this.splitContainerControl1.TabIndex = 0;
			this.splitContainerControl1.Text = "splitContainerControl1";
			// 
			// groupControl1
			// 
			this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupControl1.AppearanceCaption.Options.UseFont = true;
			this.groupControl1.Controls.Add(this.btnConfirm);
			this.groupControl1.Controls.Add(this.radioGroup_mode);
			this.groupControl1.Controls.Add(this.notePanel1);
			this.groupControl1.Controls.Add(this.comboBoxEdit_template);
			this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl1.Location = new System.Drawing.Point(0, 152);
			this.groupControl1.Name = "groupControl1";
			this.groupControl1.Size = new System.Drawing.Size(196, 357);
			this.groupControl1.TabIndex = 2;
			this.groupControl1.Text = "财务信息";
			// 
			// btnConfirm
			// 
			this.btnConfirm.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnConfirm.Appearance.ForeColor = System.Drawing.Color.DarkMagenta;
			this.btnConfirm.Appearance.Options.UseFont = true;
			this.btnConfirm.Appearance.Options.UseForeColor = true;
			this.btnConfirm.Location = new System.Drawing.Point(16, 96);
			this.btnConfirm.Name = "btnConfirm";
			this.btnConfirm.Size = new System.Drawing.Size(72, 26);
			this.btnConfirm.TabIndex = 47;
			this.btnConfirm.Tag = 4;
			this.btnConfirm.Text = "执行操作";
			this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
			// 
			// radioGroup_mode
			// 
			this.radioGroup_mode.EditValue = 1;
			this.radioGroup_mode.Location = new System.Drawing.Point(16, 56);
			this.radioGroup_mode.Name = "radioGroup_mode";
			// 
			// radioGroup_mode.Properties
			// 
			this.radioGroup_mode.Properties.Columns = 3;
			this.radioGroup_mode.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
																													new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "修改"),
																													new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "添加"),
																													new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "删除")});
			this.radioGroup_mode.Size = new System.Drawing.Size(152, 32);
			this.radioGroup_mode.TabIndex = 46;
			// 
			// notePanel1
			// 
			this.notePanel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel1.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel1.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel1.ForeColor = System.Drawing.Color.Black;
			this.notePanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel1.Location = new System.Drawing.Point(16, 24);
			this.notePanel1.MaxRows = 5;
			this.notePanel1.Name = "notePanel1";
			this.notePanel1.ParentAutoHeight = true;
			this.notePanel1.Size = new System.Drawing.Size(64, 22);
			this.notePanel1.TabIndex = 44;
			this.notePanel1.TabStop = false;
			this.notePanel1.Text = "模  板:";
			// 
			// comboBoxEdit_template
			// 
			this.comboBoxEdit_template.EditValue = "没有模板";
			this.comboBoxEdit_template.Location = new System.Drawing.Point(88, 24);
			this.comboBoxEdit_template.Name = "comboBoxEdit_template";
			// 
			// comboBoxEdit_template.Properties
			// 
			this.comboBoxEdit_template.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_template.Properties.Items.AddRange(new object[] {
																				  "没有模板"});
			this.comboBoxEdit_template.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_template.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_template.TabIndex = 0;
			this.comboBoxEdit_template.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_template_SelectedIndexChanged);
			// 
			// groupControl_FinanQuery
			// 
			this.groupControl_FinanQuery.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupControl_FinanQuery.AppearanceCaption.Options.UseFont = true;
			this.groupControl_FinanQuery.Controls.Add(this.dateEdit_BalanceMonth);
			this.groupControl_FinanQuery.Controls.Add(this.notePanel_BalanceMonth);
			this.groupControl_FinanQuery.Controls.Add(this.comboBoxEdit_Class);
			this.groupControl_FinanQuery.Controls.Add(this.notePanel_Class);
			this.groupControl_FinanQuery.Controls.Add(this.comboBoxEdit_Grade);
			this.groupControl_FinanQuery.Controls.Add(this.notePanel_Grade);
			this.groupControl_FinanQuery.Controls.Add(this.notePanel_FinanQuery);
			this.groupControl_FinanQuery.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupControl_FinanQuery.Location = new System.Drawing.Point(0, 0);
			this.groupControl_FinanQuery.Name = "groupControl_FinanQuery";
			this.groupControl_FinanQuery.Size = new System.Drawing.Size(196, 152);
			this.groupControl_FinanQuery.TabIndex = 1;
			this.groupControl_FinanQuery.Text = "信息查询";
			// 
			// dateEdit_BalanceMonth
			// 
			this.dateEdit_BalanceMonth.EditValue = new System.DateTime(2005, 12, 20, 0, 0, 0, 0);
			this.dateEdit_BalanceMonth.Location = new System.Drawing.Point(88, 120);
			this.dateEdit_BalanceMonth.Name = "dateEdit_BalanceMonth";
			// 
			// dateEdit_BalanceMonth.Properties
			// 
			this.dateEdit_BalanceMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.dateEdit_BalanceMonth.Properties.DisplayFormat.FormatString = "yyyy年M月";
			this.dateEdit_BalanceMonth.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.dateEdit_BalanceMonth.Properties.Mask.EditMask = "d";
			this.dateEdit_BalanceMonth.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
			this.dateEdit_BalanceMonth.Size = new System.Drawing.Size(88, 23);
			this.dateEdit_BalanceMonth.TabIndex = 45;
			// 
			// notePanel_BalanceMonth
			// 
			this.notePanel_BalanceMonth.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_BalanceMonth.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_BalanceMonth.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_BalanceMonth.ForeColor = System.Drawing.Color.Black;
			this.notePanel_BalanceMonth.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_BalanceMonth.Location = new System.Drawing.Point(16, 120);
			this.notePanel_BalanceMonth.MaxRows = 5;
			this.notePanel_BalanceMonth.Name = "notePanel_BalanceMonth";
			this.notePanel_BalanceMonth.ParentAutoHeight = true;
			this.notePanel_BalanceMonth.Size = new System.Drawing.Size(64, 22);
			this.notePanel_BalanceMonth.TabIndex = 43;
			this.notePanel_BalanceMonth.TabStop = false;
			this.notePanel_BalanceMonth.Text = "结算月:";
			// 
			// comboBoxEdit_Class
			// 
			this.comboBoxEdit_Class.EditValue = "";
			this.comboBoxEdit_Class.Location = new System.Drawing.Point(88, 88);
			this.comboBoxEdit_Class.Name = "comboBoxEdit_Class";
			// 
			// comboBoxEdit_Class.Properties
			// 
			this.comboBoxEdit_Class.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																													   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_Class.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_Class.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_Class.TabIndex = 38;
			// 
			// notePanel_Class
			// 
			this.notePanel_Class.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_Class.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_Class.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_Class.ForeColor = System.Drawing.Color.Black;
			this.notePanel_Class.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_Class.Location = new System.Drawing.Point(16, 88);
			this.notePanel_Class.MaxRows = 5;
			this.notePanel_Class.Name = "notePanel_Class";
			this.notePanel_Class.ParentAutoHeight = true;
			this.notePanel_Class.Size = new System.Drawing.Size(64, 22);
			this.notePanel_Class.TabIndex = 37;
			this.notePanel_Class.TabStop = false;
			this.notePanel_Class.Text = "班  级:";
			// 
			// comboBoxEdit_Grade
			// 
			this.comboBoxEdit_Grade.EditValue = "";
			this.comboBoxEdit_Grade.Location = new System.Drawing.Point(88, 56);
			this.comboBoxEdit_Grade.Name = "comboBoxEdit_Grade";
			// 
			// comboBoxEdit_Grade.Properties
			// 
			this.comboBoxEdit_Grade.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																													   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_Grade.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_Grade.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_Grade.TabIndex = 36;
			this.comboBoxEdit_Grade.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_Grade_SelectedIndexChanged);
			// 
			// notePanel_Grade
			// 
			this.notePanel_Grade.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_Grade.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_Grade.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_Grade.ForeColor = System.Drawing.Color.Black;
			this.notePanel_Grade.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_Grade.Location = new System.Drawing.Point(16, 56);
			this.notePanel_Grade.MaxRows = 5;
			this.notePanel_Grade.Name = "notePanel_Grade";
			this.notePanel_Grade.ParentAutoHeight = true;
			this.notePanel_Grade.Size = new System.Drawing.Size(64, 22);
			this.notePanel_Grade.TabIndex = 35;
			this.notePanel_Grade.TabStop = false;
			this.notePanel_Grade.Text = "年  级:";
			// 
			// notePanel_FinanQuery
			// 
			this.notePanel_FinanQuery.BackColor = System.Drawing.Color.LightGoldenrodYellow;
			this.notePanel_FinanQuery.Dock = System.Windows.Forms.DockStyle.Top;
			this.notePanel_FinanQuery.ForeColor = System.Drawing.Color.OrangeRed;
			this.notePanel_FinanQuery.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_FinanQuery.Location = new System.Drawing.Point(3, 18);
			this.notePanel_FinanQuery.MaxRows = 5;
			this.notePanel_FinanQuery.Name = "notePanel_FinanQuery";
			this.notePanel_FinanQuery.ParentAutoHeight = true;
			this.notePanel_FinanQuery.Size = new System.Drawing.Size(190, 23);
			this.notePanel_FinanQuery.TabIndex = 19;
			this.notePanel_FinanQuery.TabStop = false;
			this.notePanel_FinanQuery.Text = "您要查找哪个班级?";
			// 
			// gridControl1
			// 
			this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			// 
			// gridControl1.EmbeddedNavigator
			// 
			this.gridControl1.EmbeddedNavigator.Name = "";
			this.gridControl1.Location = new System.Drawing.Point(0, 40);
			this.gridControl1.MainView = this.gridView2;
			this.gridControl1.Name = "gridControl1";
			this.gridControl1.Size = new System.Drawing.Size(556, 469);
			this.gridControl1.TabIndex = 2;
			this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
																										this.gridView2});
			// 
			// gridView2
			// 
			this.gridView2.GridControl = this.gridControl1;
			this.gridView2.Name = "gridView2";
			this.gridView2.OptionsCustomization.AllowFilter = false;
			this.gridView2.OptionsCustomization.AllowGroup = false;
			this.gridView2.OptionsView.ShowFilterPanel = false;
			this.gridView2.OptionsView.ShowGroupPanel = false;
			// 
			// panelControl2
			// 
			this.panelControl2.Controls.Add(this.btnReport);
			this.panelControl2.Controls.Add(this.btnStat);
			this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelControl2.Location = new System.Drawing.Point(0, 0);
			this.panelControl2.Name = "panelControl2";
			this.panelControl2.Size = new System.Drawing.Size(556, 40);
			this.panelControl2.TabIndex = 1;
			this.panelControl2.Text = "panelControl2";
			// 
			// btnReport
			// 
			this.btnReport.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnReport.Appearance.ForeColor = System.Drawing.Color.DarkMagenta;
			this.btnReport.Appearance.Options.UseFont = true;
			this.btnReport.Appearance.Options.UseForeColor = true;
			this.btnReport.Location = new System.Drawing.Point(104, 8);
			this.btnReport.Name = "btnReport";
			this.btnReport.Size = new System.Drawing.Size(72, 26);
			this.btnReport.TabIndex = 10;
			this.btnReport.Tag = 4;
			this.btnReport.Text = "报表";
			this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
			// 
			// btnStat
			// 
			this.btnStat.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnStat.Appearance.ForeColor = System.Drawing.Color.DarkMagenta;
			this.btnStat.Appearance.Options.UseFont = true;
			this.btnStat.Appearance.Options.UseForeColor = true;
			this.btnStat.Location = new System.Drawing.Point(16, 8);
			this.btnStat.Name = "btnStat";
			this.btnStat.Size = new System.Drawing.Size(72, 26);
			this.btnStat.TabIndex = 8;
			this.btnStat.Tag = 4;
			this.btnStat.Text = "统计";
			this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
			// 
			// xtraTabPage2
			// 
			this.xtraTabPage2.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
			this.xtraTabPage2.Appearance.PageClient.Options.UseBackColor = true;
			this.xtraTabPage2.Controls.Add(this.splitContainerControl2);
			this.xtraTabPage2.Name = "xtraTabPage2";
			this.xtraTabPage2.Size = new System.Drawing.Size(768, 515);
			this.xtraTabPage2.Text = "历史查询";
			// 
			// splitContainerControl2
			// 
			this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
			this.splitContainerControl2.Name = "splitContainerControl2";
			this.splitContainerControl2.Panel1.Controls.Add(this.groupControl2);
			this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
			this.splitContainerControl2.Panel2.Controls.Add(this.gridControl2);
			this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
			this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
			this.splitContainerControl2.Size = new System.Drawing.Size(768, 515);
			this.splitContainerControl2.SplitterPosition = 201;
			this.splitContainerControl2.TabIndex = 0;
			this.splitContainerControl2.Text = "splitContainerControl2";
			// 
			// groupControl2
			// 
			this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupControl2.AppearanceCaption.Options.UseFont = true;
			this.groupControl2.Controls.Add(this.notePanel6);
			this.groupControl2.Controls.Add(this.comboBoxEdit_template2);
			this.groupControl2.Controls.Add(this.dateEdit_BalanceMonth2);
			this.groupControl2.Controls.Add(this.notePanel2);
			this.groupControl2.Controls.Add(this.comboBoxEdit_class2);
			this.groupControl2.Controls.Add(this.notePanel3);
			this.groupControl2.Controls.Add(this.comboBoxEdit_grade2);
			this.groupControl2.Controls.Add(this.notePanel4);
			this.groupControl2.Controls.Add(this.notePanel5);
			this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupControl2.Location = new System.Drawing.Point(0, 0);
			this.groupControl2.Name = "groupControl2";
			this.groupControl2.Size = new System.Drawing.Size(195, 192);
			this.groupControl2.TabIndex = 2;
			this.groupControl2.Text = "信息查询";
			// 
			// notePanel6
			// 
			this.notePanel6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel6.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel6.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel6.ForeColor = System.Drawing.Color.Black;
			this.notePanel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel6.Location = new System.Drawing.Point(16, 120);
			this.notePanel6.MaxRows = 5;
			this.notePanel6.Name = "notePanel6";
			this.notePanel6.ParentAutoHeight = true;
			this.notePanel6.Size = new System.Drawing.Size(64, 22);
			this.notePanel6.TabIndex = 47;
			this.notePanel6.TabStop = false;
			this.notePanel6.Text = "模  板:";
			// 
			// comboBoxEdit_template2
			// 
			this.comboBoxEdit_template2.EditValue = "没有模板";
			this.comboBoxEdit_template2.Location = new System.Drawing.Point(88, 120);
			this.comboBoxEdit_template2.Name = "comboBoxEdit_template2";
			// 
			// comboBoxEdit_template2.Properties
			// 
			this.comboBoxEdit_template2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_template2.Properties.Items.AddRange(new object[] {
																				   "没有模板"});
			this.comboBoxEdit_template2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_template2.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_template2.TabIndex = 46;
			// 
			// dateEdit_BalanceMonth2
			// 
			this.dateEdit_BalanceMonth2.EditValue = new System.DateTime(2005, 12, 20, 0, 0, 0, 0);
			this.dateEdit_BalanceMonth2.Location = new System.Drawing.Point(88, 152);
			this.dateEdit_BalanceMonth2.Name = "dateEdit_BalanceMonth2";
			// 
			// dateEdit_BalanceMonth2.Properties
			// 
			this.dateEdit_BalanceMonth2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.dateEdit_BalanceMonth2.Properties.DisplayFormat.FormatString = "yyyy年M月";
			this.dateEdit_BalanceMonth2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.dateEdit_BalanceMonth2.Properties.Mask.EditMask = "d";
			this.dateEdit_BalanceMonth2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
			this.dateEdit_BalanceMonth2.Size = new System.Drawing.Size(88, 23);
			this.dateEdit_BalanceMonth2.TabIndex = 45;
			// 
			// notePanel2
			// 
			this.notePanel2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel2.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel2.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel2.ForeColor = System.Drawing.Color.Black;
			this.notePanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel2.Location = new System.Drawing.Point(16, 152);
			this.notePanel2.MaxRows = 5;
			this.notePanel2.Name = "notePanel2";
			this.notePanel2.ParentAutoHeight = true;
			this.notePanel2.Size = new System.Drawing.Size(64, 22);
			this.notePanel2.TabIndex = 43;
			this.notePanel2.TabStop = false;
			this.notePanel2.Text = "结算月:";
			// 
			// comboBoxEdit_class2
			// 
			this.comboBoxEdit_class2.EditValue = "";
			this.comboBoxEdit_class2.Location = new System.Drawing.Point(88, 88);
			this.comboBoxEdit_class2.Name = "comboBoxEdit_class2";
			// 
			// comboBoxEdit_class2.Properties
			// 
			this.comboBoxEdit_class2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_class2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_class2.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_class2.TabIndex = 38;
			// 
			// notePanel3
			// 
			this.notePanel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel3.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel3.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel3.ForeColor = System.Drawing.Color.Black;
			this.notePanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel3.Location = new System.Drawing.Point(16, 88);
			this.notePanel3.MaxRows = 5;
			this.notePanel3.Name = "notePanel3";
			this.notePanel3.ParentAutoHeight = true;
			this.notePanel3.Size = new System.Drawing.Size(64, 22);
			this.notePanel3.TabIndex = 37;
			this.notePanel3.TabStop = false;
			this.notePanel3.Text = "班  级:";
			// 
			// comboBoxEdit_grade2
			// 
			this.comboBoxEdit_grade2.EditValue = "";
			this.comboBoxEdit_grade2.Location = new System.Drawing.Point(88, 56);
			this.comboBoxEdit_grade2.Name = "comboBoxEdit_grade2";
			// 
			// comboBoxEdit_grade2.Properties
			// 
			this.comboBoxEdit_grade2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																														new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEdit_grade2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEdit_grade2.Size = new System.Drawing.Size(80, 23);
			this.comboBoxEdit_grade2.TabIndex = 36;
			this.comboBoxEdit_grade2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_grade2_SelectedIndexChanged);
			// 
			// notePanel4
			// 
			this.notePanel4.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel4.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel4.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel4.ForeColor = System.Drawing.Color.Black;
			this.notePanel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel4.Location = new System.Drawing.Point(16, 56);
			this.notePanel4.MaxRows = 5;
			this.notePanel4.Name = "notePanel4";
			this.notePanel4.ParentAutoHeight = true;
			this.notePanel4.Size = new System.Drawing.Size(64, 22);
			this.notePanel4.TabIndex = 35;
			this.notePanel4.TabStop = false;
			this.notePanel4.Text = "年  级:";
			// 
			// notePanel5
			// 
			this.notePanel5.BackColor = System.Drawing.Color.LightGoldenrodYellow;
			this.notePanel5.Dock = System.Windows.Forms.DockStyle.Top;
			this.notePanel5.ForeColor = System.Drawing.Color.OrangeRed;
			this.notePanel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel5.Location = new System.Drawing.Point(3, 18);
			this.notePanel5.MaxRows = 5;
			this.notePanel5.Name = "notePanel5";
			this.notePanel5.ParentAutoHeight = true;
			this.notePanel5.Size = new System.Drawing.Size(189, 23);
			this.notePanel5.TabIndex = 19;
			this.notePanel5.TabStop = false;
			this.notePanel5.Text = "您要查找哪个班级?";
			// 
			// gridControl2
			// 
			this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			// 
			// gridControl2.EmbeddedNavigator
			// 
			this.gridControl2.EmbeddedNavigator.Name = "";
			this.gridControl2.Location = new System.Drawing.Point(0, 40);
			this.gridControl2.MainView = this.gridView1;
			this.gridControl2.Name = "gridControl2";
			this.gridControl2.Size = new System.Drawing.Size(557, 469);
			this.gridControl2.TabIndex = 3;
			this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
																										this.gridView1});
			// 
			// gridView1
			// 
			this.gridView1.GridControl = this.gridControl2;
			this.gridView1.Name = "gridView1";
			this.gridView1.OptionsCustomization.AllowFilter = false;
			this.gridView1.OptionsCustomization.AllowGroup = false;
			this.gridView1.OptionsView.ShowFilterPanel = false;
			this.gridView1.OptionsView.ShowGroupPanel = false;
			// 
			// panelControl1
			// 
			this.panelControl1.Controls.Add(this.btnReport2);
			this.panelControl1.Controls.Add(this.btnSearch);
			this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelControl1.Location = new System.Drawing.Point(0, 0);
			this.panelControl1.Name = "panelControl1";
			this.panelControl1.Size = new System.Drawing.Size(557, 40);
			this.panelControl1.TabIndex = 2;
			this.panelControl1.Text = "panelControl1";
			// 
			// btnReport2
			// 
			this.btnReport2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnReport2.Appearance.ForeColor = System.Drawing.Color.DarkMagenta;
			this.btnReport2.Appearance.Options.UseFont = true;
			this.btnReport2.Appearance.Options.UseForeColor = true;
			this.btnReport2.Location = new System.Drawing.Point(104, 8);
			this.btnReport2.Name = "btnReport2";
			this.btnReport2.Size = new System.Drawing.Size(72, 26);
			this.btnReport2.TabIndex = 9;
			this.btnReport2.Tag = 4;
			this.btnReport2.Text = "报表";
			this.btnReport2.Click += new System.EventHandler(this.btnReport2_Click);
			// 
			// btnSearch
			// 
			this.btnSearch.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnSearch.Appearance.ForeColor = System.Drawing.Color.DarkMagenta;
			this.btnSearch.Appearance.Options.UseFont = true;
			this.btnSearch.Appearance.Options.UseForeColor = true;
			this.btnSearch.Location = new System.Drawing.Point(16, 8);
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Size = new System.Drawing.Size(72, 26);
			this.btnSearch.TabIndex = 8;
			this.btnSearch.Tag = 4;
			this.btnSearch.Text = "查询";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// memoEdit_Remark
			// 
			this.memoEdit_Remark.EditValue = "";
			this.memoEdit_Remark.Location = new System.Drawing.Point(16, 248);
			this.memoEdit_Remark.Name = "memoEdit_Remark";
			this.memoEdit_Remark.Size = new System.Drawing.Size(160, 72);
			this.memoEdit_Remark.TabIndex = 59;
			// 
			// textEdit_ExtraCharge
			// 
			this.textEdit_ExtraCharge.EditValue = "";
			this.textEdit_ExtraCharge.Location = new System.Drawing.Point(104, 200);
			this.textEdit_ExtraCharge.Name = "textEdit_ExtraCharge";
			this.textEdit_ExtraCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_ExtraCharge.TabIndex = 57;
			// 
			// notePanel_ExtraCharge
			// 
			this.notePanel_ExtraCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_ExtraCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_ExtraCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_ExtraCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_ExtraCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_ExtraCharge.Location = new System.Drawing.Point(16, 200);
			this.notePanel_ExtraCharge.MaxRows = 5;
			this.notePanel_ExtraCharge.Name = "notePanel_ExtraCharge";
			this.notePanel_ExtraCharge.ParentAutoHeight = true;
			this.notePanel_ExtraCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_ExtraCharge.TabIndex = 56;
			this.notePanel_ExtraCharge.TabStop = false;
			this.notePanel_ExtraCharge.Text = " 附加费:";
			// 
			// notePanel_CommCharge
			// 
			this.notePanel_CommCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_CommCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_CommCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_CommCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_CommCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_CommCharge.Location = new System.Drawing.Point(16, 176);
			this.notePanel_CommCharge.MaxRows = 5;
			this.notePanel_CommCharge.Name = "notePanel_CommCharge";
			this.notePanel_CommCharge.ParentAutoHeight = true;
			this.notePanel_CommCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_CommCharge.TabIndex = 55;
			this.notePanel_CommCharge.TabStop = false;
			this.notePanel_CommCharge.Text = " 代办费:";
			// 
			// textEdit_CommCharge
			// 
			this.textEdit_CommCharge.EditValue = "";
			this.textEdit_CommCharge.Location = new System.Drawing.Point(104, 176);
			this.textEdit_CommCharge.Name = "textEdit_CommCharge";
			this.textEdit_CommCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_CommCharge.TabIndex = 54;
			// 
			// textEdit_MilkCharge
			// 
			this.textEdit_MilkCharge.EditValue = "";
			this.textEdit_MilkCharge.Location = new System.Drawing.Point(104, 152);
			this.textEdit_MilkCharge.Name = "textEdit_MilkCharge";
			this.textEdit_MilkCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_MilkCharge.TabIndex = 53;
			// 
			// textEdit_NightCharge
			// 
			this.textEdit_NightCharge.EditValue = "";
			this.textEdit_NightCharge.Location = new System.Drawing.Point(104, 128);
			this.textEdit_NightCharge.Name = "textEdit_NightCharge";
			this.textEdit_NightCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_NightCharge.TabIndex = 52;
			// 
			// notePanel_MilkCharge
			// 
			this.notePanel_MilkCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_MilkCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_MilkCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_MilkCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_MilkCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_MilkCharge.Location = new System.Drawing.Point(16, 152);
			this.notePanel_MilkCharge.MaxRows = 5;
			this.notePanel_MilkCharge.Name = "notePanel_MilkCharge";
			this.notePanel_MilkCharge.ParentAutoHeight = true;
			this.notePanel_MilkCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_MilkCharge.TabIndex = 51;
			this.notePanel_MilkCharge.TabStop = false;
			this.notePanel_MilkCharge.Text = " 牛奶费:";
			// 
			// notePanel_NightCharge
			// 
			this.notePanel_NightCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_NightCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_NightCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_NightCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_NightCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_NightCharge.Location = new System.Drawing.Point(16, 128);
			this.notePanel_NightCharge.MaxRows = 5;
			this.notePanel_NightCharge.Name = "notePanel_NightCharge";
			this.notePanel_NightCharge.ParentAutoHeight = true;
			this.notePanel_NightCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_NightCharge.TabIndex = 50;
			this.notePanel_NightCharge.TabStop = false;
			this.notePanel_NightCharge.Text = " 晚托费:";
			// 
			// textEdit_AdmCharge
			// 
			this.textEdit_AdmCharge.EditValue = "";
			this.textEdit_AdmCharge.Location = new System.Drawing.Point(104, 104);
			this.textEdit_AdmCharge.Name = "textEdit_AdmCharge";
			this.textEdit_AdmCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_AdmCharge.TabIndex = 49;
			// 
			// notePanel_AdmCharge
			// 
			this.notePanel_AdmCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_AdmCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_AdmCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_AdmCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_AdmCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_AdmCharge.Location = new System.Drawing.Point(16, 104);
			this.notePanel_AdmCharge.MaxRows = 5;
			this.notePanel_AdmCharge.Name = "notePanel_AdmCharge";
			this.notePanel_AdmCharge.ParentAutoHeight = true;
			this.notePanel_AdmCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_AdmCharge.TabIndex = 48;
			this.notePanel_AdmCharge.TabStop = false;
			this.notePanel_AdmCharge.Text = " 管理费:";
			// 
			// textEdit_MessCharge
			// 
			this.textEdit_MessCharge.EditValue = "";
			this.textEdit_MessCharge.Location = new System.Drawing.Point(104, 80);
			this.textEdit_MessCharge.Name = "textEdit_MessCharge";
			this.textEdit_MessCharge.Size = new System.Drawing.Size(72, 23);
			this.textEdit_MessCharge.TabIndex = 47;
			// 
			// notePanel_MessCharge
			// 
			this.notePanel_MessCharge.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_MessCharge.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_MessCharge.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_MessCharge.ForeColor = System.Drawing.Color.Black;
			this.notePanel_MessCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_MessCharge.Location = new System.Drawing.Point(16, 80);
			this.notePanel_MessCharge.MaxRows = 5;
			this.notePanel_MessCharge.Name = "notePanel_MessCharge";
			this.notePanel_MessCharge.ParentAutoHeight = true;
			this.notePanel_MessCharge.Size = new System.Drawing.Size(80, 22);
			this.notePanel_MessCharge.TabIndex = 46;
			this.notePanel_MessCharge.TabStop = false;
			this.notePanel_MessCharge.Text = " 伙食费:";
			// 
			// textEdit_AdmRestoreDays
			// 
			this.textEdit_AdmRestoreDays.EditValue = "";
			this.textEdit_AdmRestoreDays.Location = new System.Drawing.Point(104, 56);
			this.textEdit_AdmRestoreDays.Name = "textEdit_AdmRestoreDays";
			this.textEdit_AdmRestoreDays.Size = new System.Drawing.Size(72, 23);
			this.textEdit_AdmRestoreDays.TabIndex = 45;
			// 
			// notePanel_AdmRestoreDays
			// 
			this.notePanel_AdmRestoreDays.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_AdmRestoreDays.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_AdmRestoreDays.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_AdmRestoreDays.ForeColor = System.Drawing.Color.Black;
			this.notePanel_AdmRestoreDays.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_AdmRestoreDays.Location = new System.Drawing.Point(16, 56);
			this.notePanel_AdmRestoreDays.MaxRows = 5;
			this.notePanel_AdmRestoreDays.Name = "notePanel_AdmRestoreDays";
			this.notePanel_AdmRestoreDays.ParentAutoHeight = true;
			this.notePanel_AdmRestoreDays.Size = new System.Drawing.Size(80, 22);
			this.notePanel_AdmRestoreDays.TabIndex = 44;
			this.notePanel_AdmRestoreDays.TabStop = false;
			this.notePanel_AdmRestoreDays.Text = "退管天数:";
			// 
			// textEdit_MessRestoreDays
			// 
			this.textEdit_MessRestoreDays.EditValue = "";
			this.textEdit_MessRestoreDays.Location = new System.Drawing.Point(104, 32);
			this.textEdit_MessRestoreDays.Name = "textEdit_MessRestoreDays";
			this.textEdit_MessRestoreDays.Size = new System.Drawing.Size(72, 23);
			this.textEdit_MessRestoreDays.TabIndex = 43;
			// 
			// notePanel_MessRestoreDays
			// 
			this.notePanel_MessRestoreDays.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.notePanel_MessRestoreDays.BackColor2 = System.Drawing.Color.DarkGray;
			this.notePanel_MessRestoreDays.Font = new System.Drawing.Font("Tahoma", 8F);
			this.notePanel_MessRestoreDays.ForeColor = System.Drawing.Color.Black;
			this.notePanel_MessRestoreDays.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
			this.notePanel_MessRestoreDays.Location = new System.Drawing.Point(16, 32);
			this.notePanel_MessRestoreDays.MaxRows = 5;
			this.notePanel_MessRestoreDays.Name = "notePanel_MessRestoreDays";
			this.notePanel_MessRestoreDays.ParentAutoHeight = true;
			this.notePanel_MessRestoreDays.Size = new System.Drawing.Size(80, 22);
			this.notePanel_MessRestoreDays.TabIndex = 42;
			this.notePanel_MessRestoreDays.TabStop = false;
			this.notePanel_MessRestoreDays.Text = "退伙天数:";
			// 
			// groupControl_FinanInfo
			// 
			this.groupControl_FinanInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupControl_FinanInfo.AppearanceCaption.Options.UseFont = true;
			this.groupControl_FinanInfo.Controls.Add(this.memoEdit_Remark);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_ExtraCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_ExtraCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_CommCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_CommCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_MilkCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_NightCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_MilkCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_NightCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_AdmCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_AdmCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_MessCharge);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_MessCharge);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_AdmRestoreDays);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_AdmRestoreDays);
			this.groupControl_FinanInfo.Controls.Add(this.textEdit_MessRestoreDays);
			this.groupControl_FinanInfo.Controls.Add(this.notePanel_MessRestoreDays);
			this.groupControl_FinanInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl_FinanInfo.Location = new System.Drawing.Point(0, 232);
			this.groupControl_FinanInfo.Name = "groupControl_FinanInfo";
			this.groupControl_FinanInfo.Size = new System.Drawing.Size(192, 277);
			this.groupControl_FinanInfo.TabIndex = 2;
			this.groupControl_FinanInfo.Text = "财务信息";
			// 
			// 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.MaxItemId = 0;
			// 
			// FinanManagement2
			// 
			this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.Appearance.Options.UseBackColor = true;
			this.Controls.Add(this.xtraTabControl1);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.Name = "FinanManagement2";
			this.Size = new System.Drawing.Size(772, 540);
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
			this.xtraTabControl1.ResumeLayout(false);
			this.xtraTabPage1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
			this.groupControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.radioGroup_mode.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_template.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl_FinanQuery)).EndInit();
			this.groupControl_FinanQuery.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dateEdit_BalanceMonth.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Class.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Grade.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
			this.panelControl2.ResumeLayout(false);
			this.xtraTabPage2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
			this.splitContainerControl2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
			this.groupControl2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_template2.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEdit_BalanceMonth2.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_class2.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_grade2.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
			this.panelControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.memoEdit_Remark.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_ExtraCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_CommCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MilkCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_NightCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_AdmCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MessCharge.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_AdmRestoreDays.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textEdit_MessRestoreDays.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl_FinanInfo)).EndInit();
			this.groupControl_FinanInfo.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
			this.ResumeLayout(false);

		}