-
Notifications
You must be signed in to change notification settings - Fork 0
/
FullLoad.Designer.cs
111 lines (104 loc) · 5.35 KB
/
FullLoad.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
namespace SEGP
{
partial class FullLoad
{
/// <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 Component 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.ggg = new DevExpress.XtraGrid.GridControl();
this.layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.ggg)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// ggg
//
this.ggg.Dock = System.Windows.Forms.DockStyle.Fill;
this.ggg.Location = new System.Drawing.Point(0, 0);
this.ggg.MainView = this.layoutView1;
this.ggg.Name = "ggg";
this.ggg.Size = new System.Drawing.Size(1300, 600);
this.ggg.TabIndex = 1;
this.ggg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.layoutView1});
//
// layoutView1
//
this.layoutView1.CardMinSize = new System.Drawing.Size(293, 446);
this.layoutView1.GridControl = this.ggg;
this.layoutView1.Name = "layoutView1";
this.layoutView1.OptionsView.AllowBorderColorBlending = true;
this.layoutView1.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateAllContent;
this.layoutView1.OptionsView.ShowCardFieldBorders = true;
this.layoutView1.OptionsView.ShowViewCaption = true;
this.layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Carousel;
this.layoutView1.TemplateCard = this.layoutViewCard1;
this.layoutView1.ViewCaption = "<b>Press (Control + F) to Search</b>";
this.layoutView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.layoutView1_MouseDown);
//
// layoutViewCard1
//
this.layoutViewCard1.CustomizationFormText = "TemplateCard";
this.layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
this.layoutViewCard1.Name = "layoutViewCard1";
this.layoutViewCard1.OptionsItemText.TextToControlDistance = 5;
this.layoutViewCard1.Text = "TemplateCard";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(1300, 600);
this.dataGridView1.TabIndex = 2;
this.dataGridView1.Visible = false;
//
// FullLoad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::SEGP.Properties.Resources.simple_background_by_hexdef101_d7x7rup;
this.Controls.Add(this.ggg);
this.Controls.Add(this.dataGridView1);
this.Name = "FullLoad";
this.Size = new System.Drawing.Size(1300, 600);
this.Load += new System.EventHandler(this.FullLoad_Load);
((System.ComponentModel.ISupportInitialize)(this.ggg)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl ggg;
private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
private System.Windows.Forms.DataGridView dataGridView1;
}
}