-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataMataKuliah.Designer.cs
371 lines (365 loc) · 23.4 KB
/
DataMataKuliah.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
namespace SIPMK
{
partial class DataMataKuliah
{
/// <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.txtCari = new Guna.UI2.WinForms.Guna2TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.txtSmt = new Guna.UI2.WinForms.Guna2TextBox();
this.txtSks = new Guna.UI2.WinForms.Guna2TextBox();
this.btnRefresh = new Guna.UI2.WinForms.Guna2Button();
this.btnDelete = new Guna.UI2.WinForms.Guna2Button();
this.btnEdit = new Guna.UI2.WinForms.Guna2Button();
this.txtNama = new Guna.UI2.WinForms.Guna2TextBox();
this.btnAdd = new Guna.UI2.WinForms.Guna2Button();
this.txtID = new Guna.UI2.WinForms.Guna2TextBox();
this.dgvMK = new System.Windows.Forms.DataGridView();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMK)).BeginInit();
this.SuspendLayout();
//
// txtCari
//
this.txtCari.BackColor = System.Drawing.Color.Transparent;
this.txtCari.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtCari.BorderRadius = 10;
this.txtCari.BorderThickness = 2;
this.txtCari.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtCari.DefaultText = "";
this.txtCari.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtCari.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtCari.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtCari.DisabledState.Parent = this.txtCari;
this.txtCari.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtCari.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtCari.FocusedState.Parent = this.txtCari;
this.txtCari.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCari.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtCari.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtCari.HoverState.Parent = this.txtCari;
this.txtCari.Location = new System.Drawing.Point(473, 159);
this.txtCari.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCari.Name = "txtCari";
this.txtCari.PasswordChar = '\0';
this.txtCari.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(67)))), ((int)(((byte)(87)))));
this.txtCari.PlaceholderText = "Cari";
this.txtCari.SelectedText = "";
this.txtCari.ShadowDecoration.Parent = this.txtCari;
this.txtCari.Size = new System.Drawing.Size(215, 41);
this.txtCari.TabIndex = 139;
this.txtCari.TextChanged += new System.EventHandler(this.txtCari_TextChanged);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.panel3.Controls.Add(this.label3);
this.panel3.Location = new System.Drawing.Point(27, 208);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(661, 35);
this.panel3.TabIndex = 131;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Nirmala UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(252, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(161, 21);
this.label3.TabIndex = 30;
this.label3.Text = "DATA MATA KULIAH";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.panel2.Controls.Add(this.label2);
this.panel2.Location = new System.Drawing.Point(27, 15);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(661, 35);
this.panel2.TabIndex = 132;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Nirmala UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(250, 4);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(165, 21);
this.label2.TabIndex = 29;
this.label2.Text = "FORM MATA KULIAH";
//
// txtSmt
//
this.txtSmt.BackColor = System.Drawing.Color.Transparent;
this.txtSmt.BorderColor = System.Drawing.Color.Empty;
this.txtSmt.BorderRadius = 10;
this.txtSmt.BorderThickness = 2;
this.txtSmt.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtSmt.DefaultText = "";
this.txtSmt.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtSmt.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtSmt.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtSmt.DisabledState.Parent = this.txtSmt;
this.txtSmt.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtSmt.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtSmt.FocusedState.Parent = this.txtSmt;
this.txtSmt.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtSmt.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtSmt.HoverState.Parent = this.txtSmt;
this.txtSmt.Location = new System.Drawing.Point(361, 109);
this.txtSmt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSmt.Name = "txtSmt";
this.txtSmt.PasswordChar = '\0';
this.txtSmt.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(67)))), ((int)(((byte)(87)))));
this.txtSmt.PlaceholderText = "Semester";
this.txtSmt.SelectedText = "";
this.txtSmt.ShadowDecoration.Parent = this.txtSmt;
this.txtSmt.Size = new System.Drawing.Size(327, 42);
this.txtSmt.TabIndex = 141;
//
// txtSks
//
this.txtSks.BackColor = System.Drawing.Color.Transparent;
this.txtSks.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtSks.BorderRadius = 10;
this.txtSks.BorderThickness = 2;
this.txtSks.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtSks.DefaultText = "";
this.txtSks.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtSks.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtSks.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtSks.DisabledState.Parent = this.txtSks;
this.txtSks.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtSks.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtSks.FocusedState.Parent = this.txtSks;
this.txtSks.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSks.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtSks.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtSks.HoverState.Parent = this.txtSks;
this.txtSks.Location = new System.Drawing.Point(28, 109);
this.txtSks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSks.Name = "txtSks";
this.txtSks.PasswordChar = '\0';
this.txtSks.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(67)))), ((int)(((byte)(87)))));
this.txtSks.PlaceholderText = "Jumlah SKS";
this.txtSks.SelectedText = "";
this.txtSks.ShadowDecoration.Parent = this.txtSks;
this.txtSks.Size = new System.Drawing.Size(327, 42);
this.txtSks.TabIndex = 140;
//
// btnRefresh
//
this.btnRefresh.BorderRadius = 10;
this.btnRefresh.CheckedState.Parent = this.btnRefresh;
this.btnRefresh.CustomImages.Parent = this.btnRefresh;
this.btnRefresh.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.btnRefresh.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.ForeColor = System.Drawing.Color.White;
this.btnRefresh.HoverState.Parent = this.btnRefresh;
this.btnRefresh.Location = new System.Drawing.Point(345, 158);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.ShadowDecoration.Parent = this.btnRefresh;
this.btnRefresh.Size = new System.Drawing.Size(115, 42);
this.btnRefresh.TabIndex = 138;
this.btnRefresh.Text = "SEGARKAN";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnDelete
//
this.btnDelete.BorderRadius = 10;
this.btnDelete.CheckedState.Parent = this.btnDelete;
this.btnDelete.CustomImages.Parent = this.btnDelete;
this.btnDelete.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.HoverState.Parent = this.btnDelete;
this.btnDelete.Location = new System.Drawing.Point(239, 158);
this.btnDelete.Name = "btnDelete";
this.btnDelete.ShadowDecoration.Parent = this.btnDelete;
this.btnDelete.Size = new System.Drawing.Size(97, 42);
this.btnDelete.TabIndex = 137;
this.btnDelete.Text = "HAPUS";
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnEdit
//
this.btnEdit.BorderRadius = 10;
this.btnEdit.CheckedState.Parent = this.btnEdit;
this.btnEdit.CustomImages.Parent = this.btnEdit;
this.btnEdit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.btnEdit.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEdit.ForeColor = System.Drawing.Color.White;
this.btnEdit.HoverState.Parent = this.btnEdit;
this.btnEdit.Location = new System.Drawing.Point(133, 158);
this.btnEdit.Name = "btnEdit";
this.btnEdit.ShadowDecoration.Parent = this.btnEdit;
this.btnEdit.Size = new System.Drawing.Size(97, 42);
this.btnEdit.TabIndex = 136;
this.btnEdit.Text = "EDIT";
this.btnEdit.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// txtNama
//
this.txtNama.BackColor = System.Drawing.Color.Transparent;
this.txtNama.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtNama.BorderRadius = 10;
this.txtNama.BorderThickness = 2;
this.txtNama.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtNama.DefaultText = "";
this.txtNama.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtNama.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtNama.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtNama.DisabledState.Parent = this.txtNama;
this.txtNama.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtNama.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtNama.FocusedState.Parent = this.txtNama;
this.txtNama.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNama.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtNama.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtNama.HoverState.Parent = this.txtNama;
this.txtNama.Location = new System.Drawing.Point(361, 59);
this.txtNama.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtNama.Name = "txtNama";
this.txtNama.PasswordChar = '\0';
this.txtNama.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(67)))), ((int)(((byte)(87)))));
this.txtNama.PlaceholderText = "Nama";
this.txtNama.SelectedText = "";
this.txtNama.ShadowDecoration.Parent = this.txtNama;
this.txtNama.Size = new System.Drawing.Size(327, 42);
this.txtNama.TabIndex = 135;
//
// btnAdd
//
this.btnAdd.BorderRadius = 10;
this.btnAdd.CheckedState.Parent = this.btnAdd;
this.btnAdd.CustomImages.Parent = this.btnAdd;
this.btnAdd.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(62)))), ((int)(((byte)(134)))));
this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.HoverState.Parent = this.btnAdd;
this.btnAdd.Location = new System.Drawing.Point(28, 158);
this.btnAdd.Name = "btnAdd";
this.btnAdd.ShadowDecoration.Parent = this.btnAdd;
this.btnAdd.Size = new System.Drawing.Size(97, 42);
this.btnAdd.TabIndex = 134;
this.btnAdd.Text = "TAMBAH";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// txtID
//
this.txtID.BackColor = System.Drawing.Color.Transparent;
this.txtID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtID.BorderRadius = 10;
this.txtID.BorderThickness = 2;
this.txtID.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtID.DefaultText = "";
this.txtID.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtID.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtID.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtID.DisabledState.Parent = this.txtID;
this.txtID.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtID.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtID.FocusedState.Parent = this.txtID;
this.txtID.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(82)))), ((int)(((byte)(106)))));
this.txtID.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtID.HoverState.Parent = this.txtID;
this.txtID.Location = new System.Drawing.Point(27, 59);
this.txtID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtID.Name = "txtID";
this.txtID.PasswordChar = '\0';
this.txtID.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(67)))), ((int)(((byte)(87)))));
this.txtID.PlaceholderText = "Kode Mata Kuliah";
this.txtID.SelectedText = "";
this.txtID.ShadowDecoration.Parent = this.txtID;
this.txtID.Size = new System.Drawing.Size(328, 42);
this.txtID.TabIndex = 133;
//
// dgvMK
//
this.dgvMK.BackgroundColor = System.Drawing.Color.White;
this.dgvMK.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvMK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvMK.GridColor = System.Drawing.Color.White;
this.dgvMK.Location = new System.Drawing.Point(27, 238);
this.dgvMK.Name = "dgvMK";
this.dgvMK.Size = new System.Drawing.Size(661, 172);
this.dgvMK.TabIndex = 130;
this.dgvMK.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMK_CellClick);
//
// DataMataKuliah
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(715, 425);
this.Controls.Add(this.txtCari);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.txtSmt);
this.Controls.Add(this.txtSks);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.txtNama);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtID);
this.Controls.Add(this.dgvMK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "DataMataKuliah";
this.Text = "DataMataKuliah";
this.Load += new System.EventHandler(this.DataMataKuliah_Load);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMK)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Guna.UI2.WinForms.Guna2TextBox txtCari;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label2;
private Guna.UI2.WinForms.Guna2TextBox txtSmt;
private Guna.UI2.WinForms.Guna2TextBox txtSks;
private Guna.UI2.WinForms.Guna2Button btnRefresh;
private Guna.UI2.WinForms.Guna2Button btnDelete;
private Guna.UI2.WinForms.Guna2Button btnEdit;
private Guna.UI2.WinForms.Guna2TextBox txtNama;
private Guna.UI2.WinForms.Guna2Button btnAdd;
private Guna.UI2.WinForms.Guna2TextBox txtID;
private System.Windows.Forms.DataGridView dgvMK;
}
}