📄 ucstatinst.designer.cs.svn-base
字号:
this.listBox_GroupItem1.Location = new System.Drawing.Point(63, 58);
this.listBox_GroupItem1.Name = "listBox_GroupItem1";
this.listBox_GroupItem1.Size = new System.Drawing.Size(120, 52);
this.listBox_GroupItem1.TabIndex = 23;
//
// btnSelect1
//
this.btnSelect1.Location = new System.Drawing.Point(186, 58);
this.btnSelect1.Name = "btnSelect1";
this.btnSelect1.Size = new System.Drawing.Size(37, 23);
this.btnSelect1.TabIndex = 22;
this.btnSelect1.Text = "选择";
this.btnSelect1.UseVisualStyleBackColor = true;
this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click);
//
// comboBox_GroupObj1
//
this.comboBox_GroupObj1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_GroupObj1.FormattingEnabled = true;
this.comboBox_GroupObj1.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_GroupObj1.Location = new System.Drawing.Point(63, 32);
this.comboBox_GroupObj1.Name = "comboBox_GroupObj1";
this.comboBox_GroupObj1.Size = new System.Drawing.Size(121, 20);
this.comboBox_GroupObj1.TabIndex = 19;
this.comboBox_GroupObj1.SelectedIndexChanged += new System.EventHandler(this.comboBox_GroupObj1_SelectedIndexChanged);
//
// comboBox_GroupType
//
this.comboBox_GroupType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_GroupType.FormattingEnabled = true;
this.comboBox_GroupType.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_GroupType.Location = new System.Drawing.Point(63, 6);
this.comboBox_GroupType.Name = "comboBox_GroupType";
this.comboBox_GroupType.Size = new System.Drawing.Size(121, 20);
this.comboBox_GroupType.TabIndex = 20;
this.comboBox_GroupType.SelectedIndexChanged += new System.EventHandler(this.comboBox_GroupType_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 58);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 17;
this.label5.Text = "分组项:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(1, 35);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 17;
this.label4.Text = "分组对象:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(2, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 18;
this.label3.Text = "分组类型:";
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.btnSelect2);
this.xtraTabPage2.Controls.Add(this.listBox_GroupItem2);
this.xtraTabPage2.Controls.Add(this.label7);
this.xtraTabPage2.Controls.Add(this.comboBox_groupObj2);
this.xtraTabPage2.Controls.Add(this.label6);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(223, 118);
this.xtraTabPage2.Text = "次分组";
//
// btnSelect2
//
this.btnSelect2.Location = new System.Drawing.Point(186, 32);
this.btnSelect2.Name = "btnSelect2";
this.btnSelect2.Size = new System.Drawing.Size(37, 23);
this.btnSelect2.TabIndex = 25;
this.btnSelect2.Text = "选择";
this.btnSelect2.UseVisualStyleBackColor = true;
this.btnSelect2.Click += new System.EventHandler(this.btnSelect2_Click);
//
// listBox_GroupItem2
//
this.listBox_GroupItem2.FormattingEnabled = true;
this.listBox_GroupItem2.ItemHeight = 12;
this.listBox_GroupItem2.Location = new System.Drawing.Point(65, 32);
this.listBox_GroupItem2.Name = "listBox_GroupItem2";
this.listBox_GroupItem2.Size = new System.Drawing.Size(120, 76);
this.listBox_GroupItem2.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 29);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 22;
this.label7.Text = "分组项:";
//
// comboBox_groupObj2
//
this.comboBox_groupObj2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_groupObj2.FormattingEnabled = true;
this.comboBox_groupObj2.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_groupObj2.Location = new System.Drawing.Point(65, 6);
this.comboBox_groupObj2.Name = "comboBox_groupObj2";
this.comboBox_groupObj2.Size = new System.Drawing.Size(151, 20);
this.comboBox_groupObj2.TabIndex = 21;
this.comboBox_groupObj2.SelectedIndexChanged += new System.EventHandler(this.comboBox_groupObj2_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 20;
this.label6.Text = "分组对象:";
//
// lookUpEdit1
//
this.lookUpEdit1.Location = new System.Drawing.Point(338, 38);
this.lookUpEdit1.Name = "lookUpEdit1";
this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("AbstractStatID", "统计模板ID", 90),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StatName", "统计模板名称", 90)});
this.lookUpEdit1.Properties.DisplayMember = "StatName";
this.lookUpEdit1.Properties.NullText = "";
this.lookUpEdit1.Properties.EditValueChanged += new System.EventHandler(this.lookUpEdit1_Properties_EditValueChanged);
this.lookUpEdit1.Size = new System.Drawing.Size(191, 21);
this.lookUpEdit1.TabIndex = 15;
this.lookUpEdit1.EditValueChanged += new System.EventHandler(this.lookUpEdit1_EditValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.CausesValidation = false;
this.label2.Location = new System.Drawing.Point(267, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 14;
this.label2.Text = "统计模板:";
//
// checkBox_StatItemVisible
//
this.checkBox_StatItemVisible.AutoSize = true;
this.checkBox_StatItemVisible.Location = new System.Drawing.Point(262, 250);
this.checkBox_StatItemVisible.Name = "checkBox_StatItemVisible";
this.checkBox_StatItemVisible.Size = new System.Drawing.Size(108, 16);
this.checkBox_StatItemVisible.TabIndex = 3;
this.checkBox_StatItemVisible.Text = "统计项是否可见";
this.checkBox_StatItemVisible.UseVisualStyleBackColor = true;
//
// checkBox_GroupVisible
//
this.checkBox_GroupVisible.AutoSize = true;
this.checkBox_GroupVisible.Location = new System.Drawing.Point(126, 251);
this.checkBox_GroupVisible.Name = "checkBox_GroupVisible";
this.checkBox_GroupVisible.Size = new System.Drawing.Size(132, 16);
this.checkBox_GroupVisible.TabIndex = 3;
this.checkBox_GroupVisible.Text = "次分组选项是否可见";
this.checkBox_GroupVisible.UseVisualStyleBackColor = true;
//
// checkBox_attVisible
//
this.checkBox_attVisible.AutoSize = true;
this.checkBox_attVisible.Location = new System.Drawing.Point(7, 250);
this.checkBox_attVisible.Name = "checkBox_attVisible";
this.checkBox_attVisible.Size = new System.Drawing.Size(120, 16);
this.checkBox_attVisible.TabIndex = 3;
this.checkBox_attVisible.Text = "属性设置是否可见";
this.checkBox_attVisible.UseVisualStyleBackColor = true;
//
// textBox_QueryInstName
//
this.textBox_QueryInstName.Location = new System.Drawing.Point(89, 37);
this.textBox_QueryInstName.Name = "textBox_QueryInstName";
this.textBox_QueryInstName.Size = new System.Drawing.Size(144, 21);
this.textBox_QueryInstName.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "统计名称:";
//
// toolStrip1
//
this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnNew,
this.btnSave,
this.btnDelete});
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(532, 35);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// btnNew
//
this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
this.btnNew.ImageTransparentColor = System.Drawing.Color.White;
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(33, 32);
this.btnNew.Text = "新建";
this.btnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
//
// btnSave
//
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(33, 32);
this.btnSave.Text = "保存";
this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnDelete
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -