📄 form1.designer.cs
字号:
this.buttonX4.TabIndex = 0;
this.buttonX4.Text = "选择";
//
// btnChat
//
this.btnChat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChat.Enabled = false;
this.btnChat.Location = new System.Drawing.Point(12, 121);
this.btnChat.Name = "btnChat";
this.btnChat.Size = new System.Drawing.Size(75, 23);
this.btnChat.TabIndex = 3;
this.btnChat.Text = "开始语聊";
this.btnChat.Tooltip = "启动语音聊天";
this.btnChat.Click += new System.EventHandler(this.btnChat_Click);
//
// groupPanel1
//
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.btnSubmit);
this.groupPanel1.Controls.Add(this.comboIP);
this.groupPanel1.Controls.Add(this.btnSelect);
this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanel1.Location = new System.Drawing.Point(0, 0);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(300, 115);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerTypeBottomLeft = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.CornerTypeBottomRight = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.CornerTypeTopLeft = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.None;
this.groupPanel1.TabIndex = 4;
this.groupPanel1.Text = "选择语聊对象";
//
// btnSubmit
//
this.btnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnSubmit.Location = new System.Drawing.Point(147, 52);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(55, 23);
this.btnSubmit.TabIndex = 3;
this.btnSubmit.Text = "确定";
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// comboIP
//
this.comboIP.DisplayMember = "Text";
this.comboIP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboIP.FormattingEnabled = true;
this.comboIP.ItemHeight = 15;
this.comboIP.Location = new System.Drawing.Point(106, 21);
this.comboIP.Name = "comboIP";
this.comboIP.Size = new System.Drawing.Size(171, 21);
this.comboIP.TabIndex = 2;
//
// btnSelect
//
this.btnSelect.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSelect.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnSelect.Location = new System.Drawing.Point(9, 21);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(91, 21);
this.btnSelect.TabIndex = 0;
this.btnSelect.Text = "选择聊天对象";
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// lblStatus
//
this.lblStatus.ForeColor = System.Drawing.Color.MidnightBlue;
this.lblStatus.Location = new System.Drawing.Point(93, 121);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(207, 23);
this.lblStatus.TabIndex = 5;
this.lblStatus.Text = "等待连接...";
this.lblStatus.TextChanged += new System.EventHandler(this.lblStatus_TextChanged);
//
// timer1
//
this.timer1.Interval = 500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Voice
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomLeftCornerSize = 8;
this.BottomRightCornerSize = 0;
this.ClientSize = new System.Drawing.Size(300, 154);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.groupPanel1);
this.Controls.Add(this.btnChat);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Voice";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "语音聊天";
this.TopLeftCornerSize = 0;
this.TopRightCornerSize = 8;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Voice_FormClosing);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Voice_MouseMove);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Voice_MouseDown);
this.Load += new System.EventHandler(this.Voice_Load);
this.groupPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.GalleryContainer galleryContainer2;
private DevComponents.DotNetBar.LabelItem labelItem1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.GalleryContainer galleryContainer3;
private DevComponents.DotNetBar.LabelItem labelItem2;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx2;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX btnChat;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.ButtonX btnSubmit;
private DevComponents.DotNetBar.ButtonX btnSelect;
private DevComponents.DotNetBar.LabelX lblStatus;
private System.Windows.Forms.Timer timer1;
public DevComponents.DotNetBar.Controls.ComboBoxEx comboIP;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -