• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

C# GridEX.GridEXLayout类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了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类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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);

		}
开发者ID:xuchuansheng,项目名称:GenXSource,代码行数:37,代码来源:NuGenModulesPanel.Designer.cs


示例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);

        }
开发者ID:opherg,项目名称:Janus-GridEx-Tutorials,代码行数:64,代码来源:Form1.Designer.cs


示例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);

        }
开发者ID:khaha2210,项目名称:CodeNewHis,代码行数:64,代码来源:frm_danhsachbenhvien.Designer.cs


示例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);

        }
开发者ID:kindam,项目名称:TWTactics,代码行数:63,代码来源:VillagesGridExControl.Designer.cs


示例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);

        }
开发者ID:vmshis2020,项目名称:VMSHISServer,代码行数:59,代码来源:frm_DanhSach_ICD.Designer.cs


示例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();

        }
开发者ID:kindam,项目名称:TWTactics,代码行数:59,代码来源:PlayerTribeDropdown.Designer.cs


示例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);

        }
开发者ID:khaha2210,项目名称:CodeNewHis,代码行数:57,代码来源:frm_Sysparams.Designer.cs


示例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);

        }
开发者ID:vmshis2015,项目名称:VMSPharmacy,代码行数:41,代码来源:ucGrid.Designer.cs


示例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;
//.........这里部分代码省略.........
开发者ID:kindam,项目名称:TWTactics,代码行数:101,代码来源:MarkersControl.Designer.cs


示例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)));
//.........这里部分代码省略.........
开发者ID:rzhh1212,项目名称:hpes,代码行数:101,代码来源:frmSubjectEval.Designer.cs


示例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.ISupportI 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# Java类代码示例发布时间:2022-05-24
下一篇:
C# Janus类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap