本文整理汇总了C#中Janus.Windows.GridEX.GridEXLayout类的典型用法代码示例。如果您正苦于以下问题:C# Janus.Windows.GridEX.GridEXLayout类的具体用法?C# Janus.Windows.GridEX.GridEXLayout怎么用?C# Janus.Windows.GridEX.GridEXLayout使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Janus.Windows.GridEX.GridEXLayout类属于命名空间,在下文中一共展示了Janus.Windows.GridEX.GridEXLayout类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Janus.Windows.GridEX.GridEXLayout modulesGrid_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenModulesPanel));
this.modulesGrid = new Dile.Controls.NuGenCustomDataGridView();
((System.ComponentModel.ISupportInitialize)(this.modulesGrid)).BeginInit();
this.SuspendLayout();
//
// modulesGrid
//
this.modulesGrid.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
this.modulesGrid.ColumnAutoResize = true;
this.modulesGrid.ColumnAutoSizeMode = Janus.Windows.GridEX.ColumnAutoSizeMode.AllCells;
modulesGrid_DesignTimeLayout.LayoutString = resources.GetString("modulesGrid_DesignTimeLayout.LayoutString");
this.modulesGrid.DesignTimeLayout = modulesGrid_DesignTimeLayout;
this.modulesGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.modulesGrid.GroupByBoxVisible = false;
this.modulesGrid.Location = new System.Drawing.Point(0, 0);
this.modulesGrid.Name = "modulesGrid";
this.modulesGrid.Size = new System.Drawing.Size(765, 273);
this.modulesGrid.TabIndex = 0;
this.modulesGrid.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
this.modulesGrid.DoubleClick += new System.EventHandler(this.modulesGrid_CellDoubleClick);
//
// NuGenModulesPanel
//
this.Controls.Add(this.modulesGrid);
this.Name = "NuGenModulesPanel";
this.Size = new System.Drawing.Size(765, 273);
((System.ComponentModel.ISupportInitialize)(this.modulesGrid)).EndInit();
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <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();
Janus.Windows.GridEX.GridEXLayout gridEXLayout1 = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.GridEX1 = new Janus.Windows.GridEX.GridEX();
this.jSNorthWindDataSet = new GridEXTutorial18CSharp.JSNorthWindDataSet();
this.order_DetailsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.order_DetailsTableAdapter = new GridEXTutorial18CSharp.JSNorthWindDataSetTableAdapters.Order_DetailsTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.GridEX1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.jSNorthWindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.order_DetailsBindingSource)).BeginInit();
this.SuspendLayout();
//
// GridEX1
//
this.GridEX1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.GridEX1.BoundMode = Janus.Windows.GridEX.BoundMode.Bound;
this.GridEX1.DataSource = this.order_DetailsBindingSource;
gridEXLayout1.LayoutString = resources.GetString("gridEXLayout1.LayoutString");
this.GridEX1.DesignTimeLayout = gridEXLayout1;
this.GridEX1.KeepRowSettings = false;
this.GridEX1.Location = new System.Drawing.Point(9, 12);
this.GridEX1.Name = "GridEX1";
this.GridEX1.ScrollBarWidth = 17;
this.GridEX1.Size = new System.Drawing.Size(671, 446);
this.GridEX1.TabIndex = 1;
this.GridEX1.LoadingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.GridEX1_LoadingRow);
//
// jSNorthWindDataSet
//
this.jSNorthWindDataSet.DataSetName = "JSNorthWindDataSet";
this.jSNorthWindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// order_DetailsBindingSource
//
this.order_DetailsBindingSource.DataMember = "Order Details";
this.order_DetailsBindingSource.DataSource = this.jSNorthWindDataSet;
//
// order_DetailsTableAdapter
//
this.order_DetailsTableAdapter.ClearBeforeFill = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(688, 471);
this.Controls.Add(this.GridEX1);
this.Name = "Form1";
this.Text = "Tutorial 18 - Using Unbound Columns";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.GridEX1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.jSNorthWindDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.order_DetailsBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例3: InitializeComponent
/// <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();
Janus.Windows.GridEX.GridEXLayout grd_List_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_danhsachbenhvien));
this.grd_List = new Janus.Windows.GridEX.GridEX();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.grd_List)).BeginInit();
this.SuspendLayout();
//
// grd_List
//
this.grd_List.BuiltInTextsData = "<LocalizableData ID=\"LocalizableStrings\" Collection=\"true\"><FilterRowInfoText>Lọc" +
" thông tin mã bệnh ICD</FilterRowInfoText></LocalizableData>";
this.grd_List.DefaultAlphaMode = Janus.Windows.GridEX.AlphaMode.UseAlpha;
this.grd_List.DefaultFilterRowComparison = Janus.Windows.GridEX.FilterConditionOperator.Contains;
grd_List_DesignTimeLayout.LayoutString = resources.GetString("grd_List_DesignTimeLayout.LayoutString");
this.grd_List.DesignTimeLayout = grd_List_DesignTimeLayout;
this.grd_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grd_List.DynamicFiltering = true;
this.grd_List.EnterKeyBehavior = Janus.Windows.GridEX.EnterKeyBehavior.None;
this.grd_List.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
this.grd_List.FilterRowButtonStyle = Janus.Windows.GridEX.FilterRowButtonStyle.ConditionOperatorDropDown;
this.grd_List.FilterRowFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.grd_List.FilterRowUpdateMode = Janus.Windows.GridEX.FilterRowUpdateMode.WhenValueChanges;
this.grd_List.Font = new System.Drawing.Font("Arial", 9.75F);
this.grd_List.FrozenColumns = 1;
this.grd_List.GroupByBoxVisible = false;
this.grd_List.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
this.grd_List.Location = new System.Drawing.Point(0, 0);
this.grd_List.Name = "grd_List";
this.grd_List.RecordNavigator = true;
this.grd_List.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
this.grd_List.Size = new System.Drawing.Size(915, 648);
this.grd_List.TabIndex = 1;
this.toolTip1.SetToolTip(this.grd_List, "Click đúp chuột hoặc nhấn phím Enter để chọn Bệnh viện");
this.grd_List.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
//
// toolTip1
//
this.toolTip1.IsBalloon = true;
this.toolTip1.ToolTipTitle = "Trợ giúp";
//
// frm_danhsachbenhvien
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(915, 648);
this.Controls.Add(this.grd_List);
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_danhsachbenhvien";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Danh sách bệnh viện";
((System.ComponentModel.ISupportInitialize)(this.grd_List)).EndInit();
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Janus.Windows.GridEX.GridEXLayout GridExVillage_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VillagesGridExControl));
this.GridExVillage = new Janus.Windows.GridEX.GridEX();
((System.ComponentModel.ISupportInitialize)(this.GridExVillage)).BeginInit();
this.SuspendLayout();
//
// GridExVillage
//
this.GridExVillage.AllowDelete = Janus.Windows.GridEX.InheritableBoolean.True;
this.GridExVillage.AllowRemoveColumns = Janus.Windows.GridEX.InheritableBoolean.True;
this.GridExVillage.AlternatingColors = true;
this.GridExVillage.AutoEdit = true;
this.GridExVillage.ColumnAutoResize = true;
this.GridExVillage.DataMember = "VILLAGE";
GridExVillage_DesignTimeLayout.LayoutString = resources.GetString("GridExVillage_DesignTimeLayout.LayoutString");
this.GridExVillage.DesignTimeLayout = GridExVillage_DesignTimeLayout;
this.GridExVillage.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridExVillage.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
this.GridExVillage.FilterRowUpdateMode = Janus.Windows.GridEX.FilterRowUpdateMode.WhenValueChanges;
this.GridExVillage.FocusCellDisplayMode = Janus.Windows.GridEX.FocusCellDisplayMode.UseSelectedFormatStyle;
this.GridExVillage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.GridExVillage.GroupByBoxVisible = false;
this.GridExVillage.HideColumnsWhenGrouped = Janus.Windows.GridEX.InheritableBoolean.True;
this.GridExVillage.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
this.GridExVillage.Location = new System.Drawing.Point(0, 0);
this.GridExVillage.Margin = new System.Windows.Forms.Padding(0);
this.GridExVillage.Name = "GridExVillage";
this.GridExVillage.SaveSettings = true;
this.GridExVillage.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelectionSameTable;
this.GridExVillage.SettingsKey = "GridExVillage";
this.GridExVillage.Size = new System.Drawing.Size(281, 260);
this.GridExVillage.TabIndex = 2;
this.GridExVillage.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
this.GridExVillage.UseGroupRowSelector = true;
this.GridExVillage.RowDoubleClick += new Janus.Windows.GridEX.RowActionEventHandler(this.GridExVillage_RowDoubleClick);
this.GridExVillage.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.GridExVillage_FormattingRow);
this.GridExVillage.LoadingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.GridExVillage_LoadingRow);
this.GridExVillage.CurrentCellChanging += new Janus.Windows.GridEX.CurrentCellChangingEventHandler(this.GridExVillage_CurrentCellChanging);
this.GridExVillage.InitCustomEdit += new Janus.Windows.GridEX.InitCustomEditEventHandler(this.GridExVillage_InitCustomEdit);
this.GridExVillage.EndCustomEdit += new Janus.Windows.GridEX.EndCustomEditEventHandler(this.GridExVillage_EndCustomEdit);
this.GridExVillage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridExVillage_KeyDown);
this.GridExVillage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.GridExVillage_MouseClick);
//
// VillagesGridExControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.GridExVillage);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "VillagesGridExControl";
this.Size = new System.Drawing.Size(281, 260);
this.Load += new System.EventHandler(this.VillagesGridControl_Load);
((System.Configuration.IPersistComponentSettings)(this.GridExVillage)).LoadComponentSettings();
((System.ComponentModel.ISupportInitialize)(this.GridExVillage)).EndInit();
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Janus.Windows.GridEX.GridEXLayout grd_List_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_DanhSach_ICD));
this.grd_List = new Janus.Windows.GridEX.GridEX();
((System.ComponentModel.ISupportInitialize)(this.grd_List)).BeginInit();
this.SuspendLayout();
//
// grd_List
//
this.grd_List.BuiltInTextsData = "<LocalizableData ID=\"LocalizableStrings\" Collection=\"true\"><FilterRowInfoText>Lọc" +
" thông tin mã bệnh ICD</FilterRowInfoText></LocalizableData>";
this.grd_List.DefaultAlphaMode = Janus.Windows.GridEX.AlphaMode.UseAlpha;
this.grd_List.DefaultFilterRowComparison = Janus.Windows.GridEX.FilterConditionOperator.Contains;
grd_List_DesignTimeLayout.LayoutString = resources.GetString("grd_List_DesignTimeLayout.LayoutString");
this.grd_List.DesignTimeLayout = grd_List_DesignTimeLayout;
this.grd_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grd_List.DynamicFiltering = true;
this.grd_List.EnterKeyBehavior = Janus.Windows.GridEX.EnterKeyBehavior.None;
this.grd_List.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
this.grd_List.FilterRowButtonStyle = Janus.Windows.GridEX.FilterRowButtonStyle.ConditionOperatorDropDown;
this.grd_List.FilterRowFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.grd_List.FilterRowUpdateMode = Janus.Windows.GridEX.FilterRowUpdateMode.WhenValueChanges;
this.grd_List.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grd_List.FrozenColumns = 1;
this.grd_List.GroupByBoxVisible = false;
this.grd_List.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
this.grd_List.Location = new System.Drawing.Point(0, 0);
this.grd_List.Name = "grd_List";
this.grd_List.RecordNavigator = true;
this.grd_List.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
this.grd_List.Size = new System.Drawing.Size(543, 455);
this.grd_List.TabIndex = 0;
this.grd_List.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
//
// frm_DanhSach_ICD
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(543, 455);
this.Controls.Add(this.grd_List);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_DanhSach_ICD";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Danh mục ICD Bệnh";
((System.ComponentModel.ISupportInitialize)(this.grd_List)).EndInit();
this.ResumeLayout(false);
}
示例6: InitializeComponent
/// <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();
Janus.Windows.GridEX.GridEXLayout SelectorControl_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerTribeDropdown));
this.SelectorControl = new Janus.Windows.GridEX.EditControls.MultiColumnCombo();
this.SearchTypeImageList = new System.Windows.Forms.ImageList(this.components);
((System.ComponentModel.ISupportInitialize)(this.SelectorControl)).BeginInit();
this.SuspendLayout();
//
// SelectorControl
//
this.SelectorControl.BorderStyle = Janus.Windows.GridEX.BorderStyle.Flat;
SelectorControl_DesignTimeLayout.LayoutString = resources.GetString("SelectorControl_DesignTimeLayout.LayoutString");
this.SelectorControl.DesignTimeLayout = SelectorControl_DesignTimeLayout;
this.SelectorControl.DisplayMember = "Value";
this.SelectorControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.SelectorControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.55F);
this.SelectorControl.HoverMode = Janus.Windows.GridEX.HoverMode.Highlight;
this.SelectorControl.ImageList = this.SearchTypeImageList;
this.SelectorControl.Location = new System.Drawing.Point(0, 0);
this.SelectorControl.Name = "SelectorControl";
this.SelectorControl.SelectedIndex = -1;
this.SelectorControl.SelectedItem = null;
this.SelectorControl.Size = new System.Drawing.Size(133, 22);
this.SelectorControl.TabIndex = 12;
this.SelectorControl.ValueMember = "Value";
this.SelectorControl.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
this.SelectorControl.ValueChanged += new System.EventHandler(this.SelectorControl_ValueChanged);
this.SelectorControl.DropDown += new System.EventHandler(this.SelectorControl_DropDown);
this.SelectorControl.TextChanged += new System.EventHandler(this.SelectorControl_TextChanged);
this.SelectorControl.Enter += new System.EventHandler(this.SelectorControl_Enter);
//
// SearchTypeImageList
//
this.SearchTypeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SearchTypeImageList.ImageStream")));
this.SearchTypeImageList.TransparentColor = System.Drawing.Color.Transparent;
this.SearchTypeImageList.Images.SetKeyName(0, "Village.jpg");
this.SearchTypeImageList.Images.SetKeyName(1, "Player.jpg");
this.SearchTypeImageList.Images.SetKeyName(2, "Tribe.jpg");
//
// PlayerTribeDropdown
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.SelectorControl);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "PlayerTribeDropdown";
this.Size = new System.Drawing.Size(133, 22);
this.Load += new System.EventHandler(this.VillagePlayerTribeSelector_Load);
((System.ComponentModel.ISupportInitialize)(this.SelectorControl)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Sysparams));
this.grdList = new Janus.Windows.GridEX.GridEX();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
this.SuspendLayout();
//
// grdList
//
this.grdList.BackColor = System.Drawing.Color.Silver;
this.grdList.CellSelectionMode = Janus.Windows.GridEX.CellSelectionMode.SingleCell;
grdList_DesignTimeLayout.LayoutString = resources.GetString("grdList_DesignTimeLayout.LayoutString");
this.grdList.DesignTimeLayout = grdList_DesignTimeLayout;
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdList.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
this.grdList.FilterRowFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.grdList.FilterRowUpdateMode = Janus.Windows.GridEX.FilterRowUpdateMode.WhenValueChanges;
this.grdList.FocusCellDisplayMode = Janus.Windows.GridEX.FocusCellDisplayMode.UseSelectedFormatStyle;
this.grdList.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.grdList.FocusCellFormatStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
this.grdList.FocusCellFormatStyle.FontBold = Janus.Windows.GridEX.TriState.True;
this.grdList.Font = new System.Drawing.Font("Arial", 8.5F);
this.grdList.GroupByBoxVisible = false;
this.grdList.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
this.grdList.Location = new System.Drawing.Point(0, 0);
this.grdList.Name = "grdList";
this.grdList.RecordNavigator = true;
this.grdList.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
this.grdList.Size = new System.Drawing.Size(784, 562);
this.grdList.TabIndex = 38;
this.grdList.TabStop = false;
this.grdList.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
this.grdList.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
this.grdList.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
//
// frm_Sysparams
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 562);
this.Controls.Add(this.grdList);
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_Sysparams";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Cập nhật giá trị tham số hệ thống";
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
this.ResumeLayout(false);
}
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Janus.Windows.GridEX.GridEXLayout grdListDrug_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucGrid));
this.grdListDrug = new Janus.Windows.GridEX.GridEX();
((System.ComponentModel.ISupportInitialize)(this.grdListDrug)).BeginInit();
this.SuspendLayout();
//
// grdListDrug
//
this.grdListDrug.BorderStyle = Janus.Windows.GridEX.BorderStyle.Flat;
grdListDrug_DesignTimeLayout.LayoutString = resources.GetString("grdListDrug_DesignTimeLayout.LayoutString");
this.grdListDrug.DesignTimeLayout = grdListDrug_DesignTimeLayout;
this.grdListDrug.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdListDrug.EnterKeyBehavior = Janus.Windows.GridEX.EnterKeyBehavior.None;
this.grdListDrug.Font = new System.Drawing.Font("Arial", 9F);
this.grdListDrug.GroupByBoxVisible = false;
this.grdListDrug.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
this.grdListDrug.Location = new System.Drawing.Point(0, 0);
this.grdListDrug.Name = "grdListDrug";
this.grdListDrug.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
this.grdListDrug.SelectedFormatStyle.BackColor = System.Drawing.Color.SteelBlue;
this.grdListDrug.Size = new System.Drawing.Size(803, 273);
this.grdListDrug.TabIndex = 518;
this.grdListDrug.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
//
// ucGrid
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grdListDrug);
this.Name = "ucGrid";
this.Size = new System.Drawing.Size(803, 273);
((System.ComponentModel.ISupportInitialize)(this.grdListDrug)).EndInit();
this.ResumeLayout(false);
}
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkersControl));
Janus.Windows.GridEX.GridEXLayout MarkersGrid_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.Common.Layouts.JanusLayoutReference MarkersGrid_DesignTimeLayout_Reference_0 = new Janus.Windows.Common.Layouts.JanusLayoutReference("GridEXLayoutData.RootTable.Columns.Column6.ButtonImage");
this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
this.RefreshMarkersButton = new Janus.Windows.EditControls.UIButton();
this.MarkersGrid = new Janus.Windows.GridEX.GridEX();
this.uiGroupBox2 = new Janus.Windows.EditControls.UIGroupBox();
this.EnemyMarker = new TribalWars.Maps.Markers.MarkerSettingsControl();
this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
this.AbandonedMarker = new TribalWars.Maps.Markers.MarkerSettingsControl();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
this.uiGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.MarkersGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).BeginInit();
this.uiGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
this.uiGroupBox3.SuspendLayout();
this.SuspendLayout();
//
// uiGroupBox1
//
this.uiGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiGroupBox1.Controls.Add(this.RefreshMarkersButton);
this.uiGroupBox1.Controls.Add(this.MarkersGrid);
this.uiGroupBox1.Location = new System.Drawing.Point(2, 103);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Size = new System.Drawing.Size(318, 264);
this.uiGroupBox1.TabIndex = 0;
this.uiGroupBox1.Text = "Markers";
//
// RefreshMarkersButton
//
this.RefreshMarkersButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RefreshMarkersButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RefreshMarkersButton.Icon = ((System.Drawing.Icon)(resources.GetObject("RefreshMarkersButton.Icon")));
this.RefreshMarkersButton.ImageSize = new System.Drawing.Size(64, 64);
this.RefreshMarkersButton.Location = new System.Drawing.Point(3, 210);
this.RefreshMarkersButton.Name = "RefreshMarkersButton";
this.RefreshMarkersButton.Size = new System.Drawing.Size(312, 48);
this.RefreshMarkersButton.TabIndex = 1;
this.RefreshMarkersButton.Text = "Refresh";
this.RefreshMarkersButton.ToolTipText = "The marker list is not updated when you alter the markers from the context menu. " +
"Click this button to refresh the marker list.";
this.RefreshMarkersButton.Click += new System.EventHandler(this.RefreshMarkersButton_Click);
//
// MarkersGrid
//
this.MarkersGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MarkersGrid.ColumnAutoResize = true;
MarkersGrid_DesignTimeLayout_Reference_0.Instance = ((object)(resources.GetObject("MarkersGrid_DesignTimeLayout_Reference_0.Instance")));
MarkersGrid_DesignTimeLayout.LayoutReferences.AddRange(new Janus.Windows.Common.Layouts.JanusLayoutReference[] {
MarkersGrid_DesignTimeLayout_Reference_0});
MarkersGrid_DesignTimeLayout.LayoutString = resources.GetString("MarkersGrid_DesignTimeLayout.LayoutString");
this.MarkersGrid.DesignTimeLayout = MarkersGrid_DesignTimeLayout;
this.MarkersGrid.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
this.MarkersGrid.FilterRowUpdateMode = Janus.Windows.GridEX.FilterRowUpdateMode.WhenValueChanges;
this.MarkersGrid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.MarkersGrid.GroupByBoxVisible = false;
this.MarkersGrid.Location = new System.Drawing.Point(3, 22);
this.MarkersGrid.Name = "MarkersGrid";
this.MarkersGrid.SettingsKey = "MarkersGrid2";
this.MarkersGrid.Size = new System.Drawing.Size(312, 182);
this.MarkersGrid.TabIndex = 0;
this.MarkersGrid.UpdateMode = Janus.Windows.GridEX.UpdateMode.CellUpdate;
this.MarkersGrid.DeletingRecord += new Janus.Windows.GridEX.RowActionCancelEventHandler(this.MarkersGrid_DeletingRecord);
this.MarkersGrid.GetNewRow += new Janus.Windows.GridEX.GetNewRowEventHandler(this.MarkersGrid_GetNewRow);
this.MarkersGrid.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.MarkersGrid_FormattingRow);
this.MarkersGrid.UpdatingCell += new Janus.Windows.GridEX.UpdatingCellEventHandler(this.MarkersGrid_UpdatingCell);
this.MarkersGrid.AddingRecord += new System.ComponentModel.CancelEventHandler(this.MarkersGrid_AddingRecord);
this.MarkersGrid.ColumnButtonClick += new Janus.Windows.GridEX.ColumnActionEventHandler(this.MarkersGrid_ColumnButtonClick);
this.MarkersGrid.InitCustomEdit += new Janus.Windows.GridEX.InitCustomEditEventHandler(this.MarkersGrid_InitCustomEdit);
this.MarkersGrid.EndCustomEdit += new Janus.Windows.GridEX.EndCustomEditEventHandler(this.MarkersGrid_EndCustomEdit);
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.EnemyMarker);
this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.uiGroupBox2.Location = new System.Drawing.Point(2, 2);
this.uiGroupBox2.Name = "uiGroupBox2";
this.uiGroupBox2.Size = new System.Drawing.Size(318, 46);
this.uiGroupBox2.TabIndex = 1;
this.uiGroupBox2.Text = "Change enemy marker";
//
// EnemyMarker
//
this.EnemyMarker.AllowBarbarianViews = false;
this.EnemyMarker.AutoUpdateMarkers = true;
this.EnemyMarker.BackColor = System.Drawing.Color.Transparent;
this.EnemyMarker.CanDeactivate = false;
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <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(frmSubjectEval));
Janus.Windows.GridEX.GridEXLayout gridEX1_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
this.officeFormAdorner1 = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
this.boxServerInfo = new Janus.Windows.EditControls.UIGroupBox();
this.edtFISDBName = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtFISPassword = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtFISUserName = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtFISServerIP = new Janus.Windows.GridEX.EditControls.EditBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.edtHISDBName = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtHISPassword = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtHISUserName = new Janus.Windows.GridEX.EditControls.EditBox();
this.edtHISServerIP = new Janus.Windows.GridEX.EditControls.EditBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnCalcAll = new Janus.Windows.EditControls.UIButton();
this.gridEX1 = new Janus.Windows.GridEX.GridEX();
this.hpes_queryBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dsQuery = new HPES.dsQuery();
this.gridEXExporter1 = new Janus.Windows.GridEX.Export.GridEXExporter(this.components);
this.gridEXPrintDocument1 = new Janus.Windows.GridEX.GridEXPrintDocument();
this.tableAdapterManager = new HPES.dsEvaluationTableAdapters.TableAdapterManager();
this.dsHospital1 = new HPES.dsHospital();
this.dsHospitalTableAdapter1 = new HPES.dsHospitalTableAdapters.dsHospitalTableAdapter();
this.tableAdapterManager1 = new HPES.dsPointTableAdapters.TableAdapterManager();
this.hpes_standard_pointTableAdapter = new HPES.dsPointTableAdapters.hpes_standard_pointTableAdapter();
this.dsPoint = new HPES.dsPoint();
this.hpes_queryTableAdapter = new HPES.dsQueryTableAdapters.hpes_queryTableAdapter();
this.hpes_query_dataTableAdapter = new HPES.dsQueryTableAdapters.hpes_query_dataTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.boxServerInfo)).BeginInit();
this.boxServerInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hpes_queryBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsQuery)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsHospital1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPoint)).BeginInit();
this.SuspendLayout();
//
// officeFormAdorner1
//
this.officeFormAdorner1.Form = this;
this.officeFormAdorner1.VisualStyle = Janus.Windows.Ribbon.VisualStyle.Office2010;
//
// boxServerInfo
//
this.boxServerInfo.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
this.boxServerInfo.Controls.Add(this.edtFISDBName);
this.boxServerInfo.Controls.Add(this.edtFISPassword);
this.boxServerInfo.Controls.Add(this.edtFISUserName);
this.boxServerInfo.Controls.Add(this.edtFISServerIP);
this.boxServerInfo.Controls.Add(this.label6);
this.boxServerInfo.Controls.Add(this.label7);
this.boxServerInfo.Controls.Add(this.label8);
this.boxServerInfo.Controls.Add(this.label9);
this.boxServerInfo.Controls.Add(this.label10);
this.boxServerInfo.Controls.Add(this.edtHISDBName);
this.boxServerInfo.Controls.Add(this.edtHISPassword);
this.boxServerInfo.Controls.Add(this.edtHISUserName);
this.boxServerInfo.Controls.Add(this.edtHISServerIP);
this.boxServerInfo.Controls.Add(this.label5);
this.boxServerInfo.Controls.Add(this.label4);
this.boxServerInfo.Controls.Add(this.label3);
this.boxServerInfo.Controls.Add(this.label2);
this.boxServerInfo.Controls.Add(this.label1);
this.boxServerInfo.Controls.Add(this.btnCalcAll);
this.boxServerInfo.Dock = System.Windows.Forms.DockStyle.Top;
this.boxServerInfo.FrameStyle = Janus.Windows.EditControls.FrameStyle.None;
this.boxServerInfo.Location = new System.Drawing.Point(0, 0);
this.boxServerInfo.Name = "boxServerInfo";
this.boxServerInfo.Size = new System.Drawing.Size(903, 100);
this.boxServerInfo.TabIndex = 0;
this.boxServerInfo.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2010;
//
// edtFISDBName
//
this.edtFISDBName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.edtFISDBName.Location = new System.Drawing.Point(494, 66);
this.edtFISDBName.Name = "edtFISDBName";
this.edtFISDBName.Size = new System.Drawing.Size(131, 22);
this.edtFISDBName.TabIndex = 7;
this.edtFISDBName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2010;
//
// edtFISPassword
//
this.edtFISPassword.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <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(frm_qhe_doituong_thuoc_coban));
Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdQhe_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdObjectType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
this.sysColor = new System.Windows.Forms.ToolStrip();
this.cmdThemMoi = new System.Windows.Forms.ToolStripButton();
this.cmdCapNhap = new System.Windows.Forms.ToolStripButton();
this.cmdXoathuoc = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.cmdCauhinh = new System.Windows.Forms.ToolStripButton();
this.cmdCauhinhgia = new System.Windows.Forms.ToolStripButton();
this.cmdIndanhsachthuoc = new System.Windows.Forms.ToolStripButton();
this.cmdInGiathuoc = new System.Windows.Forms.ToolStripButton();
this.cmdExportExcel = new System.Windows.Forms.ToolStripButton();
this.cmdClose = new System.Windows.Forms.ToolStripButton();
this.tabControlRelation = new Janus.Windows.UI.Tab.UITab();
this.uiTabPage1 = new Janus.Windows.UI.Tab.UITabPage();
this.grdList = new Janus.Windows.GridEX.GridEX();
this.ctxThuoc = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHethieuluc = new System.Windows.Forms.ToolStripMenuItem();
this.tabObjectType = new Janus.Windows.UI.Tab.UITab();
this.uiTabPage2 = new Janus.Windows.UI.Tab.UITabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.grdQhe = new Janus.Windows.GridEX.GridEX();
this.panel1 = new System.Windows.Forms.Panel();
this.cmdDetailDeleteAll = new Janus.Windows.EditControls.UIButton();
this.cmdSaveObjectAll = new Janus.Windows.EditControls.UIButton();
this.cmdDelete = new Janus.Windows.EditControls.UIButton();
this.cmdAdd = new Janus.Windows.EditControls.UIButton();
this.grdObjectType = new Janus.Windows.GridEX.GridEX();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel3 = new System.Windows.Forms.Panel();
this.optQhe_tatca = new Janus.Windows.EditControls.UIRadioButton();
this.optCoQhe = new Janus.Windows.EditControls.UIRadioButton();
this.optKhongQhe = new Janus.Windows.EditControls.UIRadioButton();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.optTatca = new Janus.Windows.EditControls.UIRadioButton();
this.optHieuluc = new Janus.Windows.EditControls.UIRadioButton();
this.optHethieuluc = new Janus.Windows.EditControls.UIRadioButton();
this.label2 = new System.Windows.Forms.Label();
this.lblMsg = new System.Windows.Forms.Label();
this.cboloaithuoc = new Janus.Windows.EditControls.UIComboBox();
this.label1 = new System.Windows.Forms.Label();
this.lblKhoaThien = new System.Windows.Forms.Label();
this.cboKhoaTH = new Janus.Windows.EditControls.UIComboBox();
this.chkExpand = new Janus.Windows.EditControls.UICheckBox();
this.gridEXPrintDocument1 = new Janus.Windows.GridEX.GridEXPrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.gridEXExporter = new Janus.Windows.GridEX.Export.GridEXExporter(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.sysColor.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabControlRelation)).BeginInit();
this.tabControlRelation.SuspendLayout();
this.uiTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
this.ctxThuoc.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabObjectType)).BeginInit();
this.tabObjectType.SuspendLayout();
this.uiTabPage2.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdQhe)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdObjectType)).BeginInit();
this.groupBox1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// sysColor
//
this.sysColor.BackColor = System.Drawing.SystemColors.Control;
this.sysColor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sysColor.ImageScalingSize = new System.Drawing.Size(32, 32);
this.sysColor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmdThemMoi,
this.cmdCapNhap,
this.cmdXoathuoc,
this.toolStripSeparator1,
this.cmdCauhinh,
this.cmdCauhinhgia,
this.cmdIndanhsachthuoc,
this.cmdInGiathuoc,
this.cmdExportExcel,
this.cmdClose});
this.sysColor.Location = new System.Drawing.Point(0, 0);
this.sysColor.Name = "sysColor";
this.sysColor.Size = new System.Drawing.Size(1008, 39);
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <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(frm_AllMain));
Janus.Windows.GridEX.GridEXLayout grdTestType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdPatients_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdTestTypeRegList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel1 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
Janus.Windows.GridEX.GridEXLayout grdResultDetail_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdTestInfo_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdTestInfoModification_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.GridEX.GridEXLayout grdResultModification_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel2 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
this.tabAll = new Janus.Windows.UI.Tab.UITab();
this.tabPatientInfo = new Janus.Windows.UI.Tab.UITabPage();
this.btnConfig = new System.Windows.Forms.Button();
this.SplitContainer1 = new System.Windows.Forms.SplitContainer();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.grdTestType = new Janus.Windows.GridEX.GridEX();
this.grbDateSelector = new System.Windows.Forms.GroupBox();
this.pnlDate = new System.Windows.Forms.Panel();
this.dtpTestDateTo = new Janus.Windows.CalendarCombo.CalendarCombo();
this.dtpTestDateFrom = new Janus.Windows.CalendarCombo.CalendarCombo();
this.Label8 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.cboDate = new System.Windows.Forms.ComboBox();
this.UiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.txtMessageDisplay = new Janus.Windows.EditControls.UIButton();
this.GroupBox4 = new System.Windows.Forms.GroupBox();
this.chkIsFinal = new Janus.Windows.EditControls.UICheckBox();
this.rbtDaIn = new System.Windows.Forms.RadioButton();
this.rbtChuaIn = new System.Windows.Forms.RadioButton();
this.rbtTatCa = new System.Windows.Forms.RadioButton();
this.cmdSearch = new Janus.Windows.EditControls.UIButton();
this.ckbHasResult = new Janus.Windows.EditControls.UICheckBox();
this.cboDepartment = new System.Windows.Forms.ComboBox();
this.cboObjectType = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.Label3 = new System.Windows.Forms.Label();
this.Label5 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.txtMaHis = new System.Windows.Forms.TextBox();
this.Label7 = new System.Windows.Forms.Label();
this.txtBarcode = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtPID = new System.Windows.Forms.TextBox();
this.txtAge = new System.Windows.Forms.TextBox();
this.cboSex = new System.Windows.Forms.ComboBox();
this.Label6 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.GroupBox7 = new System.Windows.Forms.GroupBox();
this.grdPatients = new Janus.Windows.GridEX.GridEX();
this.cmsPatients = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmRefresh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmRegView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmResultView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmShowHideTabDetail = new System.Windows.Forms.ToolStripMenuItem();
this.tabTestInfo = new Janus.Windows.UI.Tab.UITab();
this.tabReg = new Janus.Windows.UI.Tab.UITabPage();
this.grdTestTypeRegList = new Janus.Windows.GridEX.GridEX();
this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
this.tabResult = new Janus.Windows.UI.Tab.UITabPage();
this.grdResultDetail = new Janus.Windows.GridEX.GridEX();
this.cmsResultDetail = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmAddDetail = new System.Windows.Forms.ToolStripMenuItem();
this.tsmManualAddDetail = new System.Windows.Forms.ToolStripMenuItem();
this.tsmAddAllStandardDetail = new System.Windows.Forms.ToolStripMenuItem();
this.tsmLoadRegData = new System.Windows.Forms.ToolStripMenuItem();
this.tsmEditResult = new System.Windows.Forms.ToolStripMenuItem();
this.tsmUpdateResultDetail = new System.Windows.Forms.ToolStripMenuItem();
this.cmdXoaCheck = new System.Windows.Forms.ToolStripMenuItem();
this.grdTestInfo = new Janus.Windows.GridEX.GridEX();
this.csmTestInfo = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmTestRegistration = new System.Windows.Forms.ToolStripMenuItem();
this.tsmMoveTestToPatient = new System.Windows.Forms.ToolStripMenuItem();
this.tsmDuyetChiDinh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmHuyDuyet = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
this.cmdAddPatient = new System.Windows.Forms.ToolStripButton();
this.cmdUpdatePatient = new System.Windows.Forms.ToolStripButton();
this.cmdDeletePatient = new System.Windows.Forms.ToolStripButton();
this.cmdTestTypeReg = new System.Windows.Forms.ToolStripButton();
this.btnPrintBarcode = new System.Windows.Forms.ToolStripButton();
this.cmd_InPhieu_ChiDinh = new System.Windows.Forms.ToolStripButton();
this.cmd_InPhieu_XetNghiem_TongHop = new System.Windows.Forms.ToolStripButton();
this.cmdValidate = new System.Windows.Forms.ToolStripButton();
this.cmdUnValidate = new System.Windows.Forms.ToolStripButton();
this.cmdEscape = new System.Windows.Forms.ToolStripButton();
this.tabHISLIS = new Janus.Windows.UI.Tab.UITabPage();
this.tabQuickInput = new Janus.Windows.UI.Tab.UITabPage();
this.tabDataMonitor = new Janus.Windows.UI.Tab.UITabPage();
this.uiGroupBox2 = new Janus.Windows.EditControls.UIGroupBox();
this.grdTestInfoModification = new Janus.Windows.GridEX.GridEX();
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_BENHAN_N0ITRU));
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
Janus.Windows.GridEX.GridEXLayout grdQLNBKhoa_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
this.grpThongTinBenhNhan = new Janus.Windows.EditControls.UIGroupBox();
this.txtPhong = new Janus.Windows.GridEX.EditControls.EditBox();
this.label94 = new System.Windows.Forms.Label();
this.txtID = new Janus.Windows.GridEX.EditControls.EditBox();
this.txtMaKhoaThucHien = new Janus.Windows.GridEX.EditControls.EditBox();
this.txtGiuong = new Janus.Windows.GridEX.EditControls.EditBox();
this.label93 = new System.Windows.Forms.Label();
this.txtKhoa = new Janus.Windows.GridEX.EditControls.EditBox();
this.label87 = new System.Windows.Forms.Label();
this.cboTTBNDanToc = new Janus.Windows.EditControls.UIComboBox();
this.txtSoBaoHiemYte = new Janus.Windows.GridEX.EditControls.EditBox();
this.label16 = new System.Windows.Forms.Label();
this.dtInsToDate = new Janus.Windows.GridEX.EditControls.EditBox();
this.txtDienThoai = new Janus.Windows.GridEX.EditControls.EditBox();
this.label13 = new System.Windows.Forms.Label();
this.txtMaBenhAn = new Janus.Windows.GridEX.EditControls.EditBox();
this.label10 = new System.Windows.Forms.Label();
this.txtMaLanKham = new Janus.Windows.GridEX.EditControls.EditBox();
this.label9 = new System.Windows.Forms.Label();
this.txtMaBN = new Janus.Windows.GridEX.EditControls.EditBox();
this.label8 = new System.Windows.Forms.Label();
this.txtThongTinLienHe = new Janus.Windows.GridEX.EditControls.EditBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtDoiTuong = new Janus.Windows.GridEX.EditControls.EditBox();
this.label3 = new System.Windows.Forms.Label();
this.txtNoiLamViec = new Janus.Windows.GridEX.EditControls.EditBox();
this.label2 = new System.Windows.Forms.Label();
this.txtDiaChi = new Janus.Windows.GridEX.EditControls.EditBox();
this.label1 = new System.Windows.Forms.Label();
this.chkNgoaiKieu = new Janus.Windows.EditControls.UICheckBox();
this.lblDanToc = new System.Windows.Forms.Label();
this.lblNgheNghiep = new System.Windows.Forms.Label();
this.cboGioiTinh = new Janus.Windows.EditControls.UIComboBox();
this.txtNgheNghiep = new Janus.Windows.GridEX.EditControls.EditBox();
this.lblGioiTinh = new System.Windows.Forms.Label();
this.txtNamSinh = new Janus.Windows.GridEX.EditControls.EditBox();
this.txtThangSinh = new Janus.Windows.GridEX.EditControls.EditBox();
this.txtNgaySinh = new Janus.Windows.GridEX.EditControls.EditBox();
this.lblNgaySinh = new System.Windows.Forms.Label();
this.lblTenBn = new System.Windows.Forms.Label();
this.txtHoTen = new Janus.Windows.GridEX.EditControls.EditBox();
this.panel1 = new System.Windows.Forms.Panel();
this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
this.txtTKBAHuongDieuTri = new System.Windows.Forms.RichTextBox();
this.label92 = new System.Windows.Forms.Label();
this.txtTKBATinhTrangRaVien = new System.Windows.Forms.RichTextBox();
this.txtTKBAPhuongPhapDieuTri = new System.Windows.Forms.RichTextBox();
this.label91 = new System.Windows.Forms.Label();
this.txtTKBATTomTatKetQua = new System.Windows.Forms.RichTextBox();
this.label90 = new System.Windows.Forms.Label();
this.label89 = new System.Windows.Forms.Label();
this.txtTKBAQuaTrinhBenhLy = new System.Windows.Forms.RichTextBox();
this.label88 = new System.Windows.Forms.Label();
this.grpBenhAn = new Janus.Windows.EditControls.UIGroupBox();
this.txtBenhAnPhanBiet = new System.Windows.Forms.TextBox();
this.txtBenhAnBenhKemTheo = new System.Windows.Forms.TextBox();
this.txtBenhAnBenhChinh = new System.Windows.Forms.TextBox();
this.txtBenhAnHuongDieuTri = new System.Windows.Forms.RichTextBox();
this.label86 = new System.Windows.Forms.Label();
this.txtBenhAnTienLuong = new System.Windows.Forms.RichTextBox();
this.label85 = new System.Windows.Forms.Label();
this.label84 = new System.Windows.Forms.Label();
this.label68 = new System.Windows.Forms.Label();
this.label67 = new System.Windows.Forms.Label();
this.label66 = new System.Windows.Forms.Label();
this.label65 = new System.Windows.Forms.Label();
this.txtBenhAnTomTatBenhAn = new System.Windows.Forms.RichTextBox();
this.txtBenhAnCacXetNghiem = new System.Windows.Forms.RichTextBox();
this.label64 = new System.Windows.Forms.Label();
this.txtBenhAnNoiTiet = new System.Windows.Forms.RichTextBox();
this.label63 = new System.Windows.Forms.Label();
this.txtBenhAnMat = new System.Windows.Forms.RichTextBox();
this.label62 = new System.Windows.Forms.Label();
this.txtBenhAnRangHamMat = new System.Windows.Forms.RichTextBox();
this.label61 = new System.Windows.Forms.Label();
this.txtBenhAnTaiMuiHong = new System.Windows.Forms.RichTextBox();
this.label60 = new System.Windows.Forms.Label();
this.txtBenhAnCoXuongKhop = new System.Windows.Forms.RichTextBox();
this.label59 = new System.Windows.Forms.Label();
this.txtBenhAnThanKinh = new System.Windows.Forms.RichTextBox();
this.txtBenhAnThanTietNieuSinhDuc = new System.Windows.Forms.RichTextBox();
this.label58 = new System.Windows.Forms.Label();
this.label57 = new System.Windows.Forms.Label();
this.txtBenhAnTieuHoa = new System.Windows.Forms.RichTextBox();
this.label56 = new System.Windows.Forms.Label();
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <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();
Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DMUC_DCHUNG));
this.pnlTOP = new System.Windows.Forms.Panel();
this.ribbonStatusBar1 = new Janus.Windows.Ribbon.RibbonStatusBar();
this.labelCommand1 = new Janus.Windows.Ribbon.LabelCommand();
this.labelCommand2 = new Janus.Windows.Ribbon.LabelCommand();
this.labelCommand3 = new Janus.Windows.Ribbon.LabelCommand();
this.labelCommand4 = new Janus.Windows.Ribbon.LabelCommand();
this.labelCommand5 = new Janus.Windows.Ribbon.LabelCommand();
this.labelCommand6 = new Janus.Windows.Ribbon.LabelCommand();
this.pnlBottom = new System.Windows.Forms.Panel();
this.cmdPrint = new Janus.Windows.EditControls.UIButton();
this.cmdCancel = new Janus.Windows.EditControls.UIButton();
this.cmdUpdate = new Janus.Windows.EditControls.UIButton();
this.cmdNew = new Janus.Windows.EditControls.UIButton();
this.cmdDelete = new Janus.Windows.EditControls.UIButton();
this.cmdSave = new Janus.Windows.EditControls.UIButton();
this.pnlView = new System.Windows.Forms.Panel();
this.uiTab1 = new Janus.Windows.UI.Tab.UITab();
this.uiTabPage1 = new Janus.Windows.UI.Tab.UITabPage();
this.chkDefault = new Janus.Windows.EditControls.UICheckBox();
this.chkAutoNew = new Janus.Windows.EditControls.UICheckBox();
this.txtMotathem = new Janus.Windows.GridEX.EditControls.EditBox();
this.label4 = new System.Windows.Forms.Label();
this.lblMsg = new System.Windows.Forms.Label();
this.txtViettat = new Janus.Windows.GridEX.EditControls.EditBox();
this.lblViettat = new System.Windows.Forms.Label();
this.chkTrangthai = new Janus.Windows.EditControls.UICheckBox();
this.label2 = new System.Windows.Forms.Label();
this.txtSTT = new Janus.Windows.GridEX.EditControls.EditBox();
this.lblTen = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.grdList = new Janus.Windows.GridEX.GridEX();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuInsert = new System.Windows.Forms.ToolStripMenuItem();
this.mnuUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuPrint = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
this.txtMa = new VNS.HIS.UCs.AutoCompleteTextbox_Danhmucchung();
this.txtTen = new VNS.HIS.UCs.AutoCompleteTextbox_Danhmucchung();
this.pnlBottom.SuspendLayout();
this.pnlView.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uiTab1)).BeginInit();
this.uiTab1.SuspendLayout();
this.uiTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// pnlTOP
//
this.pnlTOP.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTOP.Location = new System.Drawing.Point(0, 0);
this.pnlTOP.Name = "pnlTOP";
this.pnlTOP.Size = new System.Drawing.Size(784, 0);
this.pnlTOP.TabIndex = 0;
//
// ribbonStatusBar1
//
this.ribbonStatusBar1.ImageSize = new System.Drawing.Size(16, 16);
this.ribbonStatusBar1.LeftPanelCommands.AddRange(new Janus.Windows.Ribbon.CommandBase[] {
this.labelCommand1,
this.labelCommand2,
this.labelCommand3,
this.labelCommand4,
this.labelCommand5,
this.labelCommand6});
this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 539);
this.ribbonStatusBar1.Name = "ribbonStatusBar1";
this.ribbonStatusBar1.Office2007ColorScheme = Janus.Windows.Ribbon.Office2007ColorScheme.Custom;
this.ribbonStatusBar1.Office2007CustomColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ribbonStatusBar1.ShowToolTips = false;
this.ribbonStatusBar1.Size = new System.Drawing.Size(784, 23);
//
//
//
this.ribbonStatusBar1.SuperTipComponent.AutoPopDelay = 2000;
this.ribbonStatusBar1.SuperTipComponent.ImageList = null;
this.ribbonStatusBar1.TabIndex = 1;
this.ribbonStatusBar1.Text = "ribbonStatusBar1";
this.ribbonStatusBar1.UseCompatibleTextRendering = false;
//
// labelCommand1
//
this.labelCommand1.Key = "labelCommand1";
this.labelCommand1.Name = "labelCommand1";
this.labelCommand1.Text = "Thêm mới(Ctrl+N)";
//
// labelCommand2
//
this.labelCommand2.Key = "labelCommand2";
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TablaGrillaForm));
Janus.Windows.GridEX.GridEXLayout gridEXLayout3 = new Janus.Windows.GridEX.GridEXLayout();
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.AltaUiButton = new Janus.Windows.EditControls.UIButton();
this.BajaUiButton = new Janus.Windows.EditControls.UIButton();
this.EnviarAUiButton = new Janus.Windows.EditControls.UIButton();
this.ModificacionUiButton = new Janus.Windows.EditControls.UIButton();
this.ConsultauiButton = new Janus.Windows.EditControls.UIButton();
this.MinimizarUiButton = new Janus.Windows.EditControls.UIButton();
this.MaximizarUiButton = new Janus.Windows.EditControls.UIButton();
this.SalirUiButton = new Janus.Windows.EditControls.UIButton();
this.ListaGridEX = new Janus.Windows.GridEX.GridEX();
((System.ComponentModel.ISupportInitialize)(this.EnviarAUiCommandManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EnviarAUiContextMenu)).BeginInit();
this.FondoNicePanel.SuspendLayout();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ListaGridEX)).BeginInit();
this.SuspendLayout();
//
// EnviarAUiCommandManager
//
this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.BackColor = System.Drawing.Color.PeachPuff;
this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
this.EnviarAUiCommandManager.CommandClick += new Janus.Windows.UI.CommandBars.CommandEventHandler(this.EnviarAUiCommandManager_CommandClick);
//
// EnviarAUiContextMenu
//
this.EnviarAUiContextMenu.UseThemes = Janus.Windows.UI.InheritableBoolean.False;
this.EnviarAUiContextMenu.VisualStyle = Janus.Windows.UI.VisualStyle.Standard;
//
// FondoNicePanel
//
this.FondoNicePanel.Controls.Add(this.panel4);
this.FondoNicePanel.Controls.Add(this.panel1);
this.FondoNicePanel.Size = new System.Drawing.Size(422, 230);
//
// panel1
//
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(322, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(100, 230);
this.panel1.TabIndex = 28;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.Controls.Add(this.AltaUiButton);
this.panel3.Controls.Add(this.BajaUiButton);
this.panel3.Controls.Add(this.EnviarAUiButton);
this.panel3.Controls.Add(this.ModificacionUiButton);
this.panel3.Controls.Add(this.ConsultauiButton);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(100, 195);
this.panel3.TabIndex = 1;
//
// panel2
//
this.panel2.Controls.Add(this.MinimizarUiButton);
this.panel2.Controls.Add(this.MaximizarUiButton);
this.panel2.Controls.Add(this.SalirUiButton);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 195);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(100, 35);
this.panel2.TabIndex = 0;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Transparent;
this.panel4.Controls.Add(this.ListaGridEX);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(5, 30, 0, 5);
this.panel4.Size = new System.Drawing.Size(322, 230);
this.panel4.TabIndex = 29;
//
// AltaUiButton
//
this.AltaUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
this.AltaUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.AltaUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
this.AltaUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("AltaUiButton.Icon")));
//.........这里部分代码省略.........