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


C# System.Windows.Forms.NumericUpDown.BeginInit方法代码示例

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


在下文中一共展示了System.Windows.Forms.NumericUpDown.BeginInit方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的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(SettingsDialog));
			btnOK = new System.Windows.Forms.Button();
			btnCancel = new System.Windows.Forms.Button();
			uiTabs = new Janus.Windows.UI.Tab.UITab();
			uiTabPageGeneral = new Janus.Windows.UI.Tab.UITabPage();
			label13 = new System.Windows.Forms.Label();
			checkStartWithWindows = new System.Windows.Forms.CheckBox();
			checkStartMinimized = new System.Windows.Forms.CheckBox();
			checkHideWhenMinimized = new System.Windows.Forms.CheckBox();
			checkMinimizeWhenClosing = new System.Windows.Forms.CheckBox();
			uiTabPageDisplay = new Janus.Windows.UI.Tab.UITabPage();
			checkShowDefaultTextInsteadOfEmptyLogMessage = new System.Windows.Forms.CheckBox();
			groupSourcesPanel = new System.Windows.Forms.GroupBox();
			checkSourcesPanelShowPath = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowNoUpdates = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowLastCheck = new System.Windows.Forms.CheckBox();
			checkSourcesPanelShowUrl = new System.Windows.Forms.CheckBox();
			label14 = new System.Windows.Forms.Label();
			numPreviewLines = new System.Windows.Forms.NumericUpDown();
			checkUnlimitedPageSize = new System.Windows.Forms.CheckBox();
			label8 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label10 = new System.Windows.Forms.Label();
			numPageSize = new System.Windows.Forms.NumericUpDown();
			uiTabPageOperation = new Janus.Windows.UI.Tab.UITabPage();
			linkTextEditorBrowse = new System.Windows.Forms.LinkLabel();
			checkDismissErrorsWhenClicked = new System.Windows.Forms.CheckBox();
			checkPromptUpdateHeadRevision = new System.Windows.Forms.CheckBox();
			checkPromptUpdateOldRevision = new System.Windows.Forms.CheckBox();
			label15 = new System.Windows.Forms.Label();
			txtTextEditor = new System.Windows.Forms.TextBox();
			label11 = new System.Windows.Forms.Label();
			comboDefaultUserAction = new System.Windows.Forms.ComboBox();
			label6 = new System.Windows.Forms.Label();
			uiTabPageKeyboard = new Janus.Windows.UI.Tab.UITabPage();
			keyboardEditor1 = new SVNMonitor.View.Controls.KeyboardEditor();
			label16 = new System.Windows.Forms.Label();
			uiTabPageUpdates = new Janus.Windows.UI.Tab.UITabPage();
			lblWatchTheNetworkAvailability = new System.Windows.Forms.Label();
			label17 = new System.Windows.Forms.Label();
			checkWatchTheNetworkAvailability = new System.Windows.Forms.CheckBox();
			checkIgnoreIgnoreOnCommitConflicts = new System.Windows.Forms.CheckBox();
			checkIgnoreIgnoreOnCommit = new System.Windows.Forms.CheckBox();
			label1 = new System.Windows.Forms.Label();
			checkTreatUnversionedAsModified = new System.Windows.Forms.CheckBox();
			checkEnableUpdates = new System.Windows.Forms.CheckBox();
			checkAutomaticInterval = new System.Windows.Forms.CheckBox();
			numSecondsPerSource = new System.Windows.Forms.NumericUpDown();
			numUpdatesInterval = new System.Windows.Forms.NumericUpDown();
			label2 = new System.Windows.Forms.Label();
			uiTabPageTortoiseSVN = new Janus.Windows.UI.Tab.UITabPage();
			linkTortoiseEXEBrowse = new System.Windows.Forms.LinkLabel();
			checkAutomaticallyResolveTortoiseSVNProcess = new System.Windows.Forms.CheckBox();
			numSVNUpdateSourcesQueueTimeoutSeconds = new System.Windows.Forms.NumericUpDown();
			label9 = new System.Windows.Forms.Label();
			checkSVNUpdateSourcesParallel = new System.Windows.Forms.CheckBox();
			checkIgnoreDisabledSourcesWhenUpdatingAll = new System.Windows.Forms.CheckBox();
			cmdTortoiseSVNSettings = new System.Windows.Forms.Button();
			label18 = new System.Windows.Forms.Label();
			comboAutoCloseTortoiseSVN = new System.Windows.Forms.ComboBox();
			label5 = new System.Windows.Forms.Label();
			linkAutoCheckTortoiseSVN = new System.Windows.Forms.LinkLabel();
			label3 = new System.Windows.Forms.Label();
			txtTortoiseEXE = new System.Windows.Forms.TextBox();
			uiTabPageRecommending = new Janus.Windows.UI.Tab.UITabPage();
			uiGroupBoxRecommendMessage = new System.Windows.Forms.GroupBox();
			txtRecommendMessage = new System.Windows.Forms.TextBox();
			label19 = new System.Windows.Forms.Label();
			label22 = new System.Windows.Forms.Label();
			label21 = new System.Windows.Forms.Label();
			uiTabPageVersionCheck = new Janus.Windows.UI.Tab.UITabPage();
			groupVersionChecks = new System.Windows.Forms.GroupBox();
			lblEnableVersionUpgrade = new System.Windows.Forms.Label();
			checkSendUsageInformation = new System.Windows.Forms.CheckBox();
			label7 = new System.Windows.Forms.Label();
			checkEnableVersionUpgrade = new System.Windows.Forms.CheckBox();
			numVersionCheckInterval = new System.Windows.Forms.NumericUpDown();
			checkVersionCheckAtStartup = new System.Windows.Forms.CheckBox();
			label20 = new System.Windows.Forms.Label();
			checkEnableVersionCheck = new System.Windows.Forms.CheckBox();
			panelBottom = new System.Windows.Forms.Panel();
			treeView1 = new System.Windows.Forms.TreeView();
			panelLeft = new System.Windows.Forms.Panel();
			panelRight = new System.Windows.Forms.Panel();
			checkCommitIsAlwaysEnabled = new System.Windows.Forms.CheckBox();
			((System.ComponentModel.ISupportInitialize)uiTabs).BeginInit();
			uiTabs.SuspendLayout();
			uiTabPageGeneral.SuspendLayout();
			uiTabPageDisplay.SuspendLayout();
			groupSourcesPanel.SuspendLayout();
			numPreviewLines.BeginInit();
			numPageSize.BeginInit();
			uiTabPageOperation.SuspendLayout();
			uiTabPageKeyboard.SuspendLayout();
//.........这里部分代码省略.........
开发者ID:tgmayfield,项目名称:svn-monitor,代码行数:101,代码来源:SettingsDialog.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()
 {
   System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.MapForm));
   toolStrip1 = new System.Windows.Forms.ToolStrip();
   ZoomWindow = new System.Windows.Forms.ToolStripButton();
   ZoomIn = new System.Windows.Forms.ToolStripButton();
   ZoomOut = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   Pan = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
   btnLaunchInBrowser = new System.Windows.Forms.ToolStripButton();
   Info = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
   RedrawProgressBar = new System.Windows.Forms.ToolStripProgressBar();
   toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
   btnInicio = new System.Windows.Forms.ToolStripButton();
   btnEjecutar = new System.Windows.Forms.ToolStripButton();
   btnPausa = new System.Windows.Forms.ToolStripButton();
   btnDetener = new System.Windows.Forms.ToolStripButton();
   btnConfiguracionConsultaHistorica = new System.Windows.Forms.ToolStripButton();
   lblInformation = new System.Windows.Forms.Label();
   panel1 = new System.Windows.Forms.Panel();
   udRegistrosPorSegundo = new System.Windows.Forms.NumericUpDown();
   lblPosicion = new System.Windows.Forms.Label();
   trackPosicion = new System.Windows.Forms.TrackBar();
   lblEstado = new System.Windows.Forms.Label();
   toolStrip1.SuspendLayout();
   panel1.SuspendLayout();
   udRegistrosPorSegundo.BeginInit();
   trackPosicion.BeginInit();
   SuspendLayout();
   System.Windows.Forms.ToolStripItem[] toolStripItemArr = new System.Windows.Forms.ToolStripItem[] {
                                                                                                            ZoomWindow, 
                                                                                                            ZoomIn, 
                                                                                                            ZoomOut, 
                                                                                                            toolStripSeparator1, 
                                                                                                            Pan, 
                                                                                                            toolStripSeparator3, 
                                                                                                            btnLaunchInBrowser, 
                                                                                                            Info, 
                                                                                                            toolStripSeparator2, 
                                                                                                            RedrawProgressBar, 
                                                                                                            toolStripSeparator4, 
                                                                                                            btnInicio, 
                                                                                                            btnEjecutar, 
                                                                                                            btnPausa, 
                                                                                                            btnDetener, 
                                                                                                            btnConfiguracionConsultaHistorica };
   toolStrip1.Items.AddRange(toolStripItemArr);
   toolStrip1.Location = new System.Drawing.Point(0, 0);
   toolStrip1.Name = "toolStrip1";
   toolStrip1.Size = new System.Drawing.Size(542, 25);
   toolStrip1.TabIndex = 0;
   toolStrip1.Text = "toolStrip1";
   ZoomWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomWindow.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomWindow.Image");
   ZoomWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomWindow.Name = "ZoomWindow";
   ZoomWindow.Size = new System.Drawing.Size(23, 22);
   ZoomWindow.Text = "toolStripButton1";
   ZoomWindow.ToolTipText = "Zoom Window";
   ZoomWindow.Click += new System.EventHandler(ZoomWindow_Click);
   ZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomIn.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomIn.Image");
   ZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomIn.Name = "ZoomIn";
   ZoomIn.Size = new System.Drawing.Size(23, 22);
   ZoomIn.Text = "toolStripButton2";
   ZoomIn.ToolTipText = "Zoom In";
   ZoomIn.Click += new System.EventHandler(ZoomIn_Click);
   ZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomOut.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomOut.Image");
   ZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomOut.Name = "ZoomOut";
   ZoomOut.Size = new System.Drawing.Size(23, 22);
   ZoomOut.Text = "toolStripButton3";
   ZoomOut.ToolTipText = "Zoom out";
   ZoomOut.Click += new System.EventHandler(ZoomOut_Click);
   toolStripSeparator1.Name = "toolStripSeparator1";
   toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   Pan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   Pan.Image = (System.Drawing.Image)componentResourceManager.GetObject("Pan.Image");
   Pan.ImageTransparentColor = System.Drawing.Color.Magenta;
   Pan.Name = "Pan";
   Pan.Size = new System.Drawing.Size(23, 22);
   Pan.Text = "toolStripButton1";
   Pan.ToolTipText = "Pan";
   Pan.Click += new System.EventHandler(Pan_Click);
   toolStripSeparator3.Name = "toolStripSeparator3";
   toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
   toolStripSeparator3.Visible = false;
   btnLaunchInBrowser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnLaunchInBrowser.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnLaunchInBrowser.Image");
   btnLaunchInBrowser.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnLaunchInBrowser.Name = "btnLaunchInBrowser";
   btnLaunchInBrowser.Size = new System.Drawing.Size(23, 22);
//.........这里部分代码省略.........
开发者ID:diegowald,项目名称:intellitrack,代码行数:101,代码来源:MapForm.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()
 {
   btnOK = new System.Windows.Forms.Button();
   btnCancel = new System.Windows.Forms.Button();
   label1 = new System.Windows.Forms.Label();
   dtFechaInicio = new System.Windows.Forms.DateTimePicker();
   dtFechaFin = new System.Windows.Forms.DateTimePicker();
   label2 = new System.Windows.Forms.Label();
   InputVelocidadMinima = new System.Windows.Forms.NumericUpDown();
   label7 = new System.Windows.Forms.Label();
   InputVelocidadMaxima = new System.Windows.Forms.NumericUpDown();
   InputMuestrasPorSegundo = new System.Windows.Forms.NumericUpDown();
   label8 = new System.Windows.Forms.Label();
   label9 = new System.Windows.Forms.Label();
   InputQueryTimeOut = new System.Windows.Forms.NumericUpDown();
   label3 = new System.Windows.Forms.Label();
   label4 = new System.Windows.Forms.Label();
   label5 = new System.Windows.Forms.Label();
   label10 = new System.Windows.Forms.Label();
   label11 = new System.Windows.Forms.Label();
   label12 = new System.Windows.Forms.Label();
   chkGenerarReporte = new System.Windows.Forms.CheckBox();
   cboCategoria = new System.Windows.Forms.ComboBox();
   txtVehiculo = new System.Windows.Forms.TextBox();
   txtTransponder = new System.Windows.Forms.TextBox();
   txtPunto = new System.Windows.Forms.TextBox();
   txtCamino = new System.Windows.Forms.TextBox();
   txtArea = new System.Windows.Forms.TextBox();
   chkVelocidad = new System.Windows.Forms.CheckBox();
   label6 = new System.Windows.Forms.Label();
   InputVelocidadMinima.BeginInit();
   InputVelocidadMaxima.BeginInit();
   InputMuestrasPorSegundo.BeginInit();
   InputQueryTimeOut.BeginInit();
   SuspendLayout();
   btnOK.Location = new System.Drawing.Point(199, 317);
   btnOK.Name = "btnOK";
   btnOK.Size = new System.Drawing.Size(63, 26);
   btnOK.TabIndex = 26;
   btnOK.Text = "OK";
   btnOK.UseVisualStyleBackColor = true;
   btnOK.Click += new System.EventHandler(btnOK_Click);
   btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   btnCancel.Location = new System.Drawing.Point(272, 317);
   btnCancel.Name = "btnCancel";
   btnCancel.Size = new System.Drawing.Size(63, 26);
   btnCancel.TabIndex = 27;
   btnCancel.Text = "Cancelar";
   btnCancel.UseVisualStyleBackColor = true;
   label1.AutoSize = true;
   label1.Location = new System.Drawing.Point(19, 16);
   label1.Name = "label1";
   label1.Size = new System.Drawing.Size(38, 13);
   label1.TabIndex = 0;
   label1.Text = "Desde";
   dtFechaInicio.AllowDrop = true;
   dtFechaInicio.CustomFormat = "dd/MM/yyyy HH:mm:ss";
   dtFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
   dtFechaInicio.Location = new System.Drawing.Point(92, 12);
   dtFechaInicio.Name = "dtFechaInicio";
   dtFechaInicio.Size = new System.Drawing.Size(244, 20);
   dtFechaInicio.TabIndex = 1;
   dtFechaFin.AllowDrop = true;
   dtFechaFin.CustomFormat = "dd/MM/yyyy HH:mm:ss";
   dtFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
   dtFechaFin.Location = new System.Drawing.Point(92, 36);
   dtFechaFin.Name = "dtFechaFin";
   dtFechaFin.Size = new System.Drawing.Size(244, 20);
   dtFechaFin.TabIndex = 3;
   label2.AutoSize = true;
   label2.Location = new System.Drawing.Point(19, 40);
   label2.Name = "label2";
   label2.Size = new System.Drawing.Size(35, 13);
   label2.TabIndex = 2;
   label2.Text = "Hasta";
   InputVelocidadMinima.Location = new System.Drawing.Point(127, 209);
   int[] iArr1 = new int[4];
   iArr1[0] = 200;
   InputVelocidadMinima.Maximum = new System.Decimal(iArr1);
   InputVelocidadMinima.Name = "InputVelocidadMinima";
   InputVelocidadMinima.Size = new System.Drawing.Size(53, 20);
   InputVelocidadMinima.TabIndex = 17;
   label7.AutoSize = true;
   label7.Location = new System.Drawing.Point(186, 211);
   label7.Name = "label7";
   label7.Size = new System.Drawing.Size(12, 13);
   label7.TabIndex = 18;
   label7.Text = "y";
   InputVelocidadMaxima.Location = new System.Drawing.Point(204, 209);
   int[] iArr2 = new int[4];
   iArr2[0] = 200;
   InputVelocidadMaxima.Maximum = new System.Decimal(iArr2);
   InputVelocidadMaxima.Name = "InputVelocidadMaxima";
   InputVelocidadMaxima.Size = new System.Drawing.Size(53, 20);
   InputVelocidadMaxima.TabIndex = 19;
   InputMuestrasPorSegundo.Location = new System.Drawing.Point(135, 243);
//.........这里部分代码省略.........
开发者ID:diegowald,项目名称:intellitrack,代码行数:101,代码来源:dlgParametrosConsultaHistoricos.Designer.cs


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