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

C# Forms.LinkLabel类代码示例

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

本文整理汇总了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类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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);
 }
开发者ID:galievruslan,项目名称:mss-mobile,代码行数:29,代码来源:PriceListListBoxItem.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 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();
 }
开发者ID:Phrohdoh,项目名称:TraceSpy,代码行数:63,代码来源:About.designer.cs


示例3: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
 }
开发者ID:serdarb,项目名称:Google-Results,代码行数:62,代码来源:frmAbout.designer.cs


示例4: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
 }
开发者ID:nomilogic,项目名称:fdplugins,代码行数:62,代码来源:panelAMF3Reference.designer.cs


示例5: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
 }
开发者ID:patware,项目名称:QuickyCodeGen,代码行数:59,代码来源:UpdateForm.designer.cs


示例6: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
 }
开发者ID:reward-hunters,项目名称:PrintAhead,代码行数:55,代码来源:frmExportTutorial.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()
		{
			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();

		}
开发者ID:rsdn,项目名称:janus,代码行数:51,代码来源:SP1RequiredForm.Designer.cs


示例8: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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);
 }
开发者ID:rodchar,项目名称:csgen,代码行数:48,代码来源:Form1.designer.cs


示例9: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
 }
开发者ID:uweph,项目名称:EasyTerm,代码行数:48,代码来源:EasyColorPicker.designer.cs


示例10: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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
     //
//.........这里部分代码省略.........
开发者ID:ljh198275823,项目名称:516-ZhinengChaoBiao,代码行数:101,代码来源:FrmDeviceDetail.designer.cs


示例11: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
//.........这里部分代码省略.........
开发者ID:vvsur,项目名称:open-wealth-project,代码行数:101,代码来源:CommissionsUserControl.designer.cs


示例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();
开发者ID:roguesupport,项目名称:ControlCenter,代码行数:67,代码来源:ServerSettingsForm.designer.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()
 {
     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.Ch 

鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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