forked from Blackfrosch/VAGEDCSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmBinmerger.Designer.cs
177 lines (171 loc) · 10.2 KB
/
frmBinmerger.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
namespace VAGSuite
{
partial class frmBinmerger
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBinmerger));
this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
this.buttonEdit2 = new DevExpress.XtraEditors.ButtonEdit();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
this.SuspendLayout();
//
// buttonEdit1
//
resources.ApplyResources(this.buttonEdit1, "buttonEdit1");
this.buttonEdit1.BackgroundImage = null;
this.buttonEdit1.EditValue = null;
this.buttonEdit1.Name = "buttonEdit1";
this.buttonEdit1.Properties.AccessibleDescription = null;
this.buttonEdit1.Properties.AccessibleName = null;
this.buttonEdit1.Properties.AutoHeight = ((bool)(resources.GetObject("buttonEdit1.Properties.AutoHeight")));
this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.buttonEdit1.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("buttonEdit1.Properties.Mask.AutoComplete")));
this.buttonEdit1.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("buttonEdit1.Properties.Mask.BeepOnError")));
this.buttonEdit1.Properties.Mask.EditMask = resources.GetString("buttonEdit1.Properties.Mask.EditMask");
this.buttonEdit1.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("buttonEdit1.Properties.Mask.IgnoreMaskBlank")));
this.buttonEdit1.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("buttonEdit1.Properties.Mask.MaskType")));
this.buttonEdit1.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("buttonEdit1.Properties.Mask.PlaceHolder")));
this.buttonEdit1.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("buttonEdit1.Properties.Mask.SaveLiteral")));
this.buttonEdit1.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("buttonEdit1.Properties.Mask.ShowPlaceHolders")));
this.buttonEdit1.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("buttonEdit1.Properties.Mask.UseMaskAsDisplayFormat")));
this.buttonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit1_ButtonClick);
//
// buttonEdit2
//
resources.ApplyResources(this.buttonEdit2, "buttonEdit2");
this.buttonEdit2.BackgroundImage = null;
this.buttonEdit2.EditValue = null;
this.buttonEdit2.Name = "buttonEdit2";
this.buttonEdit2.Properties.AccessibleDescription = null;
this.buttonEdit2.Properties.AccessibleName = null;
this.buttonEdit2.Properties.AutoHeight = ((bool)(resources.GetObject("buttonEdit2.Properties.AutoHeight")));
this.buttonEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.buttonEdit2.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("buttonEdit2.Properties.Mask.AutoComplete")));
this.buttonEdit2.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("buttonEdit2.Properties.Mask.BeepOnError")));
this.buttonEdit2.Properties.Mask.EditMask = resources.GetString("buttonEdit2.Properties.Mask.EditMask");
this.buttonEdit2.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("buttonEdit2.Properties.Mask.IgnoreMaskBlank")));
this.buttonEdit2.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("buttonEdit2.Properties.Mask.MaskType")));
this.buttonEdit2.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("buttonEdit2.Properties.Mask.PlaceHolder")));
this.buttonEdit2.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("buttonEdit2.Properties.Mask.SaveLiteral")));
this.buttonEdit2.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("buttonEdit2.Properties.Mask.ShowPlaceHolders")));
this.buttonEdit2.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("buttonEdit2.Properties.Mask.UseMaskAsDisplayFormat")));
this.buttonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit2_ButtonClick);
//
// simpleButton1
//
this.simpleButton1.AccessibleDescription = null;
this.simpleButton1.AccessibleName = null;
resources.ApplyResources(this.simpleButton1, "simpleButton1");
this.simpleButton1.BackgroundImage = null;
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.AccessibleDescription = null;
this.simpleButton2.AccessibleName = null;
resources.ApplyResources(this.simpleButton2, "simpleButton2");
this.simpleButton2.BackgroundImage = null;
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// groupControl1
//
this.groupControl1.AccessibleDescription = null;
this.groupControl1.AccessibleName = null;
resources.ApplyResources(this.groupControl1, "groupControl1");
this.groupControl1.Controls.Add(this.labelControl2);
this.groupControl1.Controls.Add(this.labelControl1);
this.groupControl1.Controls.Add(this.buttonEdit1);
this.groupControl1.Controls.Add(this.buttonEdit2);
this.groupControl1.Name = "groupControl1";
//
// labelControl2
//
this.labelControl2.AccessibleDescription = null;
this.labelControl2.AccessibleName = null;
resources.ApplyResources(this.labelControl2, "labelControl2");
this.labelControl2.Name = "labelControl2";
//
// labelControl1
//
this.labelControl1.AccessibleDescription = null;
this.labelControl1.AccessibleName = null;
resources.ApplyResources(this.labelControl1, "labelControl1");
this.labelControl1.Name = "labelControl1";
//
// saveFileDialog1
//
this.saveFileDialog1.DefaultExt = "bin";
resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
//
// openFileDialog1
//
resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
//
// frmBinmerger
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = null;
this.MaximizeBox = false;
this.Name = "frmBinmerger";
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ButtonEdit buttonEdit1;
private DevExpress.XtraEditors.ButtonEdit buttonEdit2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}