123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- namespace GCAS
- {
- partial class TeamForm
- {
- /// <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(TeamForm));
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.gridControl1 = new DevExpress.XtraGrid.GridControl();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.menu_new = new System.Windows.Forms.ToolStripMenuItem();
- this.menu_edit = new System.Windows.Forms.ToolStripMenuItem();
- this.menu_delete = new System.Windows.Forms.ToolStripMenuItem();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.col_name = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_starttime = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_endtime = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- this.SuspendLayout();
- //
- // panelControl1
- //
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Controls.Add(this.gridControl1);
- this.panelControl1.Name = "panelControl1";
- //
- // gridControl1
- //
- resources.ApplyResources(this.gridControl1, "gridControl1");
- this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
- this.gridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleDescription");
- this.gridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleName");
- this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
- this.gridControl1.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
- this.gridControl1.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImage")));
- this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
- this.gridControl1.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
- this.gridControl1.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("gridControl1.EmbeddedNavigator.MaximumSize")));
- this.gridControl1.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
- this.gridControl1.EmbeddedNavigator.ToolTip = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
- this.gridControl1.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
- this.gridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
- this.gridControl1.MainView = this.gridView1;
- this.gridControl1.Name = "gridControl1";
- this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // contextMenuStrip1
- //
- resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.menu_new,
- this.menu_edit,
- this.menu_delete});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
- //
- // menu_new
- //
- resources.ApplyResources(this.menu_new, "menu_new");
- this.menu_new.Image = global::GCAS.Properties.Resources.Add_16x16;
- this.menu_new.Name = "menu_new";
- //
- // menu_edit
- //
- resources.ApplyResources(this.menu_edit, "menu_edit");
- this.menu_edit.Image = global::GCAS.Properties.Resources.Edit_16x16;
- this.menu_edit.Name = "menu_edit";
- //
- // menu_delete
- //
- resources.ApplyResources(this.menu_delete, "menu_delete");
- this.menu_delete.Image = global::GCAS.Properties.Resources.Delete_16x16;
- this.menu_delete.Name = "menu_delete";
- //
- // gridView1
- //
- this.gridView1.Appearance.OddRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.OddRow.BackColor")));
- this.gridView1.Appearance.OddRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.OddRow.FontSizeDelta")));
- this.gridView1.Appearance.OddRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.OddRow.FontStyleDelta")));
- this.gridView1.Appearance.OddRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.OddRow.GradientMode")));
- this.gridView1.Appearance.OddRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.OddRow.Image")));
- this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
- resources.ApplyResources(this.gridView1, "gridView1");
- this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.col_name,
- this.col_starttime,
- this.col_endtime,
- this.col_time});
- this.gridView1.GridControl = this.gridControl1;
- this.gridView1.Name = "gridView1";
- this.gridView1.OptionsBehavior.Editable = false;
- this.gridView1.OptionsBehavior.ReadOnly = true;
- this.gridView1.OptionsCustomization.AllowFilter = false;
- this.gridView1.OptionsCustomization.AllowGroup = false;
- this.gridView1.OptionsFilter.AllowFilterEditor = false;
- this.gridView1.OptionsFind.AllowFindPanel = false;
- this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
- this.gridView1.OptionsView.EnableAppearanceOddRow = true;
- this.gridView1.OptionsView.ShowGroupPanel = false;
- this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
- this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
- //
- // col_name
- //
- resources.ApplyResources(this.col_name, "col_name");
- this.col_name.FieldName = "Name";
- this.col_name.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_name.ImageOptions.ImageIndex")));
- this.col_name.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_name.ImageOptions.SvgImage")));
- this.col_name.Name = "col_name";
- this.col_name.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // col_starttime
- //
- resources.ApplyResources(this.col_starttime, "col_starttime");
- this.col_starttime.FieldName = "StartTime";
- this.col_starttime.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_starttime.ImageOptions.ImageIndex")));
- this.col_starttime.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_starttime.ImageOptions.SvgImage")));
- this.col_starttime.Name = "col_starttime";
- this.col_starttime.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // col_endtime
- //
- resources.ApplyResources(this.col_endtime, "col_endtime");
- this.col_endtime.FieldName = "EndTime";
- this.col_endtime.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_endtime.ImageOptions.ImageIndex")));
- this.col_endtime.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_endtime.ImageOptions.SvgImage")));
- this.col_endtime.Name = "col_endtime";
- this.col_endtime.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // col_time
- //
- resources.ApplyResources(this.col_time, "col_time");
- this.col_time.DisplayFormat.FormatString = "F";
- this.col_time.FieldName = "Time";
- this.col_time.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_time.ImageOptions.ImageIndex")));
- this.col_time.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_time.ImageOptions.SvgImage")));
- this.col_time.Name = "col_time";
- this.col_time.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // TeamForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.Name = "TeamForm";
- this.Load += new System.EventHandler(this.EntranceForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraGrid.GridControl gridControl1;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraGrid.Columns.GridColumn col_time;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem menu_new;
- private System.Windows.Forms.ToolStripMenuItem menu_edit;
- private System.Windows.Forms.ToolStripMenuItem menu_delete;
- private DevExpress.XtraGrid.Columns.GridColumn col_name;
- private DevExpress.XtraGrid.Columns.GridColumn col_starttime;
- private DevExpress.XtraGrid.Columns.GridColumn col_endtime;
- }
- }
|