| | |
| | | layoutControl1.Controls.Add(btnEditValue); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Margin = new Padding(2, 2, 2, 2); |
| | | layoutControl1.Margin = new Padding(2); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(210, 53); |
| | | layoutControl1.Size = new Size(210, 65); |
| | | layoutControl1.TabIndex = 2; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // btnEditValue |
| | | // |
| | | btnEditValue.Location = new Point(14, 12); |
| | | btnEditValue.Margin = new Padding(2, 2, 2, 2); |
| | | btnEditValue.Location = new Point(18, 17); |
| | | btnEditValue.Margin = new Padding(2); |
| | | btnEditValue.Name = "btnEditValue"; |
| | | editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); |
| | | editorButtonImageOptions1.SvgImageSize = new Size(18, 18); |
| | | btnEditValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); |
| | | btnEditValue.Size = new Size(182, 26); |
| | | btnEditValue.Size = new Size(174, 26); |
| | | btnEditValue.StyleController = layoutControl1; |
| | | btnEditValue.TabIndex = 5; |
| | | btnEditValue.ButtonClick += btnEditValue_ButtonClick; |
| | |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(210, 53); |
| | | Root.Size = new Size(210, 65); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | |
| | | layoutControlItem2.Control = btnEditValue; |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(196, 41); |
| | | layoutControlItem2.Size = new Size(190, 45); |
| | | layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(6, 6, 5, 5); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(210, 53); |
| | | ClientSize = new Size(210, 65); |
| | | Controls.Add(layoutControl1); |
| | | IconOptions.ShowIcon = false; |
| | | MaximizeBox = false; |