namespace HL_FristAidPlatform_Base { partial class Form_WristStrapMain { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_WristStrapMain)); this.W_StatusCase = new DevExpress.XtraGrid.Columns.GridColumn(); this.barManager = new DevExpress.XtraBars.BarManager(); 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_Save = 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.btn_Delete = new DevExpress.XtraBars.BarLargeButtonItem(); this.txt_Code = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.W_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txt_Key = new DevExpress.XtraEditors.TextEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.cmb_Status = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.cmb_DeleteFlag = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.group_Detail = new DevExpress.XtraEditors.GroupControl(); this.lbl_Hint_Alias = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txt_Creator = new DevExpress.XtraEditors.TextEdit(); this.txt_CreationDate = new DevExpress.XtraEditors.TextEdit(); this.txt_Status = new DevExpress.XtraEditors.TextEdit(); this.txt_Alias = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.ckb_DeleteFlag = new DevExpress.XtraEditors.CheckEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.lbl_Alias = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.W_Code = new DevExpress.XtraGrid.Columns.GridColumn(); this.group_List = new DevExpress.XtraEditors.GroupControl(); this.grid_WristStrap = new DevExpress.XtraGrid.GridControl(); this.grv_WristStrap = new DevExpress.XtraGrid.Views.Grid.GridView(); this.W_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.W_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.W_Alias = new DevExpress.XtraGrid.Columns.GridColumn(); this.W_DeleteFlagCase = new DevExpress.XtraGrid.Columns.GridColumn(); this.W_CreatorID = new DevExpress.XtraGrid.Columns.GridColumn(); this.W_Creator = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Code.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmb_Status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.group_Detail)).BeginInit(); this.group_Detail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CreationDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Alias.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.group_List)).BeginInit(); this.group_List.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grid_WristStrap)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_WristStrap)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); this.SuspendLayout(); // // W_StatusCase // this.W_StatusCase.Caption = "使用状态"; this.W_StatusCase.FieldName = "StatusCase"; this.W_StatusCase.MinWidth = 117; this.W_StatusCase.Name = "W_StatusCase"; this.W_StatusCase.Visible = true; this.W_StatusCase.VisibleIndex = 3; this.W_StatusCase.Width = 119; // // 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.btn_Save, this.btn_Exit}); this.barManager.MainMenu = this.bar2; this.barManager.MaxItemId = 6; // // 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_Save, 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 = "查询(F1)"; this.btn_Select.Id = 0; this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image"))); this.btn_Select.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1); this.btn_Select.Name = "btn_Select"; this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick); // // btn_Insert // this.btn_Insert.Caption = "新增(F2)"; this.btn_Insert.Id = 1; this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image"))); this.btn_Insert.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2); this.btn_Insert.Name = "btn_Insert"; this.btn_Insert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Insert_ItemClick); // // btn_Update // this.btn_Update.Caption = "修改(F3)"; this.btn_Update.Id = 2; this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image"))); this.btn_Update.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3); this.btn_Update.Name = "btn_Update"; this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick); // // btn_Save // this.btn_Save.Caption = "保存(F4)"; this.btn_Save.Id = 4; this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image"))); this.btn_Save.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4); this.btn_Save.Name = "btn_Save"; this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick); // // btn_Exit // this.btn_Exit.Caption = "退出(F5)"; this.btn_Exit.Id = 5; this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image"))); this.btn_Exit.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5); 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.barDockControlTop.Size = new System.Drawing.Size(1137, 62); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 641); this.barDockControlBottom.Manager = this.barManager; this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.barDockControlBottom.Size = new System.Drawing.Size(1137, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 62); this.barDockControlLeft.Manager = this.barManager; this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.barDockControlLeft.Size = new System.Drawing.Size(0, 579); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1137, 62); this.barDockControlRight.Manager = this.barManager; this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.barDockControlRight.Size = new System.Drawing.Size(0, 579); // // 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"; // // txt_Code // this.txt_Code.Location = new System.Drawing.Point(99, 41); this.txt_Code.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_Code.Name = "txt_Code"; this.txt_Code.Size = new System.Drawing.Size(275, 22); this.txt_Code.TabIndex = 2; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(24, 44); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(72, 15); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "标签卡编号:"; // // W_CreationDate // this.W_CreationDate.Caption = "创建时间"; this.W_CreationDate.FieldName = "CreationDate"; this.W_CreationDate.MinWidth = 140; this.W_CreationDate.Name = "W_CreationDate"; this.W_CreationDate.Visible = true; this.W_CreationDate.VisibleIndex = 5; this.W_CreationDate.Width = 143; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(8, 12); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(36, 15); this.labelControl6.TabIndex = 12; this.labelControl6.Text = "编码:"; // // txt_Key // this.txt_Key.Location = new System.Drawing.Point(51, 7); this.txt_Key.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_Key.Name = "txt_Key"; this.txt_Key.Size = new System.Drawing.Size(202, 22); this.txt_Key.TabIndex = 11; this.txt_Key.TextChanged += new System.EventHandler(this.txt_Key_TextChanged); // // panelControl1 // this.panelControl1.Controls.Add(this.cmb_Status); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.cmb_DeleteFlag); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.txt_Key); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(2, 22); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(741, 40); this.panelControl1.TabIndex = 14; // // cmb_Status // this.cmb_Status.Location = new System.Drawing.Point(542, 7); this.cmb_Status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.cmb_Status.Name = "cmb_Status"; this.cmb_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmb_Status.Properties.Items.AddRange(new object[] { "全部", "空闲", "使用中", "维护中"}); this.cmb_Status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cmb_Status.Size = new System.Drawing.Size(105, 22); this.cmb_Status.TabIndex = 15; this.cmb_Status.SelectedIndexChanged += new System.EventHandler(this.cmb_Status_SelectedIndexChanged); // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(473, 12); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(60, 15); this.labelControl8.TabIndex = 14; this.labelControl8.Text = "使用状态:"; // // cmb_DeleteFlag // this.cmb_DeleteFlag.Location = new System.Drawing.Point(342, 7); this.cmb_DeleteFlag.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.cmb_DeleteFlag.MenuManager = this.barManager; this.cmb_DeleteFlag.Name = "cmb_DeleteFlag"; this.cmb_DeleteFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmb_DeleteFlag.Properties.Items.AddRange(new object[] { "全部", "启用", "禁用"}); this.cmb_DeleteFlag.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cmb_DeleteFlag.Size = new System.Drawing.Size(105, 22); this.cmb_DeleteFlag.TabIndex = 15; this.cmb_DeleteFlag.SelectedIndexChanged += new System.EventHandler(this.cmb_DeleteFlag_SelectedIndexChanged); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(273, 12); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(60, 15); this.labelControl7.TabIndex = 14; this.labelControl7.Text = "启用标记:"; // // group_Detail // this.group_Detail.Controls.Add(this.lbl_Hint_Alias); this.group_Detail.Controls.Add(this.labelControl11); this.group_Detail.Controls.Add(this.txt_Creator); this.group_Detail.Controls.Add(this.txt_CreationDate); this.group_Detail.Controls.Add(this.txt_Status); this.group_Detail.Controls.Add(this.txt_Alias); this.group_Detail.Controls.Add(this.txt_Code); this.group_Detail.Controls.Add(this.labelControl5); this.group_Detail.Controls.Add(this.ckb_DeleteFlag); this.group_Detail.Controls.Add(this.labelControl4); this.group_Detail.Controls.Add(this.labelControl3); this.group_Detail.Controls.Add(this.lbl_Alias); this.group_Detail.Controls.Add(this.labelControl2); this.group_Detail.Controls.Add(this.labelControl1); this.group_Detail.Dock = System.Windows.Forms.DockStyle.Right; this.group_Detail.Location = new System.Drawing.Point(745, 62); this.group_Detail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.group_Detail.Name = "group_Detail"; this.group_Detail.Size = new System.Drawing.Size(392, 579); this.group_Detail.TabIndex = 20; this.group_Detail.Text = "标签卡详情"; // // lbl_Hint_Alias // this.lbl_Hint_Alias.Appearance.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_Alias.Appearance.Options.UseForeColor = true; this.lbl_Hint_Alias.Location = new System.Drawing.Point(47, 79); this.lbl_Hint_Alias.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lbl_Hint_Alias.Name = "lbl_Hint_Alias"; this.lbl_Hint_Alias.Size = new System.Drawing.Size(5, 15); this.lbl_Hint_Alias.TabIndex = 21; this.lbl_Hint_Alias.Text = "*"; // // labelControl11 // this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl11.Appearance.Options.UseForeColor = true; this.labelControl11.Location = new System.Drawing.Point(12, 47); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(5, 15); this.labelControl11.TabIndex = 21; this.labelControl11.Text = "*"; // // txt_Creator // this.txt_Creator.Location = new System.Drawing.Point(99, 204); this.txt_Creator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_Creator.Name = "txt_Creator"; this.txt_Creator.Properties.ReadOnly = true; this.txt_Creator.Size = new System.Drawing.Size(275, 22); this.txt_Creator.TabIndex = 2; // // txt_CreationDate // this.txt_CreationDate.Location = new System.Drawing.Point(99, 174); this.txt_CreationDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_CreationDate.Name = "txt_CreationDate"; this.txt_CreationDate.Properties.ReadOnly = true; this.txt_CreationDate.Size = new System.Drawing.Size(275, 22); this.txt_CreationDate.TabIndex = 2; // // txt_Status // this.txt_Status.Location = new System.Drawing.Point(99, 107); this.txt_Status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_Status.Name = "txt_Status"; this.txt_Status.Properties.ReadOnly = true; this.txt_Status.Size = new System.Drawing.Size(275, 22); this.txt_Status.TabIndex = 2; // // txt_Alias // this.txt_Alias.Location = new System.Drawing.Point(99, 74); this.txt_Alias.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_Alias.Name = "txt_Alias"; this.txt_Alias.Size = new System.Drawing.Size(275, 22); this.txt_Alias.TabIndex = 2; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(48, 207); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(48, 15); this.labelControl5.TabIndex = 1; this.labelControl5.Text = "创建人:"; // // ckb_DeleteFlag // this.ckb_DeleteFlag.Location = new System.Drawing.Point(99, 142); this.ckb_DeleteFlag.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ckb_DeleteFlag.Name = "ckb_DeleteFlag"; this.ckb_DeleteFlag.Properties.Caption = "是否启用"; this.ckb_DeleteFlag.Size = new System.Drawing.Size(101, 19); this.ckb_DeleteFlag.TabIndex = 3; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(36, 177); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 15); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "创建时间:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(36, 145); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 15); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "启用标记:"; // // lbl_Alias // this.lbl_Alias.Location = new System.Drawing.Point(60, 77); this.lbl_Alias.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lbl_Alias.Name = "lbl_Alias"; this.lbl_Alias.Size = new System.Drawing.Size(36, 15); this.lbl_Alias.TabIndex = 1; this.lbl_Alias.Text = "别称:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(36, 110); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 15); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "使用状态:"; // // W_Code // this.W_Code.Caption = "标签卡编码"; this.W_Code.FieldName = "Code"; this.W_Code.MinWidth = 175; this.W_Code.Name = "W_Code"; this.W_Code.Visible = true; this.W_Code.VisibleIndex = 1; this.W_Code.Width = 175; // // group_List // this.group_List.Controls.Add(this.grid_WristStrap); this.group_List.Controls.Add(this.panelControl1); this.group_List.Dock = System.Windows.Forms.DockStyle.Fill; this.group_List.Location = new System.Drawing.Point(0, 62); this.group_List.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.group_List.Name = "group_List"; this.group_List.Size = new System.Drawing.Size(745, 579); this.group_List.TabIndex = 21; this.group_List.Text = "标签卡列表"; // // grid_WristStrap // this.grid_WristStrap.Dock = System.Windows.Forms.DockStyle.Fill; this.grid_WristStrap.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grid_WristStrap.Location = new System.Drawing.Point(2, 62); this.grid_WristStrap.MainView = this.grv_WristStrap; this.grid_WristStrap.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grid_WristStrap.Name = "grid_WristStrap"; this.grid_WristStrap.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.grid_WristStrap.Size = new System.Drawing.Size(741, 515); this.grid_WristStrap.TabIndex = 6; this.grid_WristStrap.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grv_WristStrap}); this.grid_WristStrap.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_WristStrap_MouseClick); // // grv_WristStrap // this.grv_WristStrap.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.W_ID, this.W_GUID, this.W_Code, this.W_Alias, this.W_DeleteFlagCase, this.W_StatusCase, this.W_CreationDate, this.W_CreatorID, this.W_Creator}); this.grv_WristStrap.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 353, 352); this.grv_WristStrap.DetailHeight = 510; this.grv_WristStrap.GridControl = this.grid_WristStrap; this.grv_WristStrap.Name = "grv_WristStrap"; this.grv_WristStrap.OptionsBehavior.Editable = false; this.grv_WristStrap.OptionsView.ShowGroupPanel = false; this.grv_WristStrap.Tag = ""; // // W_ID // this.W_ID.Caption = "编号"; this.W_ID.FieldName = "ID"; this.W_ID.MinWidth = 23; this.W_ID.Name = "W_ID"; this.W_ID.Visible = true; this.W_ID.VisibleIndex = 0; this.W_ID.Width = 82; // // W_GUID // this.W_GUID.Caption = "GUID"; this.W_GUID.FieldName = "GUID"; this.W_GUID.MinWidth = 27; this.W_GUID.Name = "W_GUID"; this.W_GUID.Width = 101; // // W_Alias // this.W_Alias.Caption = "别称"; this.W_Alias.FieldName = "Alias"; this.W_Alias.Name = "W_Alias"; this.W_Alias.Visible = true; this.W_Alias.VisibleIndex = 2; this.W_Alias.Width = 100; // // W_DeleteFlagCase // this.W_DeleteFlagCase.Caption = "是否启用"; this.W_DeleteFlagCase.FieldName = "DeleteFlagCase"; this.W_DeleteFlagCase.MinWidth = 23; this.W_DeleteFlagCase.Name = "W_DeleteFlagCase"; this.W_DeleteFlagCase.Visible = true; this.W_DeleteFlagCase.VisibleIndex = 4; this.W_DeleteFlagCase.Width = 74; // // W_CreatorID // this.W_CreatorID.Caption = "CreatorID"; this.W_CreatorID.FieldName = "CreatorID"; this.W_CreatorID.MinWidth = 23; this.W_CreatorID.Name = "W_CreatorID"; this.W_CreatorID.Width = 87; // // W_Creator // this.W_Creator.Caption = "创建人"; this.W_Creator.FieldName = "Creator"; this.W_Creator.MinWidth = 23; this.W_Creator.Name = "W_Creator"; this.W_Creator.Visible = true; this.W_Creator.VisibleIndex = 6; this.W_Creator.Width = 132; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.ReadOnly = true; // // Form_WristStrapMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1137, 641); this.Controls.Add(this.group_List); this.Controls.Add(this.group_Detail); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Form_WristStrapMain"; this.Text = "标签卡信息管理"; this.Load += new System.EventHandler(this.Form_WristStrapMain_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Code.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmb_Status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.group_Detail)).EndInit(); this.group_Detail.ResumeLayout(false); this.group_Detail.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CreationDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Alias.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.group_List)).EndInit(); this.group_List.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grid_WristStrap)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_WristStrap)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraGrid.Columns.GridColumn W_StatusCase; 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_Save; 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 group_List; private DevExpress.XtraGrid.GridControl grid_WristStrap; private DevExpress.XtraGrid.Views.Grid.GridView grv_WristStrap; private DevExpress.XtraGrid.Columns.GridColumn W_GUID; private DevExpress.XtraGrid.Columns.GridColumn W_Code; private DevExpress.XtraGrid.Columns.GridColumn W_CreationDate; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit txt_Key; private DevExpress.XtraEditors.GroupControl group_Detail; private DevExpress.XtraEditors.TextEdit txt_Code; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.CheckEdit ckb_DeleteFlag; private DevExpress.XtraGrid.Columns.GridColumn W_CreatorID; private DevExpress.XtraGrid.Columns.GridColumn W_Creator; private DevExpress.XtraEditors.TextEdit txt_Status; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txt_CreationDate; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txt_Creator; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.ComboBoxEdit cmb_DeleteFlag; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.ComboBoxEdit cmb_Status; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraGrid.Columns.GridColumn W_DeleteFlagCase; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraGrid.Columns.GridColumn W_ID; private DevExpress.XtraGrid.Columns.GridColumn W_Alias; private DevExpress.XtraEditors.LabelControl lbl_Hint_Alias; private DevExpress.XtraEditors.TextEdit txt_Alias; private DevExpress.XtraEditors.LabelControl lbl_Alias; } }