kopia lustrzana https://github.com/open-ham/OpenGD77
171 wiersze
7.5 KiB
C#
171 wiersze
7.5 KiB
C#
namespace GD77_FirmwareLoader
|
|
{
|
|
partial class FirmwareLoaderReleasesList
|
|
{
|
|
/// <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.releasesGridView = new System.Windows.Forms.DataGridView();
|
|
this.Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Downloads = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnDown = new System.Windows.Forms.Button();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.releasesGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// releasesGridView
|
|
//
|
|
this.releasesGridView.AllowUserToAddRows = false;
|
|
this.releasesGridView.AllowUserToDeleteRows = false;
|
|
this.releasesGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.releasesGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Date,
|
|
this.Version,
|
|
this.Type,
|
|
this.RelName,
|
|
this.Downloads});
|
|
this.releasesGridView.Location = new System.Drawing.Point(12, 12);
|
|
this.releasesGridView.Name = "releasesGridView";
|
|
this.releasesGridView.ReadOnly = true;
|
|
this.releasesGridView.Size = new System.Drawing.Size(911, 427);
|
|
this.releasesGridView.TabIndex = 0;
|
|
//
|
|
// Date
|
|
//
|
|
this.Date.HeaderText = "Date & Time";
|
|
this.Date.Name = "Date";
|
|
this.Date.ReadOnly = true;
|
|
this.Date.Width = 125;
|
|
//
|
|
// Version
|
|
//
|
|
this.Version.HeaderText = "Version";
|
|
this.Version.Name = "Version";
|
|
this.Version.ReadOnly = true;
|
|
//
|
|
// Type
|
|
//
|
|
this.Type.HeaderText = "Type";
|
|
this.Type.Name = "Type";
|
|
this.Type.ReadOnly = true;
|
|
this.Type.Width = 50;
|
|
//
|
|
// RelName
|
|
//
|
|
this.RelName.HeaderText = "Release Name";
|
|
this.RelName.Name = "RelName";
|
|
this.RelName.ReadOnly = true;
|
|
this.RelName.Width = 500;
|
|
//
|
|
// Downloads
|
|
//
|
|
this.Downloads.HeaderText = "Downloads";
|
|
this.Downloads.Name = "Downloads";
|
|
this.Downloads.ReadOnly = true;
|
|
this.Downloads.Width = 75;
|
|
//
|
|
// btnDown
|
|
//
|
|
this.btnDown.Location = new System.Drawing.Point(820, 455);
|
|
this.btnDown.Name = "btnDown";
|
|
this.btnDown.Size = new System.Drawing.Size(104, 23);
|
|
this.btnDown.TabIndex = 1;
|
|
this.btnDown.Text = "Select && continue";
|
|
this.btnDown.UseVisualStyleBackColor = true;
|
|
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Date";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "Type";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Release Name";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "Downloads";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(12, 455);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(59, 23);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// FirmwareLoaderReleasesList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(936, 487);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnDown);
|
|
this.Controls.Add(this.releasesGridView);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FirmwareLoaderReleasesList";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Select release version";
|
|
((System.ComponentModel.ISupportInitialize)(this.releasesGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView releasesGridView;
|
|
private System.Windows.Forms.Button btnDown;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Date;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Version;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Type;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RelName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Downloads;
|
|
}
|
|
}
|