151 lines
7.4 KiB
C#
151 lines
7.4 KiB
C#
namespace WCS
|
|
{
|
|
partial class Form_SysSettings
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
|
|
DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
|
|
DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
|
|
DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
|
|
DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
|
|
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
|
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
this.groupControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(6, 46);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "多任务间隔:";
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.trackBarControl1);
|
|
this.groupControl1.Controls.Add(this.labelControl1);
|
|
this.groupControl1.Location = new System.Drawing.Point(331, 12);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(297, 196);
|
|
this.groupControl1.TabIndex = 1;
|
|
this.groupControl1.Text = "任务设置";
|
|
//
|
|
// trackBarControl1
|
|
//
|
|
this.trackBarControl1.EditValue = 30;
|
|
this.trackBarControl1.Location = new System.Drawing.Point(84, 26);
|
|
this.trackBarControl1.Name = "trackBarControl1";
|
|
this.trackBarControl1.Properties.LabelAppearance.Options.UseTextOptions = true;
|
|
this.trackBarControl1.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
trackBarLabel1.Label = "极快";
|
|
trackBarLabel1.Value = 10;
|
|
trackBarLabel2.Label = "快";
|
|
trackBarLabel2.Value = 20;
|
|
trackBarLabel3.Label = "中";
|
|
trackBarLabel3.Value = 30;
|
|
trackBarLabel4.Label = "慢";
|
|
trackBarLabel4.Value = 40;
|
|
trackBarLabel5.Label = "极慢";
|
|
trackBarLabel5.Value = 50;
|
|
this.trackBarControl1.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
|
|
trackBarLabel1,
|
|
trackBarLabel2,
|
|
trackBarLabel3,
|
|
trackBarLabel4,
|
|
trackBarLabel5});
|
|
this.trackBarControl1.Properties.Maximum = 50;
|
|
this.trackBarControl1.Properties.Minimum = 10;
|
|
this.trackBarControl1.Properties.ShowLabels = true;
|
|
this.trackBarControl1.Properties.TickFrequency = 10;
|
|
this.trackBarControl1.Size = new System.Drawing.Size(208, 73);
|
|
this.trackBarControl1.TabIndex = 1;
|
|
this.trackBarControl1.TabStop = false;
|
|
this.trackBarControl1.Value = 30;
|
|
//
|
|
// groupControl2
|
|
//
|
|
this.groupControl2.Controls.Add(this.checkEdit1);
|
|
this.groupControl2.Location = new System.Drawing.Point(12, 12);
|
|
this.groupControl2.Name = "groupControl2";
|
|
this.groupControl2.Size = new System.Drawing.Size(307, 196);
|
|
this.groupControl2.TabIndex = 2;
|
|
this.groupControl2.Text = "启动设置";
|
|
//
|
|
// checkEdit1
|
|
//
|
|
this.checkEdit1.Location = new System.Drawing.Point(22, 40);
|
|
this.checkEdit1.Name = "checkEdit1";
|
|
this.checkEdit1.Properties.Caption = "系统启动时自动联机";
|
|
this.checkEdit1.Size = new System.Drawing.Size(137, 19);
|
|
this.checkEdit1.TabIndex = 0;
|
|
//
|
|
// Form_SysSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(640, 476);
|
|
this.Controls.Add(this.groupControl2);
|
|
this.Controls.Add(this.groupControl1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form_SysSettings";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "系统设置";
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
this.groupControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
|
this.groupControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraEditors.TrackBarControl trackBarControl1;
|
|
private DevExpress.XtraEditors.GroupControl groupControl2;
|
|
private DevExpress.XtraEditors.CheckEdit checkEdit1;
|
|
}
|
|
} |