本文整理汇总了C#中System.Windows.Forms.ToolTip类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.ToolTip类的具体用法?C# System.Windows.Forms.ToolTip怎么用?C# System.Windows.Forms.ToolTip使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.ToolTip类属于命名空间,在下文中一共展示了System.Windows.Forms.ToolTip类的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()
{
this.components = new System.ComponentModel.Container();
this.innerButton = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// innerButton
//
this.innerButton.BackgroundImage = global::Pocket.Clients.Gordon.Cost4.Properties.Resources.refresh;
this.innerButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.innerButton.CausesValidation = false;
this.innerButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.innerButton.Dock = System.Windows.Forms.DockStyle.Right;
this.innerButton.Location = new System.Drawing.Point(0, 0);
this.innerButton.Margin = new System.Windows.Forms.Padding(0);
this.innerButton.Name = "innerButton";
this.innerButton.Size = new System.Drawing.Size(20, 20);
this.innerButton.Height=25;
this.innerButton.TabIndex = 0;
this.toolTip.SetToolTip(this.innerButton, "选择");
this.innerButton.UseVisualStyleBackColor = false;
this.innerButton.Visible = false;
//
// ButtonEdit
//
this.BackColor = System.Drawing.SystemColors.Window;
this.ReadOnly = false;
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.button1 = new System.Windows.Forms.Button();
this.txt = new System.Windows.Forms.TextBox();
this.mensajitos = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// button1
//
this.button1.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.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(81, 73);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 39);
this.button1.TabIndex = 0;
this.button1.Text = "te muestro la frase";
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.mensajitos.SetToolTip(this.button1, "megaman");
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txt
//
this.txt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
this.txt.BackColor = System.Drawing.SystemColors.ControlLight;
this.txt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txt.Location = new System.Drawing.Point(200, 84);
this.txt.Name = "txt";
this.txt.PasswordChar = '*';
this.txt.Size = new System.Drawing.Size(100, 20);
this.txt.TabIndex = 1;
this.mensajitos.SetToolTip(this.txt, "solo numero");
this.txt.TextChanged += new System.EventHandler(this.txt_TextChanged);
//
// mensajitos
//
this.mensajitos.BackColor = System.Drawing.Color.Maroon;
this.mensajitos.IsBalloon = true;
this.mensajitos.ShowAlways = true;
this.mensajitos.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning;
//
// frmprincipal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 148);
this.Controls.Add(this.txt);
this.Controls.Add(this.button1);
this.Cursor = System.Windows.Forms.Cursors.Arrow;
this.Name = "frmprincipal";
this.Text = "poo";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
示例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();
this.group_box = new System.Windows.Forms.GroupBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// group_box
//
this.group_box.AutoSize = true;
this.group_box.Dock = System.Windows.Forms.DockStyle.Fill;
this.group_box.Location = new System.Drawing.Point(0, 0);
this.group_box.Name = "group_box";
this.group_box.Size = new System.Drawing.Size(513, 338);
this.group_box.TabIndex = 143;
this.group_box.TabStop = false;
//
// ConfigControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.group_box);
this.Name = "ConfigControl";
this.Size = new System.Drawing.Size(513, 338);
this.Load += new System.EventHandler(this.ConfigControl_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
示例4: 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.Windows.Forms.Label label1;
this.newTekConsumerBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
label1.Location = new System.Drawing.Point(12, 10);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(87, 13);
label1.TabIndex = 17;
label1.Text = "Channel Layout";
//
// newTekConsumerBindingSource
//
this.newTekConsumerBindingSource.AllowNew = false;
this.newTekConsumerBindingSource.DataSource = typeof(CasparCGFrontend.DecklinkConsumer);
//
// comboBox5
//
this.comboBox5.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.newTekConsumerBindingSource, "ChannelLayout", true));
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[] {
"mono",
"stereo",
"dts",
"dolbye",
"dolbydigital",
"smpte",
"passthru"});
this.comboBox5.Location = new System.Drawing.Point(105, 7);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(121, 21);
this.comboBox5.TabIndex = 18;
this.toolTip.SetToolTip(this.comboBox5, "This is the audio channels configuration. Passthru will pass 16 channels of audio" +
" withour modifying it. More information: http://casparcg.com/wiki/Content_/_Medi" +
"a#Audio Default is Stereo.");
//
// NewTekIVGAConsumerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Controls.Add(this.comboBox5);
this.Controls.Add(label1);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "NewTekIVGAConsumerControl";
((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例5: InitializeComponent
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.hScrollBar = new System.Windows.Forms.HScrollBar();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// hScrollBar
//
this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom;
this.hScrollBar.Location = new System.Drawing.Point(0, 463);
this.hScrollBar.Name = "hScrollBar";
this.hScrollBar.Size = new System.Drawing.Size(640, 17);
this.hScrollBar.TabIndex = 0;
this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.FSOLY9YLw);
//
// Chart
//
this.AutoScroll = true;
this.Controls.Add(this.hScrollBar);
this.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Name = "Chart";
this.Size = new System.Drawing.Size(640, 480);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.HandleMouseDown);
this.MouseLeave += new System.EventHandler(this.HandleMouseLeave);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.HandleMouseUp);
this.ResumeLayout(false);
}
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplitButton));
this.SplitButtonDropDown = new System.Windows.Forms.ContextMenuStrip(this.components);
this.SplitButtonDemoToolTip = new System.Windows.Forms.ToolTip(this.components);
this.SplitButtonImages = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// SplitButtonDropDown
//
this.SplitButtonDropDown.Name = "SplitButtonDropDown";
this.SplitButtonDropDown.Size = new System.Drawing.Size(189, 76);
this.SplitButtonDropDown.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.SplitButtonDropDown_Closed);
this.SplitButtonDropDown.Opening += new System.ComponentModel.CancelEventHandler(this.SplitButtonDropDown_Opening);
this.SplitButtonDropDown.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SplitButtonDropDown_ItemClicked);
//
// SplitButtonImages
//
this.SplitButtonImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SplitButtonImages.ImageStream")));
this.SplitButtonImages.TransparentColor = System.Drawing.Color.Transparent;
this.SplitButtonImages.Images.SetKeyName(0, "Normal");
this.SplitButtonImages.Images.SetKeyName(1, "Hover");
this.SplitButtonImages.Images.SetKeyName(2, "Clicked");
this.SplitButtonImages.Images.SetKeyName(3, "Disabled");
//
// SplitButton
//
this.ContextMenuStrip = this.SplitButtonDropDown;
this.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ImageKey = "Normal";
this.ImageList = this.SplitButtonImages;
this.ResumeLayout(false);
}
示例7: 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();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.listView1 = new System.Windows.Forms.ListView();
this.button1 = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.listView1);
this.groupBox1.Location = new System.Drawing.Point(30, 26);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(406, 199);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "双击选择服务";
//
// listView1
//
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.Location = new System.Drawing.Point(3, 21);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(400, 175);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.List;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
//
// button1
//
this.button1.Location = new System.Drawing.Point(358, 241);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "取消";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// toolTip1
//
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
//
// ServiceSelector
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 306);
this.ControlBox = false;
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "ServiceSelector";
this.Text = "ServiceSelector";
this.Load += new System.EventHandler(this.ServiceSelector_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlPartList));
this.contextMenuPart = new System.Windows.Forms.ContextMenuStrip(this.components);
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolTipNamespace = new System.Windows.Forms.ToolTip(this.components);
this.labelDataSource = new System.Windows.Forms.Label();
this.comboBoxPartList = new System.Windows.Forms.ComboBox();
this.contextMenuPart.SuspendLayout();
this.SuspendLayout();
//
// contextMenuPart
//
resources.ApplyResources(this.contextMenuPart, "contextMenuPart");
this.contextMenuPart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.renameToolStripMenuItem,
this.deleteToolStripMenuItem});
this.contextMenuPart.Name = "contextMenuPart";
this.contextMenuPart.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuPart_Opening);
//
// renameToolStripMenuItem
//
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
resources.ApplyResources(this.renameToolStripMenuItem, "renameToolStripMenuItem");
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// labelDataSource
//
resources.ApplyResources(this.labelDataSource, "labelDataSource");
this.labelDataSource.Name = "labelDataSource";
//
// comboBoxPartList
//
resources.ApplyResources(this.comboBoxPartList, "comboBoxPartList");
this.comboBoxPartList.ContextMenuStrip = this.contextMenuPart;
this.comboBoxPartList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxPartList.FormattingEnabled = true;
this.comboBoxPartList.Name = "comboBoxPartList";
this.comboBoxPartList.SelectedIndexChanged += new System.EventHandler(this.comboBoxPartList_SelectedIndexChanged);
this.comboBoxPartList.MouseHover += new System.EventHandler(this.comboBoxPartList_MouseHover);
//
// ControlPartList
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.comboBoxPartList);
this.Controls.Add(this.labelDataSource);
this.Name = "ControlPartList";
this.contextMenuPart.ResumeLayout(false);
this.ResumeLayout(false);
}
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.ErrorMsgTip = new System.Windows.Forms.ToolTip(this.components);
this.creds = new kwm.Credentials();
this.SuspendLayout();
//
// Banner
//
this.Banner.Size = new System.Drawing.Size(432, 35);
this.Banner.Subtitle = "";
this.Banner.Title = "Sign-in with your Teambox account";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(19, 68);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(390, 20);
this.label1.TabIndex = 16;
this.label1.Text = "Sign in using your existing account informations";
//
// ErrorMsgTip
//
this.ErrorMsgTip.IsBalloon = true;
this.ErrorMsgTip.ToolTipTitle = "Error";
//
// creds
//
this.creds.KpsAddress = "tbsos01.teambox.co";
this.creds.Location = new System.Drawing.Point(79, 108);
this.creds.Name = "creds";
this.creds.Password = "";
this.creds.SigninMode = true;
this.creds.Size = new System.Drawing.Size(279, 106);
this.creds.TabIndex = 17;
this.creds.UserName = "";
this.creds.OnCredFieldChange += new System.EventHandler<System.EventArgs>(this.creds_OnCredFieldChange);
//
// ConfigKPPSignIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.creds);
this.Controls.Add(this.label1);
this.Name = "ConfigKPPSignIn";
this.Size = new System.Drawing.Size(432, 303);
this.WizardNext += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPSignIn_WizardNext);
this.SetActive += new System.ComponentModel.CancelEventHandler(this.ConfigKPPSignIn_SetActive);
this.Controls.SetChildIndex(this.Banner, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.creds, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
示例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(LLFormDoc));
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.miCLose = new System.Windows.Forms.ToolStripMenuItem();
this.miCloseAll = new System.Windows.Forms.ToolStripMenuItem();
this.miCloseAllButThis = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miCLose,
this.miCloseAll,
this.miCloseAllButThis});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(143, 70);
//
// miCLose
//
this.miCLose.Name = "miCLose";
this.miCLose.Size = new System.Drawing.Size(142, 22);
this.miCLose.Text = "�ر�";
this.miCLose.ToolTipText = "�رյ�ǰ����";
this.miCLose.Click += new System.EventHandler(this.miCLose_Click);
//
// miCloseAll
//
this.miCloseAll.Name = "miCloseAll";
this.miCloseAll.Size = new System.Drawing.Size(142, 22);
this.miCloseAll.Text = "�ر�����";
this.miCloseAll.ToolTipText = "�ر����д���";
this.miCloseAll.Click += new System.EventHandler(this.miCloseAll_Click);
//
// miCloseAllButThis
//
this.miCloseAllButThis.Name = "miCloseAllButThis";
this.miCloseAllButThis.Size = new System.Drawing.Size(142, 22);
this.miCloseAllButThis.Text = "�رմ�������";
this.miCloseAllButThis.ToolTipText = "�رճ��˴���������д���";
this.miCloseAllButThis.Click += new System.EventHandler(this.miCloseAllButThis_Click);
//
// FormAJDoc
//
this.ClientSize = new System.Drawing.Size(448, 393);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormAJDoc";
this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.TabPageContextMenuStrip = this.contextMenuStrip1;
this.Load += new System.EventHandler(this.LLFormDoc_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
示例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();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.ckBxSequential = new System.Windows.Forms.CheckBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(49, 2);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(132, 24);
this.comboBox1.TabIndex = 0;
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Location = new System.Drawing.Point(4, 0);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 28);
this.label1.TabIndex = 1;
this.label1.Text = "0";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// ckBxSequential
//
this.ckBxSequential.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ckBxSequential.AutoSize = true;
this.ckBxSequential.Location = new System.Drawing.Point(195, 5);
this.ckBxSequential.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ckBxSequential.Name = "ckBxSequential";
this.ckBxSequential.Size = new System.Drawing.Size(97, 21);
this.ckBxSequential.TabIndex = 2;
this.ckBxSequential.Text = "Sequential";
this.ckBxSequential.UseVisualStyleBackColor = true;
//
// DataTypeCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ckBxSequential);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "DataTypeCtrl";
this.Size = new System.Drawing.Size(296, 33);
this.ResumeLayout(false);
this.PerformLayout();
}
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// TimeLabel
//
this.Size = new System.Drawing.Size(40, 19);
this.ResumeLayout(false);
}
示例13: InitializeComponent
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.anglePicture = new System.Windows.Forms.PictureBox();
this.opacityTrack = new System.Windows.Forms.TrackBar();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.anglePicture)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.opacityTrack)).BeginInit();
this.SuspendLayout();
//
// anglePicture
//
this.anglePicture.Location = new System.Drawing.Point(0, 0);
this.anglePicture.Name = "anglePicture";
this.anglePicture.Size = new System.Drawing.Size(128, 128);
this.anglePicture.TabIndex = 0;
this.anglePicture.TabStop = false;
//
// opacityTrack
//
this.opacityTrack.AutoSize = false;
this.opacityTrack.Location = new System.Drawing.Point(56, 152);
this.opacityTrack.Margin = new System.Windows.Forms.Padding(1);
this.opacityTrack.Maximum = 100;
this.opacityTrack.Minimum = 30;
this.opacityTrack.Name = "opacityTrack";
this.opacityTrack.Size = new System.Drawing.Size(64, 16);
this.opacityTrack.TabIndex = 1;
this.opacityTrack.TickFrequency = 10;
this.toolTip.SetToolTip(this.opacityTrack, "ウィンドウの透明度を指定します。");
this.opacityTrack.Value = 30;
this.opacityTrack.ValueChanged += new System.EventHandler(this.opacityTrack_ValueChanged);
//
// AngleForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(248, 281);
this.ControlBox = false;
this.Controls.Add(this.opacityTrack);
this.Controls.Add(this.anglePicture);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AngleForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Angle";
((System.ComponentModel.ISupportInitialize)(this.anglePicture)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.opacityTrack)).EndInit();
this.ResumeLayout(false);
}
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.coordinates_ = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// WinFormsPlotSurface2D
//
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.DoubleBuffered = true;
this.Name = "WinFormsPlotSurface2D";
this.Size = new System.Drawing.Size(328, 272);
this.ResumeLayout(false);
}
示例15: 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(ConditionList));
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// ConditionList
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Name = "ConditionList";
this.ResumeLayout(false);
}