Menu

[38707f]: / Settings.Panels / ControlGlobal.Designer.cs  Maximize  Restore  History

Download this file

120 lines (113 with data), 4.7 kB

  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
namespace GitForce.Settings.Panels
{
partial class ControlGlobal
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radio1 = new System.Windows.Forms.RadioButton();
this.radio2 = new System.Windows.Forms.RadioButton();
this.radio3 = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BackColor = System.Drawing.SystemColors.Info;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(300, 30);
this.label1.TabIndex = 3;
this.label1.Text = "Set global git options";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(0, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Line endings:";
//
// radio1
//
this.radio1.AutoSize = true;
this.radio1.Location = new System.Drawing.Point(3, 50);
this.radio1.Name = "radio1";
this.radio1.Size = new System.Drawing.Size(229, 17);
this.radio1.TabIndex = 0;
this.radio1.TabStop = true;
this.radio1.Tag = "true";
this.radio1.Text = "Checkout Windows-style, commit Unix-style";
this.radio1.UseVisualStyleBackColor = true;
//
// radio2
//
this.radio2.AutoSize = true;
this.radio2.Location = new System.Drawing.Point(3, 73);
this.radio2.Name = "radio2";
this.radio2.Size = new System.Drawing.Size(182, 17);
this.radio2.TabIndex = 1;
this.radio2.TabStop = true;
this.radio2.Tag = "input";
this.radio2.Text = "Checkout as-is, commit Unix-style";
this.radio2.UseVisualStyleBackColor = true;
//
// radio3
//
this.radio3.AutoSize = true;
this.radio3.Location = new System.Drawing.Point(3, 96);
this.radio3.Name = "radio3";
this.radio3.Size = new System.Drawing.Size(158, 17);
this.radio3.TabIndex = 2;
this.radio3.TabStop = true;
this.radio3.Tag = "false";
this.radio3.Text = "Checkout as-is, commit as-is";
this.radio3.UseVisualStyleBackColor = true;
//
// ControlGlobal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.radio3);
this.Controls.Add(this.radio2);
this.Controls.Add(this.radio1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "ControlGlobal";
this.Size = new System.Drawing.Size(300, 300);
this.Tag = "Global";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton radio1;
private System.Windows.Forms.RadioButton radio2;
private System.Windows.Forms.RadioButton radio3;
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.