namespace HL_FristAidPlatform_MultiSystemPublic { partial class Form_Meeting_Detail { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Meeting_Detail)); this.group_Meeting = new DevExpress.XtraEditors.GroupControl(); this.lbl_Hint_Name = new System.Windows.Forms.Label(); this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit(); this.lbl_Host = new DevExpress.XtraEditors.LabelControl(); this.lbl_Content = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hint_Type = new System.Windows.Forms.Label(); this.lbl_Venue = new DevExpress.XtraEditors.LabelControl(); this.lbl_Remark = new DevExpress.XtraEditors.LabelControl(); this.time_ActualDate = new HL_FristAidPlatform_Public.TimeControl(); this.lbl_Name = new DevExpress.XtraEditors.LabelControl(); this.txt_Content = new DevExpress.XtraEditors.MemoEdit(); this.lbl_ScheduledDate = new DevExpress.XtraEditors.LabelControl(); this.time_ScheduledDate = new HL_FristAidPlatform_Public.TimeControl(); this.txt_Host = new DevExpress.XtraEditors.TextEdit(); this.txt_Remark = new DevExpress.XtraEditors.MemoEdit(); this.lbl_Type = new DevExpress.XtraEditors.LabelControl(); this.txt_Name = new DevExpress.XtraEditors.TextEdit(); this.txt_Venue = new DevExpress.XtraEditors.TextEdit(); this.lbl_ActualDate = new DevExpress.XtraEditors.LabelControl(); this.group_Image = new DevExpress.XtraEditors.GroupControl(); this.grid_List = new DevExpress.XtraGrid.GridControl(); this.grv_List = new DevExpress.XtraGrid.Views.Grid.GridView(); this.I_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.I_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.I_PhotoName = new DevExpress.XtraGrid.Columns.GridColumn(); this.I_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.I_Operate = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.pan_Sel = new DevExpress.XtraEditors.PanelControl(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.panel_Save = new DevExpress.XtraEditors.PanelControl(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.group_Meeting)).BeginInit(); this.group_Meeting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Host.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Venue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.group_Image)).BeginInit(); this.group_Image.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grid_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pan_Sel)).BeginInit(); this.pan_Sel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panel_Save)).BeginInit(); this.panel_Save.SuspendLayout(); this.SuspendLayout(); // // group_Meeting // this.group_Meeting.Controls.Add(this.lbl_Hint_Name); this.group_Meeting.Controls.Add(this.lookUp_Type); this.group_Meeting.Controls.Add(this.lbl_Host); this.group_Meeting.Controls.Add(this.lbl_Content); this.group_Meeting.Controls.Add(this.lbl_Hint_Type); this.group_Meeting.Controls.Add(this.lbl_Venue); this.group_Meeting.Controls.Add(this.lbl_Remark); this.group_Meeting.Controls.Add(this.time_ActualDate); this.group_Meeting.Controls.Add(this.lbl_Name); this.group_Meeting.Controls.Add(this.txt_Content); this.group_Meeting.Controls.Add(this.lbl_ScheduledDate); this.group_Meeting.Controls.Add(this.time_ScheduledDate); this.group_Meeting.Controls.Add(this.txt_Host); this.group_Meeting.Controls.Add(this.txt_Remark); this.group_Meeting.Controls.Add(this.lbl_Type); this.group_Meeting.Controls.Add(this.txt_Name); this.group_Meeting.Controls.Add(this.txt_Venue); this.group_Meeting.Controls.Add(this.lbl_ActualDate); this.group_Meeting.Dock = System.Windows.Forms.DockStyle.Left; this.group_Meeting.Location = new System.Drawing.Point(0, 0); this.group_Meeting.Name = "group_Meeting"; this.group_Meeting.Size = new System.Drawing.Size(538, 607); this.group_Meeting.TabIndex = 1; this.group_Meeting.Text = "会议详情"; // // lbl_Hint_Name // this.lbl_Hint_Name.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Name.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Name.Location = new System.Drawing.Point(19, 69); this.lbl_Hint_Name.Name = "lbl_Hint_Name"; this.lbl_Hint_Name.Size = new System.Drawing.Size(12, 10); this.lbl_Hint_Name.TabIndex = 103; this.lbl_Hint_Name.Text = "*"; this.lbl_Hint_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lookUp_Type // this.lookUp_Type.Location = new System.Drawing.Point(99, 31); this.lookUp_Type.Name = "lookUp_Type"; this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Type.Properties.NullText = "请选择"; this.lookUp_Type.Size = new System.Drawing.Size(204, 20); this.lookUp_Type.TabIndex = 2; // // lbl_Host // this.lbl_Host.Location = new System.Drawing.Point(46, 136); this.lbl_Host.Name = "lbl_Host"; this.lbl_Host.Size = new System.Drawing.Size(48, 14); this.lbl_Host.TabIndex = 23; this.lbl_Host.Text = "主持人:"; // // lbl_Content // this.lbl_Content.Location = new System.Drawing.Point(34, 164); this.lbl_Content.Name = "lbl_Content"; this.lbl_Content.Size = new System.Drawing.Size(60, 14); this.lbl_Content.TabIndex = 24; this.lbl_Content.Text = "会议内容:"; // // lbl_Hint_Type // this.lbl_Hint_Type.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_Type.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Type.Location = new System.Drawing.Point(19, 36); this.lbl_Hint_Type.Name = "lbl_Hint_Type"; this.lbl_Hint_Type.Size = new System.Drawing.Size(12, 10); this.lbl_Hint_Type.TabIndex = 103; this.lbl_Hint_Type.Text = "*"; this.lbl_Hint_Type.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_Venue // this.lbl_Venue.Location = new System.Drawing.Point(34, 102); this.lbl_Venue.Name = "lbl_Venue"; this.lbl_Venue.Size = new System.Drawing.Size(60, 14); this.lbl_Venue.TabIndex = 22; this.lbl_Venue.Text = "会议地点:"; // // lbl_Remark // this.lbl_Remark.Location = new System.Drawing.Point(34, 332); this.lbl_Remark.Name = "lbl_Remark"; this.lbl_Remark.Size = new System.Drawing.Size(60, 14); this.lbl_Remark.TabIndex = 27; this.lbl_Remark.Text = "会议备注:"; // // time_ActualDate // this.time_ActualDate.BackColor = System.Drawing.Color.Transparent; this.time_ActualDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_ActualDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_ActualDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_ActualDate.Location = new System.Drawing.Point(367, 300); this.time_ActualDate.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.time_ActualDate.Name = "time_ActualDate"; this.time_ActualDate.Size = new System.Drawing.Size(150, 22); this.time_ActualDate.TabIndex = 8; this.time_ActualDate.TimeValue = ""; // // lbl_Name // this.lbl_Name.Location = new System.Drawing.Point(34, 67); this.lbl_Name.Name = "lbl_Name"; this.lbl_Name.Size = new System.Drawing.Size(60, 14); this.lbl_Name.TabIndex = 21; this.lbl_Name.Text = "会议名称:"; // // txt_Content // this.txt_Content.Location = new System.Drawing.Point(99, 164); this.txt_Content.Name = "txt_Content"; this.txt_Content.Size = new System.Drawing.Size(418, 126); this.txt_Content.TabIndex = 6; // // lbl_ScheduledDate // this.lbl_ScheduledDate.Location = new System.Drawing.Point(10, 304); this.lbl_ScheduledDate.Name = "lbl_ScheduledDate"; this.lbl_ScheduledDate.Size = new System.Drawing.Size(84, 14); this.lbl_ScheduledDate.TabIndex = 25; this.lbl_ScheduledDate.Text = "预定召开时间:"; // // time_ScheduledDate // this.time_ScheduledDate.BackColor = System.Drawing.Color.Transparent; this.time_ScheduledDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_ScheduledDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_ScheduledDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_ScheduledDate.Location = new System.Drawing.Point(99, 300); this.time_ScheduledDate.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.time_ScheduledDate.Name = "time_ScheduledDate"; this.time_ScheduledDate.Size = new System.Drawing.Size(150, 22); this.time_ScheduledDate.TabIndex = 7; this.time_ScheduledDate.TimeValue = ""; // // txt_Host // this.txt_Host.Location = new System.Drawing.Point(99, 133); this.txt_Host.Name = "txt_Host"; this.txt_Host.Size = new System.Drawing.Size(418, 20); this.txt_Host.TabIndex = 5; // // txt_Remark // this.txt_Remark.Location = new System.Drawing.Point(99, 332); this.txt_Remark.Name = "txt_Remark"; this.txt_Remark.Size = new System.Drawing.Size(418, 126); this.txt_Remark.TabIndex = 9; // // lbl_Type // this.lbl_Type.Location = new System.Drawing.Point(34, 34); this.lbl_Type.Name = "lbl_Type"; this.lbl_Type.Size = new System.Drawing.Size(60, 14); this.lbl_Type.TabIndex = 20; this.lbl_Type.Text = "会议类型:"; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(99, 64); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(418, 20); this.txt_Name.TabIndex = 3; // // txt_Venue // this.txt_Venue.Location = new System.Drawing.Point(99, 99); this.txt_Venue.Name = "txt_Venue"; this.txt_Venue.Size = new System.Drawing.Size(418, 20); this.txt_Venue.TabIndex = 4; // // lbl_ActualDate // this.lbl_ActualDate.Location = new System.Drawing.Point(279, 304); this.lbl_ActualDate.Name = "lbl_ActualDate"; this.lbl_ActualDate.Size = new System.Drawing.Size(84, 14); this.lbl_ActualDate.TabIndex = 26; this.lbl_ActualDate.Text = "实际召开时间:"; // // group_Image // this.group_Image.Controls.Add(this.grid_List); this.group_Image.Controls.Add(this.pan_Sel); this.group_Image.Dock = System.Windows.Forms.DockStyle.Fill; this.group_Image.Location = new System.Drawing.Point(538, 0); this.group_Image.Name = "group_Image"; this.group_Image.Size = new System.Drawing.Size(549, 607); this.group_Image.TabIndex = 10; this.group_Image.Text = "会议图片列表"; // // grid_List // this.grid_List.Dock = System.Windows.Forms.DockStyle.Fill; this.grid_List.Location = new System.Drawing.Point(2, 21); this.grid_List.MainView = this.grv_List; this.grid_List.Name = "grid_List"; this.grid_List.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit}); this.grid_List.Size = new System.Drawing.Size(545, 532); this.grid_List.TabIndex = 15; this.grid_List.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grv_List}); // // grv_List // this.grv_List.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.I_ID, this.I_GUID, this.I_PhotoName, this.I_CreationDate, this.I_Operate}); this.grv_List.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 282); this.grv_List.DetailHeight = 408; this.grv_List.GridControl = this.grid_List; this.grv_List.IndicatorWidth = 40; this.grv_List.Name = "grv_List"; this.grv_List.OptionsSelection.EnableAppearanceFocusedRow = false; this.grv_List.OptionsView.ShowGroupPanel = false; this.grv_List.Tag = ""; // // I_ID // this.I_ID.Caption = "编号"; this.I_ID.FieldName = "ID"; this.I_ID.Name = "I_ID"; this.I_ID.OptionsColumn.AllowEdit = false; // // I_GUID // this.I_GUID.Caption = "GUID"; this.I_GUID.FieldName = "GUID"; this.I_GUID.Name = "I_GUID"; // // I_PhotoName // this.I_PhotoName.Caption = "图片名称"; this.I_PhotoName.FieldName = "PhotoName"; this.I_PhotoName.Name = "I_PhotoName"; this.I_PhotoName.OptionsColumn.AllowEdit = false; this.I_PhotoName.Visible = true; this.I_PhotoName.VisibleIndex = 0; // // I_CreationDate // this.I_CreationDate.Caption = "创建时间"; this.I_CreationDate.FieldName = "CreationDate"; this.I_CreationDate.Name = "I_CreationDate"; this.I_CreationDate.OptionsColumn.AllowEdit = false; this.I_CreationDate.Visible = true; this.I_CreationDate.VisibleIndex = 1; // // I_Operate // this.I_Operate.Caption = "操作"; this.I_Operate.ColumnEdit = this.repositoryItemButtonEdit; this.I_Operate.Name = "I_Operate"; this.I_Operate.Visible = true; this.I_Operate.VisibleIndex = 2; // // repositoryItemButtonEdit // this.repositoryItemButtonEdit.AutoHeight = false; this.repositoryItemButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看图片", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "删除图片", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit.Name = "repositoryItemButtonEdit"; this.repositoryItemButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit_ButtonClick); // // pan_Sel // this.pan_Sel.Controls.Add(this.btn_Add); this.pan_Sel.Dock = System.Windows.Forms.DockStyle.Bottom; this.pan_Sel.Location = new System.Drawing.Point(2, 553); this.pan_Sel.Name = "pan_Sel"; this.pan_Sel.Size = new System.Drawing.Size(545, 52); this.pan_Sel.TabIndex = 16; // // btn_Add // this.btn_Add.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.ImageOptions.Image"))); this.btn_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Add.Location = new System.Drawing.Point(5, 5); this.btn_Add.Name = "btn_Add"; this.btn_Add.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Add.Size = new System.Drawing.Size(104, 40); this.btn_Add.TabIndex = 42; this.btn_Add.Text = "新增图片"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // panel_Save // this.panel_Save.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panel_Save.Controls.Add(this.btn_Save); this.panel_Save.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel_Save.Location = new System.Drawing.Point(0, 607); this.panel_Save.Name = "panel_Save"; this.panel_Save.Size = new System.Drawing.Size(1087, 60); this.panel_Save.TabIndex = 3; // // btn_Save // this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image"))); this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Save.Location = new System.Drawing.Point(400, 5); this.btn_Save.Name = "btn_Save"; this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Save.Size = new System.Drawing.Size(205, 51); this.btn_Save.TabIndex = 60; this.btn_Save.Text = "保存会议信息"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // Form_Meeting_Detail // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1087, 667); this.Controls.Add(this.group_Image); this.Controls.Add(this.group_Meeting); this.Controls.Add(this.panel_Save); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_Meeting_Detail"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "会议详情"; this.Load += new System.EventHandler(this.Form_Meeting_Detail_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Meeting_Detail_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.group_Meeting)).EndInit(); this.group_Meeting.ResumeLayout(false); this.group_Meeting.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Host.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Venue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.group_Image)).EndInit(); this.group_Image.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grid_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pan_Sel)).EndInit(); this.pan_Sel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panel_Save)).EndInit(); this.panel_Save.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl group_Meeting; private System.Windows.Forms.Label lbl_Hint_Name; private System.Windows.Forms.Label lbl_Hint_Type; private HL_FristAidPlatform_Public.TimeControl time_ActualDate; private HL_FristAidPlatform_Public.TimeControl time_ScheduledDate; private DevExpress.XtraEditors.LookUpEdit lookUp_Type; private DevExpress.XtraEditors.LabelControl lbl_ActualDate; private DevExpress.XtraEditors.LabelControl lbl_Type; private DevExpress.XtraEditors.LabelControl lbl_ScheduledDate; private DevExpress.XtraEditors.LabelControl lbl_Remark; private DevExpress.XtraEditors.LabelControl lbl_Content; private DevExpress.XtraEditors.LabelControl lbl_Host; private DevExpress.XtraEditors.LabelControl lbl_Venue; private DevExpress.XtraEditors.LabelControl lbl_Name; private DevExpress.XtraEditors.TextEdit txt_Host; private DevExpress.XtraEditors.TextEdit txt_Venue; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.MemoEdit txt_Remark; private DevExpress.XtraEditors.MemoEdit txt_Content; private DevExpress.XtraEditors.GroupControl group_Image; private DevExpress.XtraEditors.PanelControl panel_Save; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraGrid.GridControl grid_List; private DevExpress.XtraGrid.Views.Grid.GridView grv_List; private DevExpress.XtraGrid.Columns.GridColumn I_ID; private DevExpress.XtraGrid.Columns.GridColumn I_GUID; private DevExpress.XtraGrid.Columns.GridColumn I_PhotoName; private DevExpress.XtraEditors.PanelControl pan_Sel; private DevExpress.XtraGrid.Columns.GridColumn I_CreationDate; private DevExpress.XtraGrid.Columns.GridColumn I_Operate; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit; private DevExpress.XtraEditors.SimpleButton btn_Add; } }