You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
663 lines
36 KiB
663 lines
36 KiB
namespace ICSSoft.Frame.WatchPanel
|
|
{
|
|
partial class WatchSet
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WatchSet));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cheSSStatus = new System.Windows.Forms.CheckBox();
|
|
this.cheCarPro = new System.Windows.Forms.CheckBox();
|
|
this.cheCarWatchStatus = new System.Windows.Forms.CheckBox();
|
|
this.cheCarStatus = new System.Windows.Forms.CheckBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.cheRight = new DevExpress.XtraEditors.CheckEdit();
|
|
this.btnCarSS = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.btnEquipID = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.btnSS = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.StripMenuAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.StripMenuAlter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.StripMenuExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.内容CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.索引IToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.搜索SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.txtChangeTime = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtAutoBetTime = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.comName = new System.Windows.Forms.ComboBox();
|
|
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cheRight.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnCarSS.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnEquipID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cheSSStatus);
|
|
this.groupBox1.Controls.Add(this.cheCarPro);
|
|
this.groupBox1.Controls.Add(this.cheCarWatchStatus);
|
|
this.groupBox1.Controls.Add(this.cheCarStatus);
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox1.Location = new System.Drawing.Point(2, 86);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(679, 58);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "看板内容";
|
|
//
|
|
// cheSSStatus
|
|
//
|
|
this.cheSSStatus.AutoSize = true;
|
|
this.cheSSStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cheSSStatus.Location = new System.Drawing.Point(412, 25);
|
|
this.cheSSStatus.Name = "cheSSStatus";
|
|
this.cheSSStatus.Size = new System.Drawing.Size(72, 16);
|
|
this.cheSSStatus.TabIndex = 3;
|
|
this.cheSSStatus.Text = "产线情况";
|
|
this.cheSSStatus.UseVisualStyleBackColor = true;
|
|
//
|
|
// cheCarPro
|
|
//
|
|
this.cheCarPro.AutoSize = true;
|
|
this.cheCarPro.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cheCarPro.Location = new System.Drawing.Point(270, 25);
|
|
this.cheCarPro.Name = "cheCarPro";
|
|
this.cheCarPro.Size = new System.Drawing.Size(120, 16);
|
|
this.cheCarPro.TabIndex = 2;
|
|
this.cheCarPro.Text = "车间产量及直通率";
|
|
this.cheCarPro.UseVisualStyleBackColor = true;
|
|
//
|
|
// cheCarWatchStatus
|
|
//
|
|
this.cheCarWatchStatus.AutoSize = true;
|
|
this.cheCarWatchStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cheCarWatchStatus.Location = new System.Drawing.Point(120, 25);
|
|
this.cheCarWatchStatus.Name = "cheCarWatchStatus";
|
|
this.cheCarWatchStatus.Size = new System.Drawing.Size(120, 16);
|
|
this.cheCarWatchStatus.TabIndex = 1;
|
|
this.cheCarWatchStatus.Text = "车间概况电子看板";
|
|
this.cheCarWatchStatus.UseVisualStyleBackColor = true;
|
|
//
|
|
// cheCarStatus
|
|
//
|
|
this.cheCarStatus.AutoSize = true;
|
|
this.cheCarStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cheCarStatus.Location = new System.Drawing.Point(26, 25);
|
|
this.cheCarStatus.Name = "cheCarStatus";
|
|
this.cheCarStatus.Size = new System.Drawing.Size(72, 16);
|
|
this.cheCarStatus.TabIndex = 0;
|
|
this.cheCarStatus.Text = "车间概况";
|
|
this.cheCarStatus.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label10);
|
|
this.groupBox2.Controls.Add(this.button2);
|
|
this.groupBox2.Controls.Add(this.button1);
|
|
this.groupBox2.Controls.Add(this.cheRight);
|
|
this.groupBox2.Controls.Add(this.btnCarSS);
|
|
this.groupBox2.Controls.Add(this.btnEquipID);
|
|
this.groupBox2.Controls.Add(this.btnSS);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox2.Location = new System.Drawing.Point(2, 226);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(679, 225);
|
|
this.groupBox2.TabIndex = 4;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "条件设定";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Location = new System.Drawing.Point(94, 165);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
|
this.label10.TabIndex = 11;
|
|
this.label10.Text = "显示面板";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.White;
|
|
this.button2.FlatAppearance.BorderSize = 0;
|
|
this.button2.Location = new System.Drawing.Point(285, 157);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(60, 28);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "产线";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.White;
|
|
this.button1.FlatAppearance.BorderSize = 0;
|
|
this.button1.Location = new System.Drawing.Point(206, 157);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(60, 28);
|
|
this.button1.TabIndex = 9;
|
|
this.button1.Text = "车间";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// cheRight
|
|
//
|
|
this.cheRight.Location = new System.Drawing.Point(82, 197);
|
|
this.cheRight.Name = "cheRight";
|
|
this.cheRight.Properties.Caption = "显示右边区域";
|
|
this.cheRight.Size = new System.Drawing.Size(101, 19);
|
|
this.cheRight.TabIndex = 8;
|
|
//
|
|
// btnCarSS
|
|
//
|
|
this.btnCarSS.Location = new System.Drawing.Point(204, 71);
|
|
this.btnCarSS.Name = "btnCarSS";
|
|
this.btnCarSS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.btnCarSS.Size = new System.Drawing.Size(164, 20);
|
|
this.btnCarSS.TabIndex = 5;
|
|
this.btnCarSS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnCarSS_ButtonClick);
|
|
//
|
|
// btnEquipID
|
|
//
|
|
this.btnEquipID.Location = new System.Drawing.Point(204, 107);
|
|
this.btnEquipID.Name = "btnEquipID";
|
|
this.btnEquipID.Properties.AutoHeight = false;
|
|
this.btnEquipID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.btnEquipID.Size = new System.Drawing.Size(164, 26);
|
|
this.btnEquipID.TabIndex = 4;
|
|
this.btnEquipID.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEquipID_ButtonClick);
|
|
//
|
|
// btnSS
|
|
//
|
|
this.btnSS.Location = new System.Drawing.Point(204, 32);
|
|
this.btnSS.Name = "btnSS";
|
|
this.btnSS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.btnSS.Size = new System.Drawing.Size(164, 20);
|
|
this.btnSS.TabIndex = 3;
|
|
this.btnSS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSS_ButtonClick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(106, 112);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "设备ID";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(58, 79);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 12);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "车间包含的产线";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(82, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "包含的产线";
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
|
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StripMenuAdd,
|
|
this.StripMenuAlter,
|
|
this.StripMenuExit,
|
|
this.帮助HToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(2, 4);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(205, 25);
|
|
this.menuStrip1.TabIndex = 5;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// StripMenuAdd
|
|
//
|
|
this.StripMenuAdd.Name = "StripMenuAdd";
|
|
this.StripMenuAdd.Size = new System.Drawing.Size(44, 21);
|
|
this.StripMenuAdd.Text = "新增";
|
|
this.StripMenuAdd.Click += new System.EventHandler(this.StripMenu_Click);
|
|
//
|
|
// StripMenuAlter
|
|
//
|
|
this.StripMenuAlter.Name = "StripMenuAlter";
|
|
this.StripMenuAlter.Size = new System.Drawing.Size(44, 21);
|
|
this.StripMenuAlter.Text = "修改";
|
|
this.StripMenuAlter.Click += new System.EventHandler(this.StripMenuAlter_Click);
|
|
//
|
|
// StripMenuExit
|
|
//
|
|
this.StripMenuExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.StripMenuExit.Name = "StripMenuExit";
|
|
this.StripMenuExit.Size = new System.Drawing.Size(44, 21);
|
|
this.StripMenuExit.Text = "退出";
|
|
this.StripMenuExit.Click += new System.EventHandler(this.StripMenuExit_Click);
|
|
//
|
|
// 帮助HToolStripMenuItem
|
|
//
|
|
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.内容CToolStripMenuItem,
|
|
this.索引IToolStripMenuItem,
|
|
this.搜索SToolStripMenuItem,
|
|
this.toolStripSeparator5,
|
|
this.关于AToolStripMenuItem});
|
|
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
|
|
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
|
|
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
|
|
//
|
|
// 内容CToolStripMenuItem
|
|
//
|
|
this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
|
|
this.内容CToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
|
this.内容CToolStripMenuItem.Text = "内容(&C)";
|
|
//
|
|
// 索引IToolStripMenuItem
|
|
//
|
|
this.索引IToolStripMenuItem.Name = "索引IToolStripMenuItem";
|
|
this.索引IToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
|
this.索引IToolStripMenuItem.Text = "索引(&I)";
|
|
//
|
|
// 搜索SToolStripMenuItem
|
|
//
|
|
this.搜索SToolStripMenuItem.Name = "搜索SToolStripMenuItem";
|
|
this.搜索SToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
|
this.搜索SToolStripMenuItem.Text = "搜索(&S)";
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(122, 6);
|
|
//
|
|
// 关于AToolStripMenuItem
|
|
//
|
|
this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
|
|
this.关于AToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
|
this.关于AToolStripMenuItem.Text = "关于(&A)...";
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExit.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.btnExit.Appearance.Options.UseFont = true;
|
|
this.btnExit.Appearance.Options.UseForeColor = true;
|
|
this.btnExit.Appearance.Options.UseTextOptions = true;
|
|
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
|
|
this.btnExit.Location = new System.Drawing.Point(433, 457);
|
|
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(63, 26);
|
|
this.btnExit.TabIndex = 102;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSave.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.btnSave.Appearance.Options.UseFont = true;
|
|
this.btnSave.Appearance.Options.UseForeColor = true;
|
|
this.btnSave.Appearance.Options.UseTextOptions = true;
|
|
this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
|
|
this.btnSave.Location = new System.Drawing.Point(232, 457);
|
|
this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
|
this.btnSave.TabIndex = 101;
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(138, 48);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(96, 12);
|
|
this.label5.TabIndex = 103;
|
|
this.label5.Text = "当前配置项名称";
|
|
//
|
|
// btnDel
|
|
//
|
|
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDel.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDel.Appearance.Options.UseFont = true;
|
|
this.btnDel.Appearance.Options.UseForeColor = true;
|
|
this.btnDel.Appearance.Options.UseTextOptions = true;
|
|
this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
|
|
this.btnDel.Location = new System.Drawing.Point(335, 457);
|
|
this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnDel.Name = "btnDel";
|
|
this.btnDel.Size = new System.Drawing.Size(58, 26);
|
|
this.btnDel.TabIndex = 105;
|
|
this.btnDel.Text = "删除";
|
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.txtChangeTime);
|
|
this.groupBox3.Controls.Add(this.label9);
|
|
this.groupBox3.Controls.Add(this.label8);
|
|
this.groupBox3.Controls.Add(this.label7);
|
|
this.groupBox3.Controls.Add(this.txtAutoBetTime);
|
|
this.groupBox3.Controls.Add(this.label6);
|
|
this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox3.Location = new System.Drawing.Point(2, 162);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(679, 58);
|
|
this.groupBox3.TabIndex = 106;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "刷新频率";
|
|
//
|
|
// txtChangeTime
|
|
//
|
|
this.txtChangeTime.Location = new System.Drawing.Point(441, 20);
|
|
this.txtChangeTime.Name = "txtChangeTime";
|
|
this.txtChangeTime.Size = new System.Drawing.Size(96, 21);
|
|
this.txtChangeTime.TabIndex = 111;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(555, 23);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(29, 12);
|
|
this.label9.TabIndex = 110;
|
|
this.label9.Text = "分钟";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(345, 23);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(77, 12);
|
|
this.label8.TabIndex = 109;
|
|
this.label8.Text = "屏幕切换频率";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(270, 23);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(29, 12);
|
|
this.label7.TabIndex = 108;
|
|
this.label7.Text = "分钟";
|
|
//
|
|
// txtAutoBetTime
|
|
//
|
|
this.txtAutoBetTime.Location = new System.Drawing.Point(144, 18);
|
|
this.txtAutoBetTime.Name = "txtAutoBetTime";
|
|
this.txtAutoBetTime.Size = new System.Drawing.Size(105, 21);
|
|
this.txtAutoBetTime.TabIndex = 107;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(40, 23);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(77, 12);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "自动刷新频率";
|
|
//
|
|
// comName
|
|
//
|
|
this.comName.FormattingEnabled = true;
|
|
this.comName.Location = new System.Drawing.Point(252, 45);
|
|
this.comName.Name = "comName";
|
|
this.comName.Size = new System.Drawing.Size(199, 20);
|
|
this.comName.TabIndex = 107;
|
|
this.comName.SelectedIndexChanged += new System.EventHandler(this.comName_SelectedIndexChanged);
|
|
this.comName.TextChanged += new System.EventHandler(this.comName_TextChanged);
|
|
this.comName.Click += new System.EventHandler(this.comName_Click);
|
|
//
|
|
// btnOutPut
|
|
//
|
|
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.btnOutPut.Appearance.Options.UseFont = true;
|
|
this.btnOutPut.Appearance.Options.UseForeColor = true;
|
|
this.btnOutPut.Appearance.Options.UseTextOptions = true;
|
|
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOutPut.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
|
|
this.btnOutPut.Location = new System.Drawing.Point(547, 457);
|
|
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOutPut.Name = "btnOutPut";
|
|
this.btnOutPut.Size = new System.Drawing.Size(98, 26);
|
|
this.btnOutPut.TabIndex = 108;
|
|
this.btnOutPut.Text = "显示看板";
|
|
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 97;
|
|
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemSpinEdit1});
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = false;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(684, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 495);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(684, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 495);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(684, 0);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 495);
|
|
//
|
|
// repositoryItemSpinEdit1
|
|
//
|
|
this.repositoryItemSpinEdit1.AutoHeight = false;
|
|
this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.repositoryItemSpinEdit1.IsFloatValue = false;
|
|
this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
|
|
this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
|
|
//
|
|
// WatchSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(684, 495);
|
|
this.Controls.Add(this.btnOutPut);
|
|
this.Controls.Add(this.comName);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.btnDel);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "WatchSet";
|
|
this.Text = "电子看板配置项维护";
|
|
this.Load += new System.EventHandler(this.WatchSet_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cheRight.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnCarSS.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnEquipID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox cheSSStatus;
|
|
private System.Windows.Forms.CheckBox cheCarPro;
|
|
private System.Windows.Forms.CheckBox cheCarWatchStatus;
|
|
private System.Windows.Forms.CheckBox cheCarStatus;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private DevExpress.XtraEditors.CheckEdit cheRight;
|
|
private DevExpress.XtraEditors.ButtonEdit btnCarSS;
|
|
private DevExpress.XtraEditors.ButtonEdit btnEquipID;
|
|
private DevExpress.XtraEditors.ButtonEdit btnSS;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem StripMenuExit;
|
|
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 内容CToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 索引IToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 搜索SToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem 关于AToolStripMenuItem;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.ToolStripMenuItem StripMenuAdd;
|
|
private System.Windows.Forms.ToolStripMenuItem StripMenuAlter;
|
|
private System.Windows.Forms.TextBox txtChangeTime;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtAutoBetTime;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox comName;
|
|
private DevExpress.XtraEditors.SimpleButton btnOutPut;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|