当前位置: 首页>>代码示例>>C#>>正文


C# ComponentResourceManager.ApplyResources方法代码示例

本文整理汇总了C#中System.ComponentModel.ComponentResourceManager.ApplyResources方法的典型用法代码示例。如果您正苦于以下问题:C# ComponentResourceManager.ApplyResources方法的具体用法?C# ComponentResourceManager.ApplyResources怎么用?C# ComponentResourceManager.ApplyResources使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.ComponentModel.ComponentResourceManager的用法示例。


在下文中一共展示了ComponentResourceManager.ApplyResources方法的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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
     this.ucAbout1 = new Be.HexEditor.UCAbout();
     this.btnOK = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ucAbout1
     //
     resources.ApplyResources(this.ucAbout1, "ucAbout1");
     this.ucAbout1.Name = "ucAbout1";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // FormAbout
     //
     this.AcceptButton = this.btnOK;
     resources.ApplyResources(this, "$this");
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.ucAbout1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormAbout";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.ResumeLayout(false);
 }
开发者ID:erin100280,项目名称:Emunator,代码行数:36,代码来源:FormAbout.cs

示例2: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(AutoRefreshOptionControl));
     PropertyValue value2 = new PropertyValue();
     this.lblSlowVolumeAutoRefresh = new Label();
     this.cmbSlowVolumeAutoRefresh = new ComboBoxEx();
     this.ValuesWatcher = new PropertyValuesWatcher();
     TableLayoutPanel panel = new TableLayoutPanel();
     panel.SuspendLayout();
     ((ISupportInitialize) this.ValuesWatcher).BeginInit();
     base.SuspendLayout();
     manager.ApplyResources(panel, "tlpBack");
     panel.Controls.Add(this.lblSlowVolumeAutoRefresh, 0, 0);
     panel.Controls.Add(this.cmbSlowVolumeAutoRefresh, 1, 0);
     panel.Name = "tlpBack";
     manager.ApplyResources(this.lblSlowVolumeAutoRefresh, "lblSlowVolumeAutoRefresh");
     this.lblSlowVolumeAutoRefresh.Name = "lblSlowVolumeAutoRefresh";
     manager.ApplyResources(this.cmbSlowVolumeAutoRefresh, "cmbSlowVolumeAutoRefresh");
     this.cmbSlowVolumeAutoRefresh.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbSlowVolumeAutoRefresh.FormattingEnabled = true;
     this.cmbSlowVolumeAutoRefresh.MinimumSize = new Size(110, 0);
     this.cmbSlowVolumeAutoRefresh.Name = "cmbSlowVolumeAutoRefresh";
     value2.DataObject = this.cmbSlowVolumeAutoRefresh;
     value2.PropertyName = "SelectedIndex";
     this.ValuesWatcher.Items.AddRange(new PropertyValue[] { value2 });
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.Controls.Add(panel);
     base.Name = "AutoRefreshOptionControl";
     panel.ResumeLayout(false);
     panel.PerformLayout();
     ((ISupportInitialize) this.ValuesWatcher).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:shankithegreat,项目名称:commanderdotnet,代码行数:35,代码来源:AutoRefreshOptionControl.cs

示例3: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(HistoryOptionControl));
     PropertyValue value2 = new PropertyValue();
     PropertyValue value3 = new PropertyValue();
     this.chkHistoryEnabled = new CheckBox();
     this.btnClearHistory = new Button();
     this.ValuesWatcher = new PropertyValuesWatcher();
     ((ISupportInitialize) this.ValuesWatcher).BeginInit();
     base.SuspendLayout();
     manager.ApplyResources(this.chkHistoryEnabled, "chkHistoryEnabled");
     this.chkHistoryEnabled.Checked = true;
     this.chkHistoryEnabled.CheckState = CheckState.Checked;
     this.chkHistoryEnabled.Name = "chkHistoryEnabled";
     this.chkHistoryEnabled.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.btnClearHistory, "btnClearHistory");
     this.btnClearHistory.Name = "btnClearHistory";
     this.btnClearHistory.UseVisualStyleBackColor = true;
     this.btnClearHistory.Click += new EventHandler(this.btnClearHistory_Click);
     value2.DataObject = this.chkHistoryEnabled;
     value2.PropertyName = "Checked";
     value3.DataObject = this.btnClearHistory;
     value3.PropertyName = "Enabled";
     this.ValuesWatcher.Items.AddRange(new PropertyValue[] { value2, value3 });
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.Controls.Add(this.btnClearHistory);
     base.Controls.Add(this.chkHistoryEnabled);
     base.Name = "HistoryOptionControl";
     ((ISupportInitialize) this.ValuesWatcher).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:shankithegreat,项目名称:commanderdotnet,代码行数:33,代码来源:HistoryOptionControl.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenDataDialog));
     this.directoryView1 = new DotSpatial.Data.Forms.DirectoryView();
     this.SuspendLayout();
     //
     // directoryView1
     //
     resources.ApplyResources(this.directoryView1, "directoryView1");
     this.directoryView1.ControlRectangle = new System.Drawing.Rectangle(0, 0, 600, 495);
     this.directoryView1.Directory = null;
     this.directoryView1.DocumentRectangle = new System.Drawing.Rectangle(0, 0, 600, 1);
     this.directoryView1.HorizontalScrollEnabled = true;
     this.directoryView1.IsInitialized = false;
     this.directoryView1.MinimumSize = new System.Drawing.Size(5, 5);
     this.directoryView1.Name = "directoryView1";
     this.directoryView1.ResetOnResize = false;
     this.directoryView1.SelectedItem = null;
     this.directoryView1.VerticalScrollEnabled = true;
     //
     // OpenDataDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.directoryView1);
     this.Name = "OpenDataDialog";
     this.ResumeLayout(false);
 }
开发者ID:ExRam,项目名称:DotSpatial-PCL,代码行数:31,代码来源:OpenDataDialog.cs

示例5: AppLang

        /// <summary>
        /// 遍历窗体所有控件,针对其设置当前界面语言
        /// </summary>
        /// <param name="contrl"></param>
        /// <param name="resoureces"></param>
        private static void AppLang(Control control, ComponentResourceManager resources, ToolTip tp = null)
        {
            if (control is MenuStrip)
            {
                //将资源应用与对应的属性
                resources.ApplyResources(control, control.Name);
                MenuStrip ms = (MenuStrip)control;
                if (ms.Items.Count > 0)
                {
                    foreach (ToolStripMenuItem c in ms.Items)
                    {
                        //调用 遍历菜单 设置语言
                        AppLang(c, resources);
                    }
                }
            }

            foreach (Control c in control.Controls)
            {
                resources.ApplyResources(c, c.Name);
                if (tp != null)
                {
                    //MessageBox.Show(c.Name);
                    tp.SetToolTip(c, resources.GetString(c.Name + ".ToolTip"));
                }
                AppLang(c, resources);
            }
        }
开发者ID:shawwwn,项目名称:BJ_Edit,代码行数:33,代码来源:SetLanguage.cs

示例6: InitializeComponent

		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZoomTo));
			this.label1 = new System.Windows.Forms.Label();
			this.cbMagnify = new System.Windows.Forms.ComboBox();
			this.bOK = new System.Windows.Forms.Button();
			this.bCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// cbMagnify
			// 
			resources.ApplyResources(this.cbMagnify, "cbMagnify");
			this.cbMagnify.Items.AddRange(new object[] {
            resources.GetString("cbMagnify.Items"),
            resources.GetString("cbMagnify.Items1"),
            resources.GetString("cbMagnify.Items2"),
            resources.GetString("cbMagnify.Items3"),
            resources.GetString("cbMagnify.Items4"),
            resources.GetString("cbMagnify.Items5"),
            resources.GetString("cbMagnify.Items6"),
            resources.GetString("cbMagnify.Items7"),
            resources.GetString("cbMagnify.Items8"),
            resources.GetString("cbMagnify.Items9"),
            resources.GetString("cbMagnify.Items10")});
			this.cbMagnify.Name = "cbMagnify";
			// 
			// bOK
			// 
			resources.ApplyResources(this.bOK, "bOK");
			this.bOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.bOK.Name = "bOK";
			this.bOK.Click += new System.EventHandler(this.bOK_Click);
			// 
			// bCancel
			// 
			resources.ApplyResources(this.bCancel, "bCancel");
			this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.bCancel.Name = "bCancel";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// ZoomTo
			// 
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.bOK);
			this.Controls.Add(this.cbMagnify);
			this.Controls.Add(this.label1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ZoomTo";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);

		}
开发者ID:Elboodo,项目名称:My-FyiReporting,代码行数:60,代码来源:ZoomTo.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()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(AttributeDialog));
     this.btnClose = new Button();
     this.tableEditorControl1 = new TableEditorControl();
     this.SuspendLayout();
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Name = "btnClose";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new EventHandler(this.btnClose_Click_1);
     //
     // tableEditorControl1
     //
     resources.ApplyResources(this.tableEditorControl1, "tableEditorControl1");
     this.tableEditorControl1.IgnoreSelectionChanged = false;
     this.tableEditorControl1.IsEditable = true;
     this.tableEditorControl1.Name = "tableEditorControl1";
     this.tableEditorControl1.ShowFileName = true;
     this.tableEditorControl1.ShowMenuStrip = true;
     this.tableEditorControl1.ShowProgressBar = false;
     this.tableEditorControl1.ShowSelectedRowsOnly = false;
     this.tableEditorControl1.ShowToolStrip = true;
     //
     // AttributeDialog
     //
     resources.ApplyResources(this, "$this");
     //
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.tableEditorControl1);
     this.Name = "AttributeDialog";
     this.ResumeLayout(false);
 }
开发者ID:DIVEROVIEDO,项目名称:DotSpatial,代码行数:39,代码来源:AttributeDialog.cs

示例8: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(TabOptionControl));
     PropertyValue value2 = new PropertyValue();
     PropertyValue value3 = new PropertyValue();
     this.chkAlwaysShowTabStrip = new CheckBox();
     this.chkFixedWidthTabs = new CheckBox();
     this.ValuesWatcher = new PropertyValuesWatcher();
     ((ISupportInitialize) this.ValuesWatcher).BeginInit();
     base.SuspendLayout();
     manager.ApplyResources(this.chkAlwaysShowTabStrip, "chkAlwaysShowTabStrip");
     this.chkAlwaysShowTabStrip.Name = "chkAlwaysShowTabStrip";
     this.chkAlwaysShowTabStrip.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.chkFixedWidthTabs, "chkFixedWidthTabs");
     this.chkFixedWidthTabs.Name = "chkFixedWidthTabs";
     this.chkFixedWidthTabs.UseVisualStyleBackColor = true;
     value2.DataObject = this.chkAlwaysShowTabStrip;
     value2.PropertyName = "Checked";
     value3.DataObject = this.chkFixedWidthTabs;
     value3.PropertyName = "Checked";
     this.ValuesWatcher.Items.AddRange(new PropertyValue[] { value2, value3 });
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.Controls.Add(this.chkFixedWidthTabs);
     base.Controls.Add(this.chkAlwaysShowTabStrip);
     base.Name = "TabOptionControl";
     ((ISupportInitialize) this.ValuesWatcher).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:shankithegreat,项目名称:commanderdotnet,代码行数:30,代码来源:TabOptionControl.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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DoubleBox));
            this.lblCaption = new System.Windows.Forms.Label();
            this.txtValue = new System.Windows.Forms.TextBox();
            this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // lblCaption
            // 
            resources.ApplyResources(this.lblCaption, "lblCaption");
            this.lblCaption.Name = "lblCaption";
            // 
            // txtValue
            // 
            resources.ApplyResources(this.txtValue, "txtValue");
            this.txtValue.Name = "txtValue";
            this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
            // 
            // DoubleBox
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.txtValue);
            this.Controls.Add(this.lblCaption);
            this.Name = "DoubleBox";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:zhongshuiyuan,项目名称:mapwindowsix,代码行数:35,代码来源:DoubleBox.cs

示例10: InitializeComponent

		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIChild));
			this.rdlDesigner = new fyiReporting.RdlDesign.RdlEditPreview();
			this.SuspendLayout();
			// 
			// rdlDesigner
			// 
			resources.ApplyResources(this.rdlDesigner, "rdlDesigner");
			this.rdlDesigner.CurrentInsert = null;
			this.rdlDesigner.Modified = false;
			this.rdlDesigner.Name = "rdlDesigner";
			this.rdlDesigner.SelectedText = "";
			this.rdlDesigner.SelectionTool = false;
			this.rdlDesigner.Zoom = 1F;
			this.rdlDesigner.ZoomMode = fyiReporting.RdlViewer.ZoomEnum.UseZoom;
			this.rdlDesigner.OnRdlChanged += new fyiReporting.RdlDesign.RdlEditPreview.RdlChangeHandler(this.rdlDesigner_RdlChanged);
			this.rdlDesigner.OnHeightChanged += new fyiReporting.RdlDesign.DesignCtl.HeightEventHandler(this.rdlDesigner_HeightChanged);
			this.rdlDesigner.OnSelectionChanged += new fyiReporting.RdlDesign.RdlEditPreview.RdlChangeHandler(this.rdlDesigner_SelectionChanged);
			this.rdlDesigner.OnSelectionMoved += new fyiReporting.RdlDesign.RdlEditPreview.RdlChangeHandler(this.rdlDesigner_SelectionMoved);
			this.rdlDesigner.OnReportItemInserted += new fyiReporting.RdlDesign.RdlEditPreview.RdlChangeHandler(this.rdlDesigner_ReportItemInserted);
			this.rdlDesigner.OnDesignTabChanged += new fyiReporting.RdlDesign.RdlEditPreview.RdlChangeHandler(this.rdlDesigner_DesignTabChanged);
			this.rdlDesigner.OnOpenSubreport += new fyiReporting.RdlDesign.DesignCtl.OpenSubreportEventHandler(this.rdlDesigner_OpenSubreport);
			// 
			// MDIChild
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.Controls.Add(this.rdlDesigner);
			this.Name = "MDIChild";
			this.Load += new System.EventHandler(this.MDIChild_Load);
			this.ResumeLayout(false);

		}
开发者ID:myersBR,项目名称:My-FyiReporting,代码行数:34,代码来源:MDIChild.Designer.cs

示例11: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(SplashPiece));
     this.pictureWait = new PictureBox();
     this.lblNote = new Label();
     this.overarchingTableLayoutPanel = new TableLayoutPanel();
     ((ISupportInitialize) this.pictureWait).BeginInit();
     this.overarchingTableLayoutPanel.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(this.pictureWait, "pictureWait");
     this.pictureWait.Name = "pictureWait";
     this.pictureWait.TabStop = false;
     manager.ApplyResources(this.lblNote, "lblNote");
     this.lblNote.Name = "lblNote";
     manager.ApplyResources(this.overarchingTableLayoutPanel, "overarchingTableLayoutPanel");
     this.overarchingTableLayoutPanel.Controls.Add(this.pictureWait, 0, 0);
     this.overarchingTableLayoutPanel.Controls.Add(this.lblNote, 0, 1);
     this.overarchingTableLayoutPanel.Name = "overarchingTableLayoutPanel";
     manager.ApplyResources(this, "$this");
     base.Controls.Add(this.overarchingTableLayoutPanel);
     base.Name = "SplashPiece";
     ((ISupportInitialize) this.pictureWait).EndInit();
     this.overarchingTableLayoutPanel.ResumeLayout(false);
     this.overarchingTableLayoutPanel.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:pritesh-mandowara-sp,项目名称:DecompliedDotNetLibraries,代码行数:27,代码来源:SplashPiece.cs

示例12: 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(DetailedLineSymbolDialog));
            this.panel1 = new System.Windows.Forms.Panel();
            this.dialogButtons1 = new MapWindow.Components.DialogButtons();
            this.detailedLineSymbolControl = new MapWindow.Forms.DetailedLineSymbolControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AccessibleDescription = null;
            this.panel1.AccessibleName = null;
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.BackgroundImage = null;
            this.panel1.Controls.Add(this.dialogButtons1);
            this.panel1.Font = null;
            this.panel1.Name = "panel1";
            // 
            // dialogButtons1
            // 
            this.dialogButtons1.AccessibleDescription = null;
            this.dialogButtons1.AccessibleName = null;
            resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
            this.dialogButtons1.BackgroundImage = null;
            this.dialogButtons1.Font = null;
            this.dialogButtons1.Name = "dialogButtons1";
            // 
            // detailedLineSymbolControl
            // 
            this.detailedLineSymbolControl.AccessibleDescription = null;
            this.detailedLineSymbolControl.AccessibleName = null;
            resources.ApplyResources(this.detailedLineSymbolControl, "detailedLineSymbolControl");
            this.detailedLineSymbolControl.BackgroundImage = null;
            this.detailedLineSymbolControl.Font = null;
            this.detailedLineSymbolControl.Name = "detailedLineSymbolControl";
            // 
            // DetailedLineSymbolDialog
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.detailedLineSymbolControl);
            this.Controls.Add(this.panel1);
            this.Font = null;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HelpButton = true;
            this.Icon = null;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DetailedLineSymbolDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:zhongshuiyuan,项目名称:mapwindowsix,代码行数:63,代码来源:DetailedLineSymbolDialog.cs

示例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(GenIsoFrm));
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnAnnul = new System.Windows.Forms.Button();
            this.lblStatus = new System.Windows.Forms.Label();
            this.pbx = new System.Windows.Forms.ProgressBar();
            this.bwkISO = new System.ComponentModel.BackgroundWorker();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.BackColor = System.Drawing.SystemColors.Control;
            this.panel1.Controls.Add(this.btnAnnul);
            this.panel1.Name = "panel1";
            // 
            // btnAnnul
            // 
            resources.ApplyResources(this.btnAnnul, "btnAnnul");
            this.btnAnnul.Name = "btnAnnul";
            this.btnAnnul.UseVisualStyleBackColor = true;
            this.btnAnnul.Click += new System.EventHandler(this.btnAnnul_Click);
            // 
            // lblStatus
            // 
            resources.ApplyResources(this.lblStatus, "lblStatus");
            this.lblStatus.Name = "lblStatus";
            // 
            // pbx
            // 
            resources.ApplyResources(this.pbx, "pbx");
            this.pbx.Name = "pbx";
            // 
            // bwkISO
            // 
            this.bwkISO.WorkerSupportsCancellation = true;
            this.bwkISO.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwkISO_DoWork);
            this.bwkISO.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwkISO_RunWorkerCompleted);
            // 
            // GenIsoFrm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ControlBox = false;
            this.Controls.Add(this.pbx);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "GenIsoFrm";
            this.Load += new System.EventHandler(this.GenIsoFrm_Load);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:zdimension,项目名称:SharpBoot,代码行数:62,代码来源:GenIsoFrm.Designer.cs

示例14: ChangeResources

 public void ChangeResources()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( this.GetType() );
     resources.ApplyResources( this._labelCombination, "_labelCombination" );
     resources.ApplyResources( this._buttonNo, "_buttonNo" );
     resources.ApplyResources( this._buttonYes, "_buttonYes" );
     resources.ApplyResources( this._labelQuestion, "_labelQuestion" );
     resources.ApplyResources( this, "$this" );
 }
开发者ID:NikolayIT,项目名称:BelotGameEngine,代码行数:9,代码来源:CombinationForm.cs

示例15: 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(GoDlg));
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).BeginInit();
			this.SuspendLayout();
			//
			// btnClose
			//
			resources.ApplyResources(this.btnClose, "btnClose");
			//
			// btnOK
			//
			resources.ApplyResources(this.btnOK, "btnOK");
			//
			// btnInsert
			//
			resources.ApplyResources(this.btnInsert, "btnInsert");
			//
			// btnHelp
			//
			resources.ApplyResources(this.btnHelp, "btnHelp");
			//
			// panel1
			//
			resources.ApplyResources(this.panel1, "panel1");
			//
			// matchingEntries
			//
			resources.ApplyResources(this.matchingEntries, "matchingEntries");
			//
			// m_formLabel
			//
			resources.ApplyResources(this.m_formLabel, "m_formLabel");
			//
			// m_tbForm
			//
			resources.ApplyResources(this.m_tbForm, "m_tbForm");
			//
			// m_fwTextBoxBottomMsg
			//
			resources.ApplyResources(this.m_fwTextBoxBottomMsg, "m_fwTextBoxBottomMsg");
			//
			// GoDlg
			//
			resources.ApplyResources(this, "$this");
			this.helpProvider.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
			this.Name = "GoDlg";
			this.helpProvider.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.m_tbForm)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.m_fwTextBoxBottomMsg)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
开发者ID:sillsdev,项目名称:WorldPad,代码行数:61,代码来源:GoDlg.cs


注:本文中的System.ComponentModel.ComponentResourceManager.ApplyResources方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。