StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_MeetingList.Designer.cs

523 lines
30 KiB
C#

namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_MeetingList
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_MeetingList));
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
this.pan_Sel = new DevExpress.XtraEditors.PanelControl();
this.lookUp_Sel_Type = new DevExpress.XtraEditors.LookUpEdit();
this.lbl_Sel_Type = new DevExpress.XtraEditors.LabelControl();
this.lbl_Key = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Delete = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem();
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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.tabbedView = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.grb_List = new DevExpress.XtraEditors.GroupControl();
this.grid_List = new DevExpress.XtraGrid.GridControl();
this.grv_List = new DevExpress.XtraGrid.Views.Grid.GridView();
this.M_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_SystemModuleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_Type = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_Venue = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_Host = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_ScheduledDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_ActualDate = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.pan_Sel)).BeginInit();
this.pan_Sel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Sel_Type.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit();
this.grb_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_List)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_List)).BeginInit();
this.SuspendLayout();
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(2, 536);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(1216, 38);
this.userControlForPage.TabIndex = 7;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// pan_Sel
//
this.pan_Sel.Controls.Add(this.lookUp_Sel_Type);
this.pan_Sel.Controls.Add(this.lbl_Sel_Type);
this.pan_Sel.Controls.Add(this.lbl_Key);
this.pan_Sel.Controls.Add(this.txt_Key);
this.pan_Sel.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_Sel.Location = new System.Drawing.Point(2, 23);
this.pan_Sel.Name = "pan_Sel";
this.pan_Sel.Size = new System.Drawing.Size(1216, 39);
this.pan_Sel.TabIndex = 14;
//
// lookUp_Sel_Type
//
this.lookUp_Sel_Type.Location = new System.Drawing.Point(91, 9);
this.lookUp_Sel_Type.Name = "lookUp_Sel_Type";
this.lookUp_Sel_Type.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lookUp_Sel_Type.Properties.Appearance.Options.UseFont = true;
this.lookUp_Sel_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUp_Sel_Type.Properties.NullText = "请选择";
this.lookUp_Sel_Type.Size = new System.Drawing.Size(186, 24);
this.lookUp_Sel_Type.TabIndex = 3;
//
// lbl_Sel_Type
//
this.lbl_Sel_Type.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Sel_Type.Appearance.Options.UseFont = true;
this.lbl_Sel_Type.Location = new System.Drawing.Point(13, 12);
this.lbl_Sel_Type.Name = "lbl_Sel_Type";
this.lbl_Sel_Type.Size = new System.Drawing.Size(75, 18);
this.lbl_Sel_Type.TabIndex = 3;
this.lbl_Sel_Type.Text = "会议类型:";
//
// lbl_Key
//
this.lbl_Key.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Key.Appearance.Options.UseFont = true;
this.lbl_Key.Location = new System.Drawing.Point(294, 12);
this.lbl_Key.Name = "lbl_Key";
this.lbl_Key.Size = new System.Drawing.Size(60, 18);
this.lbl_Key.TabIndex = 4;
this.lbl_Key.Text = "关键词:";
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(357, 9);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_Key.Properties.Appearance.Options.UseFont = true;
this.txt_Key.Size = new System.Drawing.Size(234, 24);
this.txt_Key.TabIndex = 5;
this.txt_Key.EditValueChanged += new System.EventHandler(this.txt_Key_EditValueChanged);
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btn_Select,
this.btn_Insert,
this.btn_Update,
this.btn_Delete,
this.barButtonItem1,
this.btn_Exit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 7;
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Select, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Insert, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Update, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Delete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// btn_Select
//
this.btn_Select.Caption = "查询";
this.btn_Select.Id = 0;
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Name = "btn_Select";
this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick);
//
// btn_Insert
//
this.btn_Insert.Caption = "新增";
this.btn_Insert.Id = 1;
this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image")));
this.btn_Insert.Name = "btn_Insert";
this.btn_Insert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Insert_ItemClick);
//
// btn_Update
//
this.btn_Update.Caption = "修改";
this.btn_Update.Id = 2;
this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image")));
this.btn_Update.Name = "btn_Update";
this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick);
//
// btn_Delete
//
this.btn_Delete.Caption = "删除";
this.btn_Delete.Id = 3;
this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Delete_ItemClick);
//
// btn_Exit
//
this.btn_Exit.Caption = "退出";
this.btn_Exit.Id = 6;
this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image")));
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(1220, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 633);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1220, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 57);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 576);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1220, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 576);
//
// barButtonItem1
//
this.barButtonItem1.Caption = "关闭";
this.barButtonItem1.Id = 5;
this.barButtonItem1.Name = "barButtonItem1";
//
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn1";
this.gridColumn1.FieldName = "ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// grb_List
//
this.grb_List.Controls.Add(this.grid_List);
this.grb_List.Controls.Add(this.userControlForPage);
this.grb_List.Controls.Add(this.pan_Sel);
this.grb_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grb_List.Location = new System.Drawing.Point(0, 57);
this.grb_List.Name = "grb_List";
this.grb_List.Size = new System.Drawing.Size(1220, 576);
this.grb_List.TabIndex = 1;
this.grb_List.Text = "会议列表";
//
// grid_List
//
this.grid_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_List.Location = new System.Drawing.Point(2, 62);
this.grid_List.MainView = this.grv_List;
this.grid_List.Name = "grid_List";
this.grid_List.Size = new System.Drawing.Size(1216, 474);
this.grid_List.TabIndex = 6;
this.grid_List.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_List});
this.grid_List.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.grid_List_MouseDoubleClick);
//
// grv_List
//
this.grv_List.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_List.Appearance.HeaderPanel.Options.UseFont = true;
this.grv_List.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.grv_List.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.grv_List.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_List.Appearance.Row.Options.UseFont = true;
this.grv_List.Appearance.Row.Options.UseTextOptions = true;
this.grv_List.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.grv_List.ColumnPanelRowHeight = 35;
this.grv_List.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.M_ID,
this.M_GUID,
this.M_SystemModuleID,
this.M_Type,
this.M_Name,
this.M_Venue,
this.M_Host,
this.M_ScheduledDate,
this.M_ActualDate});
this.grv_List.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 282);
this.grv_List.GridControl = this.grid_List;
this.grv_List.IndicatorWidth = 40;
this.grv_List.Name = "grv_List";
this.grv_List.OptionsBehavior.Editable = false;
this.grv_List.OptionsView.ShowGroupPanel = false;
this.grv_List.RowHeight = 35;
this.grv_List.Tag = "";
this.grv_List.ViewCaptionHeight = 35;
this.grv_List.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_List_CustomDrawRowIndicator);
this.grv_List.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_List_CustomColumnDisplayText);
//
// M_ID
//
this.M_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_ID.AppearanceCell.Options.UseFont = true;
this.M_ID.AppearanceCell.Options.UseTextOptions = true;
this.M_ID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_ID.AppearanceHeader.Options.UseFont = true;
this.M_ID.AppearanceHeader.Options.UseTextOptions = true;
this.M_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ID.Caption = "ID";
this.M_ID.FieldName = "ID";
this.M_ID.Name = "M_ID";
//
// M_GUID
//
this.M_GUID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_GUID.AppearanceCell.Options.UseFont = true;
this.M_GUID.AppearanceCell.Options.UseTextOptions = true;
this.M_GUID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_GUID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_GUID.AppearanceHeader.Options.UseFont = true;
this.M_GUID.AppearanceHeader.Options.UseTextOptions = true;
this.M_GUID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_GUID.Caption = "GUID";
this.M_GUID.FieldName = "GUID";
this.M_GUID.Name = "M_GUID";
//
// M_SystemModuleID
//
this.M_SystemModuleID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_SystemModuleID.AppearanceCell.Options.UseFont = true;
this.M_SystemModuleID.AppearanceCell.Options.UseTextOptions = true;
this.M_SystemModuleID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_SystemModuleID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_SystemModuleID.AppearanceHeader.Options.UseFont = true;
this.M_SystemModuleID.AppearanceHeader.Options.UseTextOptions = true;
this.M_SystemModuleID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_SystemModuleID.Caption = "SystemModuleID";
this.M_SystemModuleID.FieldName = "SystemModuleID";
this.M_SystemModuleID.Name = "M_SystemModuleID";
//
// M_Type
//
this.M_Type.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_Type.AppearanceCell.Options.UseFont = true;
this.M_Type.AppearanceCell.Options.UseTextOptions = true;
this.M_Type.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Type.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_Type.AppearanceHeader.Options.UseFont = true;
this.M_Type.AppearanceHeader.Options.UseTextOptions = true;
this.M_Type.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Type.Caption = "会议类型";
this.M_Type.FieldName = "Type";
this.M_Type.Name = "M_Type";
this.M_Type.Visible = true;
this.M_Type.VisibleIndex = 0;
//
// M_Name
//
this.M_Name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_Name.AppearanceCell.Options.UseFont = true;
this.M_Name.AppearanceCell.Options.UseTextOptions = true;
this.M_Name.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_Name.AppearanceHeader.Options.UseFont = true;
this.M_Name.AppearanceHeader.Options.UseTextOptions = true;
this.M_Name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Name.Caption = "会议名称";
this.M_Name.FieldName = "Name";
this.M_Name.Name = "M_Name";
this.M_Name.Visible = true;
this.M_Name.VisibleIndex = 1;
//
// M_Venue
//
this.M_Venue.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_Venue.AppearanceCell.Options.UseFont = true;
this.M_Venue.AppearanceCell.Options.UseTextOptions = true;
this.M_Venue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Venue.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_Venue.AppearanceHeader.Options.UseFont = true;
this.M_Venue.AppearanceHeader.Options.UseTextOptions = true;
this.M_Venue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Venue.Caption = "会议地点";
this.M_Venue.FieldName = "Venue";
this.M_Venue.Name = "M_Venue";
this.M_Venue.Visible = true;
this.M_Venue.VisibleIndex = 2;
//
// M_Host
//
this.M_Host.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_Host.AppearanceCell.Options.UseFont = true;
this.M_Host.AppearanceCell.Options.UseTextOptions = true;
this.M_Host.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Host.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_Host.AppearanceHeader.Options.UseFont = true;
this.M_Host.AppearanceHeader.Options.UseTextOptions = true;
this.M_Host.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_Host.Caption = "主持人";
this.M_Host.FieldName = "Host";
this.M_Host.Name = "M_Host";
this.M_Host.Visible = true;
this.M_Host.VisibleIndex = 3;
//
// M_ScheduledDate
//
this.M_ScheduledDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_ScheduledDate.AppearanceCell.Options.UseFont = true;
this.M_ScheduledDate.AppearanceCell.Options.UseTextOptions = true;
this.M_ScheduledDate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ScheduledDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_ScheduledDate.AppearanceHeader.Options.UseFont = true;
this.M_ScheduledDate.AppearanceHeader.Options.UseTextOptions = true;
this.M_ScheduledDate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ScheduledDate.Caption = "预定召开日期";
this.M_ScheduledDate.FieldName = "ScheduledDate";
this.M_ScheduledDate.Name = "M_ScheduledDate";
this.M_ScheduledDate.Visible = true;
this.M_ScheduledDate.VisibleIndex = 4;
//
// M_ActualDate
//
this.M_ActualDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.M_ActualDate.AppearanceCell.Options.UseFont = true;
this.M_ActualDate.AppearanceCell.Options.UseTextOptions = true;
this.M_ActualDate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ActualDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.M_ActualDate.AppearanceHeader.Options.UseFont = true;
this.M_ActualDate.AppearanceHeader.Options.UseTextOptions = true;
this.M_ActualDate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.M_ActualDate.Caption = "实际召开日期";
this.M_ActualDate.FieldName = "ActualDate";
this.M_ActualDate.Name = "M_ActualDate";
this.M_ActualDate.Visible = true;
this.M_ActualDate.VisibleIndex = 5;
//
// Form_MeetingList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1220, 633);
this.Controls.Add(this.grb_List);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_MeetingList.IconOptions.Icon")));
this.Name = "Form_MeetingList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "会议记录管理";
this.Load += new System.EventHandler(this.Form_Meeting_Load);
((System.ComponentModel.ISupportInitialize)(this.pan_Sel)).EndInit();
this.pan_Sel.ResumeLayout(false);
this.pan_Sel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Sel_Type.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit();
this.grb_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid_List)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_List)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.PanelControl pan_Sel;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Delete;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.GroupControl grb_List;
private DevExpress.XtraGrid.GridControl grid_List;
private DevExpress.XtraGrid.Views.Grid.GridView grv_List;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraEditors.LabelControl lbl_Sel_Type;
private DevExpress.XtraEditors.LabelControl lbl_Key;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraEditors.LookUpEdit lookUp_Sel_Type;
private DevExpress.XtraGrid.Columns.GridColumn M_ID;
private DevExpress.XtraGrid.Columns.GridColumn M_GUID;
private DevExpress.XtraGrid.Columns.GridColumn M_SystemModuleID;
private DevExpress.XtraGrid.Columns.GridColumn M_Type;
private DevExpress.XtraGrid.Columns.GridColumn M_Name;
private DevExpress.XtraGrid.Columns.GridColumn M_Venue;
private DevExpress.XtraGrid.Columns.GridColumn M_Host;
private DevExpress.XtraGrid.Columns.GridColumn M_ScheduledDate;
private DevExpress.XtraGrid.Columns.GridColumn M_ActualDate;
}
}