Fixed the bug where some files would not work, and now you can click on the tiles
This commit is contained in:
Generated
+12
-10
@@ -28,21 +28,12 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.nonogramme1 = new NonoGramme.Nonogramme();
|
||||
this.lsbFiles = new System.Windows.Forms.ListBox();
|
||||
this.btnImportFiles = new System.Windows.Forms.Button();
|
||||
this.nonogramme1 = new NonoGramme.Nonogramme();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nonogramme1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// nonogramme1
|
||||
//
|
||||
this.nonogramme1.GridSize = new System.Drawing.Size(0, 0);
|
||||
this.nonogramme1.Location = new System.Drawing.Point(12, 12);
|
||||
this.nonogramme1.Name = "nonogramme1";
|
||||
this.nonogramme1.Size = new System.Drawing.Size(400, 400);
|
||||
this.nonogramme1.TabIndex = 0;
|
||||
this.nonogramme1.TabStop = false;
|
||||
//
|
||||
// lsbFiles
|
||||
//
|
||||
this.lsbFiles.FormattingEnabled = true;
|
||||
@@ -63,6 +54,17 @@
|
||||
this.btnImportFiles.UseVisualStyleBackColor = true;
|
||||
this.btnImportFiles.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// nonogramme1
|
||||
//
|
||||
this.nonogramme1.GridSize = new System.Drawing.Size(0, 0);
|
||||
this.nonogramme1.Location = new System.Drawing.Point(12, 12);
|
||||
this.nonogramme1.Name = "nonogramme1";
|
||||
this.nonogramme1.Size = new System.Drawing.Size(400, 400);
|
||||
this.nonogramme1.TabIndex = 0;
|
||||
this.nonogramme1.TabStop = false;
|
||||
this.nonogramme1.Click += new System.EventHandler(this.nonogramme1_Click);
|
||||
this.nonogramme1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.nonogramme1_MouseDown);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
||||
Reference in New Issue
Block a user