本文整理汇总了C#中System.Windows.Forms.LinkLabel类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.LinkLabel类的具体用法?C# System.Windows.Forms.LinkLabel怎么用?C# System.Windows.Forms.LinkLabel使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.LinkLabel类属于命名空间,在下文中一共展示了System.Windows.Forms.LinkLabel类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
private void InitializeComponent()
{
this._nameLabel = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// _nameLabel
//
this._nameLabel.Dock = System.Windows.Forms.DockStyle.Top;
this._nameLabel.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular);
this._nameLabel.ForeColor = System.Drawing.Color.Black;
this._nameLabel.Location = new System.Drawing.Point(0, 0);
this._nameLabel.Name = "_nameLabel";
this._nameLabel.Size = new System.Drawing.Size(200, 28);
this._nameLabel.TabIndex = 0;
this._nameLabel.TabStop = false;
this._nameLabel.Text = "linkLabel1";
this._nameLabel.Click += new System.EventHandler(this.LabelClick);
//
// PriceListListBoxItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this._nameLabel);
this.Name = "PriceListListBoxItem";
this.Size = new System.Drawing.Size(200, 29);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.ListBoxItemPaint);
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
this.buttonOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// buttonOK
//
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(100, 79);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "&OK";
this.buttonOK.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(79, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(128, 26);
this.label1.TabIndex = 2;
this.label1.Text = "Trace Spy V2.3\r\nWritten by Simon Mourier.";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(78, 47);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(131, 13);
this.linkLabel1.TabIndex = 3;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://www.softfluent.com";
//
// About
//
this.AcceptButton = this.buttonOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonOK;
this.ClientSize = new System.Drawing.Size(287, 114);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About Trace Spy";
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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::GoogleResults.Properties.Resources.seoze;
this.pictureBox1.Location = new System.Drawing.Point(71, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(301, 92);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.linkLabel1.Location = new System.Drawing.Point(335, 116);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(37, 13);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "Seoze";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Navy;
this.label1.Location = new System.Drawing.Point(68, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(271, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Just a little application to watch your google postions by ";
//
// frmAbout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.GreenYellow;
this.ClientSize = new System.Drawing.Size(434, 142);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.ForeColor = System.Drawing.Color.Khaki;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About Google Results Watcher";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.prop_name = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 13);
this.label1.TabIndex = 0;
this.label1.Text = "&Property Name:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 1;
this.label2.Text = "&Value:";
//
// prop_name
//
this.prop_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.prop_name.Location = new System.Drawing.Point(130, 21);
this.prop_name.Name = "prop_name";
this.prop_name.Size = new System.Drawing.Size(1057, 20);
this.prop_name.TabIndex = 2;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(127, 67);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(113, 13);
this.linkLabel1.TabIndex = 3;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "Open reference object";
//
// panelAMFReference
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.prop_name);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "panelAMFReference";
this.Size = new System.Drawing.Size(1201, 627);
this.ResumeLayout(false);
this.PerformLayout();
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.uxMessagesListBox = new System.Windows.Forms.ListBox();
this.uxUpdateLinkLabel = new System.Windows.Forms.LinkLabel();
this.uxCheckerBackgroundWorker = new System.ComponentModel.BackgroundWorker();
this.uxUpdateBackgroundWorker = new System.ComponentModel.BackgroundWorker();
this.SuspendLayout();
//
// uxMessagesListBox
//
this.uxMessagesListBox.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.uxMessagesListBox.FormattingEnabled = true;
this.uxMessagesListBox.Location = new System.Drawing.Point(5, 6);
this.uxMessagesListBox.Name = "uxMessagesListBox";
this.uxMessagesListBox.Size = new System.Drawing.Size(238, 160);
this.uxMessagesListBox.TabIndex = 0;
//
// uxUpdateLinkLabel
//
this.uxUpdateLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.uxUpdateLinkLabel.AutoSize = true;
this.uxUpdateLinkLabel.Enabled = false;
this.uxUpdateLinkLabel.Location = new System.Drawing.Point(121, 172);
this.uxUpdateLinkLabel.Name = "uxUpdateLinkLabel";
this.uxUpdateLinkLabel.Size = new System.Drawing.Size(42, 13);
this.uxUpdateLinkLabel.TabIndex = 1;
this.uxUpdateLinkLabel.TabStop = true;
this.uxUpdateLinkLabel.Text = "Update";
this.uxUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.uxUpdateLinkLabel_LinkClicked);
//
// uxCheckerBackgroundWorker
//
this.uxCheckerBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.uxCheckerBackgroundWorker_DoWork);
this.uxCheckerBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.uxCheckerBackgroundWorker_RunWorkerCompleted);
//
// uxUpdateBackgroundWorker
//
this.uxUpdateBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.uxUpdateBackgroundWorker_DoWork);
this.uxUpdateBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.uxUpdateBackgroundWorker_RunWorkerCompleted);
//
// UpdateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(247, 190);
this.Controls.Add(this.uxUpdateLinkLabel);
this.Controls.Add(this.uxMessagesListBox);
this.Name = "UpdateForm";
this.Text = "Update";
this.Load += new System.EventHandler(this.UpdateForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
示例6: 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(frmFeaturesTutorial));
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.cbShow = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
this.linkLabel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.linkLabel1.Location = new System.Drawing.Point(354, 513);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(297, 16);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "https://www.youtube.com/watch?v=AjG09RGgHvw";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// cbShow
//
this.cbShow.AutoSize = true;
this.cbShow.BackColor = System.Drawing.Color.Transparent;
this.cbShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.cbShow.Location = new System.Drawing.Point(55, 545);
this.cbShow.Name = "cbShow";
this.cbShow.Size = new System.Drawing.Size(15, 14);
this.cbShow.TabIndex = 3;
this.cbShow.UseVisualStyleBackColor = false;
this.cbShow.CheckedChanged += new System.EventHandler(this.cbShow_CheckedChanged);
//
// frmFeaturesTutorial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::RH.HeadShop.Properties.Resources.TutStyle;
this.ClientSize = new System.Drawing.Size(722, 572);
this.Controls.Add(this.cbShow);
this.Controls.Add(this.linkLabel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmFeaturesTutorial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "HeadShop";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStartTutorial_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.Button _okButton;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SP1RequiredForm));
System.Windows.Forms.LinkLabel _linkLabel;
this._messageLabel = new System.Windows.Forms.Label();
_okButton = new System.Windows.Forms.Button();
_linkLabel = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// _okButton
//
_okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
resources.ApplyResources(_okButton, "_okButton");
_okButton.Name = "_okButton";
_okButton.UseVisualStyleBackColor = true;
//
// _linkLabel
//
resources.ApplyResources(_linkLabel, "_linkLabel");
_linkLabel.Name = "_linkLabel";
_linkLabel.TabStop = true;
_linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkClicked);
//
// _messageLabel
//
resources.ApplyResources(this._messageLabel, "_messageLabel");
this._messageLabel.Name = "_messageLabel";
//
// SP1RequiredForm
//
this.AcceptButton = _okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = _okButton;
this.Controls.Add(_linkLabel);
this.Controls.Add(this._messageLabel);
this.Controls.Add(_okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SP1RequiredForm";
this.ShowIcon = false;
this.ResumeLayout(false);
this.PerformLayout();
}
示例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.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.userControl11 = new WindowsFormsApplication1.UserControl1();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// linkLabel1
//
this.linkLabel1.Location = new System.Drawing.Point(33, 67);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(217, 43);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "This is an example how to route events from User Form to parent form";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// userControl11
//
this.userControl11.Location = new System.Drawing.Point(24, 22);
this.userControl11.Name = "userControl11";
this.userControl11.Size = new System.Drawing.Size(234, 197);
this.userControl11.TabIndex = 0;
//
// label1
//
this.label1.Location = new System.Drawing.Point(43, 176);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(197, 35);
this.label1.TabIndex = 3;
this.label1.Text = "You can drag an instance of the User Control from the toolbox";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(282, 266);
this.Controls.Add(this.label1);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.userControl11);
this.Name = "Form1";
this.Text = "Form1";
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.linkMore = new System.Windows.Forms.LinkLabel();
this.lblColors = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// linkMore
//
this.linkMore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkMore.AutoSize = true;
this.linkMore.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
this.linkMore.Location = new System.Drawing.Point(2, 213);
this.linkMore.Name = "linkMore";
this.linkMore.Size = new System.Drawing.Size(40, 13);
this.linkMore.TabIndex = 4;
this.linkMore.TabStop = true;
this.linkMore.Text = "More...";
this.linkMore.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkMore_LinkClicked);
//
// lblColors
//
this.lblColors.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.lblColors.Location = new System.Drawing.Point(0, 0);
this.lblColors.Name = "lblColors";
this.lblColors.Size = new System.Drawing.Size(210, 201);
this.lblColors.TabIndex = 5;
this.lblColors.Paint += new System.Windows.Forms.PaintEventHandler(this.lblColors_Paint);
this.lblColors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblColors_MouseClick);
this.lblColors.MouseLeave += new System.EventHandler(this.lblColors_MouseLeave);
this.lblColors.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblColors_MouseMove);
//
// EasyColorPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblColors);
this.Controls.Add(this.linkMore);
this.Name = "EasyColorPicker";
this.Size = new System.Drawing.Size(210, 232);
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(FrmDeviceDetail));
this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
this.label3 = new System.Windows.Forms.Label();
this.txtID = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cmbDeviceType = new System.Windows.Forms.ComboBox();
this.cmbBus = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.txtAddress = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
this.label5 = new System.Windows.Forms.Label();
this.txtDivision = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
this.lnkDisivion = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(300, 175);
this.btnClose.TabIndex = 5;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(191, 175);
this.btnOk.TabIndex = 4;
//
// txtName
//
this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtName.Location = new System.Drawing.Point(66, 53);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(311, 21);
this.txtName.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(34, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 41;
this.label3.Text = "名称";
//
// txtID
//
this.txtID.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtID.Location = new System.Drawing.Point(66, 20);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(311, 21);
this.txtID.TabIndex = 43;
this.txtID.Text = "自动创建";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 44;
this.label1.Text = "编号";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 128);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 49;
this.label2.Text = "设备类型";
//
// cmbDeviceType
//
this.cmbDeviceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDeviceType.FormattingEnabled = true;
this.cmbDeviceType.Items.AddRange(new object[] {
"",
"智能电表",
"智能水表"});
this.cmbDeviceType.Location = new System.Drawing.Point(66, 124);
this.cmbDeviceType.Name = "cmbDeviceType";
this.cmbDeviceType.Size = new System.Drawing.Size(121, 20);
this.cmbDeviceType.TabIndex = 50;
//
// cmbBus
//
this.cmbBus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBus.FormattingEnabled = true;
this.cmbBus.Location = new System.Drawing.Point(66, 88);
this.cmbBus.Name = "cmbBus";
this.cmbBus.Size = new System.Drawing.Size(121, 20);
this.cmbBus.TabIndex = 51;
//
// label4
//
//.........这里部分代码省略.........
示例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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.forF = new System.Windows.Forms.NumericUpDown();
this.forM = new System.Windows.Forms.NumericUpDown();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.forB = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.forF)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.forM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.forB)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(158, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Сколько рублей за контракт?";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 88);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(179, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Какой процент от суммы сделки?";
//
// forF
//
this.forF.DecimalPlaces = 4;
this.forF.Location = new System.Drawing.Point(17, 64);
this.forF.Name = "forF";
this.forF.Size = new System.Drawing.Size(120, 20);
this.forF.TabIndex = 3;
//
// forM
//
this.forM.DecimalPlaces = 4;
this.forM.Increment = new decimal(new int[] {
1,
0,
0,
262144});
this.forM.Location = new System.Drawing.Point(17, 104);
this.forM.Name = "forM";
this.forM.Size = new System.Drawing.Size(120, 20);
this.forM.TabIndex = 4;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(14, 127);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(115, 13);
this.linkLabel1.TabIndex = 5;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://OpenWealth.ru/";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// forB
//
this.forB.DecimalPlaces = 4;
this.forB.Location = new System.Drawing.Point(17, 22);
this.forB.Name = "forB";
this.forB.Size = new System.Drawing.Size(120, 20);
this.forB.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(147, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Сколько рублей за сделку?";
//
// CommissionUserControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.forB);
this.Controls.Add(this.label3);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.forM);
this.Controls.Add(this.forF);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "CommissionUserControl";
this.Size = new System.Drawing.Size(271, 148);
((System.ComponentModel.ISupportInitialize)(this.forF)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.forM)).EndInit();
//.........这里部分代码省略.........
示例12: InitializeComponent
//.........这里部分代码省略.........
this.groupBox25 = new System.Windows.Forms.GroupBox();
this.VehicleSplashFFBox = new System.Windows.Forms.TextBox();
this.VehicleSplashFFBar = new System.Windows.Forms.TrackBar();
this.groupBox24 = new System.Windows.Forms.GroupBox();
this.SoldierSplashFFBox = new System.Windows.Forms.TextBox();
this.SoldierSplashFFBar = new System.Windows.Forms.TrackBar();
this.groupBox23 = new System.Windows.Forms.GroupBox();
this.VehicleFFBox = new System.Windows.Forms.TextBox();
this.VehicleFFBar = new System.Windows.Forms.TrackBar();
this.groupBox22 = new System.Windows.Forms.GroupBox();
this.SoldierFFBox = new System.Windows.Forms.TextBox();
this.SoldierFFBar = new System.Windows.Forms.TrackBar();
this.Cancel = new System.Windows.Forms.Button();
this.SaveButton = new System.Windows.Forms.Button();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.RadioBlockTimeBox = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.RadioBlockTimeBar = new System.Windows.Forms.TrackBar();
this.RadioMaxSpamBox = new System.Windows.Forms.NumericUpDown();
this.RadioSpamIntBox = new System.Windows.Forms.NumericUpDown();
this.label24 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.AllowNoseCam = new System.Windows.Forms.CheckBox();
this.HitIndicatorEnabled = new System.Windows.Forms.CheckBox();
this.AllowExtViews = new System.Windows.Forms.CheckBox();
this.AllowFreeCam = new System.Windows.Forms.CheckBox();
this.AllowNATNagotiation = new System.Windows.Forms.CheckBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox26 = new System.Windows.Forms.GroupBox();
this.InfoLink = new System.Windows.Forms.LinkLabel();
this.groupBox31 = new System.Windows.Forms.GroupBox();
this.BotCountBar1 = new System.Windows.Forms.TrackBar();
this.BotCountBox1 = new System.Windows.Forms.TextBox();
this.groupBox32 = new System.Windows.Forms.GroupBox();
this.BotCountBar2 = new System.Windows.Forms.TrackBar();
this.BotCountBox2 = new System.Windows.Forms.TextBox();
this.ForceBotCount = new System.Windows.Forms.CheckBox();
this.groupBox29 = new System.Windows.Forms.GroupBox();
this.BotCountBar = new System.Windows.Forms.TrackBar();
this.BotCountBox = new System.Windows.Forms.TextBox();
this.groupBox28 = new System.Windows.Forms.GroupBox();
this.BotRatioBox = new System.Windows.Forms.TextBox();
this.BotRatioBar = new System.Windows.Forms.TrackBar();
this.groupBox27 = new System.Windows.Forms.GroupBox();
this.BotDifficultyBox = new System.Windows.Forms.TextBox();
this.BotDifficultyBar = new System.Windows.Forms.TrackBar();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.PlayersVotingBox = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.PlayersVotingBar = new System.Windows.Forms.TrackBar();
this.VoteTimeBox = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.VoteTimeBar = new System.Windows.Forms.TrackBar();
this.EnableTeamVotingBox = new System.Windows.Forms.CheckBox();
this.EnableVotingBox = new System.Windows.Forms.CheckBox();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.groupBox30 = new System.Windows.Forms.GroupBox();
this.SLogoUrlBox = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.CLogoUrlBox = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
示例13: 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();
DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView();
DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel();
DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralExpiryChart));
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.dtFrom = new CalendarLib.DateTimePickerEx();
this.dtTo = new CalendarLib.DateTimePickerEx();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
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.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.linkLabel11 = new System.Windows.Forms.LinkLabel();
this.linkLabel12 = new System.Windows.Forms.LinkLabel();
this.linkLabel13 = new System.Windows.Forms.LinkLabel();
this.linkLabel14 = new System.Windows.Forms.LinkLabel();
this.linkLabel15 = new System.Windows.Forms.LinkLabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label44 = new System.Windows.Forms.Label();
this.label45 = new System.Windows.Forms.Label();
this.label46 = new System.Windows.Forms.Label();
this.label47 = new System.Windows.Forms.Label();
this.label48 = new System.Windows.Forms.Label();
this.label49 = new System.Windows.Forms.Label();
this.label50 = new System.Windows.Forms.Label();
this.label51 = new System.Windows.Forms.Label();
this.chartPie = new DevExpress.XtraCharts.ChartControl();
this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.lkCategory = new DevExpress.XtraEditors.LookUpEdit();
this.label1 = new System.Windows.Forms.Label();
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.dtDate = new CalendarLib.DateTimePickerEx();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.printDoc = new System.Drawing.Printing.PrintDocument();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lstExpStatus = new PrintableListView.PrintableListView();
this.StockCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit();
((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lkCategory.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
//.........这里部分代码省略.........
开发者ID:USAID-DELIVER-PROJECT,项目名称:ethiopia-hcmis-facility,代码行数:101,代码来源:GeneralExpiryChart.designer.cs
示例14: InitializeComponent
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.mnuQuit = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHeaderInfo = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWZCompare = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSaveXML = new System.Windows.Forms.ToolStripMenuItem();
this.mnuLoadXML = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExtract = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuSettings = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCloseRender = new System.Windows.Forms.ToolStripMenuItem();
this.treeView1 = new System.Windows.Forms.TreeView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.pnlSound = new System.Windows.Forms.Panel();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.label4 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.btnSaveMp3 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.lstRender = new System.Windows.Forms.ListBox();
this.chkNPC = new System.Windows.Forms.CheckBox();
this.chkMob = new System.Windows.Forms.CheckBox();
this.chkReactor = new System.Windows.Forms.CheckBox();
this.chkPortal = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtType = new System.Windows.Forms.TextBox();
this.pnlPicture = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lblUOL = new System.Windows.Forms.LinkLabel();
this.textBox8 = new System.Windows.Forms.TextBox();
this.renderContainer = new System.Windows.Forms.SplitContainer();
this.picRender = new System.Windows.Forms.PictureBox();
this.cmdCloseRender = new System.Windows.Forms.Button();
this.cmdSaveRender = new System.Windows.Forms.Button();
this.cmdRedrawRender = new System.Windows.Forms.Button();
this.lstRenders = new System.Windows.Forms.ListBox();
this.chkReactorr = new System.Windows.Forms.CheckBox();
this.chkPortalr = new System.Windows.Forms.CheckBox();
this.chkMobr = new System.Windows.Forms.CheckBox();
this.chkNPCr = new System.Windows.Forms.CheckBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.label2 = new System.Windows.Forms.Label();
this.treeView2 = new System.Windows.Forms.TreeView();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.fullExtractPanel = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.extractCount = new System.Windows.Forms.Label();
this.extractBar = new System.Windows.Forms.ProgressBar();
this.extractCancel = new System.Windows.Forms.Button();
this.extractStart = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.pnlSound.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.pnlPicture.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.renderContainer.Panel1.SuspendLayout();
this.renderContainer.Panel2.SuspendLayout();
this.renderContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picRender)).BeginInit();
this.statusStrip1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.fullExtractPanel.SuspendLayout();
this.SuspendLayout();
//
//.........这里部分代码省略.........
示例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(Help));
this.helpTabs = new System.Windows.Forms.TabControl();
this.tabHowToPlay = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.tabSolvingTips = new System.Windows.Forms.TabPage();
this.sudokuLink = new System.Windows.Forms.LinkLabel();
this.lblSolvingTips = new System.Windows.Forms.Label();
this.tabAbout = new System.Windows.Forms.TabPage();
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.labelProductName = new System.Windows.Forms.Label();
this.labelVersion = new System.Windows.Forms.Label();
this.labelCopyright = new System.Windows.Forms.Label();
this.labelCompanyName = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.helpTabs.SuspendLayout();
this.tabHowToPlay.SuspendLayout();
this.tabSolvingTips.SuspendLayout();
this.tabAbout.SuspendLayout();
this.tableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// helpTabs
//
this.helpTabs.Controls.Add(this.tabHowToPlay);
this.helpTabs.Controls.Add(this.tabSolvingTips);
this.helpTabs.Controls.Add(this.tabAbout);
this.helpTabs.Location = new System.Drawing.Point(0, 0);
this.helpTabs.Name = "helpTabs";
this.helpTabs.SelectedIndex = 0;
this.helpTabs.Size = new System.Drawing.Size(371, 352);
this.helpTabs.TabIndex = 0;
//
// tabHowToPlay
//
this.tabHowToPlay.Controls.Add(this.label1);
this.tabHowToPlay.Location = new System.Drawing.Point(4, 22);
this.tabHowToPlay.Name = "tabHowToPlay";
this.tabHowToPlay.Padding = new System.Windows.Forms.Padding(3);
this.tabHowToPlay.Size = new System.Drawing.Size(363, 326);
this.tabHowToPlay.TabIndex = 0;
this.tabHowToPlay.Text = "How To Play Sudoku";
this.tabHowToPlay.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 8);
this.label1.MaximumSize = new System.Drawing.Size(350, 350);
this.label1.MinimumSize = new System.Drawing.Size(350, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(350, 299);
this.label1.TabIndex = 0;
this.label1.Text = resources.GetString("label1.Text");
//
// tabSolvingTips
//
this.tabSolvingTips.Controls.Add(this.sudokuLink);
this.tabSolvingTips.Controls.Add(this.lblSolvingTips);
this.tabSolvingTips.Location = new System.Drawing.Point(4, 22);
this.tabSolvingTips.Name = "tabSolvingTips";
this.tabSolvingTips.Padding = new System.Windows.Forms.Padding(3);
this.tabSolvingTips.Size = new System.Drawing.Size(363, 326);
this.tabSolvingTips.TabIndex = 1;
this.tabSolvingTips.Text = "Solving Tips";
this.tabSolvingTips.UseVisualStyleBackColor = true;
//
// sudokuLink
//
this.sudokuLink.AutoSize = true;
this.sudokuLink.Cursor = System.Windows.Forms.Cursors.Hand;
this.sudokuLink.LinkArea = new System.Windows.Forms.LinkArea(28, 26);
this.sudokuLink.Location = new System.Drawing.Point(7, 150);
this.sudokuLink.Name = "sudokuLink";
this.sudokuLink.Size = new System.Drawing.Size(284, 17);
this.sudokuLink.TabIndex = 5;
this.sudokuLink.TabStop = true;
this.sudokuLink.Text = "For more information, visit Wikipedia\'s page on Sudoku.";
this.sudokuLink.UseCompatibleTextRendering = true;
//
// lblSolvingTips
//
this.lblSolvingTips.AutoEllipsis = true;
this.lblSolvingTips.AutoSize = true;
this.lblSolvingTips.Location = new System.Drawing.Point(5, 8);
this.lblSolvingTips.MaximumSize = new System.Drawing.Size(355, 355);
this.lblSolvingTips.Name = "lblSolvingTips";
this.lblSolvingTips.Size = new System.Drawing.Size(354, 130);
this.lblSolvingTips.TabIndex = 4;
this.lblSolvingTips.Text = resources.GetString("lblSolvingTips.Text");
//
// tabAbout
//
this.tabAbout.Controls.Add(this.tableLayoutPanel);
this.tabAbout.Location = new System.Drawing.Point(4, 22);
//.........这里部分代码省略.........